diff --git a/config/academy/entity_yeeter.json b/config/academy/entity_yeeter.json new file mode 100644 index 00000000..915f4429 --- /dev/null +++ b/config/academy/entity_yeeter.json @@ -0,0 +1,77 @@ +{ + "blacklist": [ + "minecraft:allay", + "minecraft:axolotl", + "minecraft:bat", + "minecraft:camel", + "minecraft:cat", + "minecraft:chicken", + "minecraft:cod", + "minecraft:cow", + "minecraft:donkey", + "minecraft:frog", + "minecraft:glow_squid", + "minecraft:horse", + "minecraft:mooshroom", + "minecraft:mule", + "minecraft:ocelot", + "minecraft:parrot", + "minecraft:pig", + "minecraft:pufferfish", + "minecraft:rabbit", + "minecraft:salmon", + "minecraft:sheep", + "minecraft:skeleton_horse", + "minecraft:sniffer", + "minecraft:squid", + "minecraft:strider", + "minecraft:tadpole", + "minecraft:tropical_fish", + "minecraft:turtle", + "minecraft:wandering_trader", + "minecraft:cave_spider", + "minecraft:dolphin", + "minecraft:drowned", + "minecraft:enderman", + "minecraft:fox", + "minecraft:goat", + "minecraft:iron_golem", + "minecraft:llama", + "minecraft:panda", + "minecraft:polar_bear", + "minecraft:spider", + "minecraft:trader_llama", + "minecraft:wolf", + "minecraft:zombified_piglin", + "minecraft:blaze", + "minecraft:creeper", + "minecraft:elder_guardian", + "minecraft:endermite", + "minecraft:evoker", + "minecraft:ghast", + "minecraft:guardian", + "minecraft:hoglin", + "minecraft:husk", + "minecraft:magma_cube", + "minecraft:phantom", + "minecraft:piglin_brute", + "minecraft:pillager", + "minecraft:ravager", + "minecraft:silverfish", + "minecraft:skeleton", + "minecraft:slime", + "minecraft:stray", + "minecraft:vex", + "minecraft:vindicator", + "minecraft:warden", + "minecraft:witch", + "minecraft:wither", + "minecraft:wither_skeleton", + "minecraft:zoglin", + "minecraft:zombie", + "minecraft:zombie_villager", + "biomeswevegone:man_o_war", + "biomeswevegone:oddion", + "biomeswevegone:pumpkin_warden" + ] + } \ No newline at end of file diff --git a/config/academy/item_logic.json b/config/academy/item_logic.json new file mode 100644 index 00000000..82ccf8ea --- /dev/null +++ b/config/academy/item_logic.json @@ -0,0 +1,48 @@ +{ + "use": [ + { + "predicate": "academy:hunt", + "commands": [ + "/hunt" + ], + "consumable": false, + "context": "PLAYER" + }, + { + "predicate": [ + "academy:shiny_incense", + "kubejs:shinyincense" + ], + "commands": [ + "/execute as ${user_name} run yacb remove ${user_name} shiny", + "/execute as ${user_name} run yacb boost ${user_name} 4 24000 shiny" + ], + "consumable": true, + "context": "SERVER" + }, + { + "predicate": [ + "academy:strong_shiny_incense", + "kubejs:strongshinyincense" + ], + "commands": [ + "/execute as ${user_name} run yacb remove ${user_name} shiny", + "/execute as ${user_name} run yacb boost ${user_name} 8 36000 shiny" + ], + "consumable": true, + "context": "SERVER" + }, + { + "predicate": [ + "academy:uber_shiny_incense", + "kubejs:ubershinyincense" + ], + "commands": [ + "/execute as ${user_name} run yacb remove ${user_name} shiny", + "/execute as ${user_name} run yacb boost ${user_name} 12 72000 shiny" + ], + "consumable": true, + "context": "SERVER" + } + ] +} \ No newline at end of file diff --git a/config/academy/pokemon_spawn.json b/config/academy/pokemon_spawn.json index b5fe48dd..88cb6088 100644 --- a/config/academy/pokemon_spawn.json +++ b/config/academy/pokemon_spawn.json @@ -6,95 +6,65 @@ "min": 0, "max": 10 }, - "200.0": { + "800.0": { "type": "uniform", "min": 0, "max": 15 }, - "400.0": { + "1600.0": { "type": "uniform", "min": 0, "max": 20 }, - "600.0": { + "2400.0": { "type": "uniform", "min": 0, "max": 25 }, - "800.0": { + "3200.0": { "type": "uniform", "min": 0, "max": 30 }, - "1000.0": { + "4000.0": { "type": "uniform", "min": 0, "max": 35 }, - "1200.0": { + "4800.0": { "type": "uniform", "min": 0, "max": 40 }, - "1400.0": { + "5600.0": { "type": "uniform", "min": 0, "max": 45 }, - "1600.0": { + "6400.0": { "type": "uniform", "min": 0, "max": 50 }, - "1800.0": { + "7200.0": { "type": "uniform", "min": 0, "max": 55 }, - "2000.0": { + "8000.0": { "type": "uniform", "min": 0, "max": 60 }, - "2200.0": { + "9000.0": { "type": "uniform", "min": 0, "max": 65 }, - "2400.0": { + "10000.0": { "type": "uniform", "min": 0, "max": 70 - }, - "2600.0": { - "type": "uniform", - "min": 0, - "max": 75 - }, - "2800.0": { - "type": "uniform", - "min": 0, - "max": 80 - }, - "3000.0": { - "type": "uniform", - "min": 0, - "max": 85 - }, - "3200.0": { - "type": "uniform", - "min": 0, - "max": 90 - }, - "3400.0": { - "type": "uniform", - "min": 0, - "max": 95 - }, - "3600.0": { - "type": "uniform", - "min": 0, - "max": 100 } } } \ No newline at end of file diff --git a/config/academy/safari.json b/config/academy/safari.json index 974fbc73..d60b7c88 100644 --- a/config/academy/safari.json +++ b/config/academy/safari.json @@ -13,7 +13,7 @@ ], "spawnYaw": -90.0, "spawnPitch": 0.0, - "playerDuration": 36000, + "playerDuration": 72000, "providedSafariBalls": 32, "startEpoch": 25200000, "restartDelay": 86400000, diff --git a/config/academy/star_badge.json b/config/academy/star_badge.json new file mode 100644 index 00000000..298eb19e --- /dev/null +++ b/config/academy/star_badge.json @@ -0,0 +1,27 @@ +{ + "startItems": [ + { + "id": "academy:star_badge", + "count": 1 + }, + { + "id": "academy:star_badge", + "count": 1 + }, + { + "id": "academy:star_badge", + "count": 1 + }, + { + "id": "academy:star_badge", + "count": 1 + }, + { + "id": "academy:star_badge", + "count": 1 + } + ], + "validItems": [ + "academy:star_badge" + ] +} \ No newline at end of file diff --git a/config/accessible-step.json b/config/accessible-step.json new file mode 100644 index 00000000..520d6963 --- /dev/null +++ b/config/accessible-step.json @@ -0,0 +1,11 @@ +{ + "version": 1, + "defaultConfig": { + "stepMode": "STEP", + "stepHeight": 1.25, + "sneakHeight": 0.6, + "sprintHeight": 1.25, + "useFullRange": false + }, + "worlds": { } +} \ No newline at end of file diff --git a/config/cobbledex/rewards.json b/config/cobbledex/rewards.json index 931b2f35..9aed985a 100644 --- a/config/cobbledex/rewards.json +++ b/config/cobbledex/rewards.json @@ -597,8 +597,8 @@ { "id": "100", "pokemonCaught": 100, - "itemId": "numismatic-overhaul:bronze_coin", - "quantity": 30 + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 5 }, { "id": "101", @@ -1197,8 +1197,8 @@ { "id": "200", "pokemonCaught": 200, - "itemId": "numismatic-overhaul:bronze_coin", - "quantity": 80 + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 12 }, { "id": "201", @@ -1798,7 +1798,7 @@ "id": "300", "pokemonCaught": 300, "itemId": "numismatic-overhaul:silver_coin", - "quantity": 3 + "quantity": 20 }, { "id": "301", @@ -2398,7 +2398,7 @@ "id": "400", "pokemonCaught": 400, "itemId": "numismatic-overhaul:silver_coin", - "quantity": 8 + "quantity": 50 }, { "id": "401", @@ -2997,8 +2997,8 @@ { "id": "500", "pokemonCaught": 500, - "itemId": "numismatic-overhaul:silver_coin", - "quantity": 30 + "itemId": "numismatic-overhaul:gold_coin", + "quantity": 2 }, { "id": "501", @@ -3596,9 +3596,9 @@ }, { "id": "600", - "pokemonCaught": 100, - "itemId": "numismatic-overhaul:silver_coin", - "quantity": 50 + "pokemonCaught": 600, + "itemId": "numismatic-overhaul:gold_coin", + "quantity": 3 }, { "id": "601", @@ -3797,6 +3797,1608 @@ "pokemonCaught": 633, "itemId": "numismatic-overhaul:silver_coin", "quantity": 50 + }, + { + "id": "634", + "pokemonCaught": 634, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "635", + "pokemonCaught": 635, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "636", + "pokemonCaught": 636, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "637", + "pokemonCaught": 637, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "638", + "pokemonCaught": 638, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "639", + "pokemonCaught": 639, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "640", + "pokemonCaught": 640, + "itemId": "numismatic-overhaul:gold_coin", + "quantity": 3 + }, + { + "id": "641", + "pokemonCaught": 641, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "642", + "pokemonCaught": 642, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "643", + "pokemonCaught": 643, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "644", + "pokemonCaught": 644, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "645", + "pokemonCaught": 645, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "646", + "pokemonCaught": 646, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "647", + "pokemonCaught": 647, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "648", + "pokemonCaught": 648, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "649", + "pokemonCaught": 649, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "650", + "pokemonCaught": 650, + "itemId": "numismatic-overhaul:gold_coin", + "quantity": 3 + }, + { + "id": "651", + "pokemonCaught": 651, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "652", + "pokemonCaught": 652, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "653", + "pokemonCaught": 653, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "654", + "pokemonCaught": 654, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "655", + "pokemonCaught": 655, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "656", + "pokemonCaught": 656, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "657", + "pokemonCaught": 657, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "658", + "pokemonCaught": 658, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "659", + "pokemonCaught": 659, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "660", + "pokemonCaught": 660, + "itemId": "numismatic-overhaul:gold_coin", + "quantity": 3 + }, + { + "id": "661", + "pokemonCaught": 661, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "662", + "pokemonCaught": 662, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "663", + "pokemonCaught": 663, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "664", + "pokemonCaught": 664, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "665", + "pokemonCaught": 665, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "666", + "pokemonCaught": 666, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "667", + "pokemonCaught": 667, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "668", + "pokemonCaught": 668, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "669", + "pokemonCaught": 669, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "670", + "pokemonCaught": 670, + "itemId": "numismatic-overhaul:gold_coin", + "quantity": 3 + }, + { + "id": "671", + "pokemonCaught": 671, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "672", + "pokemonCaught": 672, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "673", + "pokemonCaught": 673, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "674", + "pokemonCaught": 674, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "675", + "pokemonCaught": 675, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "676", + "pokemonCaught": 676, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "677", + "pokemonCaught": 677, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "678", + "pokemonCaught": 678, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "679", + "pokemonCaught": 679, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "680", + "pokemonCaught": 680, + "itemId": "numismatic-overhaul:gold_coin", + "quantity": 3 + }, + { + "id": "681", + "pokemonCaught": 681, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "682", + "pokemonCaught": 682, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "683", + "pokemonCaught": 683, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "684", + "pokemonCaught": 684, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "685", + "pokemonCaught": 685, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "686", + "pokemonCaught": 686, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "687", + "pokemonCaught": 687, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "688", + "pokemonCaught": 688, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "689", + "pokemonCaught": 689, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "690", + "pokemonCaught": 690, + "itemId": "numismatic-overhaul:gold_coin", + "quantity": 3 + }, + { + "id": "691", + "pokemonCaught": 691, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "692", + "pokemonCaught": 692, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "693", + "pokemonCaught": 693, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "694", + "pokemonCaught": 694, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "695", + "pokemonCaught": 695, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "696", + "pokemonCaught": 696, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "697", + "pokemonCaught": 697, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "698", + "pokemonCaught": 698, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "699", + "pokemonCaught": 699, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "700", + "pokemonCaught": 700, + "itemId": "numismatic-overhaul:gold_coin", + "quantity": 3 + }, + { + "id": "701", + "pokemonCaught": 701, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "702", + "pokemonCaught": 702, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "703", + "pokemonCaught": 703, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "704", + "pokemonCaught": 704, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "705", + "pokemonCaught": 705, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "706", + "pokemonCaught": 706, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "707", + "pokemonCaught": 707, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "708", + "pokemonCaught": 708, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "709", + "pokemonCaught": 709, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "710", + "pokemonCaught": 710, + "itemId": "numismatic-overhaul:gold_coin", + "quantity": 3 + }, + { + "id": "711", + "pokemonCaught": 711, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "712", + "pokemonCaught": 712, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "713", + "pokemonCaught": 713, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "714", + "pokemonCaught": 714, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "715", + "pokemonCaught": 715, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "716", + "pokemonCaught": 716, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "717", + "pokemonCaught": 717, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "718", + "pokemonCaught": 718, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "719", + "pokemonCaught": 719, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "720", + "pokemonCaught": 720, + "itemId": "numismatic-overhaul:gold_coin", + "quantity": 3 + }, + { + "id": "721", + "pokemonCaught": 721, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "722", + "pokemonCaught": 722, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "723", + "pokemonCaught": 723, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "724", + "pokemonCaught": 724, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "725", + "pokemonCaught": 725, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "726", + "pokemonCaught": 726, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "727", + "pokemonCaught": 727, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "728", + "pokemonCaught": 728, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "729", + "pokemonCaught": 729, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "730", + "pokemonCaught": 730, + "itemId": "numismatic-overhaul:gold_coin", + "quantity": 3 + }, + { + "id": "731", + "pokemonCaught": 731, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "732", + "pokemonCaught": 732, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "733", + "pokemonCaught": 733, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "734", + "pokemonCaught": 734, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "735", + "pokemonCaught": 735, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "736", + "pokemonCaught": 736, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "737", + "pokemonCaught": 737, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "738", + "pokemonCaught": 738, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "739", + "pokemonCaught": 739, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "740", + "pokemonCaught": 740, + "itemId": "numismatic-overhaul:gold_coin", + "quantity": 3 + }, + { + "id": "741", + "pokemonCaught": 741, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "742", + "pokemonCaught": 742, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "743", + "pokemonCaught": 743, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "744", + "pokemonCaught": 744, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "745", + "pokemonCaught": 745, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "746", + "pokemonCaught": 746, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "747", + "pokemonCaught": 747, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "748", + "pokemonCaught": 748, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "749", + "pokemonCaught": 749, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "750", + "pokemonCaught": 750, + "itemId": "numismatic-overhaul:gold_coin", + "quantity": 3 + }, + { + "id": "751", + "pokemonCaught": 751, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "752", + "pokemonCaught": 752, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "753", + "pokemonCaught": 753, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "754", + "pokemonCaught": 754, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "755", + "pokemonCaught": 755, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "756", + "pokemonCaught": 756, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "757", + "pokemonCaught": 757, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "758", + "pokemonCaught": 758, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "759", + "pokemonCaught": 759, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "760", + "pokemonCaught": 760, + "itemId": "numismatic-overhaul:gold_coin", + "quantity": 3 + }, + { + "id": "761", + "pokemonCaught": 761, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "762", + "pokemonCaught": 762, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "763", + "pokemonCaught": 763, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "764", + "pokemonCaught": 764, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "765", + "pokemonCaught": 765, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "766", + "pokemonCaught": 766, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "767", + "pokemonCaught": 767, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "768", + "pokemonCaught": 768, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "769", + "pokemonCaught": 769, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "770", + "pokemonCaught": 770, + "itemId": "numismatic-overhaul:gold_coin", + "quantity": 3 + }, + { + "id": "771", + "pokemonCaught": 771, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "772", + "pokemonCaught": 772, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "773", + "pokemonCaught": 773, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "774", + "pokemonCaught": 774, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "775", + "pokemonCaught": 775, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "776", + "pokemonCaught": 776, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "777", + "pokemonCaught": 777, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "778", + "pokemonCaught": 778, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "779", + "pokemonCaught": 779, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "780", + "pokemonCaught": 780, + "itemId": "numismatic-overhaul:gold_coin", + "quantity": 3 + }, + { + "id": "781", + "pokemonCaught": 781, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "782", + "pokemonCaught": 782, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "783", + "pokemonCaught": 783, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "784", + "pokemonCaught": 784, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "785", + "pokemonCaught": 785, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "786", + "pokemonCaught": 786, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "787", + "pokemonCaught": 787, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "788", + "pokemonCaught": 788, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "789", + "pokemonCaught": 789, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "790", + "pokemonCaught": 790, + "itemId": "numismatic-overhaul:gold_coin", + "quantity": 3 + }, + { + "id": "791", + "pokemonCaught": 791, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "792", + "pokemonCaught": 792, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "793", + "pokemonCaught": 793, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "794", + "pokemonCaught": 794, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "795", + "pokemonCaught": 795, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "796", + "pokemonCaught": 796, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "797", + "pokemonCaught": 797, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "798", + "pokemonCaught": 798, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "799", + "pokemonCaught": 799, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 69 + }, + { + "id": "800", + "pokemonCaught": 800, + "itemId": "numismatic-overhaul:gold_coin", + "quantity": 5 + }, + { + "id": "801", + "pokemonCaught": 801, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "802", + "pokemonCaught": 802, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "803", + "pokemonCaught": 803, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "804", + "pokemonCaught": 804, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "805", + "pokemonCaught": 805, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "806", + "pokemonCaught": 806, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "807", + "pokemonCaught": 807, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "808", + "pokemonCaught": 808, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "809", + "pokemonCaught": 809, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "810", + "pokemonCaught": 810, + "itemId": "numismatic-overhaul:gold_coin", + "quantity": 5 + }, + { + "id": "811", + "pokemonCaught": 811, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "812", + "pokemonCaught": 812, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "813", + "pokemonCaught": 813, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "814", + "pokemonCaught": 814, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "815", + "pokemonCaught": 815, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "816", + "pokemonCaught": 816, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "817", + "pokemonCaught": 817, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "818", + "pokemonCaught": 818, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "819", + "pokemonCaught": 819, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "820", + "pokemonCaught": 820, + "itemId": "numismatic-overhaul:gold_coin", + "quantity": 5 + }, + { + "id": "821", + "pokemonCaught": 821, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "822", + "pokemonCaught": 822, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "823", + "pokemonCaught": 823, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "824", + "pokemonCaught": 824, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "825", + "pokemonCaught": 825, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "826", + "pokemonCaught": 826, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "827", + "pokemonCaught": 827, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "828", + "pokemonCaught": 828, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "829", + "pokemonCaught": 829, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "830", + "pokemonCaught": 830, + "itemId": "numismatic-overhaul:gold_coin", + "quantity": 5 + }, + { + "id": "831", + "pokemonCaught": 831, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "832", + "pokemonCaught": 832, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "833", + "pokemonCaught": 833, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "834", + "pokemonCaught": 834, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "835", + "pokemonCaught": 835, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "836", + "pokemonCaught": 836, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "837", + "pokemonCaught": 837, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "838", + "pokemonCaught": 838, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "839", + "pokemonCaught": 839, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "840", + "pokemonCaught": 840, + "itemId": "numismatic-overhaul:gold_coin", + "quantity": 5 + }, + { + "id": "841", + "pokemonCaught": 841, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "842", + "pokemonCaught": 842, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "843", + "pokemonCaught": 843, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "844", + "pokemonCaught": 844, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "845", + "pokemonCaught": 845, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "846", + "pokemonCaught": 846, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "847", + "pokemonCaught": 847, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "848", + "pokemonCaught": 848, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "849", + "pokemonCaught": 849, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "850", + "pokemonCaught": 850, + "itemId": "numismatic-overhaul:gold_coin", + "quantity": 5 + }, + { + "id": "851", + "pokemonCaught": 851, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "852", + "pokemonCaught": 852, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "853", + "pokemonCaught": 853, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "854", + "pokemonCaught": 854, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "855", + "pokemonCaught": 855, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "856", + "pokemonCaught": 856, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "857", + "pokemonCaught": 857, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "858", + "pokemonCaught": 858, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "859", + "pokemonCaught": 859, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "860", + "pokemonCaught": 860, + "itemId": "numismatic-overhaul:gold_coin", + "quantity": 5 + }, + { + "id": "861", + "pokemonCaught": 861, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "862", + "pokemonCaught": 862, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "863", + "pokemonCaught": 863, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "864", + "pokemonCaught": 864, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "865", + "pokemonCaught": 865, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "866", + "pokemonCaught": 866, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "867", + "pokemonCaught": 867, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "868", + "pokemonCaught": 868, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "869", + "pokemonCaught": 869, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "870", + "pokemonCaught": 870, + "itemId": "numismatic-overhaul:gold_coin", + "quantity": 5 + }, + { + "id": "871", + "pokemonCaught": 871, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "872", + "pokemonCaught": 872, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "873", + "pokemonCaught": 873, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "874", + "pokemonCaught": 874, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "875", + "pokemonCaught": 875, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "876", + "pokemonCaught": 876, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "877", + "pokemonCaught": 877, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "878", + "pokemonCaught": 878, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "879", + "pokemonCaught": 879, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "880", + "pokemonCaught": 880, + "itemId": "numismatic-overhaul:gold_coin", + "quantity": 5 + }, + { + "id": "881", + "pokemonCaught": 881, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "882", + "pokemonCaught": 882, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "883", + "pokemonCaught": 883, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "884", + "pokemonCaught": 884, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "885", + "pokemonCaught": 885, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "886", + "pokemonCaught": 886, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "887", + "pokemonCaught": 887, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "888", + "pokemonCaught": 888, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "889", + "pokemonCaught": 889, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "890", + "pokemonCaught": 890, + "itemId": "numismatic-overhaul:gold_coin", + "quantity": 5 + }, + { + "id": "891", + "pokemonCaught": 891, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "892", + "pokemonCaught": 892, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "893", + "pokemonCaught": 893, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "894", + "pokemonCaught": 894, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "895", + "pokemonCaught": 895, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "896", + "pokemonCaught": 896, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "897", + "pokemonCaught": 897, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "898", + "pokemonCaught": 898, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "899", + "pokemonCaught": 899, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 80 + }, + { + "id": "900", + "pokemonCaught": 900, + "itemId": "numismatic-overhaul:gold_coin", + "quantity": 10 } ] } \ No newline at end of file diff --git a/config/global_data_and_resourcepacks.toml b/config/global_data_and_resourcepacks.toml index 50a52e49..d45c6e0b 100644 --- a/config/global_data_and_resourcepacks.toml +++ b/config/global_data_and_resourcepacks.toml @@ -5,7 +5,7 @@ # /.minecraft_global_packs/optional_datapacks # /.minecraft_global_packs/required_resourcepacks # /.minecraft_global_packs/optional_resourcepacks -enable_system_global_packs = true +enable_system_global_packs = false #This config allows you to add or remove folders or single files as Data-/Resourcepacks #For that simply specify the file path to the folder/file relative to your .minecraft or instance folder diff --git a/config/global_game_rule.json b/config/global_game_rule.json new file mode 100644 index 00000000..50e42c2c --- /dev/null +++ b/config/global_game_rule.json @@ -0,0 +1,12 @@ +{ + "announceAdvancements": false, + "disableElytraMovementCheck": true, + "disableRaids": true, + "doMobSpawning": false, + "doPatrolSpawning": false, + "doTraderSpawning": false, + "doWardenSpawning": false, + "keepInventory": true, + "moneyDropPercentage": 0, + "playersSleepingPercentage": 30 +} \ No newline at end of file diff --git a/config/item_obliterator.json5 b/config/item_obliterator.json5 index 9085bfd8..0804c576 100644 --- a/config/item_obliterator.json5 +++ b/config/item_obliterator.json5 @@ -48,14 +48,6 @@ "lootr:trophy", "sculk_depths:crumbling_dirt", "!sculk_depths:.*", - "pokeblocks:airuhsea_figurine", - "pokeblocks:damorgo_figurine", - "pokeblocks:doncheadle_figurine", - "pokeblocks:a09robert_figurine", - "pokeblocks:red_communism_figurine", - "pokeblocks:tropsic0_figurine", - "pokeblocks:mik_03_figurine", - "pokeblocks:pohello_figurine", "pokeblocks:raid_pass", "pokeblocks:raid_voucher", "pokeblocks:radiant_voucher", diff --git a/config/resourcepackoverrides.json b/config/resourcepackoverrides.json index 36855cae..26fe3e0b 100644 --- a/config/resourcepackoverrides.json +++ b/config/resourcepackoverrides.json @@ -16,6 +16,7 @@ "file/Missing Legends V1.2[No Genesect or Regi Resize]", "file/Vivillon Pride Patterns v1.0", "file/BattleBond [V1.4]", + "file/CobblemonIcons StarAcademy WithMobs v1.0", "file/Star Academy" ], "default_overrides": { diff --git a/config/shouldersurfing-client.toml b/config/shouldersurfing-client.toml new file mode 100644 index 00000000..7601b9d9 --- /dev/null +++ b/config/shouldersurfing-client.toml @@ -0,0 +1,279 @@ +[camera] + #The distance multiplier on whether or not to hide the player model if the camera gets too close to it. Set to 0 to disable. + #Range: 0.0 ~ 1.7976931348623157E308 + keep_camera_out_of_head_distance_multiplier = 0.75 + #Size of the camera adjustment per step. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + camera_step_size = 0.025 + #The speed multiplier at which the camera transitions between positions. + #Range: 0.05 ~ 1.0 + camera_transition_speed_multiplier = 0.25 + #The angle at which the camera will be centered when looking down. Set to 0 to disable. + #Range: 0.0 ~ 90.0 + center_camera_when_looking_down_angle = 1.0 + #Whether or not to dynamically adjust camera offsets depending on space constraints. + dynamically_adjust_offsets = true + #Whether or not to decouple the camera rotation from the player rotation. + decoupled_camera = true + #Whether or not to orient the camera rotation when the player is teleported. This includes passenger (dis-)mounting and traveling through portals. + orient_camera_on_teleport = true + + [camera.offset] + #Third person camera x-offset. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + offset_x = -0.75 + #Third person camera y-offset. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + offset_y = 0.0 + #Third person camera z-offset. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + offset_z = 4.0 + + [camera.offset.min] + #When x-offset is limited this is the minimum amount. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + min_offset_x = -3.0 + #When y-offset is limited this is the minimum amount. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + min_offset_y = -1.0 + #When z-offset is limited this is the minimum amount. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + min_offset_z = -3.0 + + [camera.offset.max] + #When x-offset is limited this is the maximum amount. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + max_offset_x = 3.0 + #When y-offset is limited this is the maximum amount. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + max_offset_y = 1.5 + #When z-offset is limited this is the maximum amount. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + max_offset_z = 5.0 + + [camera.offset.limits] + #Whether or not x-offset adjustment has limits. + unlimited_offset_x = false + #Whether or not y-offset adjustment has limits. + unlimited_offset_y = false + #Whether or not z-offset adjustment has limits. + unlimited_offset_z = false + + [camera.offset.multiplier.passenger] + #x-offset multiplier for when the player is a passenger. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + multiplier_offset_x = 1.0 + #y-offset multiplier for when the player is a passenger. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + multiplier_offset_y = 1.0 + #z-offset multiplier for when the player is a passenger. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + multiplier_offset_z = 1.0 + + [camera.offset.multiplier.sprint] + #x-offset multiplier for when the player is sprinting. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + multiplier_offset_x = 1.0 + #y-offset multiplier for when the player is sprinting. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + multiplier_offset_y = 1.0 + #z-offset multiplier for when the player is sprinting. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + multiplier_offset_z = 1.0 + + [camera.offset.multiplier.aiming] + #x-offset multiplier for when the player is aiming. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + multiplier_offset_x = 1.0 + #y-offset multiplier for when the player is aiming. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + multiplier_offset_y = 1.0 + #z-offset multiplier for when the player is aiming. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + multiplier_offset_z = 1.0 + + [camera.offset.multiplier.fall_flying] + #x-offset multiplier for when using Elytra. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + multiplier_offset_x = 1.0 + #y-offset multiplier for when using Elytra. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + multiplier_offset_y = 1.0 + #z-offset multiplier for when using Elytra. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + multiplier_offset_z = 1.0 + + [camera.offset.multiplier.climbing] + #x-offset multiplier for when the player is climbing. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + multiplier_offset_x = 0.0 + #y-offset multiplier for when the player is climbing. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + multiplier_offset_y = 1.0 + #z-offset multiplier for when the player is climbing. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + multiplier_offset_z = 1.0 + + [camera.offset.modifiers.passenger] + #x-offset modifier for when the player is a passenger. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + modifier_offset_x = 0.0 + #y-offset modifier for when the player is a passenger. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + modifier_offset_y = 0.0 + #z-offset modifier for when the player is a passenger. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + modifier_offset_z = 0.0 + + [camera.offset.modifiers.sprint] + #x-offset modifier for when the player is sprinting. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + modifier_offset_x = 0.0 + #y-offset modifier for when the player is sprinting. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + modifier_offset_y = 0.0 + #z-offset modifier for when the player is sprinting. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + modifier_offset_z = 0.0 + + [camera.offset.modifiers.aiming] + #x-offset modifier for when the player is aiming. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + modifier_offset_x = 0.0 + #y-offset modifier for when the player is aiming. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + modifier_offset_y = 0.0 + #z-offset modifier for when the player is aiming. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + modifier_offset_z = 0.0 + + [camera.offset.modifiers.fall_flying] + #x-offset modifier for when using Elytra. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + modifier_offset_x = 0.0 + #y-offset modifier for when using Elytra. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + modifier_offset_y = 0.0 + #z-offset modifier for when using Elytra. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + modifier_offset_z = 0.0 + + [camera.offset.modifiers.climbing] + #x-offset modifier for when the player is climbing. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + modifier_offset_x = 0.0 + #y-offset modifier for when the player is climbing. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + modifier_offset_y = 0.0 + #z-offset modifier for when the player is climbing. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + modifier_offset_z = 0.0 + +[perspective] + #The default perspective when you load the game. + #Allowed Values: FIRST_PERSON, THIRD_PERSON_BACK, THIRD_PERSON_FRONT, SHOULDER_SURFING + default_perspective = "FIRST_PERSON" + #Whether or not to remember the last perspective used. + remember_last_perspective = true + #Whether or not to replace the default third person perspective. + replace_default_perspective = false + #Whether or not the first person perspective is enabled. + first_person_enabled = true + #Whether or not the third person front perspective is enabled. + third_person_front_enabled = false + #Whether or not the third person back perspective is enabled. + third_person_back_enabled = false + +[player] + #Whether or not to adjust the player model transparency when view is obstructed. Changing this value may require a game restart to take full effect. + adjust_player_transparency = true + #The angle at which the player will no longer be rendered when looking up. Set to 0 to disable. + #Range: 0.0 ~ 90.0 + hide_player_when_looking_up_angle = 0.0 + #Whether the x-rot of the player should follow the camera x-rot. This config option only applies when camera is decoupled. + player_x_rot_follows_camera = false + #Whether the y-rot of the player should follow the camera y-rot. This config option only applies when camera is decoupled. + player_y_rot_follows_camera = false + #The maximum angle to which the player y-rot follows the camera y-rot. This config option only applies when player y-rot follows camera option is enabled. + #Range: 0.0 ~ 180.0 + player_y_rot_follow_angle_limit = 90.0 + + [player.turning] + #Whether to turn the player when using an item. This config option only applies when camera is decoupled. + #Allowed Values: ALWAYS, NEVER, REQUIRES_TARGET + when_using_item = "ALWAYS" + #Whether to turn the player when attacking. This config option only applies when camera is decoupled. + #Allowed Values: ALWAYS, NEVER, REQUIRES_TARGET + when_attacking = "ALWAYS" + #Whether to turn the player when interacting with blocks. This config option only applies when camera is decoupled. + #Allowed Values: ALWAYS, NEVER, REQUIRES_TARGET + when_interacting = "ALWAYS" + #Whether to turn the player when picking blocks or entities. This config option only applies when camera is decoupled. + #Allowed Values: ALWAYS, NEVER, REQUIRES_TARGET + when_picking = "ALWAYS" + #The time in ticks the player will remain turned after the interaction has ended. Set to 0 to disable. This config option only applies when camera is decoupled. + #Range: > 0 + turning_lock_time = 4 + +[object_picker] + #The raytrace distance used for the dynamic crosshair. + #Range: 0.0 ~ 1.7976931348623157E308 + custom_raytrace_distance = 400.0 + #Whether or not to use the custom raytrace distance used for the dynamic crosshair. + use_custom_raytrace_distance = true + + [object_picker.pick_origin] + #The origin where the entity pick starts when using the static crosshair. + #Allowed Values: PLAYER, CAMERA + entity_pick_origin = "PLAYER" + #The origin where the block pick starts when using the static crosshair. + #Allowed Values: PLAYER, CAMERA + block_pick_origin = "PLAYER" + + [object_picker.pick_vector] + #The vector direction of the raytrace when picking objects. This config option only applies when using the dynamic crosshair. + #Allowed Values: PLAYER, CAMERA + pick_vector = "CAMERA" + +[crosshair] + #Crosshair type to use for shoulder surfing. + #Allowed Values: ADAPTIVE, DYNAMIC, STATIC, STATIC_WITH_1PP, DYNAMIC_WITH_1PP + crosshair_type = "STATIC" + #Items that when held, trigger the dynamic crosshair in adaptive mode. This config option supports regular expressions. Example: 'minecraft:.*sword' matches 'minecraft:wooden_sword' and 'minecraft:netherite_sword'. + adaptive_crosshair_hold_items = ["minecraft:snowball", "minecraft:egg", "minecraft:experience_bottle", "minecraft:ender_pearl", "minecraft:splash_potion", "minecraft:fishing_rod", "minecraft:lingering_potion"] + #Items that when used, trigger the dynamic crosshair in adaptive mode. This config option supports regular expressions. Example: 'minecraft:.*sword' matches 'minecraft:wooden_sword' and 'minecraft:netherite_sword'. + adaptive_crosshair_use_items = [] + #Item properties of an item, that when held, trigger the dynamic crosshair in adaptive mode. + adaptive_crosshair_hold_item_properties = ["minecraft:charged"] + #Item properties of an item, that when used, trigger the dynamic crosshair in adaptive mode. + adaptive_crosshair_use_item_properties = ["minecraft:pull", "minecraft:throwing"] + + [crosshair.obstruction] + #When the crosshair type is static, shows an additional indicator on obstacles that stand between you and your target. + show_obstruction_indicator = true + #Only show the obstruction indicator when using items that would trigger the adaptive crosshair. + only_when_aiming = true + #Hide the obstruction indicator when it is too close to the main crosshair. Distance measured in scaled pixels. + #Range: > 0 + min_distance_to_crosshair = 8 + #Ignore obstructions that are too far away from the player. Distance measured in blocks. Set to 0 to disable. + #Range: 0.0 ~ 1.7976931348623157E308 + max_distance_to_obstruction = 20.0 + + [crosshair.visibility] + #Crosshair visibility for first person. + #Allowed Values: ALWAYS, NEVER, WHEN_AIMING, WHEN_IN_RANGE, WHEN_AIMING_OR_IN_RANGE + first_person = "ALWAYS" + #Crosshair visibility for third person back. + #Allowed Values: ALWAYS, NEVER, WHEN_AIMING, WHEN_IN_RANGE, WHEN_AIMING_OR_IN_RANGE + third_person_back = "NEVER" + #Crosshair visibility for third person front. + #Allowed Values: ALWAYS, NEVER, WHEN_AIMING, WHEN_IN_RANGE, WHEN_AIMING_OR_IN_RANGE + third_person_front = "NEVER" + #Crosshair visibility for shoulder surfing. + #Allowed Values: ALWAYS, NEVER, WHEN_AIMING, WHEN_IN_RANGE, WHEN_AIMING_OR_IN_RANGE + shoulder_surfing = "ALWAYS" + +[audio] + #Whether to center sounds made by the player. + center_player_sounds = false diff --git a/config/worldedit/schematics/healingcenter.schem b/config/worldedit/schematics/healingcenter.schem index 034acbd4..5492e4df 100644 Binary files a/config/worldedit/schematics/healingcenter.schem and b/config/worldedit/schematics/healingcenter.schem differ diff --git a/config/worldedit/schematics/safariportal.schem b/config/worldedit/schematics/safariportal.schem index 56b4c802..6b6f29b2 100644 Binary files a/config/worldedit/schematics/safariportal.schem and b/config/worldedit/schematics/safariportal.schem differ diff --git a/config/worldedit/schematics/shop.schem b/config/worldedit/schematics/shop.schem index 0f5e6ba4..50c36fcb 100644 Binary files a/config/worldedit/schematics/shop.schem and b/config/worldedit/schematics/shop.schem differ diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/large_warped_tower.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/large_warped_tower.json index 50d769b2..88c9ef15 100644 --- a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/large_warped_tower.json +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/large_warped_tower.json @@ -16,7 +16,7 @@ "other_set": "#mvs:common_avoid" }, - "spacing": 90, + "spacing": 320, "separation": 0 } diff --git a/global_packs/required_data/_Star Academy_/data/academy/structures/healingcenter_desert.nbt b/global_packs/required_data/_Star Academy_/data/academy/structures/healingcenter_desert.nbt new file mode 100644 index 00000000..c9ab4a04 Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/academy/structures/healingcenter_desert.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/academy/structures/healingcenter_ocean.nbt b/global_packs/required_data/_Star Academy_/data/academy/structures/healingcenter_ocean.nbt new file mode 100644 index 00000000..08af2dff Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/academy/structures/healingcenter_ocean.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/academy/structures/healingcenter_plains.nbt b/global_packs/required_data/_Star Academy_/data/academy/structures/healingcenter_plains.nbt new file mode 100644 index 00000000..9f1482c8 Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/academy/structures/healingcenter_plains.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/academy/structures/healingcenter_savanna.nbt b/global_packs/required_data/_Star Academy_/data/academy/structures/healingcenter_savanna.nbt new file mode 100644 index 00000000..b6b8b059 Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/academy/structures/healingcenter_savanna.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/academy/structures/healingcenter_snowy.nbt b/global_packs/required_data/_Star Academy_/data/academy/structures/healingcenter_snowy.nbt new file mode 100644 index 00000000..3cef0a54 Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/academy/structures/healingcenter_snowy.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/academy/structures/healingcenter_taiga.nbt b/global_packs/required_data/_Star Academy_/data/academy/structures/healingcenter_taiga.nbt new file mode 100644 index 00000000..75693e91 Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/academy/structures/healingcenter_taiga.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/academy/structures/safari_spawn.nbt b/global_packs/required_data/_Star Academy_/data/academy/structures/safari_spawn.nbt new file mode 100644 index 00000000..2a3b344f Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/academy/structures/safari_spawn.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/academy/structures/safariportal_desert.nbt b/global_packs/required_data/_Star Academy_/data/academy/structures/safariportal_desert.nbt new file mode 100644 index 00000000..c177b9b2 Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/academy/structures/safariportal_desert.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/academy/structures/safariportal_ocean.nbt b/global_packs/required_data/_Star Academy_/data/academy/structures/safariportal_ocean.nbt new file mode 100644 index 00000000..74f49752 Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/academy/structures/safariportal_ocean.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/academy/structures/safariportal_plains.nbt b/global_packs/required_data/_Star Academy_/data/academy/structures/safariportal_plains.nbt new file mode 100644 index 00000000..ff8a3ff8 Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/academy/structures/safariportal_plains.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/academy/structures/safariportal_savanna.nbt b/global_packs/required_data/_Star Academy_/data/academy/structures/safariportal_savanna.nbt new file mode 100644 index 00000000..9429f4b2 Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/academy/structures/safariportal_savanna.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/academy/structures/safariportal_snowy.nbt b/global_packs/required_data/_Star Academy_/data/academy/structures/safariportal_snowy.nbt new file mode 100644 index 00000000..b32c6b98 Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/academy/structures/safariportal_snowy.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/academy/structures/safariportal_taiga.nbt b/global_packs/required_data/_Star Academy_/data/academy/structures/safariportal_taiga.nbt new file mode 100644 index 00000000..0bfe7944 Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/academy/structures/safariportal_taiga.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/academy/structures/shop.nbt b/global_packs/required_data/_Star Academy_/data/academy/structures/shop.nbt new file mode 100644 index 00000000..497949ed Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/academy/structures/shop.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/academy/structures/shop_desert.nbt b/global_packs/required_data/_Star Academy_/data/academy/structures/shop_desert.nbt new file mode 100644 index 00000000..5a705d47 Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/academy/structures/shop_desert.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/academy/structures/shop_ocean.nbt b/global_packs/required_data/_Star Academy_/data/academy/structures/shop_ocean.nbt new file mode 100644 index 00000000..a5089480 Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/academy/structures/shop_ocean.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/academy/structures/shop_plains.nbt b/global_packs/required_data/_Star Academy_/data/academy/structures/shop_plains.nbt new file mode 100644 index 00000000..0e21214f Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/academy/structures/shop_plains.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/academy/structures/shop_savanna.nbt b/global_packs/required_data/_Star Academy_/data/academy/structures/shop_savanna.nbt new file mode 100644 index 00000000..06c99351 Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/academy/structures/shop_savanna.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/academy/structures/shop_snowy.nbt b/global_packs/required_data/_Star Academy_/data/academy/structures/shop_snowy.nbt new file mode 100644 index 00000000..f084bf34 Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/academy/structures/shop_snowy.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/academy/structures/shop_taiga.nbt b/global_packs/required_data/_Star Academy_/data/academy/structures/shop_taiga.nbt new file mode 100644 index 00000000..8e5ab2bc Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/academy/structures/shop_taiga.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/academy/structures/street_desert.nbt b/global_packs/required_data/_Star Academy_/data/academy/structures/street_desert.nbt new file mode 100644 index 00000000..8ca31c99 Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/academy/structures/street_desert.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/academy/structures/street_ocean.nbt b/global_packs/required_data/_Star Academy_/data/academy/structures/street_ocean.nbt new file mode 100644 index 00000000..69058915 Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/academy/structures/street_ocean.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/academy/structures/street_plains.nbt b/global_packs/required_data/_Star Academy_/data/academy/structures/street_plains.nbt new file mode 100644 index 00000000..419cd807 Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/academy/structures/street_plains.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/academy/structures/street_savanna.nbt b/global_packs/required_data/_Star Academy_/data/academy/structures/street_savanna.nbt new file mode 100644 index 00000000..77b88028 Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/academy/structures/street_savanna.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/academy/structures/street_snowy.nbt b/global_packs/required_data/_Star Academy_/data/academy/structures/street_snowy.nbt new file mode 100644 index 00000000..d23d4c81 Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/academy/structures/street_snowy.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/academy/structures/street_taiga.nbt b/global_packs/required_data/_Star Academy_/data/academy/structures/street_taiga.nbt new file mode 100644 index 00000000..c36a26c1 Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/academy/structures/street_taiga.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/aqua.json b/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/aqua.json new file mode 100644 index 00000000..f8d73903 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/aqua.json @@ -0,0 +1,176 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/archer_chest.json b/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/archer_chest.json new file mode 100644 index 00000000..33e2c3d7 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/archer_chest.json @@ -0,0 +1,231 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot", + "weight": 18 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + } + ] +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/archer_chest1.json b/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/archer_chest1.json new file mode 100644 index 00000000..30761e39 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/archer_chest1.json @@ -0,0 +1,231 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot", + "weight": 18 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + } + ] +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/archer_chest2.json b/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/archer_chest2.json new file mode 100644 index 00000000..30761e39 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/archer_chest2.json @@ -0,0 +1,231 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot", + "weight": 18 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + } + ] +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/armory.json b/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/armory.json new file mode 100644 index 00000000..5bd5236a --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/armory.json @@ -0,0 +1,294 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier3" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier2" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:gender_swapper" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:iv_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:level_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:empty", + "weight": 75 + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:dream_ball", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/vitamin_loot", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:max_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + }, + { + "type": "minecraft:item", + "name": "cobblemon:max_revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/evo_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + } + ] +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/coal_storage.json b/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/coal_storage.json new file mode 100644 index 00000000..af8b4e9a --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/coal_storage.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/construction.json b/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/construction.json new file mode 100644 index 00000000..af8b4e9a --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/construction.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/copper_storage.json b/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/copper_storage.json new file mode 100644 index 00000000..79804d15 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/copper_storage.json @@ -0,0 +1,231 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot", + "weight": 18 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/crafting.json b/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/crafting.json new file mode 100644 index 00000000..833eabf0 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/crafting.json @@ -0,0 +1,159 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ] +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/food_storage.json b/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/food_storage.json new file mode 100644 index 00000000..833eabf0 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/food_storage.json @@ -0,0 +1,159 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ] +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/gold_storage.json b/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/gold_storage.json new file mode 100644 index 00000000..b4bb8a9a --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/gold_storage.json @@ -0,0 +1,323 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier3" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier2" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:gender_swapper" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:iv_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:level_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:name_tag", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "enchantments": [ + "minecraft:swift_sneak" + ], + "function": "minecraft:enchant_randomly" + } + ], + "name": "minecraft:book", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "minecraft:echo_shard", + "weight": 4 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 10.0, + "min": 5.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:empty", + "weight": 75 + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:dream_ball", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/vitamin_loot", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:max_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + }, + { + "type": "minecraft:item", + "name": "cobblemon:max_revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/evo_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + } + ] +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/ingredients.json b/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/ingredients.json new file mode 100644 index 00000000..4fae2211 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/ingredients.json @@ -0,0 +1,159 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/iron_storage.json b/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/iron_storage.json new file mode 100644 index 00000000..566c5038 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/iron_storage.json @@ -0,0 +1,231 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot", + "weight": 18 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/library.json b/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/library.json new file mode 100644 index 00000000..833eabf0 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/library.json @@ -0,0 +1,159 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ] +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/mechanism_storage.json b/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/mechanism_storage.json new file mode 100644 index 00000000..4fae2211 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/mechanism_storage.json @@ -0,0 +1,159 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/minerals.json b/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/minerals.json new file mode 100644 index 00000000..4fae2211 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/minerals.json @@ -0,0 +1,159 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/nether.json b/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/nether.json new file mode 100644 index 00000000..66fe75d1 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/nether.json @@ -0,0 +1,232 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot", + "weight": 18 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + } + ], + "random_sequence": "minecraft:chests/bastion_other" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/potion_storage.json b/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/potion_storage.json new file mode 100644 index 00000000..4fae2211 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/potion_storage.json @@ -0,0 +1,159 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/resources.json b/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/resources.json new file mode 100644 index 00000000..566c5038 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/resources.json @@ -0,0 +1,231 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot", + "weight": 18 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/slime.json b/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/slime.json new file mode 100644 index 00000000..4fae2211 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/slime.json @@ -0,0 +1,159 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/stone_storage.json b/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/stone_storage.json new file mode 100644 index 00000000..4fae2211 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/stone_storage.json @@ -0,0 +1,159 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/vegetation.json b/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/vegetation.json new file mode 100644 index 00000000..4fae2211 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/vegetation.json @@ -0,0 +1,159 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/wood_storage.json b/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/wood_storage.json new file mode 100644 index 00000000..a524a36b --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/wood_storage.json @@ -0,0 +1,159 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/structures/ancient_temple.nbt b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/ancient_temple.nbt new file mode 100644 index 00000000..423a9b57 Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/ancient_temple.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/structures/dark_tower.nbt b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/dark_tower.nbt new file mode 100644 index 00000000..26066872 Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/dark_tower.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/structures/deepslate_keep.nbt b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/deepslate_keep.nbt new file mode 100644 index 00000000..37ac94a7 Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/deepslate_keep.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/structures/desert_outpost.nbt b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/desert_outpost.nbt new file mode 100644 index 00000000..35930bb4 Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/desert_outpost.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/structures/dojo.nbt b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/dojo.nbt new file mode 100644 index 00000000..6b6db6af Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/dojo.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/structures/fortified_temple.nbt b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/fortified_temple.nbt new file mode 100644 index 00000000..0694a477 Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/fortified_temple.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/structures/gnome_hut.nbt b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/gnome_hut.nbt new file mode 100644 index 00000000..75f42e24 Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/gnome_hut.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/structures/granite_fort.nbt b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/granite_fort.nbt new file mode 100644 index 00000000..ca6121fc Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/granite_fort.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/structures/haunted_ruin/haunted_ruin.nbt b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/haunted_ruin/haunted_ruin.nbt new file mode 100644 index 00000000..b76b42bf Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/haunted_ruin/haunted_ruin.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/structures/haunted_ruin/haunted_ruin2.nbt b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/haunted_ruin/haunted_ruin2.nbt new file mode 100644 index 00000000..d88d3673 Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/haunted_ruin/haunted_ruin2.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/structures/haunted_ruin/haunted_ruin3.nbt b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/haunted_ruin/haunted_ruin3.nbt new file mode 100644 index 00000000..7db76e42 Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/haunted_ruin/haunted_ruin3.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/structures/herobrine_stronghold.nbt b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/herobrine_stronghold.nbt new file mode 100644 index 00000000..d7245c40 Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/herobrine_stronghold.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/structures/ice_tribe.nbt b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/ice_tribe.nbt new file mode 100644 index 00000000..53f1b162 Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/ice_tribe.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/structures/jungle_settlement.nbt b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/jungle_settlement.nbt new file mode 100644 index 00000000..96776526 Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/jungle_settlement.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/structures/lighthouse.nbt b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/lighthouse.nbt new file mode 100644 index 00000000..0bfde672 Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/lighthouse.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/structures/manor.nbt b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/manor.nbt new file mode 100644 index 00000000..5e940632 Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/manor.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/structures/marble_chateau.nbt b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/marble_chateau.nbt new file mode 100644 index 00000000..d62dba43 Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/marble_chateau.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/structures/monastery_tower.nbt b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/monastery_tower.nbt new file mode 100644 index 00000000..70962c33 Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/monastery_tower.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/structures/mosque.nbt b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/mosque.nbt new file mode 100644 index 00000000..cde847aa Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/mosque.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/structures/nomadic_camp.nbt b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/nomadic_camp.nbt new file mode 100644 index 00000000..7226317c Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/nomadic_camp.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/structures/old_fort.nbt b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/old_fort.nbt new file mode 100644 index 00000000..aba1ca73 Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/old_fort.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/structures/old_home.nbt b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/old_home.nbt new file mode 100644 index 00000000..c7a7444c Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/old_home.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/structures/quarry.nbt b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/quarry.nbt new file mode 100644 index 00000000..8b629523 Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/quarry.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/structures/rotten_log.nbt b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/rotten_log.nbt new file mode 100644 index 00000000..0d91e4d1 Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/rotten_log.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/structures/rotting_temple.nbt b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/rotting_temple.nbt new file mode 100644 index 00000000..8fd9cff7 Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/rotting_temple.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/structures/rotting_temple_underground.nbt b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/rotting_temple_underground.nbt new file mode 100644 index 00000000..8fd9cff7 Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/rotting_temple_underground.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/structures/ruined_castle.nbt b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/ruined_castle.nbt new file mode 100644 index 00000000..c5d0b240 Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/ruined_castle.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/structures/sculk_deposit.nbt b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/sculk_deposit.nbt new file mode 100644 index 00000000..9ac3201d Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/sculk_deposit.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/structures/silverfish_nest.nbt b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/silverfish_nest.nbt new file mode 100644 index 00000000..0f9ab02d Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/silverfish_nest.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/structures/sinking_temple.nbt b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/sinking_temple.nbt new file mode 100644 index 00000000..cc14d9b7 Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/sinking_temple.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/structures/small_keep.nbt b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/small_keep.nbt new file mode 100644 index 00000000..78118a9f Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/small_keep.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/structures/spider_nest.nbt b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/spider_nest.nbt new file mode 100644 index 00000000..13477503 Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/spider_nest.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/structures/stray_ruins.nbt b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/stray_ruins.nbt new file mode 100644 index 00000000..8875998d Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/stray_ruins.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/structures/tavern.nbt b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/tavern.nbt new file mode 100644 index 00000000..347f90e5 Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/tavern.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/structures/underground_monument.nbt b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/underground_monument.nbt new file mode 100644 index 00000000..3fc88e21 Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/underground_monument.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/structures/underwater_dungeon.nbt b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/underwater_dungeon.nbt new file mode 100644 index 00000000..c107a407 Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/underwater_dungeon.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/structures/villager_inn.nbt b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/villager_inn.nbt new file mode 100644 index 00000000..e088420e Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/villager_inn.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/structures/woodland_keep.nbt b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/woodland_keep.nbt new file mode 100644 index 00000000..f30be53a Binary files /dev/null and b/global_packs/required_data/_Star Academy_/data/ati_structures/structures/woodland_keep.nbt differ diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/ancient_temple.json b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/ancient_temple.json new file mode 100644 index 00000000..68e4814f --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/ancient_temple.json @@ -0,0 +1,13 @@ +{ + "replace": false, + "values": [ + "minecraft:jungle", + "minecraft:sparse_jungle", + "minecraft:bamboo_jungle", + "biomeswevegone:crag_gardens", + "biomeswevegone:fragment_jungle", + "biomeswevegone:jacaranda_jungle", + "biomeswevegone:tropical_rainforest" + + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/dark_tower.json b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/dark_tower.json new file mode 100644 index 00000000..4556f1f7 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/dark_tower.json @@ -0,0 +1,47 @@ +{ + "replace": false, + "values": [ + "minecraft:birch_forest", + "minecraft:dark_forest", + "minecraft:flower_forest", + "minecraft:old_growth_spruce_taiga", + "minecraft:windswept_forest", + "minecraft:cherry_grove", + "minecraft:taiga", + "minecraft:snowy_taiga", + "minecraft:jungle", + "minecraft:plains", + "minecraft:snowy_plains", + "minecraft:snowy_taiga", + "biomeswevegone:aspen_boreal", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coniferous_forest", + "biomeswevegone:dacite_ridges", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:forgotten_forest", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:howling_peaks", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:redwood_thicket", + "biomeswevegone:sakura_grove", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:zelkova_forest", + "biomeswevegone:allium_shrubland", + "biomeswevegone:amaranth_grassland", + "biomeswevegone:coconino_meadow", + "biomeswevegone:crimson_tundra", + "biomeswevegone:firecracker_chaparral", + "biomeswevegone:prairie", + "biomeswevegone:pumpkin_valley", + "biomeswevegone:rose_fields", + "biomeswevegone:temperate_grove", + "biomeswevegone:frosted_taiga", + "biomeswevegone:maple_taiga" + ] +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/deepslate_keep.json b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/deepslate_keep.json new file mode 100644 index 00000000..6cc3ad3a --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/deepslate_keep.json @@ -0,0 +1,60 @@ +{ + "replace": false, + "values": [ + "minecraft:forest", + "minecraft:birch_forest", + "minecraft:dark_forest", + "minecraft:flower_forest", + "minecraft:old_growth_birch_forest", + "minecraft:windswept_forest", + "minecraft:cherry_grove", + "minecraft:windswept_hills", + "minecraft:taiga", + "minecraft:jungle", + "minecraft:sunflower_plains", + "minecraft:old_growth_spruce_taiga", + "minecraft:sparse_jungle", + "minecraft:bamboo_jungle", + "minecraft:savanna", + "minecraft:savanna_plateau", + "minecraft:wooded_badlands", + "minecraft:plains", + "biomeswevegone:aspen_boreal", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coniferous_forest", + "biomeswevegone:dacite_ridges", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:forgotten_forest", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:howling_peaks", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:redwood_thicket", + "biomeswevegone:sakura_grove", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:zelkova_forest", + "biomeswevegone:crag_gardens", + "biomeswevegone:fragment_jungle", + "biomeswevegone:jacaranda_jungle", + "biomeswevegone:tropical_rainforest", + "biomeswevegone:allium_shrubland", + "biomeswevegone:amaranth_grassland", + "biomeswevegone:coconino_meadow", + "biomeswevegone:crimson_tundra", + "biomeswevegone:firecracker_chaparral", + "biomeswevegone:prairie", + "biomeswevegone:pumpkin_valley", + "biomeswevegone:rose_fields", + "biomeswevegone:temperate_grove", + "biomeswevegone:araucaria_savanna", + "biomeswevegone:baobab_savanna", + "biomeswevegone:ironwood_gour", + "biomeswevegone:frosted_taiga", + "biomeswevegone:maple_taiga" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/desert_outpost.json b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/desert_outpost.json new file mode 100644 index 00000000..2eb32253 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/desert_outpost.json @@ -0,0 +1,9 @@ +{ + "replace": false, + "values": [ + "minecraft:desert", + "biomeswevegone:atacama_outback", + "biomeswevegone:mojave_desert", + "biomeswevegone:windswept_desert" + ] +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/dojo.json b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/dojo.json new file mode 100644 index 00000000..15f655e7 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/dojo.json @@ -0,0 +1,56 @@ +{ + "replace": false, + "values": [ + "minecraft:forest", + "minecraft:birch_forest", + "minecraft:dark_forest", + "minecraft:flower_forest", + "minecraft:old_growth_birch_forest", + "minecraft:windswept_forest", + "minecraft:cherry_grove", + "minecraft:windswept_hills", + "minecraft:taiga", + "minecraft:snowy_taiga", + "minecraft:jungle", + "minecraft:old_growth_spruce_taiga", + "minecraft:sparse_jungle", + "minecraft:bamboo_jungle", + "minecraft:savanna", + "minecraft:savanna_plateau", + "minecraft:plains", + "biomeswevegone:aspen_boreal", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coniferous_forest", + "biomeswevegone:dacite_ridges", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:forgotten_forest", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:howling_peaks", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:redwood_thicket", + "biomeswevegone:sakura_grove", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:zelkova_forest", + "biomeswevegone:crag_gardens", + "biomeswevegone:fragment_jungle", + "biomeswevegone:jacaranda_jungle", + "biomeswevegone:tropical_rainforest", + "biomeswevegone:allium_shrubland", + "biomeswevegone:amaranth_grassland", + "biomeswevegone:coconino_meadow", + "biomeswevegone:crimson_tundra", + "biomeswevegone:firecracker_chaparral", + "biomeswevegone:prairie", + "biomeswevegone:pumpkin_valley", + "biomeswevegone:rose_fields", + "biomeswevegone:temperate_grove", + "biomeswevegone:frosted_taiga", + "biomeswevegone:maple_taiga" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/fortified_temple.json b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/fortified_temple.json new file mode 100644 index 00000000..2fecf07b --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/fortified_temple.json @@ -0,0 +1,31 @@ +{ + "replace": false, + "values": [ + "minecraft:dark_forest", + "minecraft:old_growth_birch_forest", + "minecraft:windswept_forest", + "minecraft:taiga", + "minecraft:jungle", + "minecraft:bamboo_jungle", + "minecraft:plains", + "minecraft:badlands", + "biomeswevegone:crag_gardens", + "biomeswevegone:fragment_jungle", + "biomeswevegone:jacaranda_jungle", + "biomeswevegone:tropical_rainforest", + "biomeswevegone:allium_shrubland", + "biomeswevegone:amaranth_grassland", + "biomeswevegone:coconino_meadow", + "biomeswevegone:crimson_tundra", + "biomeswevegone:firecracker_chaparral", + "biomeswevegone:prairie", + "biomeswevegone:pumpkin_valley", + "biomeswevegone:rose_fields", + "biomeswevegone:temperate_grove", + "biomeswevegone:red_rock_valley", + "biomeswevegone:rugged_badlands", + "biomeswevegone:sierra_badlands", + "biomeswevegone:frosted_taiga", + "biomeswevegone:maple_taiga" + ] +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/gnome_hut.json b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/gnome_hut.json new file mode 100644 index 00000000..3e96124c --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/gnome_hut.json @@ -0,0 +1,38 @@ +{ + "replace": false, + "values": [ + "minecraft:dark_forest", + "minecraft:jungle", + "minecraft:bamboo_jungle", + "minecraft:sparse_jungle", + "minecraft:mushroom_fields", + "minecraft:old_growth_spruce_taiga", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:forgotten_forest", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:crag_gardens", + "biomeswevegone:fragment_jungle", + "biomeswevegone:jacaranda_jungle", + "biomeswevegone:tropical_rainforest", + "biomeswevegone:aspen_boreal", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coniferous_forest", + "biomeswevegone:dacite_ridges", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:forgotten_forest", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:howling_peaks", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:redwood_thicket", + "biomeswevegone:sakura_grove", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:zelkova_forest" + ] +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/granite_fort.json b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/granite_fort.json new file mode 100644 index 00000000..dff2a1c9 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/granite_fort.json @@ -0,0 +1,46 @@ +{ + "replace": false, + "values": [ + "minecraft:birch_forest", + "minecraft:dark_forest", + "minecraft:flower_forest", + "minecraft:old_growth_birch_forest", + "minecraft:windswept_forest", + "minecraft:cherry_grove", + "minecraft:windswept_hills", + "minecraft:taiga", + "minecraft:snowy_taiga", + "minecraft:jungle", + "minecraft:plains", + "biomeswevegone:aspen_boreal", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coniferous_forest", + "biomeswevegone:dacite_ridges", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:forgotten_forest", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:howling_peaks", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:redwood_thicket", + "biomeswevegone:sakura_grove", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:zelkova_forest", + "biomeswevegone:allium_shrubland", + "biomeswevegone:amaranth_grassland", + "biomeswevegone:coconino_meadow", + "biomeswevegone:crimson_tundra", + "biomeswevegone:firecracker_chaparral", + "biomeswevegone:prairie", + "biomeswevegone:pumpkin_valley", + "biomeswevegone:rose_fields", + "biomeswevegone:temperate_grove", + "biomeswevegone:frosted_taiga", + "biomeswevegone:maple_taiga" + ] +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/haunted_ruin.json b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/haunted_ruin.json new file mode 100644 index 00000000..3ddb3846 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/haunted_ruin.json @@ -0,0 +1,47 @@ +{ + "replace": false, + "values": [ + "minecraft:forest", + "minecraft:birch_forest", + "minecraft:dark_forest", + "minecraft:flower_forest", + "minecraft:old_growth_birch_forest", + "minecraft:windswept_forest", + "minecraft:cherry_grove", + "minecraft:windswept_hills", + "minecraft:taiga", + "minecraft:snowy_taiga", + "minecraft:jungle", + "minecraft:plains", + "biomeswevegone:aspen_boreal", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coniferous_forest", + "biomeswevegone:dacite_ridges", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:forgotten_forest", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:howling_peaks", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:redwood_thicket", + "biomeswevegone:sakura_grove", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:zelkova_forest", + "biomeswevegone:allium_shrubland", + "biomeswevegone:amaranth_grassland", + "biomeswevegone:coconino_meadow", + "biomeswevegone:crimson_tundra", + "biomeswevegone:firecracker_chaparral", + "biomeswevegone:prairie", + "biomeswevegone:pumpkin_valley", + "biomeswevegone:rose_fields", + "biomeswevegone:temperate_grove", + "biomeswevegone:frosted_taiga", + "biomeswevegone:maple_taiga" + ] +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/herobrine_stronghold.json b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/herobrine_stronghold.json new file mode 100644 index 00000000..5e12a414 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/herobrine_stronghold.json @@ -0,0 +1,25 @@ +{ + "replace": false, + "values": [ + "minecraft:dark_forest", + "minecraft:windswept_forest", + "minecraft:windswept_hills", + "minecraft:jungle", + "minecraft:swamp", + "minecraft:mangrove_swamp", + "minecraft:plains", + "biomeswevegone:allium_shrubland", + "biomeswevegone:amaranth_grassland", + "biomeswevegone:coconino_meadow", + "biomeswevegone:crimson_tundra", + "biomeswevegone:firecracker_chaparral", + "biomeswevegone:prairie", + "biomeswevegone:pumpkin_valley", + "biomeswevegone:rose_fields", + "biomeswevegone:temperate_grove", + "biomeswevegone:crag_gardens", + "biomeswevegone:fragment_jungle", + "biomeswevegone:jacaranda_jungle", + "biomeswevegone:tropical_rainforest" + ] +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/ice_tribe.json b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/ice_tribe.json new file mode 100644 index 00000000..78b0aa23 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/ice_tribe.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "minecraft:frozen_ocean", + "minecraft:deep_frozen_ocean" + ] +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/jungle_settlement.json b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/jungle_settlement.json new file mode 100644 index 00000000..f9321102 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/jungle_settlement.json @@ -0,0 +1,12 @@ +{ + "replace": false, + "values": [ + "minecraft:jungle", + "minecraft:sparse_jungle", + "minecraft:bamboo_jungle", + "biomeswevegone:crag_gardens", + "biomeswevegone:fragment_jungle", + "biomeswevegone:jacaranda_jungle", + "biomeswevegone:tropical_rainforest" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/lighthouse.json b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/lighthouse.json new file mode 100644 index 00000000..69dafc11 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/lighthouse.json @@ -0,0 +1,9 @@ +{ + "replace": false, + "values": [ + "minecraft:deep_ocean", + "minecraft:deep_frozen_ocean", + "minecraft:deep_cold_ocean", + "minecraft:deep_lukewarm_ocean" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/manor.json b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/manor.json new file mode 100644 index 00000000..a33be48b --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/manor.json @@ -0,0 +1,43 @@ +{ + "replace": false, + "values": [ + "minecraft:dark_forest", + "minecraft:old_growth_birch_forest", + "minecraft:windswept_forest", + "minecraft:windswept_hills", + "minecraft:taiga", + "minecraft:snowy_taiga", + "minecraft:jungle", + "minecraft:plains", + "biomeswevegone:aspen_boreal", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coniferous_forest", + "biomeswevegone:dacite_ridges", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:forgotten_forest", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:howling_peaks", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:redwood_thicket", + "biomeswevegone:sakura_grove", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:zelkova_forest", + "biomeswevegone:allium_shrubland", + "biomeswevegone:amaranth_grassland", + "biomeswevegone:coconino_meadow", + "biomeswevegone:crimson_tundra", + "biomeswevegone:firecracker_chaparral", + "biomeswevegone:prairie", + "biomeswevegone:pumpkin_valley", + "biomeswevegone:rose_fields", + "biomeswevegone:temperate_grove", + "biomeswevegone:frosted_taiga", + "biomeswevegone:maple_taiga" + ] +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/marble_chateau.json b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/marble_chateau.json new file mode 100644 index 00000000..81d7e813 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/marble_chateau.json @@ -0,0 +1,45 @@ +{ + "replace": false, + "values": [ + "minecraft:birch_forest", + "minecraft:dark_forest", + "minecraft:flower_forest", + "minecraft:old_growth_spruce_taiga", + "minecraft:windswept_forest", + "minecraft:cherry_grove", + "minecraft:taiga", + "minecraft:snowy_taiga", + "minecraft:jungle", + "minecraft:plains", + "biomeswevegone:aspen_boreal", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coniferous_forest", + "biomeswevegone:dacite_ridges", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:forgotten_forest", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:howling_peaks", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:redwood_thicket", + "biomeswevegone:sakura_grove", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:zelkova_forest", + "biomeswevegone:allium_shrubland", + "biomeswevegone:amaranth_grassland", + "biomeswevegone:coconino_meadow", + "biomeswevegone:crimson_tundra", + "biomeswevegone:firecracker_chaparral", + "biomeswevegone:prairie", + "biomeswevegone:pumpkin_valley", + "biomeswevegone:rose_fields", + "biomeswevegone:temperate_grove", + "biomeswevegone:frosted_taiga", + "biomeswevegone:maple_taiga" + ] +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/monastery_tower.json b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/monastery_tower.json new file mode 100644 index 00000000..14d03806 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/monastery_tower.json @@ -0,0 +1,47 @@ +{ + "replace": false, + "values": [ + "minecraft:dark_forest", + "minecraft:old_growth_birch_forest", + "minecraft:windswept_forest", + "minecraft:windswept_hills", + "minecraft:taiga", + "minecraft:snowy_taiga", + "minecraft:jungle", + "minecraft:plains", + "minecraft:badlands", + "biomeswevegone:aspen_boreal", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coniferous_forest", + "biomeswevegone:dacite_ridges", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:forgotten_forest", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:howling_peaks", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:redwood_thicket", + "biomeswevegone:sakura_grove", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:zelkova_forest", + "biomeswevegone:allium_shrubland", + "biomeswevegone:amaranth_grassland", + "biomeswevegone:coconino_meadow", + "biomeswevegone:crimson_tundra", + "biomeswevegone:firecracker_chaparral", + "biomeswevegone:prairie", + "biomeswevegone:pumpkin_valley", + "biomeswevegone:rose_fields", + "biomeswevegone:temperate_grove", + "biomeswevegone:frosted_taiga", + "biomeswevegone:maple_taiga", + "biomeswevegone:red_rock_valley", + "biomeswevegone:rugged_badlands", + "biomeswevegone:sierra_badlands" + ] +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/mosque.json b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/mosque.json new file mode 100644 index 00000000..26cca121 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/mosque.json @@ -0,0 +1,9 @@ +{ + "replace": false, + "values": [ + "minecraft:desert", + "biomeswevegone:atacama_outback", + "biomeswevegone:mojave_desert", + "biomeswevegone:windswept_desert" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/nomadic_camp.json b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/nomadic_camp.json new file mode 100644 index 00000000..31818d4e --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/nomadic_camp.json @@ -0,0 +1,46 @@ +{ + "replace": false, + "values": [ + "minecraft:forest", + "minecraft:dark_forest", + "minecraft:flower_forest", + "minecraft:old_growth_birch_forest", + "minecraft:windswept_forest", + "minecraft:cherry_grove", + "minecraft:windswept_hills", + "minecraft:taiga", + "minecraft:snowy_taiga", + "minecraft:jungle", + "minecraft:plains", + "biomeswevegone:aspen_boreal", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coniferous_forest", + "biomeswevegone:dacite_ridges", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:forgotten_forest", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:howling_peaks", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:redwood_thicket", + "biomeswevegone:sakura_grove", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:zelkova_forest", + "biomeswevegone:allium_shrubland", + "biomeswevegone:amaranth_grassland", + "biomeswevegone:coconino_meadow", + "biomeswevegone:crimson_tundra", + "biomeswevegone:firecracker_chaparral", + "biomeswevegone:prairie", + "biomeswevegone:pumpkin_valley", + "biomeswevegone:rose_fields", + "biomeswevegone:temperate_grove", + "biomeswevegone:frosted_taiga", + "biomeswevegone:maple_taiga" + ] +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/old_fort.json b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/old_fort.json new file mode 100644 index 00000000..b369edce --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/old_fort.json @@ -0,0 +1,12 @@ +{ + "replace": false, + "values": [ + "minecraft:snowy_beach", + "minecraft:snowy_plains", + "minecraft:snowy_taiga", + "minecraft:ice_spikes", + "minecraft:snowy_taiga", + "biomeswevegone:eroded_borealis", + "biomeswevegone:howling_peaks" + ] +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/old_home.json b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/old_home.json new file mode 100644 index 00000000..27cd5925 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/old_home.json @@ -0,0 +1,56 @@ +{ + "replace": false, + "values": [ + "minecraft:forest", + "minecraft:birch_forest", + "minecraft:dark_forest", + "minecraft:flower_forest", + "minecraft:old_growth_birch_forest", + "minecraft:windswept_forest", + "minecraft:cherry_grove", + "minecraft:windswept_hills", + "minecraft:taiga", + "minecraft:jungle", + "minecraft:plains", + "minecraft:sunflower_plains", + "minecraft:old_growth_spruce_taiga", + "minecraft:sparse_jungle", + "minecraft:bamboo_jungle", + "minecraft:savanna", + "minecraft:savanna_plateau", + "minecraft:wooded_badlands", + "biomeswevegone:aspen_boreal", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coniferous_forest", + "biomeswevegone:dacite_ridges", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:forgotten_forest", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:howling_peaks", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:redwood_thicket", + "biomeswevegone:sakura_grove", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:zelkova_forest", + "biomeswevegone:allium_shrubland", + "biomeswevegone:amaranth_grassland", + "biomeswevegone:coconino_meadow", + "biomeswevegone:crimson_tundra", + "biomeswevegone:firecracker_chaparral", + "biomeswevegone:prairie", + "biomeswevegone:pumpkin_valley", + "biomeswevegone:rose_fields", + "biomeswevegone:temperate_grove", + "biomeswevegone:frosted_taiga", + "biomeswevegone:maple_taiga", + "biomeswevegone:red_rock_valley", + "biomeswevegone:rugged_badlands", + "biomeswevegone:sierra_badlands" + ] +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/quarry.json b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/quarry.json new file mode 100644 index 00000000..adcd3ee6 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/quarry.json @@ -0,0 +1,50 @@ +{ + "replace": false, + "values": [ + "minecraft:dark_forest", + "minecraft:flower_forest", + "minecraft:old_growth_birch_forest", + "minecraft:windswept_forest", + "minecraft:cherry_grove", + "minecraft:windswept_hills", + "minecraft:taiga", + "minecraft:snowy_taiga", + "minecraft:jungle", + "minecraft:plains", + "biomeswevegone:aspen_boreal", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coniferous_forest", + "biomeswevegone:dacite_ridges", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:forgotten_forest", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:howling_peaks", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:redwood_thicket", + "biomeswevegone:sakura_grove", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:zelkova_forest", + "biomeswevegone:crag_gardens", + "biomeswevegone:fragment_jungle", + "biomeswevegone:jacaranda_jungle", + "biomeswevegone:tropical_rainforest", + "biomeswevegone:allium_shrubland", + "biomeswevegone:amaranth_grassland", + "biomeswevegone:coconino_meadow", + "biomeswevegone:crimson_tundra", + "biomeswevegone:firecracker_chaparral", + "biomeswevegone:prairie", + "biomeswevegone:pumpkin_valley", + "biomeswevegone:rose_fields", + "biomeswevegone:temperate_grove", + "biomeswevegone:frosted_taiga", + "biomeswevegone:maple_taiga" + + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/rotten_log.json b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/rotten_log.json new file mode 100644 index 00000000..0075cf10 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/rotten_log.json @@ -0,0 +1,38 @@ +{ + "replace": false, + "values": [ + "minecraft:forest", + "minecraft:birch_forest", + "minecraft:dark_forest", + "minecraft:flower_forest", + "minecraft:old_growth_birch_forest", + "minecraft:windswept_forest", + "minecraft:taiga", + "minecraft:jungle", + "minecraft:old_growth_spruce_taiga", + "minecraft:bamboo_jungle", + "biomeswevegone:aspen_boreal", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coniferous_forest", + "biomeswevegone:dacite_ridges", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:forgotten_forest", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:howling_peaks", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:redwood_thicket", + "biomeswevegone:sakura_grove", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:zelkova_forest", + "biomeswevegone:crag_gardens", + "biomeswevegone:fragment_jungle", + "biomeswevegone:jacaranda_jungle", + "biomeswevegone:tropical_rainforest" + ] +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/rotting_temple.json b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/rotting_temple.json new file mode 100644 index 00000000..bdcebe52 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/rotting_temple.json @@ -0,0 +1,13 @@ +{ + "replace": false, + "values": [ + "minecraft:jungle", + "minecraft:sparse_jungle", + "minecraft:bamboo_jungle", + "biomeswevegone:crag_gardens", + "biomeswevegone:fragment_jungle", + "biomeswevegone:jacaranda_jungle", + "biomeswevegone:tropical_rainforest" + + ] +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/rotting_temple_underground.json b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/rotting_temple_underground.json new file mode 100644 index 00000000..672029eb --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/rotting_temple_underground.json @@ -0,0 +1,53 @@ +{ + "replace": false, + "values": [ + "minecraft:forest", + "minecraft:birch_forest", + "minecraft:dark_forest", + "minecraft:flower_forest", + "minecraft:old_growth_birch_forest", + "minecraft:windswept_forest", + "minecraft:cherry_grove", + "minecraft:windswept_hills", + "minecraft:taiga", + "minecraft:snowy_taiga", + "minecraft:jungle", + "minecraft:plains", + "minecraft:sunflower_plains", + "minecraft:old_growth_spruce_taiga", + "minecraft:sparse_jungle", + "minecraft:bamboo_jungle", + "minecraft:savanna", + "minecraft:savanna_plateau", + "minecraft:wooded_badlands", + "biomeswevegone:aspen_boreal", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coniferous_forest", + "biomeswevegone:dacite_ridges", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:forgotten_forest", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:howling_peaks", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:redwood_thicket", + "biomeswevegone:sakura_grove", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:zelkova_forest", + "biomeswevegone:crag_gardens", + "biomeswevegone:fragment_jungle", + "biomeswevegone:jacaranda_jungle", + "biomeswevegone:tropical_rainforest", + "biomeswevegone:araucaria_savanna", + "biomeswevegone:baobab_savanna", + "biomeswevegone:ironwood_gour", + "biomeswevegone:red_rock_valley", + "biomeswevegone:rugged_badlands", + "biomeswevegone:sierra_badlands" + ] +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/ruined_castle.json b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/ruined_castle.json new file mode 100644 index 00000000..ae734e00 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/ruined_castle.json @@ -0,0 +1,42 @@ +{ + "replace": false, + "values": [ + "minecraft:dark_forest", + "minecraft:old_growth_birch_forest", + "minecraft:windswept_forest", + "minecraft:windswept_hills", + "minecraft:taiga", + "minecraft:snowy_taiga", + "minecraft:jungle", + "minecraft:plains", + "biomeswevegone:aspen_boreal", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coniferous_forest", + "biomeswevegone:dacite_ridges", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:forgotten_forest", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:howling_peaks", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:redwood_thicket", + "biomeswevegone:sakura_grove", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:zelkova_forest", + "biomeswevegone:allium_shrubland", + "biomeswevegone:amaranth_grassland", + "biomeswevegone:coconino_meadow", + "biomeswevegone:crimson_tundra", + "biomeswevegone:firecracker_chaparral", + "biomeswevegone:prairie", + "biomeswevegone:pumpkin_valley", + "biomeswevegone:rose_fields", + "biomeswevegone:temperate_grove" + + ] +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/sculk_deposit.json b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/sculk_deposit.json new file mode 100644 index 00000000..f4b994b8 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/sculk_deposit.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "#is_overworld" + ] +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/silverfish_nest.json b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/silverfish_nest.json new file mode 100644 index 00000000..038b0704 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/silverfish_nest.json @@ -0,0 +1,24 @@ +{ + "replace": false, + "values": [ + "minecraft:forest", + "minecraft:birch_forest", + "minecraft:dark_forest", + "minecraft:flower_forest", + "minecraft:old_growth_birch_forest", + "minecraft:windswept_forest", + "minecraft:cherry_grove", + "minecraft:windswept_hills", + "minecraft:taiga", + "minecraft:snowy_taiga", + "minecraft:jungle", + "minecraft:plains", + "minecraft:sunflower_plains", + "minecraft:old_growth_spruce_taiga", + "minecraft:sparse_jungle", + "minecraft:bamboo_jungle", + "minecraft:savanna", + "minecraft:savanna_plateau", + "minecraft:wooded_badlands" + ] +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/sinking_temple.json b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/sinking_temple.json new file mode 100644 index 00000000..69dafc11 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/sinking_temple.json @@ -0,0 +1,9 @@ +{ + "replace": false, + "values": [ + "minecraft:deep_ocean", + "minecraft:deep_frozen_ocean", + "minecraft:deep_cold_ocean", + "minecraft:deep_lukewarm_ocean" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/small_keep.json b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/small_keep.json new file mode 100644 index 00000000..1dbe79ac --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/small_keep.json @@ -0,0 +1,53 @@ +{ + "replace": false, + "values": [ + "minecraft:forest", + "minecraft:dark_forest", + "minecraft:flower_forest", + "minecraft:old_growth_birch_forest", + "minecraft:windswept_forest", + "minecraft:cherry_grove", + "minecraft:windswept_hills", + "minecraft:taiga", + "minecraft:snowy_taiga", + "minecraft:jungle", + "minecraft:plains", + "minecraft:snowy_plains", + "minecraft:snowy_beach", + "minecraft:snowy_taiga", + "biomeswevegone:aspen_boreal", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coniferous_forest", + "biomeswevegone:dacite_ridges", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:forgotten_forest", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:howling_peaks", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:redwood_thicket", + "biomeswevegone:sakura_grove", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:zelkova_forest", + "biomeswevegone:allium_shrubland", + "biomeswevegone:amaranth_grassland", + "biomeswevegone:coconino_meadow", + "biomeswevegone:crimson_tundra", + "biomeswevegone:firecracker_chaparral", + "biomeswevegone:prairie", + "biomeswevegone:pumpkin_valley", + "biomeswevegone:rose_fields", + "biomeswevegone:temperate_grove", + "biomeswevegone:frosted_taiga", + "biomeswevegone:maple_taiga", + "biomeswevegone:crag_gardens", + "biomeswevegone:fragment_jungle", + "biomeswevegone:jacaranda_jungle", + "biomeswevegone:tropical_rainforest" + ] +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/spider_nest.json b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/spider_nest.json new file mode 100644 index 00000000..c03c5316 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/spider_nest.json @@ -0,0 +1,57 @@ +{ + "replace": false, + "values": [ + "minecraft:forest", + "minecraft:birch_forest", + "minecraft:dark_forest", + "minecraft:flower_forest", + "minecraft:old_growth_birch_forest", + "minecraft:windswept_forest", + "minecraft:cherry_grove", + "minecraft:windswept_hills", + "minecraft:taiga", + "minecraft:snowy_taiga", + "minecraft:jungle", + "minecraft:plains", + "minecraft:sunflower_plains", + "minecraft:old_growth_spruce_taiga", + "minecraft:sparse_jungle", + "minecraft:bamboo_jungle", + "minecraft:savanna", + "minecraft:savanna_plateau", + "minecraft:wooded_badlands", + "biomeswevegone:aspen_boreal", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coniferous_forest", + "biomeswevegone:dacite_ridges", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:forgotten_forest", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:howling_peaks", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:redwood_thicket", + "biomeswevegone:sakura_grove", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:zelkova_forest", + "biomeswevegone:allium_shrubland", + "biomeswevegone:amaranth_grassland", + "biomeswevegone:coconino_meadow", + "biomeswevegone:crimson_tundra", + "biomeswevegone:firecracker_chaparral", + "biomeswevegone:prairie", + "biomeswevegone:pumpkin_valley", + "biomeswevegone:rose_fields", + "biomeswevegone:temperate_grove", + "biomeswevegone:frosted_taiga", + "biomeswevegone:maple_taiga", + "biomeswevegone:red_rock_valley", + "biomeswevegone:rugged_badlands", + "biomeswevegone:sierra_badlands" + ] +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/stray_ruins.json b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/stray_ruins.json new file mode 100644 index 00000000..799b89b7 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/stray_ruins.json @@ -0,0 +1,16 @@ +{ + "replace": false, + "values": [ + "minecraft:jagged_peaks", + "minecraft:frozen_peaks", + "minecraft:grove", + "minecraft:snowy_beach", + "minecraft:snowy_plains", + "minecraft:snowy_slopes", + "minecraft:snowy_taiga", + "minecraft:frozen_river", + "minecraft:ice_spikes", + "biomeswevegone:eroded_borealis", + "biomeswevegone:howling_peaks" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/tavern.json b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/tavern.json new file mode 100644 index 00000000..fc3d9ee1 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/tavern.json @@ -0,0 +1,48 @@ +{ + "replace": false, + "values": [ + "minecraft:forest", + "minecraft:birch_forest", + "minecraft:dark_forest", + "minecraft:flower_forest", + "minecraft:old_growth_birch_forest", + "minecraft:windswept_forest", + "minecraft:windswept_hills", + "minecraft:taiga", + "minecraft:snowy_taiga", + "minecraft:jungle", + "minecraft:old_growth_spruce_taiga", + "minecraft:savanna", + "minecraft:plains", + "biomeswevegone:aspen_boreal", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coniferous_forest", + "biomeswevegone:dacite_ridges", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:forgotten_forest", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:howling_peaks", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:redwood_thicket", + "biomeswevegone:sakura_grove", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:zelkova_forest", + "biomeswevegone:allium_shrubland", + "biomeswevegone:amaranth_grassland", + "biomeswevegone:coconino_meadow", + "biomeswevegone:crimson_tundra", + "biomeswevegone:firecracker_chaparral", + "biomeswevegone:prairie", + "biomeswevegone:pumpkin_valley", + "biomeswevegone:rose_fields", + "biomeswevegone:temperate_grove", + "biomeswevegone:frosted_taiga", + "biomeswevegone:maple_taiga" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/underground_monument.json b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/underground_monument.json new file mode 100644 index 00000000..757e801c --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/underground_monument.json @@ -0,0 +1,61 @@ +{ + "replace": false, + "values": [ + "minecraft:forest", + "minecraft:birch_forest", + "minecraft:dark_forest", + "minecraft:flower_forest", + "minecraft:old_growth_birch_forest", + "minecraft:windswept_forest", + "minecraft:cherry_grove", + "minecraft:windswept_hills", + "minecraft:taiga", + "minecraft:snowy_taiga", + "minecraft:jungle", + "minecraft:plains", + "minecraft:sunflower_plains", + "minecraft:old_growth_spruce_taiga", + "minecraft:sparse_jungle", + "minecraft:bamboo_jungle", + "minecraft:savanna", + "minecraft:savanna_plateau", + "minecraft:wooded_badlands", + "biomeswevegone:aspen_boreal", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coniferous_forest", + "biomeswevegone:dacite_ridges", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:forgotten_forest", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:howling_peaks", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:redwood_thicket", + "biomeswevegone:sakura_grove", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:zelkova_forest", + "biomeswevegone:allium_shrubland", + "biomeswevegone:amaranth_grassland", + "biomeswevegone:coconino_meadow", + "biomeswevegone:crimson_tundra", + "biomeswevegone:firecracker_chaparral", + "biomeswevegone:prairie", + "biomeswevegone:pumpkin_valley", + "biomeswevegone:rose_fields", + "biomeswevegone:temperate_grove", + "biomeswevegone:frosted_taiga", + "biomeswevegone:maple_taiga", + "biomeswevegone:red_rock_valley", + "biomeswevegone:rugged_badlands", + "biomeswevegone:sierra_badlands", + "biomeswevegone:crag_gardens", + "biomeswevegone:fragment_jungle", + "biomeswevegone:jacaranda_jungle", + "biomeswevegone:tropical_rainforest" + ] +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/underwater_dungeon.json b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/underwater_dungeon.json new file mode 100644 index 00000000..a938a25e --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/underwater_dungeon.json @@ -0,0 +1,17 @@ +{ + "replace": false, + "values": [ + "minecraft:frozen_ocean", + "minecraft:deep_frozen_ocean", + "minecraft:ocean", + "minecraft:deep_ocean", + "minecraft:warm_ocean", + "minecraft:cold_ocean", + "minecraft:deep_cold_ocean", + "minecraft:lukewarm_ocean", + "minecraft:deep_lukewarm_ocean", + "minecraft:beach", + "biomeswevegone:dead_sea", + "biomeswevegone:lush_stacks" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/villager_inn.json b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/villager_inn.json new file mode 100644 index 00000000..fc3d9ee1 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/villager_inn.json @@ -0,0 +1,48 @@ +{ + "replace": false, + "values": [ + "minecraft:forest", + "minecraft:birch_forest", + "minecraft:dark_forest", + "minecraft:flower_forest", + "minecraft:old_growth_birch_forest", + "minecraft:windswept_forest", + "minecraft:windswept_hills", + "minecraft:taiga", + "minecraft:snowy_taiga", + "minecraft:jungle", + "minecraft:old_growth_spruce_taiga", + "minecraft:savanna", + "minecraft:plains", + "biomeswevegone:aspen_boreal", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coniferous_forest", + "biomeswevegone:dacite_ridges", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:forgotten_forest", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:howling_peaks", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:redwood_thicket", + "biomeswevegone:sakura_grove", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:zelkova_forest", + "biomeswevegone:allium_shrubland", + "biomeswevegone:amaranth_grassland", + "biomeswevegone:coconino_meadow", + "biomeswevegone:crimson_tundra", + "biomeswevegone:firecracker_chaparral", + "biomeswevegone:prairie", + "biomeswevegone:pumpkin_valley", + "biomeswevegone:rose_fields", + "biomeswevegone:temperate_grove", + "biomeswevegone:frosted_taiga", + "biomeswevegone:maple_taiga" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/woodland_keep.json b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/woodland_keep.json new file mode 100644 index 00000000..a2daa1f0 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/woodland_keep.json @@ -0,0 +1,44 @@ +{ + "replace": false, + "values": [ + "minecraft:dark_forest", + "minecraft:old_growth_birch_forest", + "minecraft:windswept_forest", + "minecraft:jungle", + "minecraft:flower_forest", + "minecraft:forest", + "minecraft:plains", + "biomeswevegone:aspen_boreal", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coniferous_forest", + "biomeswevegone:dacite_ridges", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:forgotten_forest", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:howling_peaks", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:redwood_thicket", + "biomeswevegone:sakura_grove", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:zelkova_forest", + "biomeswevegone:allium_shrubland", + "biomeswevegone:amaranth_grassland", + "biomeswevegone:coconino_meadow", + "biomeswevegone:crimson_tundra", + "biomeswevegone:firecracker_chaparral", + "biomeswevegone:prairie", + "biomeswevegone:pumpkin_valley", + "biomeswevegone:rose_fields", + "biomeswevegone:temperate_grove", + "biomeswevegone:crag_gardens", + "biomeswevegone:fragment_jungle", + "biomeswevegone:jacaranda_jungle", + "biomeswevegone:tropical_rainforest" + ] +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/ancient_temple.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/ancient_temple.json new file mode 100644 index 00000000..bf0bf9f0 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/ancient_temple.json @@ -0,0 +1,27 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:ancient_temple", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": { + "monster": { + "bounding_box": "full", + "spawns": [ + { + "type": "minecraft:slime", + "weight": 1, + "minCount": 1, + "maxCount": 2 + } + ] + } + }, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:ancient_temple", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/dark_tower.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/dark_tower.json new file mode 100644 index 00000000..a12f8767 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/dark_tower.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:dark_tower", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": {}, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:dark_tower", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/deepslate_keep.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/deepslate_keep.json new file mode 100644 index 00000000..866a68df --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/deepslate_keep.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:deepslate_keep", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": {}, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:deepslate_keep", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/desert_outpost.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/desert_outpost.json new file mode 100644 index 00000000..957175e1 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/desert_outpost.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:desert_outpost", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": {}, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:desert_outpost", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/dojo.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/dojo.json new file mode 100644 index 00000000..e22d0487 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/dojo.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:dojo", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": {}, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:dojo", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/fortified_temple.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/fortified_temple.json new file mode 100644 index 00000000..75ee70ad --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/fortified_temple.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:fortified_temple", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": {}, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:fortified_temple", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/gnome_hut.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/gnome_hut.json new file mode 100644 index 00000000..9c89ef25 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/gnome_hut.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:gnome_hut", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": {}, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:gnome_hut", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/granite_fort.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/granite_fort.json new file mode 100644 index 00000000..e9609ff8 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/granite_fort.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:granite_fort", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": {}, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:granite_fort", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/haunted_ruin.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/haunted_ruin.json new file mode 100644 index 00000000..d816fb3a --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/haunted_ruin.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:haunted_ruin", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": { + "monster": { + "bounding_box": "full", + "spawns": [ + ] + } + }, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:haunted_ruin", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/herobrine_stronghold.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/herobrine_stronghold.json new file mode 100644 index 00000000..b74755c2 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/herobrine_stronghold.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:herobrine_stronghold", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": {}, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:herobrine_stronghold", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/ice_tribe.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/ice_tribe.json new file mode 100644 index 00000000..4970ea5d --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/ice_tribe.json @@ -0,0 +1,27 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:ice_tribe", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": { + "monster": { + "bounding_box": "full", + "spawns": [ + { + "type": "minecraft:villager", + "weight": 1, + "minCount": 1, + "maxCount": 2 + } + ] + } + }, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:ice_tribe", + "step": "surface_structures", + "terrain_adaptation": "none", + "use_expansion_hack": true +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/jungle_settlement.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/jungle_settlement.json new file mode 100644 index 00000000..08664f92 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/jungle_settlement.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:jungle_settlement", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": {}, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:jungle_settlement", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/lighthouse.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/lighthouse.json new file mode 100644 index 00000000..087c0611 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/lighthouse.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:lighthouse", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": { + "monster": { + "bounding_box": "full", + "spawns": [ + ] + } + }, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:lighthouse", + "step": "surface_structures", + "terrain_adaptation": "none", + "use_expansion_hack": true +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/manor.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/manor.json new file mode 100644 index 00000000..51c33fa7 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/manor.json @@ -0,0 +1,27 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:manor", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": { + "monster": { + "bounding_box": "full", + "spawns": [ + { + "type": "minecraft:pillager", + "weight": 1, + "minCount": 1, + "maxCount": 1 + } + ] + } + }, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:manor", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/marble_chateau.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/marble_chateau.json new file mode 100644 index 00000000..f818170d --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/marble_chateau.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:marble_chateau", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": {}, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:marble_chateau", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/monastery_tower.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/monastery_tower.json new file mode 100644 index 00000000..9c2db2e1 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/monastery_tower.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:monastery_tower", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": {}, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:monastery_tower", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/mosque.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/mosque.json new file mode 100644 index 00000000..87089ed3 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/mosque.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:mosque", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": {}, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:mosque", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/nomadic_camp.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/nomadic_camp.json new file mode 100644 index 00000000..666e1b8a --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/nomadic_camp.json @@ -0,0 +1,27 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:nomadic_camp", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": { + "monster": { + "bounding_box": "full", + "spawns": [ + { + "type": "minecraft:pillager", + "weight": 1, + "minCount": 1, + "maxCount": 1 + } + ] + } + }, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:nomadic_camp", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/old_fort.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/old_fort.json new file mode 100644 index 00000000..95734072 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/old_fort.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:old_fort", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": {}, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:old_fort", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/old_home.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/old_home.json new file mode 100644 index 00000000..25ddbc1b --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/old_home.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:old_home", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": {}, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:old_home", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/quarry.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/quarry.json new file mode 100644 index 00000000..6a6c56bb --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/quarry.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:quarry", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": {}, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:quarry", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/rotten_log.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/rotten_log.json new file mode 100644 index 00000000..babec79c --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/rotten_log.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:rotten_log", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": {}, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:rotten_log", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/rotting_temple.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/rotting_temple.json new file mode 100644 index 00000000..830b76d9 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/rotting_temple.json @@ -0,0 +1,27 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:rotting_temple", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": { + "monster": { + "bounding_box": "full", + "spawns": [ + { + "type": "minecraft:zombie", + "weight": 1, + "minCount": 1, + "maxCount": 3 + } + ] + } + }, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:rotting_temple", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/rotting_temple_underground.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/rotting_temple_underground.json new file mode 100644 index 00000000..de5515a1 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/rotting_temple_underground.json @@ -0,0 +1,26 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:rotting_temple_underground", + "max_distance_from_center": 80, + "size": 7, + "spawn_overrides": { + "monster": { + "bounding_box": "full", + "spawns": [ + { + "type": "minecraft:zombie", + "weight": 1, + "minCount": 1, + "maxCount": 3 + } + ] + } + }, + "start_height": { + "absolute": 20 + }, + "start_pool": "ati_structures:rotting_temple_underground", + "step": "underground_structures", + "terrain_adaptation": "beard_box", + "use_expansion_hack": true +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/ruined_castle.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/ruined_castle.json new file mode 100644 index 00000000..fb441854 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/ruined_castle.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:ruined_castle", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": {}, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:ruined_castle", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/sculk_deposit.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/sculk_deposit.json new file mode 100644 index 00000000..6ae1fe28 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/sculk_deposit.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:sculk_deposit", + "max_distance_from_center": 80, + "size": 7, + "spawn_overrides": { + "monster": { + "bounding_box": "full", + "spawns": [ + ] + } + }, + "start_height": { + "absolute": -45 + }, + "start_pool": "ati_structures:sculk_deposit", + "step": "underground_structures", + "terrain_adaptation": "none", + "use_expansion_hack": true +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/silverfish_nest.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/silverfish_nest.json new file mode 100644 index 00000000..854e7928 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/silverfish_nest.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:silverfish_nest", + "max_distance_from_center": 80, + "size": 7, + "spawn_overrides": { + "monster": { + "bounding_box": "full", + "spawns": [ + ] + } + }, + "start_height": { + "absolute": 45 + }, + "start_pool": "ati_structures:silverfish_nest", + "step": "underground_structures", + "terrain_adaptation": "none", + "use_expansion_hack": true +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/sinking_temple.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/sinking_temple.json new file mode 100644 index 00000000..e9ebe899 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/sinking_temple.json @@ -0,0 +1,27 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:sinking_temple", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": { + "monster": { + "bounding_box": "full", + "spawns": [ + { + "type": "minecraft:drowned", + "weight": 1, + "minCount": 1, + "maxCount": 2 + } + ] + } + }, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:sinking_temple", + "step": "surface_structures", + "terrain_adaptation": "none", + "use_expansion_hack": true +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/small_keep.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/small_keep.json new file mode 100644 index 00000000..bc3973bb --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/small_keep.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:small_keep", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": {}, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:small_keep", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/spider_nest.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/spider_nest.json new file mode 100644 index 00000000..e9b6e731 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/spider_nest.json @@ -0,0 +1,32 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:spider_nest", + "max_distance_from_center": 80, + "size": 7, + "spawn_overrides": { + "monster": { + "bounding_box": "full", + "spawns": [ + { + "type": "minecraft:spider", + "weight": 1, + "minCount": 1, + "maxCount": 3 + }, + { + "type": "minecraft:cave_spider", + "weight": 1, + "minCount": 1, + "maxCount": 2 + } + ] + } + }, + "start_height": { + "absolute": -11 + }, + "start_pool": "ati_structures:spider_nest", + "step": "underground_structures", + "terrain_adaptation": "none", + "use_expansion_hack": true +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/stray_ruins.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/stray_ruins.json new file mode 100644 index 00000000..7a0f2be3 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/stray_ruins.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:stray_ruins", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": {}, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:stray_ruins", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/tavern.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/tavern.json new file mode 100644 index 00000000..39d218b8 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/tavern.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:tavern", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": {}, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:tavern", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/underground_monument.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/underground_monument.json new file mode 100644 index 00000000..0e99bf3f --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/underground_monument.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:underground_monument", + "max_distance_from_center": 80, + "size": 7, + "spawn_overrides": { + "monster": { + "bounding_box": "full", + "spawns": [ + ] + } + }, + "start_height": { + "absolute": 10 + }, + "start_pool": "ati_structures:underground_monument", + "step": "underground_structures", + "terrain_adaptation": "none", + "use_expansion_hack": true +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/underwater_dungeon.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/underwater_dungeon.json new file mode 100644 index 00000000..92104669 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/underwater_dungeon.json @@ -0,0 +1,32 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:underwater_dungeon", + "max_distance_from_center": 80, + "size": 7, + "spawn_overrides": { + "monster": { + "bounding_box": "full", + "spawns": [ + { + "type": "minecraft:drowned", + "weight": 2, + "minCount": 1, + "maxCount": 2 + }, + { + "type": "minecraft:guardian", + "weight": 1, + "minCount": 1, + "maxCount": 2 + } + ] + } + }, + "start_height": { + "absolute": -5 + }, + "start_pool": "ati_structures:underwater_dungeon", + "step": "underground_structures", + "terrain_adaptation": "none", + "use_expansion_hack": true +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/villager_inn.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/villager_inn.json new file mode 100644 index 00000000..361c9635 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/villager_inn.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:villager_inn", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": {}, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:villager_inn", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/woodland_keep.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/woodland_keep.json new file mode 100644 index 00000000..2586aae2 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/woodland_keep.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:woodland_keep", + "max_distance_from_center": 100, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": {}, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:woodland_keep", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure_set/aboveground_large.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure_set/aboveground_large.json new file mode 100644 index 00000000..6e7e8c21 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure_set/aboveground_large.json @@ -0,0 +1,71 @@ +{ + "structures": [ + { + "structure": "ati_structures:ancient_temple", + "weight": 1 + }, + { + "structure": "ati_structures:desert_outpost", + "weight": 1 + }, + { + "structure": "ati_structures:fortified_temple", + "weight": 1 + }, + { + "structure": "ati_structures:granite_fort", + "weight": 1 + }, + { + "structure": "ati_structures:herobrine_stronghold", + "weight": 1 + }, + { + "structure": "ati_structures:jungle_settlement", + "weight": 1 + }, + { + "structure": "ati_structures:manor", + "weight": 1 + }, + { + "structure": "ati_structures:marble_chateau", + "weight": 1 + }, + { + "structure": "ati_structures:old_fort", + "weight": 1 + }, + { + "structure": "ati_structures:quarry", + "weight": 1 + }, + { + "structure": "ati_structures:sinking_temple", + "weight": 1 + }, + { + "structure": "ati_structures:tavern", + "weight": 1 + }, + { + "structure": "ati_structures:villager_inn", + "weight": 1 + }, + { + "structure": "ati_structures:woodland_keep", + "weight": 1 + }, + { + "structure": "ati_structures:ruined_castle", + "weight": 1 + } + ], + "placement": { + "type": "minecraft:random_spread", + "salt": 817997296, + "locate_offset": [0, 5, -5], + "spacing": 160, + "separation": 0 + } +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure_set/aboveground_medium.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure_set/aboveground_medium.json new file mode 100644 index 00000000..159ee486 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure_set/aboveground_medium.json @@ -0,0 +1,27 @@ +{ + "structures": [ + { + "structure": "ati_structures:dark_tower", + "weight": 1 + }, + { + "structure": "ati_structures:dojo", + "weight": 1 + }, + { + "structure": "ati_structures:monastery_tower", + "weight": 1 + }, + { + "structure": "ati_structures:small_keep", + "weight": 1 + } + ], + "placement": { + "type": "minecraft:random_spread", + "salt": 238479652, + "locate_offset": [0, 5, -5], + "spacing": 100, + "separation": 0 + } +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure_set/aboveground_small.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure_set/aboveground_small.json new file mode 100644 index 00000000..6a3dfcd2 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure_set/aboveground_small.json @@ -0,0 +1,51 @@ +{ + "structures": [ + { + "structure": "ati_structures:deepslate_keep", + "weight": 1 + }, + { + "structure": "ati_structures:haunted_ruin", + "weight": 1 + }, + { + "structure": "ati_structures:ice_tribe", + "weight": 1 + }, + { + "structure": "ati_structures:nomadic_camp", + "weight": 1 + }, + { + "structure": "ati_structures:rotten_log", + "weight": 1 + }, + { + "structure": "ati_structures:stray_ruins", + "weight": 1 + }, + { + "structure": "ati_structures:rotting_temple", + "weight": 1 + }, + { + "structure": "ati_structures:mosque", + "weight": 1 + }, + { + "structure": "ati_structures:lighthouse", + "weight": 1 + }, + { + "structure": "ati_structures:old_home", + "weight": 1 + } + ], + "placement": { + "type": "minecraft:random_spread", + "salt": 123456234, + "locate_offset": [0, 5, -5], + "spacing": 70, + "separation": 0 + } +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure_set/gnome_hut.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure_set/gnome_hut.json new file mode 100644 index 00000000..e0897424 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure_set/gnome_hut.json @@ -0,0 +1,14 @@ +{ + "structures": [ + { + "structure": "ati_structures:gnome_hut", + "weight": 1 + } + ], + "placement": { + "type": "minecraft:random_spread", + "spacing": 160, + "separation": 0, + "salt": 34562347 + } +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure_set/underground_medium.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure_set/underground_medium.json new file mode 100644 index 00000000..1b7ecec3 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure_set/underground_medium.json @@ -0,0 +1,19 @@ +{ + "structures": [ + { + "structure": "ati_structures:underground_monument", + "weight": 1 + }, + { + "structure": "ati_structures:spider_nest", + "weight": 1 + } + ], + "placement": { + "type": "minecraft:random_spread", + "salt": 817997296, + "locate_offset": [0, 5, -5], + "spacing": 80, + "separation": 0 + } +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure_set/underground_small.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure_set/underground_small.json new file mode 100644 index 00000000..9baab66e --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure_set/underground_small.json @@ -0,0 +1,27 @@ +{ + "structures": [ + { + "structure": "ati_structures:underwater_dungeon", + "weight": 1 + }, + { + "structure": "ati_structures:silverfish_nest", + "weight": 1 + }, + { + "structure": "ati_structures:sculk_deposit", + "weight": 1 + }, + { + "structure": "ati_structures:rotting_temple_underground", + "weight": 1 + } + ], + "placement": { + "type": "minecraft:random_spread", + "salt": 123895344, + "locate_offset": [0, 5, -5], + "spacing": 30, + "separation": 0 + } +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/ancient_temple.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/ancient_temple.json new file mode 100644 index 00000000..449c9c16 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/ancient_temple.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:ancient_temple", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:mossify_20_percent", + "location": "ati_structures:ancient_temple" + }, + "weight": 1 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/dark_tower.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/dark_tower.json new file mode 100644 index 00000000..84ad690b --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/dark_tower.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:dark_tower", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:empty", + "location": "ati_structures:dark_tower" + }, + "weight": 1 + } + ] +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/deepslate_keep.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/deepslate_keep.json new file mode 100644 index 00000000..3f259fc6 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/deepslate_keep.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:deepslate_keep", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:mossify_20_percent", + "location": "ati_structures:deepslate_keep" + }, + "weight": 1 + } + ] +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/desert_outpost.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/desert_outpost.json new file mode 100644 index 00000000..b705712d --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/desert_outpost.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:desert_outpost", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:empty", + "location": "ati_structures:desert_outpost" + }, + "weight": 1 + } + ] +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/dojo.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/dojo.json new file mode 100644 index 00000000..2c3d469a --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/dojo.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:dojo", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:mossify_20_percent", + "location": "ati_structures:dojo" + }, + "weight": 1 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/fortified_temple.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/fortified_temple.json new file mode 100644 index 00000000..f6e91482 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/fortified_temple.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:fortified_temple", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:empty", + "location": "ati_structures:fortified_temple" + }, + "weight": 1 + } + ] +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/gnome_hut.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/gnome_hut.json new file mode 100644 index 00000000..e9fa5211 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/gnome_hut.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:gnome_hut", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:empty", + "location": "ati_structures:gnome_hut" + }, + "weight": 1 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/granite_fort.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/granite_fort.json new file mode 100644 index 00000000..ee1deb4e --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/granite_fort.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:granite_fort", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:mossify_20_percent", + "location": "ati_structures:granite_fort" + }, + "weight": 1 + } + ] +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/haunted_ruin.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/haunted_ruin.json new file mode 100644 index 00000000..5aeb51ae --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/haunted_ruin.json @@ -0,0 +1,33 @@ +{ + "name": "ati_structures:haunted_ruin", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:mossify_20_percent", + "location": "ati_structures:haunted_ruin/haunted_ruin" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:mossify_20_percent", + "location": "ati_structures:haunted_ruin/haunted_ruin2" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:mossify_20_percent", + "location": "ati_structures:haunted_ruin/haunted_ruin3" + }, + "weight": 2 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/herobrine_stronghold.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/herobrine_stronghold.json new file mode 100644 index 00000000..f53979f2 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/herobrine_stronghold.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:herobrine_stronghold", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:empty", + "location": "ati_structures:herobrine_stronghold" + }, + "weight": 1 + } + ] +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/ice_tribe.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/ice_tribe.json new file mode 100644 index 00000000..b0be96aa --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/ice_tribe.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:ice_tribe", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:mossify_20_percent", + "location": "ati_structures:ice_tribe" + }, + "weight": 1 + } + ] +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/jungle_settlement.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/jungle_settlement.json new file mode 100644 index 00000000..8e84d486 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/jungle_settlement.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:jungle_settlement", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:empty", + "location": "ati_structures:jungle_settlement" + }, + "weight": 1 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/lighthouse.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/lighthouse.json new file mode 100644 index 00000000..01990fd3 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/lighthouse.json @@ -0,0 +1,16 @@ +{ + "name": "ati_structures:lighthouse", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:mossify_20_percent", + "location": "ati_structures:lighthouse" + }, + + "weight": 1 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/manor.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/manor.json new file mode 100644 index 00000000..6218afd4 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/manor.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:manor", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:empty", + "location": "ati_structures:manor" + }, + "weight": 1 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/marble_chateau.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/marble_chateau.json new file mode 100644 index 00000000..fdf1f06f --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/marble_chateau.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:marble_chateau", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:empty", + "location": "ati_structures:marble_chateau" + }, + "weight": 1 + } + ] +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/monastery_tower.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/monastery_tower.json new file mode 100644 index 00000000..9b2e81fd --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/monastery_tower.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:monastery_tower", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:empty", + "location": "ati_structures:monastery_tower" + }, + "weight": 1 + } + ] +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/mosque.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/mosque.json new file mode 100644 index 00000000..2f06c9b0 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/mosque.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:mosque", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:empty", + "location": "ati_structures:mosque" + }, + "weight": 1 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/nomadic_camp.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/nomadic_camp.json new file mode 100644 index 00000000..e7978dc0 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/nomadic_camp.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:nomadic_camp", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:mossify_20_percent", + "location": "ati_structures:nomadic_camp" + }, + "weight": 1 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/old_fort.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/old_fort.json new file mode 100644 index 00000000..6f3d92bc --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/old_fort.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:old_fort", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:mossify_20_percent", + "location": "ati_structures:old_fort" + }, + "weight": 1 + } + ] +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/old_home.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/old_home.json new file mode 100644 index 00000000..4ee0b153 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/old_home.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:old_home", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:mossify_20_percent", + "location": "ati_structures:old_home" + }, + "weight": 1 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/quarry.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/quarry.json new file mode 100644 index 00000000..460f3930 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/quarry.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:quarry", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:empty", + "location": "ati_structures:quarry" + }, + "weight": 1 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/rotten_log.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/rotten_log.json new file mode 100644 index 00000000..d84af82c --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/rotten_log.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:rotten_log", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:mossify_20_percent", + "location": "ati_structures:rotten_log" + }, + "weight": 1 + } + ] +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/rotting_temple.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/rotting_temple.json new file mode 100644 index 00000000..c5524658 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/rotting_temple.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:rotting_temple", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:mossify_20_percent", + "location": "ati_structures:rotting_temple" + }, + "weight": 1 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/rotting_temple_underground.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/rotting_temple_underground.json new file mode 100644 index 00000000..b9f69481 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/rotting_temple_underground.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:rotting_temple_underground", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:empty", + "location": "ati_structures:rotting_temple_underground" + }, + "weight": 1 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/ruined_castle.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/ruined_castle.json new file mode 100644 index 00000000..353a0460 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/ruined_castle.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:ruined_castle", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:mossify_10_percent", + "location": "ati_structures:ruined_castle" + }, + "weight": 1 + } + ] +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/sculk_deposit.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/sculk_deposit.json new file mode 100644 index 00000000..36426e55 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/sculk_deposit.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:sculk_deposit", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:empty", + "location": "ati_structures:sculk_deposit" + }, + "weight": 1 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/silverfish_nest.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/silverfish_nest.json new file mode 100644 index 00000000..5fe003d4 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/silverfish_nest.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:silverfish_nest", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:mossify_20_percent", + "location": "ati_structures:silverfish_nest" + }, + "weight": 1 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/sinking_temple.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/sinking_temple.json new file mode 100644 index 00000000..93ccfddf --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/sinking_temple.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:sinking_temple", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:mossify_20_percent", + "location": "ati_structures:sinking_temple" + }, + "weight": 1 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/small_keep.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/small_keep.json new file mode 100644 index 00000000..49578e0c --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/small_keep.json @@ -0,0 +1,16 @@ +{ + "name": "ati_structures:small_keep", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:empty", + "location": "ati_structures:small_keep" + }, + + "weight": 1 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/spider_nest.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/spider_nest.json new file mode 100644 index 00000000..ee0ec905 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/spider_nest.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:spider_nest", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:mossify_20_percent", + "location": "ati_structures:spider_nest" + }, + "weight": 1 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/stray_ruins.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/stray_ruins.json new file mode 100644 index 00000000..eee48b37 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/stray_ruins.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:stray_ruins", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:mossify_20_percent", + "location": "ati_structures:stray_ruins" + }, + "weight": 1 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/tavern.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/tavern.json new file mode 100644 index 00000000..d82e104a --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/tavern.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:tavern", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:empty", + "location": "ati_structures:tavern" + }, + "weight": 1 + } + ] +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/underground_monument.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/underground_monument.json new file mode 100644 index 00000000..377f589e --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/underground_monument.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:underground_monument", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:mossify_20_percent", + "location": "ati_structures:underground_monument" + }, + "weight": 1 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/underwater_dungeon.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/underwater_dungeon.json new file mode 100644 index 00000000..372de272 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/underwater_dungeon.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:underwater_dungeon", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:mossify_20_percent", + "location": "ati_structures:underwater_dungeon" + }, + "weight": 1 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/villager_inn.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/villager_inn.json new file mode 100644 index 00000000..5a854c64 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/villager_inn.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:villager_inn", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:mossify_20_percent", + "location": "ati_structures:villager_inn" + }, + "weight": 1 + } + ] +} diff --git a/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/woodland_keep.json b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/woodland_keep.json new file mode 100644 index 00000000..cf9ba02a --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/woodland_keep.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:woodland_keep", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:mossify_20_percent", + "location": "ati_structures:woodland_keep" + }, + "weight": 1 + } + ] +} diff --git a/global_packs/required_data/_Star Academy_/data/betterdeserttemples/loot_tables/chests/food_storage.json b/global_packs/required_data/_Star Academy_/data/betterdeserttemples/loot_tables/chests/food_storage.json new file mode 100644 index 00000000..92dffe40 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/betterdeserttemples/loot_tables/chests/food_storage.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/betterdeserttemples/loot_tables/chests/lab.json b/global_packs/required_data/_Star Academy_/data/betterdeserttemples/loot_tables/chests/lab.json new file mode 100644 index 00000000..d705cf64 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/betterdeserttemples/loot_tables/chests/lab.json @@ -0,0 +1,216 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_m", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/betterdeserttemples/loot_tables/chests/library.json b/global_packs/required_data/_Star Academy_/data/betterdeserttemples/loot_tables/chests/library.json new file mode 100644 index 00000000..888fe5a7 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/betterdeserttemples/loot_tables/chests/library.json @@ -0,0 +1,138 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 20 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 2 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 0.0 + } + } + ], + "random_sequence": "minecraft:chests/stronghold_library" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/betterdeserttemples/loot_tables/chests/pharaoh_hidden.json b/global_packs/required_data/_Star Academy_/data/betterdeserttemples/loot_tables/chests/pharaoh_hidden.json new file mode 100644 index 00000000..5d1f1e53 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/betterdeserttemples/loot_tables/chests/pharaoh_hidden.json @@ -0,0 +1,284 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier3" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier2" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:gender_swapper" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:level_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:iv_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/vitamin_loot", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + }, + { + "type": "minecraft:item", + "name": "cobblemon:max_revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot", + "weight": 40 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/bastion_treasure" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/betterdeserttemples/loot_tables/chests/pot.json b/global_packs/required_data/_Star Academy_/data/betterdeserttemples/loot_tables/chests/pot.json new file mode 100644 index 00000000..92dffe40 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/betterdeserttemples/loot_tables/chests/pot.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/betterdeserttemples/loot_tables/chests/statue.json b/global_packs/required_data/_Star Academy_/data/betterdeserttemples/loot_tables/chests/statue.json new file mode 100644 index 00000000..92dffe40 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/betterdeserttemples/loot_tables/chests/statue.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/betterdeserttemples/loot_tables/chests/storage.json b/global_packs/required_data/_Star Academy_/data/betterdeserttemples/loot_tables/chests/storage.json new file mode 100644 index 00000000..0608a789 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/betterdeserttemples/loot_tables/chests/storage.json @@ -0,0 +1,58 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier0" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "rolls": { + "type": "minecraft:uniform", + "min": 0, + "max": 2 + }, + "bonus_rolls": 0, + "entries": [ + { + "type": "minecraft:item", + "weight": 5, + "name": "cobblemon:exp_candy_xs", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 12 + } + } + ] + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 3 + } + } + ] + } + ] + } + ] + } + \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/betterdeserttemples/loot_tables/chests/tomb.json b/global_packs/required_data/_Star Academy_/data/betterdeserttemples/loot_tables/chests/tomb.json new file mode 100644 index 00000000..d705cf64 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/betterdeserttemples/loot_tables/chests/tomb.json @@ -0,0 +1,216 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_m", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/betterdeserttemples/loot_tables/chests/tomb_pharaoh.json b/global_packs/required_data/_Star Academy_/data/betterdeserttemples/loot_tables/chests/tomb_pharaoh.json new file mode 100644 index 00000000..e68f886b --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/betterdeserttemples/loot_tables/chests/tomb_pharaoh.json @@ -0,0 +1,284 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier3" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier2" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:gender_swapper" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:iv_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:level_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/vitamin_loot", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + }, + { + "type": "minecraft:item", + "name": "cobblemon:max_revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot", + "weight": 40 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/bastion_treasure" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/betterdeserttemples/loot_tables/chests/wardrobe.json b/global_packs/required_data/_Star Academy_/data/betterdeserttemples/loot_tables/chests/wardrobe.json new file mode 100644 index 00000000..92dffe40 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/betterdeserttemples/loot_tables/chests/wardrobe.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/betterfortresses/loot_tables/chests/beacon.json b/global_packs/required_data/_Star Academy_/data/betterfortresses/loot_tables/chests/beacon.json new file mode 100644 index 00000000..67bfa972 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/betterfortresses/loot_tables/chests/beacon.json @@ -0,0 +1,208 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 20 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/stronghold_crossing" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/betterfortresses/loot_tables/chests/extra.json b/global_packs/required_data/_Star Academy_/data/betterfortresses/loot_tables/chests/extra.json new file mode 100644 index 00000000..66fe75d1 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/betterfortresses/loot_tables/chests/extra.json @@ -0,0 +1,232 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot", + "weight": 18 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + } + ], + "random_sequence": "minecraft:chests/bastion_other" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/betterfortresses/loot_tables/chests/hall.json b/global_packs/required_data/_Star Academy_/data/betterfortresses/loot_tables/chests/hall.json new file mode 100644 index 00000000..2759bf59 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/betterfortresses/loot_tables/chests/hall.json @@ -0,0 +1,226 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:empty", + "weight": 2 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/evo_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + } + ], + "random_sequence": "minecraft:chests/nether_bridge" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/betterfortresses/loot_tables/chests/keep.json b/global_packs/required_data/_Star Academy_/data/betterfortresses/loot_tables/chests/keep.json new file mode 100644 index 00000000..0608a789 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/betterfortresses/loot_tables/chests/keep.json @@ -0,0 +1,58 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier0" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "rolls": { + "type": "minecraft:uniform", + "min": 0, + "max": 2 + }, + "bonus_rolls": 0, + "entries": [ + { + "type": "minecraft:item", + "weight": 5, + "name": "cobblemon:exp_candy_xs", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 12 + } + } + ] + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 3 + } + } + ] + } + ] + } + ] + } + \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/betterfortresses/loot_tables/chests/obsidian.json b/global_packs/required_data/_Star Academy_/data/betterfortresses/loot_tables/chests/obsidian.json new file mode 100644 index 00000000..2759bf59 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/betterfortresses/loot_tables/chests/obsidian.json @@ -0,0 +1,226 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:empty", + "weight": 2 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/evo_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + } + ], + "random_sequence": "minecraft:chests/nether_bridge" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/betterfortresses/loot_tables/chests/puzzle.json b/global_packs/required_data/_Star Academy_/data/betterfortresses/loot_tables/chests/puzzle.json new file mode 100644 index 00000000..e68f886b --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/betterfortresses/loot_tables/chests/puzzle.json @@ -0,0 +1,284 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier3" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier2" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:gender_swapper" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:iv_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:level_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/vitamin_loot", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + }, + { + "type": "minecraft:item", + "name": "cobblemon:max_revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot", + "weight": 40 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/bastion_treasure" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/betterfortresses/loot_tables/chests/quarters.json b/global_packs/required_data/_Star Academy_/data/betterfortresses/loot_tables/chests/quarters.json new file mode 100644 index 00000000..2759bf59 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/betterfortresses/loot_tables/chests/quarters.json @@ -0,0 +1,226 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:empty", + "weight": 2 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/evo_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + } + ], + "random_sequence": "minecraft:chests/nether_bridge" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/betterfortresses/loot_tables/chests/storage.json b/global_packs/required_data/_Star Academy_/data/betterfortresses/loot_tables/chests/storage.json new file mode 100644 index 00000000..0608a789 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/betterfortresses/loot_tables/chests/storage.json @@ -0,0 +1,58 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier0" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "rolls": { + "type": "minecraft:uniform", + "min": 0, + "max": 2 + }, + "bonus_rolls": 0, + "entries": [ + { + "type": "minecraft:item", + "weight": 5, + "name": "cobblemon:exp_candy_xs", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 12 + } + } + ] + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 3 + } + } + ] + } + ] + } + ] + } + \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/betterfortresses/loot_tables/chests/worship.json b/global_packs/required_data/_Star Academy_/data/betterfortresses/loot_tables/chests/worship.json new file mode 100644 index 00000000..6a1ce246 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/betterfortresses/loot_tables/chests/worship.json @@ -0,0 +1,274 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier3" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier2" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:gender_swapper" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:iv_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:level_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/vitamin_loot", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:empty", + "weight": 2 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/evo_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + } + ], + "random_sequence": "minecraft:chests/nether_bridge" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/betterjungletemples/loot_tables/chests/campsite.json b/global_packs/required_data/_Star Academy_/data/betterjungletemples/loot_tables/chests/campsite.json new file mode 100644 index 00000000..92dffe40 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/betterjungletemples/loot_tables/chests/campsite.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/betterjungletemples/loot_tables/chests/treasure.json b/global_packs/required_data/_Star Academy_/data/betterjungletemples/loot_tables/chests/treasure.json new file mode 100644 index 00000000..8ee0e29d --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/betterjungletemples/loot_tables/chests/treasure.json @@ -0,0 +1,300 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier4" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier4" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier4" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier3" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:shiny_swapper" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:gender_swapper" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:iv_random" + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:level_random" + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_l", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/vitamin_loot", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + }, + { + "type": "minecraft:item", + "name": "cobblemon:max_revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot", + "weight": 40 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/bastion_treasure" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/betteroceanmonuments/loot_tables/chests/upper_side_chamber.json b/global_packs/required_data/_Star Academy_/data/betteroceanmonuments/loot_tables/chests/upper_side_chamber.json new file mode 100644 index 00000000..d73564b2 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/betteroceanmonuments/loot_tables/chests/upper_side_chamber.json @@ -0,0 +1,265 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier3" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier2" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:gender_swapper" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:iv_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:level_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/vitamin_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:max_revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_2_loot", + "weight": 2 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:empty", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "cobblemon:master_ball" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "minecraft:chests/end_city_treasure" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/betterstrongholds/loot_tables/chests/armoury.json b/global_packs/required_data/_Star Academy_/data/betterstrongholds/loot_tables/chests/armoury.json new file mode 100644 index 00000000..66fe75d1 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/betterstrongholds/loot_tables/chests/armoury.json @@ -0,0 +1,232 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot", + "weight": 18 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + } + ], + "random_sequence": "minecraft:chests/bastion_other" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/betterstrongholds/loot_tables/chests/cmd_yung.json b/global_packs/required_data/_Star Academy_/data/betterstrongholds/loot_tables/chests/cmd_yung.json new file mode 100644 index 00000000..f1d3c062 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/betterstrongholds/loot_tables/chests/cmd_yung.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier0" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/betterstrongholds/loot_tables/chests/common.json b/global_packs/required_data/_Star Academy_/data/betterstrongholds/loot_tables/chests/common.json new file mode 100644 index 00000000..0608a789 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/betterstrongholds/loot_tables/chests/common.json @@ -0,0 +1,58 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier0" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "rolls": { + "type": "minecraft:uniform", + "min": 0, + "max": 2 + }, + "bonus_rolls": 0, + "entries": [ + { + "type": "minecraft:item", + "weight": 5, + "name": "cobblemon:exp_candy_xs", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 12 + } + } + ] + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 3 + } + } + ] + } + ] + } + ] + } + \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/betterstrongholds/loot_tables/chests/crypt.json b/global_packs/required_data/_Star Academy_/data/betterstrongholds/loot_tables/chests/crypt.json new file mode 100644 index 00000000..66fe75d1 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/betterstrongholds/loot_tables/chests/crypt.json @@ -0,0 +1,232 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot", + "weight": 18 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + } + ], + "random_sequence": "minecraft:chests/bastion_other" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/betterstrongholds/loot_tables/chests/grand_library.json b/global_packs/required_data/_Star Academy_/data/betterstrongholds/loot_tables/chests/grand_library.json new file mode 100644 index 00000000..d705cf64 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/betterstrongholds/loot_tables/chests/grand_library.json @@ -0,0 +1,216 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_m", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/betterstrongholds/loot_tables/chests/library_md.json b/global_packs/required_data/_Star Academy_/data/betterstrongholds/loot_tables/chests/library_md.json new file mode 100644 index 00000000..d705cf64 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/betterstrongholds/loot_tables/chests/library_md.json @@ -0,0 +1,216 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_m", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/betterstrongholds/loot_tables/chests/mess.json b/global_packs/required_data/_Star Academy_/data/betterstrongholds/loot_tables/chests/mess.json new file mode 100644 index 00000000..d705cf64 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/betterstrongholds/loot_tables/chests/mess.json @@ -0,0 +1,216 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_m", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/betterstrongholds/loot_tables/chests/prison_lg.json b/global_packs/required_data/_Star Academy_/data/betterstrongholds/loot_tables/chests/prison_lg.json new file mode 100644 index 00000000..829c46e7 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/betterstrongholds/loot_tables/chests/prison_lg.json @@ -0,0 +1,280 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier3" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier2" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:gender_swapper" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:iv_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:level_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/vitamin_loot", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot", + "weight": 18 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + } + ], + "random_sequence": "minecraft:chests/bastion_other" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/betterstrongholds/loot_tables/chests/trap.json b/global_packs/required_data/_Star Academy_/data/betterstrongholds/loot_tables/chests/trap.json new file mode 100644 index 00000000..e68f886b --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/betterstrongholds/loot_tables/chests/trap.json @@ -0,0 +1,284 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier3" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier2" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:gender_swapper" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:iv_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:level_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/vitamin_loot", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + }, + { + "type": "minecraft:item", + "name": "cobblemon:max_revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot", + "weight": 40 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/bastion_treasure" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/betterstrongholds/loot_tables/chests/treasure.json b/global_packs/required_data/_Star Academy_/data/betterstrongholds/loot_tables/chests/treasure.json new file mode 100644 index 00000000..8ee0e29d --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/betterstrongholds/loot_tables/chests/treasure.json @@ -0,0 +1,300 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier4" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier4" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier4" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier3" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:shiny_swapper" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:gender_swapper" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:iv_random" + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:level_random" + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_l", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/vitamin_loot", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + }, + { + "type": "minecraft:item", + "name": "cobblemon:max_revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot", + "weight": 40 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/bastion_treasure" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/betterwitchhuts/loot_tables/chests/hut_0.json b/global_packs/required_data/_Star Academy_/data/betterwitchhuts/loot_tables/chests/hut_0.json new file mode 100644 index 00000000..1077301d --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/betterwitchhuts/loot_tables/chests/hut_0.json @@ -0,0 +1,172 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/jungle_temple" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/forgotten/armorer.json b/global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/forgotten/armorer.json new file mode 100644 index 00000000..1077301d --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/forgotten/armorer.json @@ -0,0 +1,172 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/jungle_temple" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/forgotten/cartographer.json b/global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/forgotten/cartographer.json new file mode 100644 index 00000000..1077301d --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/forgotten/cartographer.json @@ -0,0 +1,172 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/jungle_temple" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/forgotten/house.json b/global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/forgotten/house.json new file mode 100644 index 00000000..1077301d --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/forgotten/house.json @@ -0,0 +1,172 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/jungle_temple" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/forgotten/temple.json b/global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/forgotten/temple.json new file mode 100644 index 00000000..1077301d --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/forgotten/temple.json @@ -0,0 +1,172 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/jungle_temple" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/pumpkin_patch/house.json b/global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/pumpkin_patch/house.json new file mode 100644 index 00000000..1077301d --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/pumpkin_patch/house.json @@ -0,0 +1,172 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/jungle_temple" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/red_rock/cleric.json b/global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/red_rock/cleric.json new file mode 100644 index 00000000..1077301d --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/red_rock/cleric.json @@ -0,0 +1,172 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/jungle_temple" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/red_rock/house.json b/global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/red_rock/house.json new file mode 100644 index 00000000..1077301d --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/red_rock/house.json @@ -0,0 +1,172 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/jungle_temple" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/red_rock/market.json b/global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/red_rock/market.json new file mode 100644 index 00000000..1077301d --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/red_rock/market.json @@ -0,0 +1,172 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/jungle_temple" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/red_rock/mason.json b/global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/red_rock/mason.json new file mode 100644 index 00000000..1077301d --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/red_rock/mason.json @@ -0,0 +1,172 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/jungle_temple" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/salem/animal_pen.json b/global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/salem/animal_pen.json new file mode 100644 index 00000000..1077301d --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/salem/animal_pen.json @@ -0,0 +1,172 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/jungle_temple" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/salem/forager.json b/global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/salem/forager.json new file mode 100644 index 00000000..1077301d --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/salem/forager.json @@ -0,0 +1,172 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/jungle_temple" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/salem/house.json b/global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/salem/house.json new file mode 100644 index 00000000..1077301d --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/salem/house.json @@ -0,0 +1,172 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/jungle_temple" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/salem/temple.json b/global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/salem/temple.json new file mode 100644 index 00000000..1077301d --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/salem/temple.json @@ -0,0 +1,172 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/jungle_temple" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/skyris/house.json b/global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/skyris/house.json new file mode 100644 index 00000000..1077301d --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/skyris/house.json @@ -0,0 +1,172 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/jungle_temple" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/skyris/library.json b/global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/skyris/library.json new file mode 100644 index 00000000..1077301d --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/skyris/library.json @@ -0,0 +1,172 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/jungle_temple" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/cobblemon/fossils/hiddenability.json b/global_packs/required_data/_Star Academy_/data/cobblemon/fossils/hiddenability.json new file mode 100644 index 00000000..9e745205 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/cobblemon/fossils/hiddenability.json @@ -0,0 +1,6 @@ +{ + "result": "random hiddenability", + "fossils": [ + "kubejs:hafossil" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/cobblemon/fossils/hiddenabilityacademy.json b/global_packs/required_data/_Star Academy_/data/cobblemon/fossils/hiddenabilityacademy.json new file mode 100644 index 00000000..dbcd70f5 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/cobblemon/fossils/hiddenabilityacademy.json @@ -0,0 +1,6 @@ +{ + "result": "random hiddenability", + "fossils": [ + "academy:ha_fossil" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/cobblemon/fossils/maxivs.json b/global_packs/required_data/_Star Academy_/data/cobblemon/fossils/maxivs.json new file mode 100644 index 00000000..97b94d91 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/cobblemon/fossils/maxivs.json @@ -0,0 +1,6 @@ +{ + "result": "random hp_iv=31 attack_iv=31 defence_iv=31 special_attack_iv=31 special_defence_iv=31 speed_iv=31", + "fossils": [ + "kubejs:maxivfossil" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/cobblemon/fossils/maxivsacademy.json b/global_packs/required_data/_Star Academy_/data/cobblemon/fossils/maxivsacademy.json new file mode 100644 index 00000000..d9b92614 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/cobblemon/fossils/maxivsacademy.json @@ -0,0 +1,6 @@ +{ + "result": "random hp_iv=31 attack_iv=31 defence_iv=31 special_attack_iv=31 special_defence_iv=31 speed_iv=31", + "fossils": [ + "academy:max_iv_fossil" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/cobblemon/fossils/shiny.json b/global_packs/required_data/_Star Academy_/data/cobblemon/fossils/shiny.json new file mode 100644 index 00000000..3ff83a87 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/cobblemon/fossils/shiny.json @@ -0,0 +1,6 @@ +{ + "result": "random shiny=yes", + "fossils": [ + "kubejs:shinyfossil" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/cobblemon/fossils/shinyacademy.json b/global_packs/required_data/_Star Academy_/data/cobblemon/fossils/shinyacademy.json new file mode 100644 index 00000000..de07823e --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/cobblemon/fossils/shinyacademy.json @@ -0,0 +1,6 @@ +{ + "result": "random shiny=yes", + "fossils": [ + "academy:shiny_fossil" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/cobblemon/spawn_pool_world/0025_pikachu.json b/global_packs/required_data/_Star Academy_/data/cobblemon/spawn_pool_world/0025_pikachu.json new file mode 100644 index 00000000..4ed310e5 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/cobblemon/spawn_pool_world/0025_pikachu.json @@ -0,0 +1,68 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "pikachu-1", + "pokemon": "pikachu", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "16-32", + "weight": 0.54, + "weightMultiplier": { + "multiplier": 5.0, + "condition": { + "isThundering": true + } + }, + "condition": { + "minSkyLight": 8, + "maxSkyLight": 15, + "biomes": [ + "#cobblemon:is_forest" + ] + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_spooky" + ] + } + }, + { + "id": "pikachu-alola-2", + "pokemon": "pikachu region_bias=alola", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "16-32", + "weight": 1.8, + "weightMultiplier": { + "multiplier": 5.0, + "condition": { + "isThundering": true + } + }, + "condition": { + "minSkyLight": 8, + "maxSkyLight": 15, + "biomes": [ + "#cobblemon:is_beach", + "#cobblemon:is_tropical_island" + ] + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_freezing" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/cobblemon/spawn_pool_world/safari/cafe.json b/global_packs/required_data/_Star Academy_/data/cobblemon/spawn_pool_world/safari/cafe.json new file mode 100644 index 00000000..7883b497 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/cobblemon/spawn_pool_world/safari/cafe.json @@ -0,0 +1,83 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "cafe_fuecoco", + "pokemon": "cafe_fuecoco", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 0.3, + "condition": { + "minSkyLight": 0, + "maxSkyLight": 15, + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "cafe_litten", + "pokemon": "cafe_litten", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 0.3, + "condition": { + "minSkyLight": 0, + "maxSkyLight": 15, + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "cafe_raichu_alolan", + "pokemon": "cafe_raichu_alolan", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 0.3, + "condition": { + "minSkyLight": 0, + "maxSkyLight": 15, + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "cafe_sprigatito", + "pokemon": "cafe_sprigatito", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 0.3, + "condition": { + "minSkyLight": 0, + "maxSkyLight": 15, + "biomes": [ + "solara_dimension:solara" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/cobblemon/spawn_pool_world/safari/common.json b/global_packs/required_data/_Star Academy_/data/cobblemon/spawn_pool_world/safari/common.json new file mode 100644 index 00000000..91892fe6 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/cobblemon/spawn_pool_world/safari/common.json @@ -0,0 +1,1097 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "clefairy-1", + "pokemon": "clefairy", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 8.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "jigglypuff-1", + "pokemon": "jigglypuff", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 7.6, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "marill-1", + "pokemon": "marill", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "hoppip-1", + "pokemon": "hoppip", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 8.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "skiploom-1", + "pokemon": "skiploom", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "wooper-1", + "pokemon": "wooper", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "rattata-1", + "pokemon": "rattata", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "raticate-1", + "pokemon": "raticate", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 1.8, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "stantler-1", + "pokemon": "stantler", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 7.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "fearow-1", + "pokemon": "fearow", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "sandshrew-1", + "pokemon": "sandshrew", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "sandslash-1", + "pokemon": "sandslash", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 1.8, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "cubone-1", + "pokemon": "cubone", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 7.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "marowak-1", + "pokemon": "marowak", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 1.8, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "geodude-1", + "pokemon": "geodude", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 7.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "graveler-1", + "pokemon": "graveler", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 1.8, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "magnemite-1", + "pokemon": "magnemite", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 8.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "magneton-1", + "pokemon": "magneton", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 1.8, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "pidgey-1", + "pokemon": "pidgey", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 10.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "bellsprout-1", + "pokemon": "bellsprout", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 8.4, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "gastly-1", + "pokemon": "gastly", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 6.0, + "condition": { + "timeRange": "night", + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "haunter-1", + "pokemon": "1.8", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 1.4, + "condition": { + "timeRange": "night", + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "misdreavus-1", + "pokemon": "misdreavus", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 6.0, + "condition": { + "timeRange": "night", + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "jigglypuff-1", + "pokemon": "jigglypuff", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 7.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "paras-1", + "pokemon": "paras", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 10.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "drowzee-1", + "pokemon": "drowzee", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 8.0, + "condition": { + "timeRange": "night", + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "hypno-1", + "pokemon": "hypno", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 1.6, + "condition": { + "timeRange": "night", + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "sentret-1", + "pokemon": "sentret", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 8.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "murkrow-1", + "pokemon": "murkrow", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 9.0, + "condition": { + "timeRange": "night", + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "ekans-1", + "pokemon": "ekans", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "arbok-1", + "pokemon": "arbok", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 1.8, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "oddish-1", + "pokemon": "oddish", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "gloom-1", + "pokemon": "gloom", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 1.6, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "grimer-1", + "pokemon": "grimer", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 8.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "koffing-1", + "pokemon": "koffing", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 8.0, + "condition": { + "timeRange": "night", + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "weezing-1", + "pokemon": "weezing", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 1.4, + "condition": { + "timeRange": "night", + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "wooper-1", + "pokemon": "wooper", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 8.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "zubat-1", + "pokemon": "zubat", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 9.0, + "condition": { + "timeRange": "night", + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "golbat-1", + "pokemon": "golbat", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 1.2, + "condition": { + "timeRange": "night", + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "lickitung-1", + "pokemon": "lickitung", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 7.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "slowpoke-1", + "pokemon": "slowpoke", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 8.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "slowbro-1", + "pokemon": "slowbro", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 1.4, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "doduo-1", + "pokemon": "doduo", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 8.6, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "krabby-1", + "pokemon": "krabby", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ], + "neededNearbyBlocks": [ + "minecraft:water" + ] + } + }, + { + "id": "machop-1", + "pokemon": "machop", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 8.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "machoke-1", + "pokemon": "machoke", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 1.6, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "nidoranm-1", + "pokemon": "nidoran", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "nidorino-1", + "pokemon": "nidorina", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 1.8, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "nidoranf-1", + "pokemon": "nidoranf", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "nidorina-1", + "pokemon": "nidorina", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 1.8, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "rhyhorn-1", + "pokemon": "rhyhorn", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 8.6, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "tauros-1", + "pokemon": "tauros", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 7.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "spearow-1", + "pokemon": "spearow", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "psyduck-1", + "pokemon": "psyduck", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ], + "neededNearbyBlocks": [ + "minecraft:water" + ] + } + }, + { + "id": "golduck-1", + "pokemon": "golduck", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 1.8, + "condition": { + "biomes": [ + "solara_dimension:solara" + ], + "neededNearbyBlocks": [ + "minecraft:water" + ] + } + }, + { + "id": "magikarp-1", + "pokemon": "magikarp", + "presets": [ + "water_surface" + ], + "type": "pokemon", + "context": "surface", + "bucket": "common", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "magikarp-1", + "pokemon": "magikarp", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "common", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "gyarados-1", + "pokemon": "gyarados", + "presets": [ + "water_surface" + ], + "type": "pokemon", + "context": "surface", + "bucket": "common", + "level": "1-1", + "weight": 0.3, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "gyarados-1", + "pokemon": "gyarados", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "common", + "level": "1-1", + "weight": 0.3, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "nuzleaf-1", + "pokemon": "nuzleaf", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "shiftry-1", + "pokemon": "shiftry", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 2.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "wooper-paldean-7", + "pokemon": "wooper paldean", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 8.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "clodsire-1", + "pokemon": "clodsire", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 2.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/cobblemon/spawn_pool_world/safari/enhanced_celestials.json b/global_packs/required_data/_Star Academy_/data/cobblemon/spawn_pool_world/safari/enhanced_celestials.json new file mode 100644 index 00000000..89fdcc9e --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/cobblemon/spawn_pool_world/safari/enhanced_celestials.json @@ -0,0 +1,67 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "eevee_umbreon_super_blood_moon", + "pokemon": "umbreon blood_moon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 0.9, + "condition": { + "minSkyLight": 0, + "maxSkyLight": 15, + "timeRange": "night", + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "eevee_flareon_super_blue_moon", + "pokemon": "flareon blue_moon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 0.9, + "condition": { + "minSkyLight": 0, + "maxSkyLight": 15, + "timeRange": "night", + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "eevee_leafeon_super_harvest_moon", + "pokemon": "leafeon harvest_moon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 0.9, + "condition": { + "minSkyLight": 0, + "maxSkyLight": 15, + "timeRange": "night", + "biomes": [ + "solara_dimension:solara" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/cobblemon/spawn_pool_world/safari/rare.json b/global_packs/required_data/_Star Academy_/data/cobblemon/spawn_pool_world/safari/rare.json new file mode 100644 index 00000000..068b2d29 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/cobblemon/spawn_pool_world/safari/rare.json @@ -0,0 +1,860 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "ditto-1", + "pokemon": "ditto", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 10.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "bulbasaur-1", + "pokemon": "bulbasaur", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "charmander-1", + "pokemon": "charmander", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "squirtle-1", + "pokemon": "squirtle", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "chikorita-1", + "pokemon": "chikorita", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "cynadquil-1", + "pokemon": "cynadquil", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "totodile-1", + "pokemon": "totodile", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "treecko-1", + "pokemon": "treeko", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "torchic-1", + "pokemon": "torchic", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "mudkip-1", + "pokemon": "mudkip", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "turtwig-1", + "pokemon": "turtwig", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "chimchar-1", + "pokemon": "chimchar", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "piplup-1", + "pokemon": "piplup", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "snivy-1", + "pokemon": "snivy", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "tepig-1", + "pokemon": "tepig", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "oshawott-1", + "pokemon": "oshawott", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "chespin-1", + "pokemon": "chespin", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "fennekin-1", + "pokemon": "fennekin", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "froakie-1", + "pokemon": "froakie", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "rowlet-1", + "pokemon": "rowlet", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "litten-1", + "pokemon": "litten", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "popplio-1", + "pokemon": "popplio", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "grookey-1", + "pokemon": "grookey", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "scorbunny-1", + "pokemon": "scorbunny", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "sobble-1", + "pokemon": "sobble", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "sprigatito-1", + "pokemon": "sprigatito", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "eevee-1", + "pokemon": "eevee", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 7.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "vaporeon-1", + "pokemon": "vaporeon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 0.6, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "jolteon-1", + "pokemon": "jolteon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 0.6, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "flareon-1", + "pokemon": "flareon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 0.6, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "espeon-1", + "pokemon": "espeon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 0.6, + "condition": { + "timeRange": "day", + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "umbreon-1", + "pokemon": "umbreon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 0.6, + "condition": { + "timeRange": "night", + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "leafeon-1", + "pokemon": "leafeon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 0.6, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "glaceon-1", + "pokemon": "glaceon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 0.6, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "sylveon-1", + "pokemon": "sylveon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 0.6, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "kangaskhan-1", + "pokemon": "kangaskhan", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "scyther-1", + "pokemon": "scyther", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "munchlax-1", + "pokemon": "munchlax", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "snorlax-1", + "pokemon": "snorlax", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 1.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "dratini-1", + "pokemon": "dratini", + "presets": [ + "water_surface" + ], + "type": "pokemon", + "context": "surface", + "bucket": "rare", + "level": "1-1", + "weight": 3.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "dratini-2", + "pokemon": "dratini", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "rare", + "level": "1-1", + "weight": 3.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "dragonair-1", + "pokemon": "dragonair", + "presets": [ + "water_surface" + ], + "type": "pokemon", + "context": "surface", + "bucket": "rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "dragonair-2", + "pokemon": "dragonair", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "aerodactyl-1", + "pokemon": "aerodactyl", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 0.1, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "pichu-1", + "pokemon": "pichu", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 3.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "pikachu-1", + "pokemon": "pikachu", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 1.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "dhelmise-1", + "pokemon": "dhelmise", + "presets": [ + "water_surface" + ], + "type": "pokemon", + "context": "surface", + "bucket": "rare", + "level": "1-1", + "weight": 3.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "dhelmise-2", + "pokemon": "dhelmise", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "rare", + "level": "1-1", + "weight": 3.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "mimikyu-1", + "pokemon": "mimikyu", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 1.2, + "condition": { + "timeRange": "night", + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "indeedee", + "pokemon": "indeedee", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 8.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/cobblemon/spawn_pool_world/safari/ucommon.json b/global_packs/required_data/_Star Academy_/data/cobblemon/spawn_pool_world/safari/ucommon.json new file mode 100644 index 00000000..3ffe1605 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/cobblemon/spawn_pool_world/safari/ucommon.json @@ -0,0 +1,669 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "onix-1", + "pokemon": "onix", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "quagsire-1", + "pokemon": "quagsire", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "abra-1", + "pokemon": "abra", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 3.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "smeargle-1", + "pokemon": "smeargle", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 4.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "magmar-1", + "pokemon": "magmar", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "mrmime-1", + "pokemon": "mrmime", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 7.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "farfetchd-1", + "pokemon": "farfetchd", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "electabuzz-1", + "pokemon": "electabuzz", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "ralts-1", + "pokemon": "ralts", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 0.3, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "rhyhorn-1", + "pokemon": "rhyhorn", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "pinsir-1", + "pokemon": "pinsir", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "omanyte-1", + "pokemon": "omanyte", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 1.8, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "omastar-1", + "pokemon": "omastar", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 0.3, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "kabuto-1", + "pokemon": "kabuto", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 1.8, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "kabutops-1", + "pokemon": "kabutops", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 0.3, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "natu-1", + "pokemon": "natu", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 3.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "xatu-1", + "pokemon": "xatu", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 0.6, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "shuckle-1", + "pokemon": "shuckle", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 0.3, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "aron-1", + "pokemon": "aron", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "lairon-1", + "pokemon": "lairon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 1.8, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "luxio-1", + "pokemon": "luxio", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 5.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "luxray-1", + "pokemon": "luxray", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 0.8, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "riolu-1", + "pokemon": "riolu", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 1.8, + "condition": { + "timeRange": "night", + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "lucario-1", + "pokemon": "lucario", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 0.3, + "condition": { + "timeRange": "night", + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "skrelp-1", + "pokemon": "skrelp", + "presets": [ + "water_surface" + ], + "type": "pokemon", + "context": "surface", + "bucket": "uncommon", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "skrelp-1", + "pokemon": "skrelp", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "uncommon", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "dragalge-1", + "pokemon": "dragalge", + "presets": [ + "water_surface" + ], + "type": "pokemon", + "context": "surface", + "bucket": "uncommon", + "level": "1-1", + "weight": 0.3, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "dragalge-1", + "pokemon": "dragalge", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "uncommon", + "level": "1-1", + "weight": 0.3, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "applin-1", + "pokemon": "applin", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "cufant-1", + "pokemon": "cufant", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 6.0, + "condition": { + "timeRange": "night", + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "absol-1", + "pokemon": "absol", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 9.0, + "condition": { + "timeRange": "night", + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "tropius-1", + "pokemon": "tropius", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "shellos-1", + "pokemon": "shellos", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ], + "neededNearbyBlocks": [ + "minecraft:water" + ] + } + }, + { + "id": "shellos-west", + "pokemon": "shellos west=true", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 5.4, + "condition": { + "biomes": [ + "solara_dimension:solara" + ], + "neededNearbyBlocks": [ + "minecraft:water" + ] + } + }, + { + "id": "gastrodon-1", + "pokemon": "gastrodon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 1.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ], + "neededNearbyBlocks": [ + "minecraft:water" + ] + } + }, + { + "id": "gastrodon-west", + "pokemon": "gastrodon west=true", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 0.8, + "condition": { + "biomes": [ + "solara_dimension:solara" + ], + "neededNearbyBlocks": [ + "minecraft:water" + ] + } + }, + { + "id": "finizen-1", + "pokemon": "finizen", + "presets": [ + "water_surface" + ], + "type": "pokemon", + "context": "surface", + "bucket": "uncommon", + "level": "1-1", + "weight": 3.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "finizen-1", + "pokemon": "finizen", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "uncommon", + "level": "1-1", + "weight": 3.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/cobblemon/spawn_pool_world/safari/ultra_rare.json b/global_packs/required_data/_Star Academy_/data/cobblemon/spawn_pool_world/safari/ultra_rare.json new file mode 100644 index 00000000..5d4b9196 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/cobblemon/spawn_pool_world/safari/ultra_rare.json @@ -0,0 +1,1350 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "happiny-1", + "pokemon": "happiny", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "chansey-1", + "pokemon": "chansey", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 3.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "blissey-1", + "pokemon": "blissey", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "ivysaur-1", + "pokemon": "ivysaur", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "charmeleon-1", + "pokemon": "charmeleon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "wartortle-1", + "pokemon": "wartortle", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "bayleef-1", + "pokemon": "bayleef", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "quilava-1", + "pokemon": "quilava", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "croconaw-1", + "pokemon": "croconaw", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "grovyle-1", + "pokemon": "grovyle", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "combusken-1", + "pokemon": "combusken", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "marshtomp-1", + "pokemon": "marshtomp", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "grotle-1", + "pokemon": "grotle", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "monferno-1", + "pokemon": "monferno", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "prinplup-1", + "pokemon": "prinplup", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "servine-1", + "pokemon": "servine", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "pignite-1", + "pokemon": "pignite", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "dewott-1", + "pokemon": "dewott", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "quilladin-1", + "pokemon": "quilladin", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "braixen-1", + "pokemon": "braixen", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "frogadier-1", + "pokemon": "frogadier", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "dartrix-1", + "pokemon": "dartrix", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "torracat-1", + "pokemon": "torracat", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "brionne-1", + "pokemon": "brionne", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "thwackey-1", + "pokemon": "thwackey", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "raboot-1", + "pokemon": "raboot", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "drizzile-1", + "pokemon": "drizzile", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "floragato-1", + "pokemon": "floragato", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "crocalor-1", + "pokemon": "crocalor", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "quaxwell-1", + "pokemon": "quaxwell", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "venusaur-1", + "pokemon": "venusaur", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "charizard-1", + "pokemon": "charizard", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "blastoise-1", + "pokemon": "blastoise", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "meganium-1", + "pokemon": "meganium", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "typhlosion-1", + "pokemon": "typhlosion", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "feraligatr-1", + "pokemon": "feraligatr", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "sceptile-1", + "pokemon": "sceptile", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "blaziken-1", + "pokemon": "blaziken", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "swampert-1", + "pokemon": "swampert", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "torterra-1", + "pokemon": "torterra", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "infernape-1", + "pokemon": "infernape", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "empoleon-1", + "pokemon": "empoleon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "serperior-1", + "pokemon": "serperior", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "emboar-1", + "pokemon": "emboar", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "samurott-1", + "pokemon": "samurott", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "chesnaught-1", + "pokemon": "chesnaught", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "delphox-1", + "pokemon": "delphox", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "greninja-1", + "pokemon": "greninja", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "decidueye-1", + "pokemon": "decidueye", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "incinceroar-1", + "pokemon": "incinceroar", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "primarina-1", + "pokemon": "primarina", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "rillaboom-1", + "pokemon": "rillaboom", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "cinderace-1", + "pokemon": "cinderace", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "inteleon-1", + "pokemon": "inteleon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "meowscarada-1", + "pokemon": "meowscarada", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "skeledirge-1", + "pokemon": "skeledirge", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "quaquaval-1", + "pokemon": "quaquaval", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "milotic-1", + "pokemon": "milotic", + "presets": [ + "water_surface" + ], + "type": "pokemon", + "context": "surface", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 2.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "milotic-2", + "pokemon": "milotic", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 2.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "huntail-1", + "pokemon": "milotic", + "presets": [ + "water_surface" + ], + "type": "pokemon", + "context": "surface", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 2.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "huntail-2", + "pokemon": "milotic", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 2.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "gorebyss-1", + "pokemon": "milotic", + "presets": [ + "water_surface" + ], + "type": "pokemon", + "context": "surface", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 2.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "gorebyss-2", + "pokemon": "milotic", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 2.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "relicanth-1", + "pokemon": "milotic", + "presets": [ + "water_surface" + ], + "type": "pokemon", + "context": "surface", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 2.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "relicanth-2", + "pokemon": "milotic", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 2.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "porygon-1", + "pokemon": "porygon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.6, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "dragonite-1", + "pokemon": "dragonite", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.16, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "tyranitar-1", + "pokemon": "tyranitar", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.16, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "metagross-1", + "pokemon": "metagross", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.16, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "garchomp-1", + "pokemon": "garchomp", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.16, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "hydreigon-1", + "pokemon": "hydreigon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.16, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "goodra-1", + "pokemon": "goodra", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.16, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "kommoo-1", + "pokemon": "kommoo", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.16, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "dragapult-1", + "pokemon": "dragapult", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.16, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "goodra-2", + "pokemon": "goodra hisuian", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "baxcalibur-1", + "pokemon": "baxcalibur", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "duraludon-1", + "pokemon": "duraludon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.16, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "haxorous-1", + "pokemon": "haxorous", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "ashgreninja", + "pokemon": "ashgreninja", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.05, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/aaaa.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/aaaa.json new file mode 100644 index 00000000..95f54d2a --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/aaaa.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "aaaa", + "url": "https://cdn.discordapp.com/emojis/1271246195947343902.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/aware.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/aware.json new file mode 100644 index 00000000..12e8190a --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/aware.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "aware", + "url": "https://cdn.discordapp.com/emojis/889021591776817172.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/bedge.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/bedge.json new file mode 100644 index 00000000..a3bdaa6c --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/bedge.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "bedge", + "url": "https://cdn.discordapp.com/emojis/936305740971409428.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/beepotalk.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/beepotalk.json new file mode 100644 index 00000000..35ab0422 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/beepotalk.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "beepotalk", + "url": "https://cdn.discordapp.com/emojis/1116022098452828360.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/blahblah.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/blahblah.json new file mode 100644 index 00000000..6bddd255 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/blahblah.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "blahblah", + "url": "https://cdn.discordapp.com/emojis/1196207923941081288.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/bop.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/bop.json new file mode 100644 index 00000000..84f2966e --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/bop.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "bop", + "url": "https://cdn.discordapp.com/emojis/1221689321736634369.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/catpats.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/catpats.json new file mode 100644 index 00000000..5981c5bb --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/catpats.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "catpats", + "url": "https://cdn.discordapp.com/emojis/970458163495190588.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/chatting.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/chatting.json new file mode 100644 index 00000000..c346762c --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/chatting.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "chatting", + "url": "https://cdn.discordapp.com/emojis/895815338086760449.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/classic.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/classic.json new file mode 100644 index 00000000..86f20109 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/classic.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "classic", + "url": "https://cdn.discordapp.com/emojis/1226392078716764270.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/clueless.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/clueless.json new file mode 100644 index 00000000..7cea2d8d --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/clueless.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "clueless", + "url": "https://cdn.discordapp.com/emojis/947671183103508530.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/cokeshakey.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/cokeshakey.json new file mode 100644 index 00000000..1392403b --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/cokeshakey.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "cokeshakey", + "url": "https://cdn.discordapp.com/emojis/1179534703997501471.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/dankhackermans.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/dankhackermans.json new file mode 100644 index 00000000..f427e852 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/dankhackermans.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "dankhackermans", + "url": "https://cdn.discordapp.com/emojis/983282290530611231.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/danse.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/danse.json new file mode 100644 index 00000000..bf37d2ba --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/danse.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "danse", + "url": "https://cdn.discordapp.com/emojis/1038308129642905711.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/dinkdonk.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/dinkdonk.json new file mode 100644 index 00000000..b591da1d --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/dinkdonk.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "dinkdonk", + "url": "https://cdn.discordapp.com/emojis/889016538684850249.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/ez.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/ez.json new file mode 100644 index 00000000..e09a4c31 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/ez.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "ez", + "url": "https://cdn.discordapp.com/emojis/848571203445587978.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/farmm.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/farmm.json new file mode 100644 index 00000000..ec1cb9f9 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/farmm.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "farmm", + "url": "https://cdn.discordapp.com/emojis/1246647000968073246.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/feelsstrongman.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/feelsstrongman.json new file mode 100644 index 00000000..67b4f510 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/feelsstrongman.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "feelsstrongman", + "url": "https://cdn.discordapp.com/emojis/870429736801800192.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/gigl.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/gigl.json new file mode 100644 index 00000000..53b8dc55 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/gigl.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "gigl", + "url": "https://cdn.discordapp.com/emojis/1217672251357396992.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/hai.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/hai.json new file mode 100644 index 00000000..cb1130a9 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/hai.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "hai", + "url": "https://cdn.discordapp.com/emojis/1196745009907646474.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/happi.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/happi.json new file mode 100644 index 00000000..083ce4fc --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/happi.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "happi", + "url": "https://cdn.discordapp.com/emojis/1105751433409740953.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/happie.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/happie.json new file mode 100644 index 00000000..32a1314a --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/happie.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "happie", + "url": "https://cdn.discordapp.com/emojis/1116001837959614556.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/hehe.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/hehe.json new file mode 100644 index 00000000..d83457da --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/hehe.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "hehe", + "url": "https://cdn.discordapp.com/emojis/1151699510041522246.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/heyge.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/heyge.json new file mode 100644 index 00000000..ed7ce93d --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/heyge.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "heyge", + "url": "https://cdn.discordapp.com/emojis/1113964449112526858.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/hiii.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/hiii.json new file mode 100644 index 00000000..dc42054d --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/hiii.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "hiii", + "url": "https://cdn.discordapp.com/emojis/1183483072361017495.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/hmjj.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/hmjj.json new file mode 100644 index 00000000..3e007d0c --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/hmjj.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "hmjj", + "url": "https://cdn.discordapp.com/emojis/1080993095635701761.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/hypers.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/hypers.json new file mode 100644 index 00000000..a7e16adc --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/hypers.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "hypers", + "url": "https://cdn.discordapp.com/emojis/1090718365439496453.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/jamgie.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/jamgie.json new file mode 100644 index 00000000..2ebac929 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/jamgie.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "jamgie", + "url": "https://cdn.discordapp.com/emojis/1133980546960195654.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/kekw.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/kekw.json new file mode 100644 index 00000000..d4d3d69a --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/kekw.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "kekw", + "url": "https://cdn.discordapp.com/emojis/876628504396062780.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/kissahomie.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/kissahomie.json new file mode 100644 index 00000000..d0de77b6 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/kissahomie.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "kissahomie", + "url": "https://cdn.discordapp.com/emojis/1180085374685564988.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/kittypout.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/kittypout.json new file mode 100644 index 00000000..08ce0c22 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/kittypout.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "kittypout", + "url": "https://cdn.discordapp.com/emojis/1113715264417169409.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/letsgo.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/letsgo.json new file mode 100644 index 00000000..ec746cd3 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/letsgo.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "letsgo", + "url": "https://cdn.discordapp.com/emojis/1001548514251264052.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/meowdy.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/meowdy.json new file mode 100644 index 00000000..0d4e0aae --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/meowdy.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "meowdy", + "url": "https://cdn.discordapp.com/emojis/1274954199670456392.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/mojjcheck.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/mojjcheck.json new file mode 100644 index 00000000..74f0826f --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/mojjcheck.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "mojjcheck", + "url": "https://cdn.discordapp.com/emojis/1106594384973156373.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/no.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/no.json new file mode 100644 index 00000000..0f07efe3 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/no.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "no", + "url": "https://cdn.discordapp.com/emojis/1182236016292147221.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/nod.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/nod.json new file mode 100644 index 00000000..c58ae8df --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/nod.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "nod", + "url": "https://cdn.discordapp.com/emojis/1009378453906268171.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/nodders.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/nodders.json new file mode 100644 index 00000000..5f955344 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/nodders.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "nodders", + "url": "https://cdn.discordapp.com/emojis/939944104777900043.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/nolook.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/nolook.json new file mode 100644 index 00000000..7c60892b --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/nolook.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "nolook", + "url": "https://cdn.discordapp.com/emojis/1230682446656176138.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/nopers.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/nopers.json new file mode 100644 index 00000000..d9300866 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/nopers.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "nopers", + "url": "https://cdn.discordapp.com/emojis/939944112751267860.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/noted.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/noted.json new file mode 100644 index 00000000..c06c668e --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/noted.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "noted", + "url": "https://cdn.discordapp.com/emojis/955651530009235466.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/nothanks.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/nothanks.json new file mode 100644 index 00000000..8c9527ce --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/nothanks.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "nothanks", + "url": "https://cdn.discordapp.com/emojis/1271250111011360768.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/o7.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/o7.json new file mode 100644 index 00000000..dbf168e5 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/o7.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "o7", + "url": "https://cdn.discordapp.com/emojis/1000948834362474567.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/okay.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/okay.json new file mode 100644 index 00000000..91890c8e --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/okay.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "okay", + "url": "https://cdn.discordapp.com/emojis/1068635818345889923.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/omega.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/omega.json new file mode 100644 index 00000000..539fb427 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/omega.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "omega", + "url": "https://cdn.discordapp.com/emojis/1148078161997856849.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/peeposhy.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/peeposhy.json new file mode 100644 index 00000000..ec25f55e --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/peeposhy.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "peeposhy", + "url": "https://cdn.discordapp.com/emojis/919784839228588064.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/peepositgaming.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/peepositgaming.json new file mode 100644 index 00000000..6cc7f86c --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/peepositgaming.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "peepositgaming", + "url": "https://cdn.discordapp.com/emojis/1271250091466031186.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/peepowow.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/peepowow.json new file mode 100644 index 00000000..8e771fec --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/peepowow.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "peepowow", + "url": "https://cdn.discordapp.com/emojis/950488410622132386.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/pensivecowboy.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/pensivecowboy.json new file mode 100644 index 00000000..6a7f65fc --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/pensivecowboy.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "pensivecowboy", + "url": "https://cdn.discordapp.com/emojis/1137079100343849044.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/pepe_love.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/pepe_love.json new file mode 100644 index 00000000..e30a6ca9 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/pepe_love.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "pepe_love", + "url": "https://cdn.discordapp.com/emojis/1270112540050849856.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/pepe_salute.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/pepe_salute.json new file mode 100644 index 00000000..b1a8097f --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/pepe_salute.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "pepe_salute", + "url": "https://cdn.discordapp.com/emojis/1061249296554524724.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/pepe_toxic.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/pepe_toxic.json new file mode 100644 index 00000000..627833ec --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/pepe_toxic.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "pepe_toxic", + "url": "https://cdn.discordapp.com/emojis/1142470121688940574.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/pepehands.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/pepehands.json new file mode 100644 index 00000000..bee955b1 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/pepehands.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "pepehands", + "url": "https://cdn.discordapp.com/emojis/1090718462940299344.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/pepelaugh.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/pepelaugh.json new file mode 100644 index 00000000..41025a8e --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/pepelaugh.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "pepelaugh", + "url": "https://cdn.discordapp.com/emojis/1063928781611475084.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/pethtemods.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/pethtemods.json new file mode 100644 index 00000000..b9e57308 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/pethtemods.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "pethtemods", + "url": "https://cdn.discordapp.com/emojis/904276978612449281.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/pleads.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/pleads.json new file mode 100644 index 00000000..0e682484 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/pleads.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "pleads", + "url": "https://cdn.discordapp.com/emojis/1114062310030458901.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/pls.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/pls.json new file mode 100644 index 00000000..14ee5a13 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/pls.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "pls", + "url": "https://cdn.discordapp.com/emojis/1244070616223449129.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/plus_one.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/plus_one.json new file mode 100644 index 00000000..c9b5a6c2 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/plus_one.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "plus_one", + "url": "https://cdn.discordapp.com/emojis/874893800668037160.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/popcat.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/popcat.json new file mode 100644 index 00000000..9961cbab --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/popcat.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "popcat", + "url": "https://cdn.discordapp.com/emojis/1130532479523110973.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/prayge.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/prayge.json new file mode 100644 index 00000000..c7657063 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/prayge.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "prayge", + "url": "https://cdn.discordapp.com/emojis/1117482027940315287.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/ragey.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/ragey.json new file mode 100644 index 00000000..710510b2 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/ragey.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "ragey", + "url": "https://cdn.discordapp.com/emojis/1126733780703510598.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/reallygun.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/reallygun.json new file mode 100644 index 00000000..64a08e6c --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/reallygun.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "reallygun", + "url": "https://cdn.discordapp.com/emojis/1089972866755338331.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/sadge.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/sadge.json new file mode 100644 index 00000000..cda8b319 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/sadge.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "sadge", + "url": "https://cdn.discordapp.com/emojis/939944111975313449.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/sadgecry.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/sadgecry.json new file mode 100644 index 00000000..08a59a76 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/sadgecry.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "sadgecry", + "url": "https://cdn.discordapp.com/emojis/1117495657704460349.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/sadgeing.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/sadgeing.json new file mode 100644 index 00000000..93e71338 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/sadgeing.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "sadgeing", + "url": "https://cdn.discordapp.com/emojis/1151262171611803671.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/shyjj.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/shyjj.json new file mode 100644 index 00000000..76212f80 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/shyjj.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "shyjj", + "url": "https://cdn.discordapp.com/emojis/1103490305103233114.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/sitt.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/sitt.json new file mode 100644 index 00000000..8740e5b4 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/sitt.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "sitt", + "url": "https://cdn.discordapp.com/emojis/1021897162176593951.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/socute.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/socute.json new file mode 100644 index 00000000..74e398ad --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/socute.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "socute", + "url": "https://cdn.discordapp.com/emojis/1021164936929484820.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/suspicious.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/suspicious.json new file mode 100644 index 00000000..e0763cd0 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/suspicious.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "suspicious", + "url": "https://cdn.discordapp.com/emojis/1238473692523135047.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/swooner.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/swooner.json new file mode 100644 index 00000000..684ec0d4 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/swooner.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "swooner", + "url": "https://cdn.discordapp.com/emojis/1017848147684360325.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/wahoo.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/wahoo.json new file mode 100644 index 00000000..aae70bfb --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/wahoo.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "wahoo", + "url": "https://cdn.discordapp.com/emojis/1279210132919681136.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/waiting.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/waiting.json new file mode 100644 index 00000000..2bca8756 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/waiting.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "waiting", + "url": "https://cdn.discordapp.com/emojis/980208841625075772.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/whatt.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/whatt.json new file mode 100644 index 00000000..8d20944c --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/whatt.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "whatt", + "url": "https://cdn.discordapp.com/emojis/1271963558787285144.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/whoa.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/whoa.json new file mode 100644 index 00000000..925d441b --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/whoa.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "whoa", + "url": "https://cdn.discordapp.com/emojis/1271246197452963872.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/woo.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/woo.json new file mode 100644 index 00000000..7b5a401c --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/woo.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "woo", + "url": "https://cdn.discordapp.com/emojis/1189971473511759962.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/yep.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/yep.json new file mode 100644 index 00000000..e29e5fa5 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/yep.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "yep", + "url": "https://cdn.discordapp.com/emojis/1130582448976179220.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/yesyes.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/yesyes.json new file mode 100644 index 00000000..0e4f1430 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/yesyes.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "yesyes", + "url": "https://cdn.discordapp.com/emojis/983084825944682516.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/emojiful/recipes/yippie.json b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/yippie.json new file mode 100644 index 00000000..0afd5ee4 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/emojiful/recipes/yippie.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "yippie", + "url": "https://cdn.discordapp.com/emojis/1235757104242102282.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/abandoned_mineshaft.json b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/abandoned_mineshaft.json new file mode 100644 index 00000000..57b1c970 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/abandoned_mineshaft.json @@ -0,0 +1,65 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 0, + "bonus_rolls": 1, + "entries": [ + { + "name": "minecraft:diamond", + "type": "minecraft:item", + "weight": 15, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 2.0, + "max": 5.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:iron_ingot", + "type": "minecraft:item", + "weight": 20, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 4.0, + "max": 10.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "type": "minecraft:item", + "weight": 5, + "functions": [ + { + "function": "minecraft:enchant_randomly" + } + ], + "name": "minecraft:book" + }, + { + "name": "minecraft:diamond_pickaxe", + "type": "minecraft:item", + "weight": 5, + "functions": [ + { + "function": "minecraft:enchant_randomly" + } + ] + }, + { + "type": "minecraft:empty", + "weight": 60 + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/buried_treasure.json b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/buried_treasure.json new file mode 100644 index 00000000..c38379e3 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/buried_treasure.json @@ -0,0 +1,122 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 0, + "bonus_rolls": 1, + "entries": [ + { + "name": "minecraft:diamond", + "type": "minecraft:item", + "weight": 5, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 2.0, + "max": 5.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:iron_ingot", + "type": "minecraft:item", + "weight": 10, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 4.0, + "max": 10.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:emerald", + "type": "minecraft:item", + "weight": 10, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 2.0, + "max": 8.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:gold_ingot", + "type": "minecraft:item", + "weight": 10, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 2.0, + "max": 8.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:gold_ingot", + "type": "minecraft:item", + "weight": 10, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 2.0, + "max": 8.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "type": "minecraft:item", + "weight": 5, + "functions": [ + { + "function": "minecraft:enchant_randomly" + } + ], + "name": "minecraft:book" + }, + { + "name": "minecraft:diamond_axe", + "type": "minecraft:item", + "weight": 10, + "functions": [ + { + "function": "minecraft:set_damage", + "damage": { + "min": 0.6, + "max": 0.9 + } + }, + { + "function": "minecraft:enchant_with_levels", + "levels": { + "min": 5.0, + "max": 10.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "type": "minecraft:empty", + "weight": 40 + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/desert_pyramid.json b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/desert_pyramid.json new file mode 100644 index 00000000..c96b9d68 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/desert_pyramid.json @@ -0,0 +1,55 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 0, + "bonus_rolls": 1, + "entries": [ + { + "name": "minecraft:diamond", + "type": "minecraft:item", + "weight": 5, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 2.0, + "max": 5.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:iron_ingot", + "type": "minecraft:item", + "weight": 20, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 4.0, + "max": 10.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "type": "minecraft:item", + "weight": 5, + "functions": [ + { + "function": "minecraft:enchant_randomly" + } + ], + "name": "minecraft:book" + }, + { + "type": "minecraft:empty", + "weight": 70 + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/igloo_chest.json b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/igloo_chest.json new file mode 100644 index 00000000..702b4e63 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/igloo_chest.json @@ -0,0 +1,128 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 0, + "bonus_rolls": 1, + "entries": [ + { + "name": "minecraft:iron_ingot", + "type": "minecraft:item", + "weight": 20, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 0.0, + "max": 10.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "type": "minecraft:item", + "weight": 5, + "functions": [ + { + "function": "minecraft:enchant_randomly" + } + ], + "name": "minecraft:book" + }, + { + "name": "minecraft:leather_leggings", + "type": "minecraft:item", + "weight": 2, + "functions": [ + { + "function": "minecraft:set_damage", + "damage": { + "min": 0.1, + "max": 0.4 + } + }, + { + "function": "minecraft:enchant_with_levels", + "levels": { + "min": 10.0, + "max": 30.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:leather_chestplate", + "type": "minecraft:item", + "weight": 2, + "functions": [ + { + "function": "minecraft:set_damage", + "damage": { + "min": 0.1, + "max": 0.4 + } + }, + { + "function": "minecraft:enchant_with_levels", + "levels": { + "min": 10.0, + "max": 30.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:leather_boots", + "type": "minecraft:item", + "weight": 2, + "functions": [ + { + "function": "minecraft:set_damage", + "damage": { + "min": 0.1, + "max": 0.4 + } + }, + { + "function": "minecraft:enchant_with_levels", + "levels": { + "min": 10.0, + "max": 30.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:iron_shovel", + "type": "minecraft:item", + "weight": 4, + "functions": [ + { + "function": "minecraft:set_damage", + "damage": { + "min": 0.3, + "max": 0.6 + } + }, + { + "function": "minecraft:enchant_with_levels", + "levels": { + "min": 10.0, + "max": 30.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "type": "minecraft:empty", + "weight": 40 + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/jungle_temple.json b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/jungle_temple.json new file mode 100644 index 00000000..793a03c3 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/jungle_temple.json @@ -0,0 +1,143 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 0, + "bonus_rolls": 1, + "entries": [ + { + "name": "minecraft:diamond", + "type": "minecraft:item", + "weight": 15, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 2.0, + "max": 5.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:iron_ingot", + "type": "minecraft:item", + "weight": 20, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 4.0, + "max": 10.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "type": "minecraft:item", + "weight": 5, + "functions": [ + { + "function": "minecraft:enchant_randomly" + } + ], + "name": "minecraft:book" + }, + { + "name": "minecraft:chainmail_helmet", + "type": "minecraft:item", + "weight": 2, + "functions": [ + { + "function": "minecraft:set_damage", + "damage": { + "min": 0.1, + "max": 0.4 + } + }, + { + "function": "minecraft:enchant_with_levels", + "levels": { + "min": 10.0, + "max": 30.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:chainmail_chestplate", + "type": "minecraft:item", + "weight": 2, + "functions": [ + { + "function": "minecraft:set_damage", + "damage": { + "min": 0.1, + "max": 0.4 + } + }, + { + "function": "minecraft:enchant_with_levels", + "levels": { + "min": 10.0, + "max": 30.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:chainmail_leggings", + "type": "minecraft:item", + "weight": 2, + "functions": [ + { + "function": "minecraft:set_damage", + "damage": { + "min": 0.1, + "max": 0.4 + } + }, + { + "function": "minecraft:enchant_with_levels", + "levels": { + "min": 10.0, + "max": 30.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:chainmail_boots", + "type": "minecraft:item", + "weight": 2, + "functions": [ + { + "function": "minecraft:set_damage", + "damage": { + "min": 0.1, + "max": 0.4 + } + }, + { + "function": "minecraft:enchant_with_levels", + "levels": { + "min": 10.0, + "max": 30.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "type": "minecraft:empty", + "weight": 52 + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/pillager_outpost.json b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/pillager_outpost.json new file mode 100644 index 00000000..f557c440 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/pillager_outpost.json @@ -0,0 +1,140 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 0, + "bonus_rolls": 1, + "entries": [ + { + "name": "minecraft:iron_ingot", + "type": "minecraft:item", + "weight": 20, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 4.0, + "max": 10.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:iron_helmet", + "type": "minecraft:item", + "weight": 2, + "functions": [ + { + "function": "minecraft:set_damage", + "damage": { + "min": 0.4, + "max": 0.8 + } + }, + { + "function": "minecraft:enchant_with_levels", + "levels": { + "min": 10.0, + "max": 30.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:iron_chestplate", + "type": "minecraft:item", + "weight": 2, + "functions": [ + { + "function": "minecraft:set_damage", + "damage": { + "min": 0.4, + "max": 0.8 + } + }, + { + "function": "minecraft:enchant_with_levels", + "levels": { + "min": 10.0, + "max": 30.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:iron_leggings", + "type": "minecraft:item", + "weight": 2, + "functions": [ + { + "function": "minecraft:set_damage", + "damage": { + "min": 0.4, + "max": 0.8 + } + }, + { + "function": "minecraft:enchant_with_levels", + "levels": { + "min": 10.0, + "max": 30.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:iron_boots", + "type": "minecraft:item", + "weight": 2, + "functions": [ + { + "function": "minecraft:set_damage", + "damage": { + "min": 0.4, + "max": 0.8 + } + }, + { + "function": "minecraft:enchant_with_levels", + "levels": { + "min": 10.0, + "max": 30.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:crossbow", + "type": "minecraft:item", + "weight": 5, + "functions": [ + { + "function": "minecraft:set_damage", + "damage": { + "min": 0.4, + "max": 0.8 + } + }, + { + "function": "minecraft:enchant_with_levels", + "levels": { + "min": 10.0, + "max": 30.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "type": "minecraft:empty", + "weight": 67 + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/ruined_portal.json b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/ruined_portal.json new file mode 100644 index 00000000..a05a8ec6 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/ruined_portal.json @@ -0,0 +1,60 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 0, + "bonus_rolls": 1, + "entries": [ + { + "name": "minecraft:obsidian", + "type": "minecraft:item", + "weight": 5, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 2.0, + "max": 5.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:iron_ingot", + "type": "minecraft:item", + "weight": 20, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 4.0, + "max": 10.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:ancient_debris", + "type": "minecraft:item", + "weight": 1, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 0.0, + "max": 1.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "type": "minecraft:empty", + "weight": 75 + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/shipwreck_supply.json b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/shipwreck_supply.json new file mode 100644 index 00000000..98c6fb41 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/shipwreck_supply.json @@ -0,0 +1,191 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 0, + "bonus_rolls": 1, + "entries": [ + { + "name": "minecraft:diamond_axe", + "type": "minecraft:item", + "weight": 2, + "functions": [ + { + "function": "minecraft:set_damage", + "damage": { + "min": 0.6, + "max": 0.9 + } + }, + { + "function": "minecraft:enchant_with_levels", + "levels": { + "min": 5.0, + "max": 10.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:diamond_sword", + "type": "minecraft:item", + "weight": 1, + "functions": [ + { + "function": "minecraft:set_damage", + "damage": { + "min": 0.6, + "max": 0.9 + } + }, + { + "function": "minecraft:enchant_with_levels", + "levels": { + "min": 1.0, + "max": 5.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:iron_axe", + "type": "minecraft:item", + "weight": 5, + "functions": [ + { + "function": "minecraft:set_damage", + "damage": { + "min": 0.6, + "max": 0.9 + } + }, + { + "function": "minecraft:enchant_with_levels", + "levels": { + "min": 1.0, + "max": 25.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:iron_sword", + "type": "minecraft:item", + "weight": 5, + "functions": [ + { + "function": "minecraft:set_damage", + "damage": { + "min": 0.6, + "max": 0.9 + } + }, + { + "function": "minecraft:enchant_with_levels", + "levels": { + "min": 1.0, + "max": 25.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:iron_helmet", + "type": "minecraft:item", + "weight": 2, + "functions": [ + { + "function": "minecraft:set_damage", + "damage": { + "min": 0.4, + "max": 0.8 + } + }, + { + "function": "minecraft:enchant_with_levels", + "levels": { + "min": 10.0, + "max": 30.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:iron_chestplate", + "type": "minecraft:item", + "weight": 2, + "functions": [ + { + "function": "minecraft:set_damage", + "damage": { + "min": 0.4, + "max": 0.8 + } + }, + { + "function": "minecraft:enchant_with_levels", + "levels": { + "min": 10.0, + "max": 30.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:iron_leggings", + "type": "minecraft:item", + "weight": 2, + "functions": [ + { + "function": "minecraft:set_damage", + "damage": { + "min": 0.4, + "max": 0.8 + } + }, + { + "function": "minecraft:enchant_with_levels", + "levels": { + "min": 10.0, + "max": 30.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:iron_boots", + "type": "minecraft:item", + "weight": 2, + "functions": [ + { + "function": "minecraft:set_damage", + "damage": { + "min": 0.4, + "max": 0.8 + } + }, + { + "function": "minecraft:enchant_with_levels", + "levels": { + "min": 10.0, + "max": 30.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "type": "minecraft:empty", + "weight": 79 + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/shipwreck_treasure.json b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/shipwreck_treasure.json new file mode 100644 index 00000000..85d6d3ab --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/shipwreck_treasure.json @@ -0,0 +1,75 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 0, + "bonus_rolls": 1, + "entries": [ + { + "name": "minecraft:diamond", + "type": "minecraft:item", + "weight": 5, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 2.0, + "max": 5.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:iron_ingot", + "type": "minecraft:item", + "weight": 10, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 4.0, + "max": 10.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:emerald", + "type": "minecraft:item", + "weight": 5, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 2.0, + "max": 8.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:gold_ingot", + "type": "minecraft:item", + "weight": 10, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 2.0, + "max": 8.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "type": "minecraft:empty", + "weight": 70 + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/simple_dungeon.json b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/simple_dungeon.json new file mode 100644 index 00000000..33c81bde --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/simple_dungeon.json @@ -0,0 +1,77 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 0, + "bonus_rolls": 1, + "entries": [ + { + "name": "minecraft:diamond", + "type": "minecraft:item", + "weight": 15, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 2.0, + "max": 5.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:iron_ingot", + "type": "minecraft:item", + "weight": 20, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 4.0, + "max": 10.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:diamond_sword", + "type": "minecraft:item", + "weight": 1, + "functions": [ + { + "function": "minecraft:set_damage", + "damage": { + "min": 0.3, + "max": 0.9 + } + }, + { + "function": "minecraft:enchant_with_levels", + "levels": { + "min": 1.0, + "max": 14.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "type": "minecraft:item", + "weight": 5, + "functions": [ + { + "function": "minecraft:enchant_randomly" + } + ], + "name": "minecraft:book" + }, + { + "type": "minecraft:empty", + "weight": 60 + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/stronghold_corridor.json b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/stronghold_corridor.json new file mode 100644 index 00000000..5cb2f1bd --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/stronghold_corridor.json @@ -0,0 +1,55 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 0, + "bonus_rolls": 1, + "entries": [ + { + "name": "minecraft:diamond", + "type": "minecraft:item", + "weight": 15, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1.0, + "max": 5.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:iron_ingot", + "type": "minecraft:item", + "weight": 20, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 4.0, + "max": 10.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "type": "minecraft:item", + "weight": 5, + "functions": [ + { + "function": "minecraft:enchant_randomly" + } + ], + "name": "minecraft:book" + }, + { + "type": "minecraft:empty", + "weight": 60 + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/stronghold_crossing.json b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/stronghold_crossing.json new file mode 100644 index 00000000..ebe3e2a7 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/stronghold_crossing.json @@ -0,0 +1,60 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 0, + "bonus_rolls": 1, + "entries": [ + { + "name": "minecraft:diamond", + "type": "minecraft:item", + "weight": 2, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1.0, + "max": 5.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:iron_ingot", + "type": "minecraft:item", + "weight": 20, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 4.0, + "max": 10.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:ender_pearl", + "type": "minecraft:item", + "weight": 20, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1.0, + "max": 4.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "type": "minecraft:empty", + "weight": 58 + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/stronghold_library.json b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/stronghold_library.json new file mode 100644 index 00000000..81679006 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/stronghold_library.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 0, + "bonus_rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "weight": 5, + "functions": [ + { + "function": "minecraft:enchant_randomly" + } + ], + "name": "minecraft:book" + }, + { + "type": "minecraft:empty", + "weight": 95 + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/underwater_ruin_big.json b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/underwater_ruin_big.json new file mode 100644 index 00000000..e46a5ffc --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/underwater_ruin_big.json @@ -0,0 +1,55 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 0, + "bonus_rolls": 1, + "entries": [ + { + "name": "minecraft:diamond", + "type": "minecraft:item", + "weight": 10, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 2.0, + "max": 5.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:iron_ingot", + "type": "minecraft:item", + "weight": 20, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 4.0, + "max": 10.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "type": "minecraft:item", + "weight": 5, + "functions": [ + { + "function": "minecraft:enchant_randomly" + } + ], + "name": "minecraft:book" + }, + { + "type": "minecraft:empty", + "weight": 70 + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/underwater_ruin_small.json b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/underwater_ruin_small.json new file mode 100644 index 00000000..e46a5ffc --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/underwater_ruin_small.json @@ -0,0 +1,55 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 0, + "bonus_rolls": 1, + "entries": [ + { + "name": "minecraft:diamond", + "type": "minecraft:item", + "weight": 10, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 2.0, + "max": 5.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:iron_ingot", + "type": "minecraft:item", + "weight": 20, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 4.0, + "max": 10.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "type": "minecraft:item", + "weight": 5, + "functions": [ + { + "function": "minecraft:enchant_randomly" + } + ], + "name": "minecraft:book" + }, + { + "type": "minecraft:empty", + "weight": 70 + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/woodland_mansion.json b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/woodland_mansion.json new file mode 100644 index 00000000..1235b684 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/woodland_mansion.json @@ -0,0 +1,67 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 0, + "bonus_rolls": 1, + "entries": [ + { + "name": "minecraft:diamond", + "type": "minecraft:item", + "weight": 5, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 2.0, + "max": 5.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:totem_of_undying", + "type": "minecraft:item", + "weight": 3, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1.0, + "max": 1.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:iron_axe", + "type": "minecraft:item", + "weight": 10, + "functions": [ + { + "function": "minecraft:set_damage", + "damage": { + "min": 0.6, + "max": 0.9 + } + }, + { + "function": "minecraft:enchant_with_levels", + "levels": { + "min": 1.0, + "max": 35.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "type": "minecraft:empty", + "weight": 67 + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/enhancedcelestials/enhancedcelestials/lunar/event/aurora_moon.json b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/enhancedcelestials/lunar/event/aurora_moon.json new file mode 100644 index 00000000..c1268011 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/enhancedcelestials/lunar/event/aurora_moon.json @@ -0,0 +1,91 @@ +{ + "client_settings": { + "color_settings": { + "moon_texture_color": "790099", + "sky_light_color": "790099" + }, + "moon_size": 20.0, + "moon_texture_location": "minecraft:textures/environment/moon_phases.png", + "sound_track": { + "sound_id": "enhancedcelestials:blue_moon" + } + }, + "dimension_chances": { + "minecraft:overworld": { + "chance": 0.1, + "min_number_of_nights_between": 4, + "valid_moon_phases": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7 + ] + } + }, + "drops": { + "drop_enhancer": { + "#enhancedcelestials:harvest_moon_crops": 2.0 + } + }, + "mob_settings": { + "blocks_sleeping": { + "type": "corgilib:flipped", + "condition_to_flip": { + "type": "corgilib:any" + } + }, + "lunar_spawn_settings": { + "force_surface_spawning": false, + "mob_spawn_settings": { + "spawn_costs": {}, + "spawners": { + "ambient": [], + "axolotls": [], + "creature": [], + "misc": [], + "monster": [], + "underground_water_creature": [], + "water_ambient": [], + "water_creature": [] + } + }, + "slimes_spawn_everywhere": false, + "use_biome_spawn_settings": true + }, + "mob_effects": [], + "spawn_category_multiplier": {} + }, + "text_components": { + "end_notification": { + "type": "CHAT", + "component": { + "key": "enhancedcelestials.notification.aurora_moon.set", + "style": { + "bold": true, + "color": "c655ff" + } + } + }, + "name": { + "key": "enhancedcelestials.name.aurora_moon", + "style": { + "bold": true, + "color": "c655ff" + } + }, + "start_notification": { + "type": "CHAT", + "component": { + "key": "enhancedcelestials.notification.aurora_moon.rise", + "style": { + "bold": true, + "color": "c655ff" + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/enhancedcelestials/enhancedcelestials/lunar/event/blood_moon.json b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/enhancedcelestials/lunar/event/blood_moon.json new file mode 100644 index 00000000..9f4260bc --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/enhancedcelestials/lunar/event/blood_moon.json @@ -0,0 +1,91 @@ +{ + "client_settings": { + "color_settings": { + "moon_texture_color": "990000", + "sky_light_color": "990000" + }, + "moon_size": 20.0, + "moon_texture_location": "minecraft:textures/environment/moon_phases.png", + "sound_track": { + "sound_id": "enhancedcelestials:blood_moon" + } + }, + "dimension_chances": { + "minecraft:overworld": { + "chance": 0.1, + "min_number_of_nights_between": 4, + "valid_moon_phases": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7 + ] + } + }, + "drops": { + "drop_enhancer": {} + }, + "mob_settings": { + "blocks_sleeping": { + "type": "corgilib:flipped", + "condition_to_flip": { + "type": "corgilib:any" + } + }, + "lunar_spawn_settings": { + "force_surface_spawning": true, + "mob_spawn_settings": { + "spawn_costs": {}, + "spawners": { + "ambient": [], + "axolotls": [], + "creature": [], + "misc": [], + "monster": [], + "underground_water_creature": [], + "water_ambient": [], + "water_creature": [] + } + }, + "slimes_spawn_everywhere": false, + "use_biome_spawn_settings": true + }, + "mob_effects": [], + "spawn_category_multiplier": { + "monster": 2.25 + } + }, + "text_components": { + "end_notification": { + "type": "CHAT", + "component": { + "key": "enhancedcelestials.notification.blood_moon.set", + "style": { + "bold": true, + "color": "ff5555" + } + } + }, + "name": { + "key": "enhancedcelestials.name.blood_moon", + "style": { + "bold": true, + "color": "ff5555" + } + }, + "start_notification": { + "type": "CHAT", + "component": { + "key": "enhancedcelestials.notification.blood_moon.rise", + "style": { + "bold": true, + "color": "ff5555" + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/enhancedcelestials/enhancedcelestials/lunar/event/blue_moon.json b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/enhancedcelestials/lunar/event/blue_moon.json new file mode 100644 index 00000000..ffdca2a1 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/enhancedcelestials/lunar/event/blue_moon.json @@ -0,0 +1,103 @@ +{ + "client_settings": { + "color_settings": { + "moon_texture_color": "9999", + "sky_light_color": "9999" + }, + "moon_size": 20.0, + "moon_texture_location": "minecraft:textures/environment/moon_phases.png", + "sound_track": { + "sound_id": "enhancedcelestials:blue_moon" + } + }, + "dimension_chances": { + "minecraft:overworld": { + "chance": 0.1, + "min_number_of_nights_between": 4, + "valid_moon_phases": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7 + ] + } + }, + "drops": { + "drop_enhancer": {} + }, + "mob_settings": { + "blocks_sleeping": { + "type": "corgilib:flipped", + "condition_to_flip": { + "type": "corgilib:any" + } + }, + "lunar_spawn_settings": { + "force_surface_spawning": false, + "mob_spawn_settings": { + "spawn_costs": {}, + "spawners": { + "ambient": [], + "axolotls": [], + "creature": [], + "misc": [], + "monster": [], + "underground_water_creature": [], + "water_ambient": [], + "water_creature": [] + } + }, + "slimes_spawn_everywhere": false, + "use_biome_spawn_settings": true + }, + "mob_effects": [ + { + "filter": { + "type": "corgilib:any" + }, + "mob_effect": { + "ambient": true, + "amplifier": 0, + "duration_in_ticks": 1210, + "effect": "minecraft:luck", + "show_icon": false, + "visible": false + } + } + ], + "spawn_category_multiplier": {} + }, + "text_components": { + "end_notification": { + "type": "CHAT", + "component": { + "key": "enhancedcelestials.notification.blue_moon.set", + "style": { + "bold": true, + "color": "55ffff" + } + } + }, + "name": { + "key": "enhancedcelestials.name.blue_moon", + "style": { + "bold": true, + "color": "55ffff" + } + }, + "start_notification": { + "type": "CHAT", + "component": { + "key": "enhancedcelestials.notification.blue_moon.rise", + "style": { + "bold": true, + "color": "55ffff" + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/enhancedcelestials/enhancedcelestials/lunar/event/default.json b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/enhancedcelestials/lunar/event/default.json new file mode 100644 index 00000000..f590a233 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/enhancedcelestials/lunar/event/default.json @@ -0,0 +1,59 @@ +{ + "client_settings": { + "color_settings": { + "moon_texture_color": "ffffff", + "sky_light_color": "3333ff" + }, + "moon_size": 20.0, + "moon_texture_location": "minecraft:textures/environment/moon_phases.png" + }, + "dimension_chances": {}, + "drops": { + "drop_enhancer": {} + }, + "mob_settings": { + "blocks_sleeping": { + "type": "corgilib:flipped", + "condition_to_flip": { + "type": "corgilib:any" + } + }, + "lunar_spawn_settings": { + "force_surface_spawning": false, + "mob_spawn_settings": { + "spawn_costs": {}, + "spawners": { + "ambient": [], + "axolotls": [], + "creature": [], + "misc": [], + "monster": [], + "underground_water_creature": [], + "water_ambient": [], + "water_creature": [] + } + }, + "slimes_spawn_everywhere": false, + "use_biome_spawn_settings": true + }, + "mob_effects": [], + "spawn_category_multiplier": {} + }, + "text_components": { + "end_notification": { + "type": "CHAT", + "component": { + "key": "" + } + }, + "name": { + "key": "enhancedcelestials.name.moon" + }, + "start_notification": { + "type": "CHAT", + "component": { + "key": "" + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/enhancedcelestials/enhancedcelestials/lunar/event/harvest_moon.json b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/enhancedcelestials/lunar/event/harvest_moon.json new file mode 100644 index 00000000..70b2b4b7 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/enhancedcelestials/lunar/event/harvest_moon.json @@ -0,0 +1,91 @@ +{ + "client_settings": { + "color_settings": { + "moon_texture_color": "665828", + "sky_light_color": "99833b" + }, + "moon_size": 20.0, + "moon_texture_location": "minecraft:textures/environment/moon_phases.png", + "sound_track": { + "sound_id": "enhancedcelestials:harvest_moon" + } + }, + "dimension_chances": { + "minecraft:overworld": { + "chance": 0.1, + "min_number_of_nights_between": 4, + "valid_moon_phases": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7 + ] + } + }, + "drops": { + "drop_enhancer": { + "#enhancedcelestials:harvest_moon_crops": 2.0 + } + }, + "mob_settings": { + "blocks_sleeping": { + "type": "corgilib:flipped", + "condition_to_flip": { + "type": "corgilib:any" + } + }, + "lunar_spawn_settings": { + "force_surface_spawning": false, + "mob_spawn_settings": { + "spawn_costs": {}, + "spawners": { + "ambient": [], + "axolotls": [], + "creature": [], + "misc": [], + "monster": [], + "underground_water_creature": [], + "water_ambient": [], + "water_creature": [] + } + }, + "slimes_spawn_everywhere": false, + "use_biome_spawn_settings": true + }, + "mob_effects": [], + "spawn_category_multiplier": {} + }, + "text_components": { + "end_notification": { + "type": "CHAT", + "component": { + "key": "enhancedcelestials.notification.harvest_moon.set", + "style": { + "bold": true, + "color": "ffff55" + } + } + }, + "name": { + "key": "enhancedcelestials.name.harvest_moon", + "style": { + "bold": true, + "color": "ffff55" + } + }, + "start_notification": { + "type": "CHAT", + "component": { + "key": "enhancedcelestials.notification.harvest_moon.rise", + "style": { + "bold": true, + "color": "ffff55" + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/enhancedcelestials/enhancedcelestials/lunar/event/super_aurora_moon.json b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/enhancedcelestials/lunar/event/super_aurora_moon.json new file mode 100644 index 00000000..ed8d54e0 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/enhancedcelestials/lunar/event/super_aurora_moon.json @@ -0,0 +1,84 @@ +{ + "client_settings": { + "color_settings": { + "moon_texture_color": "790099", + "sky_light_color": "790099" + }, + "moon_size": 40.0, + "moon_texture_location": "minecraft:textures/environment/moon_phases.png", + "sound_track": { + "sound_id": "enhancedcelestials:blue_moon" + } + }, + "dimension_chances": { + "minecraft:overworld": { + "chance": 0.05, + "min_number_of_nights_between": 20, + "valid_moon_phases": [ + 0 + ] + } + }, + "drops": { + "drop_enhancer": { + "#enhancedcelestials:harvest_moon_crops": 4.0 + } + }, + "mob_settings": { + "blocks_sleeping": { + "type": "corgilib:flipped", + "condition_to_flip": { + "type": "corgilib:any" + } + }, + "lunar_spawn_settings": { + "force_surface_spawning": false, + "mob_spawn_settings": { + "spawn_costs": {}, + "spawners": { + "ambient": [], + "axolotls": [], + "creature": [], + "misc": [], + "monster": [], + "underground_water_creature": [], + "water_ambient": [], + "water_creature": [] + } + }, + "slimes_spawn_everywhere": false, + "use_biome_spawn_settings": true + }, + "mob_effects": [], + "spawn_category_multiplier": {} + }, + "text_components": { + "end_notification": { + "type": "CHAT", + "component": { + "key": "enhancedcelestials.notification.super_aurora_moon.set", + "style": { + "bold": true, + "color": "c655ff" + } + } + }, + "name": { + "key": "enhancedcelestials.name.super_aurora_moon", + "style": { + "bold": true, + "color": "c655ff" + } + }, + "start_notification": { + "type": "CHAT", + "component": { + "key": "enhancedcelestials.notification.super_aurora_moon.rise", + "style": { + "bold": true, + "color": "c655ff" + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/enhancedcelestials/enhancedcelestials/lunar/event/super_blood_moon.json b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/enhancedcelestials/lunar/event/super_blood_moon.json new file mode 100644 index 00000000..37c29401 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/enhancedcelestials/lunar/event/super_blood_moon.json @@ -0,0 +1,84 @@ +{ + "client_settings": { + "color_settings": { + "moon_texture_color": "ff0000", + "sky_light_color": "ff0000" + }, + "moon_size": 40.0, + "moon_texture_location": "minecraft:textures/environment/moon_phases.png", + "sound_track": { + "sound_id": "enhancedcelestials:blood_moon" + } + }, + "dimension_chances": { + "minecraft:overworld": { + "chance": 0.05, + "min_number_of_nights_between": 20, + "valid_moon_phases": [ + 0 + ] + } + }, + "drops": { + "drop_enhancer": {} + }, + "mob_settings": { + "blocks_sleeping": { + "type": "corgilib:flipped", + "condition_to_flip": { + "type": "corgilib:any" + } + }, + "lunar_spawn_settings": { + "force_surface_spawning": true, + "mob_spawn_settings": { + "spawn_costs": {}, + "spawners": { + "ambient": [], + "axolotls": [], + "creature": [], + "misc": [], + "monster": [], + "underground_water_creature": [], + "water_ambient": [], + "water_creature": [] + } + }, + "slimes_spawn_everywhere": false, + "use_biome_spawn_settings": true + }, + "mob_effects": [], + "spawn_category_multiplier": { + "monster": 4.5 + } + }, + "text_components": { + "end_notification": { + "type": "CHAT", + "component": { + "key": "enhancedcelestials.notification.blood_moon.set", + "style": { + "bold": true, + "color": "ff5555" + } + } + }, + "name": { + "key": "enhancedcelestials.name.super_blood_moon", + "style": { + "bold": true, + "color": "ff5555" + } + }, + "start_notification": { + "type": "CHAT", + "component": { + "key": "enhancedcelestials.notification.super_blood_moon.rise", + "style": { + "bold": true, + "color": "ff5555" + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/enhancedcelestials/enhancedcelestials/lunar/event/super_blue_moon.json b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/enhancedcelestials/lunar/event/super_blue_moon.json new file mode 100644 index 00000000..f74e25f9 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/enhancedcelestials/lunar/event/super_blue_moon.json @@ -0,0 +1,96 @@ +{ + "client_settings": { + "color_settings": { + "moon_texture_color": "ffff", + "sky_light_color": "ffff" + }, + "moon_size": 40.0, + "moon_texture_location": "minecraft:textures/environment/moon_phases.png", + "sound_track": { + "sound_id": "enhancedcelestials:blue_moon" + } + }, + "dimension_chances": { + "minecraft:overworld": { + "chance": 0.05, + "min_number_of_nights_between": 20, + "valid_moon_phases": [ + 0 + ] + } + }, + "drops": { + "drop_enhancer": {} + }, + "mob_settings": { + "blocks_sleeping": { + "type": "corgilib:flipped", + "condition_to_flip": { + "type": "corgilib:any" + } + }, + "lunar_spawn_settings": { + "force_surface_spawning": false, + "mob_spawn_settings": { + "spawn_costs": {}, + "spawners": { + "ambient": [], + "axolotls": [], + "creature": [], + "misc": [], + "monster": [], + "underground_water_creature": [], + "water_ambient": [], + "water_creature": [] + } + }, + "slimes_spawn_everywhere": false, + "use_biome_spawn_settings": true + }, + "mob_effects": [ + { + "filter": { + "type": "corgilib:any" + }, + "mob_effect": { + "ambient": true, + "amplifier": 4, + "duration_in_ticks": 1210, + "effect": "minecraft:luck", + "show_icon": false, + "visible": false + } + } + ], + "spawn_category_multiplier": {} + }, + "text_components": { + "end_notification": { + "type": "CHAT", + "component": { + "key": "enhancedcelestials.notification.super_blue_moon.set", + "style": { + "bold": true, + "color": "55ffff" + } + } + }, + "name": { + "key": "enhancedcelestials.name.super_blue_moon", + "style": { + "bold": true, + "color": "55ffff" + } + }, + "start_notification": { + "type": "CHAT", + "component": { + "key": "enhancedcelestials.notification.super_blue_moon.rise", + "style": { + "bold": true, + "color": "55ffff" + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/enhancedcelestials/enhancedcelestials/lunar/event/super_harvest_moon.json b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/enhancedcelestials/lunar/event/super_harvest_moon.json new file mode 100644 index 00000000..aaada1fa --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/enhancedcelestials/lunar/event/super_harvest_moon.json @@ -0,0 +1,84 @@ +{ + "client_settings": { + "color_settings": { + "moon_texture_color": "ffdb63", + "sky_light_color": "ffdb63" + }, + "moon_size": 40.0, + "moon_texture_location": "minecraft:textures/environment/moon_phases.png", + "sound_track": { + "sound_id": "enhancedcelestials:harvest_moon" + } + }, + "dimension_chances": { + "minecraft:overworld": { + "chance": 0.05, + "min_number_of_nights_between": 20, + "valid_moon_phases": [ + 0 + ] + } + }, + "drops": { + "drop_enhancer": { + "#enhancedcelestials:harvest_moon_crops": 4.0 + } + }, + "mob_settings": { + "blocks_sleeping": { + "type": "corgilib:flipped", + "condition_to_flip": { + "type": "corgilib:any" + } + }, + "lunar_spawn_settings": { + "force_surface_spawning": false, + "mob_spawn_settings": { + "spawn_costs": {}, + "spawners": { + "ambient": [], + "axolotls": [], + "creature": [], + "misc": [], + "monster": [], + "underground_water_creature": [], + "water_ambient": [], + "water_creature": [] + } + }, + "slimes_spawn_everywhere": false, + "use_biome_spawn_settings": true + }, + "mob_effects": [], + "spawn_category_multiplier": {} + }, + "text_components": { + "end_notification": { + "type": "CHAT", + "component": { + "key": "enhancedcelestials.notification.super_harvest_moon.set", + "style": { + "bold": true, + "color": "ffff55" + } + } + }, + "name": { + "key": "enhancedcelestials.name.super_harvest_moon", + "style": { + "bold": true, + "color": "ffff55" + } + }, + "start_notification": { + "type": "CHAT", + "component": { + "key": "enhancedcelestials.notification.super_harvest_moon.rise", + "style": { + "bold": true, + "color": "ffff55" + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/enhancedcelestials/enhancedcelestials/lunar/event/super_moon.json b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/enhancedcelestials/lunar/event/super_moon.json new file mode 100644 index 00000000..eab0ab86 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/enhancedcelestials/lunar/event/super_moon.json @@ -0,0 +1,80 @@ +{ + "client_settings": { + "color_settings": { + "moon_texture_color": "ffffff", + "sky_light_color": "6766ff" + }, + "moon_size": 40.0, + "moon_texture_location": "minecraft:textures/environment/moon_phases.png" + }, + "dimension_chances": { + "minecraft:overworld": { + "chance": 0.05, + "min_number_of_nights_between": 20, + "valid_moon_phases": [ + 0 + ] + } + }, + "drops": { + "drop_enhancer": {} + }, + "mob_settings": { + "blocks_sleeping": { + "type": "corgilib:flipped", + "condition_to_flip": { + "type": "corgilib:any" + } + }, + "lunar_spawn_settings": { + "force_surface_spawning": false, + "mob_spawn_settings": { + "spawn_costs": {}, + "spawners": { + "ambient": [], + "axolotls": [], + "creature": [], + "misc": [], + "monster": [], + "underground_water_creature": [], + "water_ambient": [], + "water_creature": [] + } + }, + "slimes_spawn_everywhere": true, + "use_biome_spawn_settings": true + }, + "mob_effects": [], + "spawn_category_multiplier": {} + }, + "text_components": { + "end_notification": { + "type": "CHAT", + "component": { + "key": "enhancedcelestials.notification.super_moon.set", + "style": { + "bold": true, + "color": "ffffff" + } + } + }, + "name": { + "key": "enhancedcelestials.name.super_moon", + "style": { + "bold": true, + "color": "ffffff" + } + }, + "start_notification": { + "type": "CHAT", + "component": { + "bold": true, + "key": "enhancedcelestials.notification.super_moon.rise", + "style": { + "bold": true, + "color": "ffffff" + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/enhancedcelestials/tags/enhancedcelestials/lunar/event/aurora_moon.json b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/tags/enhancedcelestials/lunar/event/aurora_moon.json new file mode 100644 index 00000000..7ef4a513 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/tags/enhancedcelestials/lunar/event/aurora_moon.json @@ -0,0 +1,6 @@ +{ + "values": [ + "enhancedcelestials:aurora_moon", + "enhancedcelestials:super_aurora_moon" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/enhancedcelestials/tags/enhancedcelestials/lunar/event/blood_moon.json b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/tags/enhancedcelestials/lunar/event/blood_moon.json new file mode 100644 index 00000000..d8d17be2 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/tags/enhancedcelestials/lunar/event/blood_moon.json @@ -0,0 +1,6 @@ +{ + "values": [ + "enhancedcelestials:blood_moon", + "enhancedcelestials:super_blood_moon" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/enhancedcelestials/tags/enhancedcelestials/lunar/event/blue_moon.json b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/tags/enhancedcelestials/lunar/event/blue_moon.json new file mode 100644 index 00000000..2d90c5f4 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/tags/enhancedcelestials/lunar/event/blue_moon.json @@ -0,0 +1,6 @@ +{ + "values": [ + "enhancedcelestials:blue_moon", + "enhancedcelestials:super_blue_moon" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/enhancedcelestials/tags/enhancedcelestials/lunar/event/harvest_moon.json b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/tags/enhancedcelestials/lunar/event/harvest_moon.json new file mode 100644 index 00000000..c8bf5086 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/tags/enhancedcelestials/lunar/event/harvest_moon.json @@ -0,0 +1,6 @@ +{ + "values": [ + "enhancedcelestials:harvest_moon", + "enhancedcelestials:super_harvest_moon" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/enhancedcelestials/tags/enhancedcelestials/lunar/event/moon.json b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/tags/enhancedcelestials/lunar/event/moon.json new file mode 100644 index 00000000..8d1c9c56 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/tags/enhancedcelestials/lunar/event/moon.json @@ -0,0 +1,9 @@ +{ + "values": [ + "enhancedcelestials:blood_moon", + "enhancedcelestials:blue_moon", + "enhancedcelestials:harvest_moon", + "enhancedcelestials:aurora_moon", + "enhancedcelestials:default" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/enhancedcelestials/tags/enhancedcelestials/lunar/event/super_moon.json b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/tags/enhancedcelestials/lunar/event/super_moon.json new file mode 100644 index 00000000..f8036057 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/tags/enhancedcelestials/lunar/event/super_moon.json @@ -0,0 +1,9 @@ +{ + "values": [ + "enhancedcelestials:super_blood_moon", + "enhancedcelestials:super_blue_moon", + "enhancedcelestials:super_harvest_moon", + "enhancedcelestials:super_aurora_moon", + "enhancedcelestials:super_moon" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/enhancedcelestials/tags/items/harvest_moon_crops.json b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/tags/items/harvest_moon_crops.json new file mode 100644 index 00000000..52dbf6aa --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/enhancedcelestials/tags/items/harvest_moon_crops.json @@ -0,0 +1,28 @@ +{ + "values": [ + { + "id": "#c:crop", + "required": false + }, + { + "id": "#forge:crop", + "required": false + }, + { + "id": "#minecraft:crop", + "required": false + }, + { + "id": "#c:crops", + "required": false + }, + { + "id": "#forge:crops", + "required": false + }, + { + "id": "#minecraft:crops", + "required": false + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/hopo/loot_tables/chests/copper.json b/global_packs/required_data/_Star Academy_/data/hopo/loot_tables/chests/copper.json new file mode 100644 index 00000000..92dffe40 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/hopo/loot_tables/chests/copper.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/hopo/loot_tables/chests/coral.json b/global_packs/required_data/_Star Academy_/data/hopo/loot_tables/chests/coral.json new file mode 100644 index 00000000..92dffe40 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/hopo/loot_tables/chests/coral.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/hopo/loot_tables/chests/food.json b/global_packs/required_data/_Star Academy_/data/hopo/loot_tables/chests/food.json new file mode 100644 index 00000000..92dffe40 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/hopo/loot_tables/chests/food.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/hopo/loot_tables/chests/materials.json b/global_packs/required_data/_Star Academy_/data/hopo/loot_tables/chests/materials.json new file mode 100644 index 00000000..92dffe40 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/hopo/loot_tables/chests/materials.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/hopo/loot_tables/chests/prismarine.json b/global_packs/required_data/_Star Academy_/data/hopo/loot_tables/chests/prismarine.json new file mode 100644 index 00000000..7d1d7158 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/hopo/loot_tables/chests/prismarine.json @@ -0,0 +1,208 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 20 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/stronghold_corridor" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/hopo/loot_tables/chests/small_ruin_cold.json b/global_packs/required_data/_Star Academy_/data/hopo/loot_tables/chests/small_ruin_cold.json new file mode 100644 index 00000000..7d1d7158 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/hopo/loot_tables/chests/small_ruin_cold.json @@ -0,0 +1,208 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 20 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/stronghold_corridor" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/hopo/loot_tables/chests/small_ruin_warm.json b/global_packs/required_data/_Star Academy_/data/hopo/loot_tables/chests/small_ruin_warm.json new file mode 100644 index 00000000..7d1d7158 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/hopo/loot_tables/chests/small_ruin_warm.json @@ -0,0 +1,208 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 20 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/stronghold_corridor" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/joshie/worldgen/template_pool/village/ocean/centers.json b/global_packs/required_data/_Star Academy_/data/joshie/worldgen/template_pool/village/ocean/centers.json new file mode 100644 index 00000000..e39e0f19 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/joshie/worldgen/template_pool/village/ocean/centers.json @@ -0,0 +1,16 @@ +{ + "name":"joshie:village/ocean/centers", + "fallback": "minecraft:empty", + "elements": + [ + { + "weight": 2, + "element": { + "element_type": "minecraft:single_pool_element", + "location": "joshie:village/ocean/centers/center", + "projection": "rigid", + "processors": "minecraft:empty" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/joshie/worldgen/template_pool/village/ocean/decor.json b/global_packs/required_data/_Star Academy_/data/joshie/worldgen/template_pool/village/ocean/decor.json new file mode 100644 index 00000000..6006a702 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/joshie/worldgen/template_pool/village/ocean/decor.json @@ -0,0 +1,16 @@ +{ + "name":"joshie:village/ocean/centers", + "fallback": "minecraft:empty", + "elements": + [ + { + "weight": 2, + "element": { + "element_type": "minecraft:single_pool_element", + "location": "joshie:village/ocean/decor/empty", + "projection": "rigid", + "processors": "minecraft:empty" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/joshie/worldgen/template_pool/village/ocean/houses.json b/global_packs/required_data/_Star Academy_/data/joshie/worldgen/template_pool/village/ocean/houses.json new file mode 100644 index 00000000..5da3d1e8 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/joshie/worldgen/template_pool/village/ocean/houses.json @@ -0,0 +1,88 @@ +{ + "name":"joshie:village/ocean/houses", + "fallback": "minecraft:empty", + "elements": + [ + { + "weight": 3, + "element": { + "element_type": "minecraft:single_pool_element", + "location": "joshie:village/ocean/houses/small_farm", + "projection": "rigid", + "processors": "joshie:mossifier" + } + }, + { + "weight": 3, + "element": { + "element_type": "minecraft:single_pool_element", + "location": "joshie:village/ocean/houses/large_farm", + "projection": "rigid", + "processors": "joshie:mossifier" + } + }, +{ + "weight": 2, + "element": { + "element_type": "minecraft:single_pool_element", + "location": "joshie:village/ocean/houses/weaponsmith", + "projection": "rigid", + "processors": "joshie:mossifier" + } + }, + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "location": "joshie:village/ocean/houses/tower_1", + "projection": "rigid", + "processors": "joshie:mossifier" + } + }, + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "location": "joshie:village/ocean/houses/tower_2", + "projection": "rigid", + "processors": "joshie:mossifier" + } + }, + { + "weight": 3, + "element": { + "element_type": "minecraft:single_pool_element", + "location": "joshie:village/ocean/houses/small_house1", + "projection": "rigid", + "processors": "joshie:mossifier" + } + }, + { + "weight": 500, + "element": { + "element_type": "minecraft:single_pool_element", + "location": "academy:shop_ocean", + "projection": "rigid", + "processors": "joshie:mossifier" + } + }, + { + "weight": 500, + "element": { + "element_type": "minecraft:single_pool_element", + "location": "academy:healingcenter_ocean", + "projection": "rigid", + "processors": "joshie:mossifier" + } + }, + { + "weight": 500, + "element": { + "element_type": "minecraft:single_pool_element", + "location": "academy:safariportal_ocean", + "projection": "rigid", + "processors": "joshie:mossifier" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/joshie/worldgen/template_pool/village/ocean/roads.json b/global_packs/required_data/_Star Academy_/data/joshie/worldgen/template_pool/village/ocean/roads.json new file mode 100644 index 00000000..09e63376 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/joshie/worldgen/template_pool/village/ocean/roads.json @@ -0,0 +1,131 @@ +{ + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 3, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "joshie:village/ocean/roads/straight_01", + "processors": "minecraft:empty" + } + }, + { + "weight": 3, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "joshie:village/ocean/roads/straight_02", + "processors": "minecraft:empty" + } + }, + { + "weight": 3, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "joshie:village/ocean/roads/straight_03", + "processors": "minecraft:empty" + } + }, + { + "weight": 3, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "joshie:village/ocean/roads/straight_04", + "processors": "minecraft:empty" + } + }, + { + "weight": 3, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "joshie:village/ocean/roads/straight_05", + "processors": "minecraft:empty" + } + }, + { + "weight": 3, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "joshie:village/ocean/roads/straight5", + "processors": "minecraft:empty" + } + }, + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "joshie:village/ocean/roads/wonky_1", + "processors": "minecraft:empty" + } + }, + { + "weight": 2, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "joshie:village/ocean/roads/corner_02", + "processors": "minecraft:empty" + } + }, + { + "weight": 2, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "joshie:village/ocean/roads/corner1", + "processors": "minecraft:empty" + } + }, + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "joshie:village/ocean/roads/cross", + "processors": "minecraft:empty" + } + }, + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "joshie:village/ocean/roads/crossroad_01", + "processors": "minecraft:empty" + } + }, + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "joshie:village/ocean/roads/crossroad_02", + "processors": "minecraft:empty" + } + }, + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "joshie:village/ocean/roads/crossroad_03", + "processors": "minecraft:empty" + } + }, + { + "weight": 3, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "academy:street_ocean", + "processors": "minecraft:empty" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/azure_loot_table.json b/global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/azure_loot_table.json new file mode 100644 index 00000000..448a1e49 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/azure_loot_table.json @@ -0,0 +1,110 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 5.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:azure_ball", + "weight": 9 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 4.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:oran_berry", + "weight": 8 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 7 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:ether", + "weight": 6 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive", + "weight": 4 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 1.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:leftovers", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 5.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs" + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/citrine_loot_table.json b/global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/citrine_loot_table.json new file mode 100644 index 00000000..54a6a7db --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/citrine_loot_table.json @@ -0,0 +1,110 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 5.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:citrine_ball", + "weight": 9 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 4.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:oran_berry", + "weight": 8 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 7 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:ether", + "weight": 6 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive", + "weight": 4 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 1.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:leftovers", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 5.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs" + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/dive_loot_table.json b/global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/dive_loot_table.json new file mode 100644 index 00000000..5ee45886 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/dive_loot_table.json @@ -0,0 +1,87 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 5.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:dive_ball", + "weight": 8 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:water_stone", + "weight": 8 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:mystic_water", + "weight": 8 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:x_special_attack", + "weight": 4 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:power_lens", + "weight": 4 + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/great_loot_table.json b/global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/great_loot_table.json new file mode 100644 index 00000000..1b58419d --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/great_loot_table.json @@ -0,0 +1,111 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 5.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:great_ball", + "weight": 8 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion", + "weight": 7 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:max_ether", + "weight": 7 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:elixir", + "weight": 7 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:max_revive", + "weight": 4 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 1.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 3.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:rare_candy", + "weight": 2 + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/heal_loot_table.json b/global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/heal_loot_table.json new file mode 100644 index 00000000..a91bf82b --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/heal_loot_table.json @@ -0,0 +1,150 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 5.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:heal_ball", + "weight": 8 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:paralyze_heal", + "weight": 6 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:awakening", + "weight": 6 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:antidote", + "weight": 6 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:ice_heal", + "weight": 6 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:burn_heal", + "weight": 6 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:full_heal", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:max_revive", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:full_restore" + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/lure_loot_table.json b/global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/lure_loot_table.json new file mode 100644 index 00000000..f17a4d1d --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/lure_loot_table.json @@ -0,0 +1,126 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 5.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:lure_ball", + "weight": 9 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:ice_stone", + "weight": 9 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:never_melt_ice", + "weight": 9 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:deep_sea_scale", + "weight": 6 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:deep_sea_tooth", + "weight": 6 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:power_anklet", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 1.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:dragon_scale", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 1.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m" + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/luxury_loot_table.json b/global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/luxury_loot_table.json new file mode 100644 index 00000000..b2aa74a9 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/luxury_loot_table.json @@ -0,0 +1,39 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 5.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:luxury_ball", + "weight": 9 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:shiny_stone", + "weight": 8 + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/master_loot_table.json b/global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/master_loot_table.json new file mode 100644 index 00000000..285c6b23 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/master_loot_table.json @@ -0,0 +1,71 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 30.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 6 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 20.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 12.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:rare_candy", + "weight": 4 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 4.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_l", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 1.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xl", + "weight": 2 + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/poke_loot_table.json b/global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/poke_loot_table.json new file mode 100644 index 00000000..d80abe04 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/poke_loot_table.json @@ -0,0 +1,110 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 5.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:poke_ball", + "weight": 9 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 4.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:oran_berry", + "weight": 8 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 7 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:ether", + "weight": 6 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive", + "weight": 4 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 1.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:leftovers", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 5.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs" + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/premier_loot_table.json b/global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/premier_loot_table.json new file mode 100644 index 00000000..a9bea3fc --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/premier_loot_table.json @@ -0,0 +1,110 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 5.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:premier_ball", + "weight": 9 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 4.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:oran_berry", + "weight": 8 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 7 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:ether", + "weight": 6 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive", + "weight": 4 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 1.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:leftovers", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 5.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs" + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/repeat_loot_table.json b/global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/repeat_loot_table.json new file mode 100644 index 00000000..b3e43282 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/repeat_loot_table.json @@ -0,0 +1,94 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 5.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:repeat_ball", + "weight": 9 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:soft_sand", + "weight": 9 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:light_clay", + "weight": 9 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:power_band", + "weight": 4 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 1.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:dragon_fang", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 1.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:rare_candy" + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/roseate_loot_table.json b/global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/roseate_loot_table.json new file mode 100644 index 00000000..ba6a95bc --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/roseate_loot_table.json @@ -0,0 +1,110 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 5.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:roseate_ball", + "weight": 9 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 4.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:oran_berry", + "weight": 8 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 7 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:ether", + "weight": 6 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive", + "weight": 4 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 1.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:leftovers", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 5.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs" + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/safari_loot_table.json b/global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/safari_loot_table.json new file mode 100644 index 00000000..85f1ad2c --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/safari_loot_table.json @@ -0,0 +1,126 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:sun_stone", + "weight": 7 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:silk_scarf", + "weight": 7 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 16.0, + "min": 6.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:razz_berry", + "weight": 6 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 16.0, + "min": 6.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:nanab_berry", + "weight": 6 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 16.0, + "min": 6.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:pinap_berry", + "weight": 6 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 1.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:lucky_egg", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 3.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 1.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:rare_candy" + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/slate_loot_table.json b/global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/slate_loot_table.json new file mode 100644 index 00000000..a99793d8 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/slate_loot_table.json @@ -0,0 +1,110 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 5.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:slate_ball", + "weight": 9 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 4.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:oran_berry", + "weight": 8 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 7 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:ether", + "weight": 6 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive", + "weight": 4 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 1.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:leftovers", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 1.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:rare_candy" + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/ultra_loot_table.json b/global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/ultra_loot_table.json new file mode 100644 index 00000000..200ae62e --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/ultra_loot_table.json @@ -0,0 +1,135 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 5.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:ultra_ball", + "weight": 8 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion", + "weight": 7 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:max_elixir", + "weight": 7 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:max_potion", + "weight": 7 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:full_restore", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 1.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:choice_band", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 1.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:choice_scarf", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 1.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:choice_specs", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 3.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:rare_candy", + "weight": 2 + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/verdant_loot_table.json b/global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/verdant_loot_table.json new file mode 100644 index 00000000..5cf31a2f --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/verdant_loot_table.json @@ -0,0 +1,110 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 5.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:verdant_ball", + "weight": 9 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 4.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:oran_berry", + "weight": 8 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 7 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:ether", + "weight": 6 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive", + "weight": 4 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 1.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:leftovers", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 1.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:rare_candy" + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/archaeology/desert_pyramid.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/archaeology/desert_pyramid.json new file mode 100644 index 00000000..22c9f494 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/archaeology/desert_pyramid.json @@ -0,0 +1,47 @@ +{ + "type": "minecraft:archaeology", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:archer_pottery_sherd" + }, + { + "type": "minecraft:item", + "name": "minecraft:miner_pottery_sherd" + }, + { + "type": "minecraft:item", + "name": "minecraft:prize_pottery_sherd" + }, + { + "type": "minecraft:item", + "name": "minecraft:skull_pottery_sherd" + }, + { + "type": "minecraft:item", + "name": "minecraft:diamond" + }, + { + "type": "minecraft:item", + "name": "minecraft:tnt" + }, + { + "type": "minecraft:item", + "name": "minecraft:gunpowder" + }, + { + "type": "minecraft:item", + "name": "minecraft:emerald" + }, + { + "type": "minecraft:item", + "name": "cobblemon:revive" + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/archaeology/desert_well.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/archaeology/desert_well.json new file mode 100644 index 00000000..138fd4e0 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/archaeology/desert_well.json @@ -0,0 +1,96 @@ +{ + "type": "minecraft:archaeology", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:arms_up_pottery_sherd", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "minecraft:brewer_pottery_sherd", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "minecraft:brick" + }, + { + "type": "minecraft:item", + "name": "minecraft:emerald" + }, + { + "type": "minecraft:item", + "name": "minecraft:stick" + }, + { + "type": "minecraft:item", + "functions": [ + { + "effects": [ + { + "type": "minecraft:night_vision", + "duration": { + "type": "minecraft:uniform", + "max": 10.0, + "min": 7.0 + } + }, + { + "type": "minecraft:jump_boost", + "duration": { + "type": "minecraft:uniform", + "max": 10.0, + "min": 7.0 + } + }, + { + "type": "minecraft:weakness", + "duration": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 6.0 + } + }, + { + "type": "minecraft:blindness", + "duration": { + "type": "minecraft:uniform", + "max": 7.0, + "min": 5.0 + } + }, + { + "type": "minecraft:poison", + "duration": { + "type": "minecraft:uniform", + "max": 20.0, + "min": 10.0 + } + }, + { + "type": "minecraft:saturation", + "duration": { + "type": "minecraft:uniform", + "max": 10.0, + "min": 7.0 + } + } + ], + "function": "minecraft:set_stew_effect" + } + ], + "name": "minecraft:suspicious_stew" + }, + { + "type": "minecraft:item", + "name": "cobblemon:max_revive" + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/archaeology/ocean_ruin_cold.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/archaeology/ocean_ruin_cold.json new file mode 100644 index 00000000..35425ecd --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/archaeology/ocean_ruin_cold.json @@ -0,0 +1,60 @@ +{ + "type": "minecraft:archaeology", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:blade_pottery_sherd" + }, + { + "type": "minecraft:item", + "name": "minecraft:explorer_pottery_sherd" + }, + { + "type": "minecraft:item", + "name": "minecraft:mourner_pottery_sherd" + }, + { + "type": "minecraft:item", + "name": "minecraft:plenty_pottery_sherd" + }, + { + "type": "minecraft:item", + "name": "minecraft:iron_axe" + }, + { + "type": "minecraft:item", + "name": "minecraft:emerald", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "minecraft:wheat", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "minecraft:wooden_hoe", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "minecraft:coal", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "minecraft:gold_nugget", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:revive" + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/archaeology/ocean_ruin_warm.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/archaeology/ocean_ruin_warm.json new file mode 100644 index 00000000..a7ce7299 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/archaeology/ocean_ruin_warm.json @@ -0,0 +1,60 @@ +{ + "type": "minecraft:archaeology", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:angler_pottery_sherd" + }, + { + "type": "minecraft:item", + "name": "minecraft:shelter_pottery_sherd" + }, + { + "type": "minecraft:item", + "name": "minecraft:snort_pottery_sherd" + }, + { + "type": "minecraft:item", + "name": "minecraft:sniffer_egg" + }, + { + "type": "minecraft:item", + "name": "minecraft:iron_axe" + }, + { + "type": "minecraft:item", + "name": "minecraft:emerald", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "minecraft:wheat", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "minecraft:wooden_hoe", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "minecraft:coal", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "minecraft:gold_nugget", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:revive" + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/archaeology/trail_ruins_common.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/archaeology/trail_ruins_common.json new file mode 100644 index 00000000..a27db65b --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/archaeology/trail_ruins_common.json @@ -0,0 +1,153 @@ +{ + "type": "minecraft:archaeology", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:emerald", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "minecraft:wheat", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "minecraft:wooden_hoe", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "minecraft:clay", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "minecraft:brick", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "minecraft:yellow_dye", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "minecraft:blue_dye", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "minecraft:light_blue_dye", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "minecraft:white_dye", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "minecraft:orange_dye", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "minecraft:red_candle", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "minecraft:green_candle", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "minecraft:purple_candle", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "minecraft:brown_candle", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "minecraft:magenta_stained_glass_pane" + }, + { + "type": "minecraft:item", + "name": "minecraft:pink_stained_glass_pane" + }, + { + "type": "minecraft:item", + "name": "minecraft:blue_stained_glass_pane" + }, + { + "type": "minecraft:item", + "name": "minecraft:light_blue_stained_glass_pane" + }, + { + "type": "minecraft:item", + "name": "minecraft:red_stained_glass_pane" + }, + { + "type": "minecraft:item", + "name": "minecraft:yellow_stained_glass_pane" + }, + { + "type": "minecraft:item", + "name": "minecraft:purple_stained_glass_pane" + }, + { + "type": "minecraft:item", + "name": "minecraft:spruce_hanging_sign" + }, + { + "type": "minecraft:item", + "name": "minecraft:oak_hanging_sign" + }, + { + "type": "minecraft:item", + "name": "minecraft:gold_nugget" + }, + { + "type": "minecraft:item", + "name": "minecraft:coal" + }, + { + "type": "minecraft:item", + "name": "minecraft:wheat_seeds" + }, + { + "type": "minecraft:item", + "name": "minecraft:beetroot_seeds" + }, + { + "type": "minecraft:item", + "name": "minecraft:dead_bush" + }, + { + "type": "minecraft:item", + "name": "minecraft:flower_pot" + }, + { + "type": "minecraft:item", + "name": "minecraft:string" + }, + { + "type": "minecraft:item", + "name": "minecraft:lead" + }, + { + "type": "minecraft:item", + "name": "cobblemon:revive" + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/archaeology/trail_ruins_rare.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/archaeology/trail_ruins_rare.json new file mode 100644 index 00000000..9bfea55b --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/archaeology/trail_ruins_rare.json @@ -0,0 +1,63 @@ +{ + "type": "minecraft:archaeology", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:burn_pottery_sherd" + }, + { + "type": "minecraft:item", + "name": "minecraft:danger_pottery_sherd" + }, + { + "type": "minecraft:item", + "name": "minecraft:friend_pottery_sherd" + }, + { + "type": "minecraft:item", + "name": "minecraft:heart_pottery_sherd" + }, + { + "type": "minecraft:item", + "name": "minecraft:heartbreak_pottery_sherd" + }, + { + "type": "minecraft:item", + "name": "minecraft:howl_pottery_sherd" + }, + { + "type": "minecraft:item", + "name": "minecraft:sheaf_pottery_sherd" + }, + { + "type": "minecraft:item", + "name": "minecraft:wayfinder_armor_trim_smithing_template" + }, + { + "type": "minecraft:item", + "name": "minecraft:raiser_armor_trim_smithing_template" + }, + { + "type": "minecraft:item", + "name": "minecraft:shaper_armor_trim_smithing_template" + }, + { + "type": "minecraft:item", + "name": "minecraft:host_armor_trim_smithing_template" + }, + { + "type": "minecraft:item", + "name": "minecraft:music_disc_relic" + }, + { + "type": "minecraft:item", + "name": "cobblemon:max_revive" + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/abandoned_mineshaft.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/abandoned_mineshaft.json new file mode 100644 index 00000000..92dffe40 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/abandoned_mineshaft.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/ancient_city.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/ancient_city.json new file mode 100644 index 00000000..e6158879 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/ancient_city.json @@ -0,0 +1,339 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier3" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier2" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:gender_swapper" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:iv_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:level_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:name_tag", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "enchantments": [ + "minecraft:swift_sneak" + ], + "function": "minecraft:enchant_randomly" + } + ], + "name": "minecraft:book", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "minecraft:echo_shard", + "weight": 4 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 10.0, + "min": 5.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:empty", + "weight": 75 + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:dream_ball", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/vitamin_loot", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:max_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + }, + { + "type": "minecraft:item", + "name": "cobblemon:max_revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/evo_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + } + ], + "random_sequence": "minecraft:chests/ancient_city" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/ancient_city_ice_box.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/ancient_city_ice_box.json new file mode 100644 index 00000000..852655e6 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/ancient_city_ice_box.json @@ -0,0 +1,301 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier4" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier4" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier4" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier3" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:shiny_swapper" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:gender_swapper" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:iv_random" + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:level_random" + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:dream_ball", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_l", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/vitamin_loot", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:max_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + }, + { + "type": "minecraft:item", + "name": "cobblemon:max_revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/evo_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/ancient_city_ice_box" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/bastion_bridge.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/bastion_bridge.json new file mode 100644 index 00000000..fd4daa65 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/bastion_bridge.json @@ -0,0 +1,248 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:netherite_upgrade_smithing_template" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_2_loot", + "weight": 58 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + } + ], + "random_sequence": "minecraft:chests/bastion_bridge" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/bastion_hoglin_stable.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/bastion_hoglin_stable.json new file mode 100644 index 00000000..1ac65e76 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/bastion_hoglin_stable.json @@ -0,0 +1,248 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:netherite_upgrade_smithing_template" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_2_loot", + "weight": 58 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + } + ], + "random_sequence": "minecraft:chests/bastion_hoglin_stable" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/bastion_other.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/bastion_other.json new file mode 100644 index 00000000..92a31ddc --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/bastion_other.json @@ -0,0 +1,248 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:netherite_upgrade_smithing_template" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_2_loot", + "weight": 58 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + } + ], + "random_sequence": "minecraft:chests/bastion_other" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/bastion_treasure.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/bastion_treasure.json new file mode 100644 index 00000000..2c3e2509 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/bastion_treasure.json @@ -0,0 +1,303 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier4" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier4" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier4" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier3" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:shiny_swapper" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:gender_swapper" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:iv_random" + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:level_random" + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:netherite_upgrade_smithing_template" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_l", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/vitamin_loot", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + }, + { + "type": "minecraft:item", + "name": "cobblemon:max_revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_2_loot", + "weight": 18 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/bastion_treasure" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/buried_treasure.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/buried_treasure.json new file mode 100644 index 00000000..78cc7896 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/buried_treasure.json @@ -0,0 +1,255 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier3" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier2" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:gender_swapper" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:iv_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:level_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:heart_of_the_sea" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/vitamin_loot", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:revive", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/buried_treasure" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/desert_pyramid.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/desert_pyramid.json new file mode 100644 index 00000000..b2bbdfd1 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/desert_pyramid.json @@ -0,0 +1,140 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 3 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/desert_pyramid" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/end_city_treasure.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/end_city_treasure.json new file mode 100644 index 00000000..eab2f37d --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/end_city_treasure.json @@ -0,0 +1,265 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier3" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier2" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:gender_swapper" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:iv_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:level_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/vitamin_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:max_revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_2_loot", + "weight": 2 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:empty", + "weight": 100 + }, + { + "type": "minecraft:item", + "name": "cobblemon:master_ball" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "minecraft:chests/end_city_treasure" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/igloo_chest.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/igloo_chest.json new file mode 100644 index 00000000..2ab10b00 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/igloo_chest.json @@ -0,0 +1,172 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/igloo_chest" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/jungle_temple.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/jungle_temple.json new file mode 100644 index 00000000..1077301d --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/jungle_temple.json @@ -0,0 +1,172 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/jungle_temple" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/nether_bridge.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/nether_bridge.json new file mode 100644 index 00000000..2759bf59 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/nether_bridge.json @@ -0,0 +1,226 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:empty", + "weight": 2 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/evo_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + } + ], + "random_sequence": "minecraft:chests/nether_bridge" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/pillager_outpost.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/pillager_outpost.json new file mode 100644 index 00000000..ecff555b --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/pillager_outpost.json @@ -0,0 +1,215 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 30 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2", + "weight": 7 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "cobblemon:revive", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/pillager_outpost" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/ruined_portal.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/ruined_portal.json new file mode 100644 index 00000000..7913b6fa --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/ruined_portal.json @@ -0,0 +1,163 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 7 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/ruined_portal" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/shipwreck_supply.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/shipwreck_supply.json new file mode 100644 index 00000000..e18eca78 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/shipwreck_supply.json @@ -0,0 +1,136 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "cobblemon:dive_ball" + } + ], + "rolls": 2.0 + } + ], + "random_sequence": "minecraft:chests/shipwreck_supply" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/shipwreck_treasure.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/shipwreck_treasure.json new file mode 100644 index 00000000..32074111 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/shipwreck_treasure.json @@ -0,0 +1,169 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 0.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/shipwreck_treasure" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/simple_dungeon.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/simple_dungeon.json new file mode 100644 index 00000000..072ff4c6 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/simple_dungeon.json @@ -0,0 +1,179 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 0.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:empty" + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + } + ], + "random_sequence": "minecraft:chests/simple_dungeon" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/stronghold_corridor.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/stronghold_corridor.json new file mode 100644 index 00000000..7d1d7158 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/stronghold_corridor.json @@ -0,0 +1,208 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 20 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/stronghold_corridor" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/stronghold_crossing.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/stronghold_crossing.json new file mode 100644 index 00000000..67bfa972 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/stronghold_crossing.json @@ -0,0 +1,208 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 20 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/stronghold_crossing" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/stronghold_library.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/stronghold_library.json new file mode 100644 index 00000000..e5dea88d --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/stronghold_library.json @@ -0,0 +1,178 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 20 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2", + "weight": 2 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 0.0 + } + } + ], + "random_sequence": "minecraft:chests/stronghold_library" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/underwater_ruin_big.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/underwater_ruin_big.json new file mode 100644 index 00000000..6c4ca52a --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/underwater_ruin_big.json @@ -0,0 +1,129 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 0.0 + } + } + ], + "random_sequence": "minecraft:chests/underwater_ruin_big" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/underwater_ruin_small.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/underwater_ruin_small.json new file mode 100644 index 00000000..7868b77b --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/underwater_ruin_small.json @@ -0,0 +1,154 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "decoration": "red_x", + "function": "minecraft:exploration_map", + "skip_existing_chunks": false, + "zoom": 1 + }, + { + "function": "minecraft:set_name", + "name": { + "translate": "filled_map.buried_treasure" + } + } + ], + "name": "minecraft:map", + "weight": 5 + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 0.0 + } + } + ], + "random_sequence": "minecraft:chests/underwater_ruin_small" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_armorer.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_armorer.json new file mode 100644 index 00000000..c24c87c0 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_armorer.json @@ -0,0 +1,167 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:vivichoke_seeds", + "weight": 5 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_butcher.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_butcher.json new file mode 100644 index 00000000..d1ad0cf3 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_butcher.json @@ -0,0 +1,127 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:vivichoke_seeds", + "weight": 5 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_cartographer.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_cartographer.json new file mode 100644 index 00000000..4b66c868 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_cartographer.json @@ -0,0 +1,128 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:vivichoke_seeds", + "weight": 5 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/village/village_cartographer" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_desert_house.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_desert_house.json new file mode 100644 index 00000000..87fa7ad6 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_desert_house.json @@ -0,0 +1,188 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:vivichoke_seeds", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:oran_berry" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:persim_berry" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:rawst_berry" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:pinap_berry" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/village/village_desert_house" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_fisher.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_fisher.json new file mode 100644 index 00000000..252a122b --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_fisher.json @@ -0,0 +1,128 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:vivichoke_seeds", + "weight": 5 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/village/village_fisher" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_fletcher.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_fletcher.json new file mode 100644 index 00000000..6a0db406 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_fletcher.json @@ -0,0 +1,128 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:vivichoke_seeds", + "weight": 5 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/village/village_fletcher" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_mason.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_mason.json new file mode 100644 index 00000000..c0147112 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_mason.json @@ -0,0 +1,128 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:vivichoke_seeds", + "weight": 5 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/village/village_mason" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_plains_house.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_plains_house.json new file mode 100644 index 00000000..4c6ba8ea --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_plains_house.json @@ -0,0 +1,189 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:vivichoke_seeds", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:oran_berry" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:persim_berry" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:cheri_berry", + "min": 1.0 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:wepear_berry" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/village/village_plains_house" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_savanna_house.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_savanna_house.json new file mode 100644 index 00000000..2a6860e6 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_savanna_house.json @@ -0,0 +1,188 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:vivichoke_seeds", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:oran_berry" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:persim_berry" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:chesto_berry" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:razz_berry" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/village/village_savanna_house" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_shepherd.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_shepherd.json new file mode 100644 index 00000000..21d538c6 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_shepherd.json @@ -0,0 +1,128 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:vivichoke_seeds", + "weight": 5 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/village/village_shepherd" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_snowy_house.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_snowy_house.json new file mode 100644 index 00000000..883623f1 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_snowy_house.json @@ -0,0 +1,188 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:vivichoke_seeds", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:oran_berry" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:persim_berry" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:aspear_berry" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:bluk_berry" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/village/village_snowy_house" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_taiga_house.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_taiga_house.json new file mode 100644 index 00000000..400b6957 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_taiga_house.json @@ -0,0 +1,188 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:vivichoke_seeds", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:oran_berry" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:persim_berry" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:chesto_berry" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:razz_berry" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/village/village_taiga_house" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_tannery.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_tannery.json new file mode 100644 index 00000000..6c9bc08e --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_tannery.json @@ -0,0 +1,128 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:vivichoke_seeds", + "weight": 5 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/village/village_tannery" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_temple.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_temple.json new file mode 100644 index 00000000..dd87a72f --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_temple.json @@ -0,0 +1,132 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "name": "cobblemon:potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:vivichoke_seeds", + "weight": 5 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/village/village_temple" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_toolsmith.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_toolsmith.json new file mode 100644 index 00000000..0709ca21 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_toolsmith.json @@ -0,0 +1,162 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot" + } + ], + "rolls": 3.0 + } + ], + "random_sequence": "minecraft:chests/village/village_toolsmith" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_weaponsmith.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_weaponsmith.json new file mode 100644 index 00000000..f8edf2b3 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_weaponsmith.json @@ -0,0 +1,162 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot" + } + ], + "rolls": 3.0 + } + ], + "random_sequence": "minecraft:chests/village/village_weaponsmith" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/woodland_mansion.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/woodland_mansion.json new file mode 100644 index 00000000..f97b3474 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/woodland_mansion.json @@ -0,0 +1,246 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier3" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier2" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:gender_swapper" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:iv_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:level_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": 3.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/vitamin_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "name": "cobblemon:revive" + }, + { + "type": "minecraft:item", + "name": "cobblemon:max_revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/woodland_mansion" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/apricorn_ball_loot.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/apricorn_ball_loot.json new file mode 100644 index 00000000..50ecf43b --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/apricorn_ball_loot.json @@ -0,0 +1,272 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:net_ball" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:dive_ball" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:nest_ball" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:repeat_ball" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:timer_ball" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:luxury_ball" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:dusk_ball" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:heal_ball" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:quick_ball" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:fast_ball" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:level_ball" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:lure_ball" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:heavy_ball" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:love_ball" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:friend_ball" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:moon_ball" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:sport_ball" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:park_ball" + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/apricorn_loot.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/apricorn_loot.json new file mode 100644 index 00000000..e3566a17 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/apricorn_loot.json @@ -0,0 +1,148 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:red_apricorn", + "weight": 6 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:yellow_apricorn", + "weight": 6 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:green_apricorn", + "weight": 6 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:blue_apricorn", + "weight": 6 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:pink_apricorn", + "weight": 6 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:black_apricorn", + "weight": 6 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:white_apricorn", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "cobblemon:red_apricorn_seed" + }, + { + "type": "minecraft:item", + "name": "cobblemon:yellow_apricorn_seed" + }, + { + "type": "minecraft:item", + "name": "cobblemon:green_apricorn_seed" + }, + { + "type": "minecraft:item", + "name": "cobblemon:blue_apricorn_seed" + }, + { + "type": "minecraft:item", + "name": "cobblemon:green_apricorn_seed" + }, + { + "type": "minecraft:item", + "name": "cobblemon:pink_apricorn_seed" + }, + { + "type": "minecraft:item", + "name": "cobblemon:black_apricorn_seed" + }, + { + "type": "minecraft:item", + "name": "cobblemon:white_apricorn_seed" + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/basic_loot.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/basic_loot.json new file mode 100644 index 00000000..17e7de6b --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/basic_loot.json @@ -0,0 +1,146 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:poke_ball", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:citrine_ball", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:verdant_ball", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:azure_ball", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:roseate_ball", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:slate_ball", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:premier_ball", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:great_ball", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:ultra_ball", + "weight": 5 + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/cobblefood_loot_tier1.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/cobblefood_loot_tier1.json new file mode 100644 index 00000000..6b29479a --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/cobblefood_loot_tier1.json @@ -0,0 +1,1046 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_cheri_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_chesto_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_pecha_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_rawst_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_aspear_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_leppa_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_oran_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_persim_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_lum_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_sitrus_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_figy_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_wiki_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_mago_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_aguav_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_iapapa_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_razz_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_bluk_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_nanab_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_wepear_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_pinap_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_pomeg_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_kelpsy_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_qualot_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_hondew_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_grepa_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_tamato_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_cornn_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_magost_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_rabuta_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_nomel_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_spelon_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_pamtre_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_watmel_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_durin_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_belue_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_occa_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_passho_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_wacan_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_rindo_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_yache_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_chople_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_kebia_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_shuca_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_coba_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_payapa_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_tanga_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_charti_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_kasib_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_haban_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_colbur_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_babiri_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_chilan_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_liechi_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_ganlon_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_salac_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_petaya_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_apicot_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_lansat_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_starf_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_enigma_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_micle_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_custap_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_jaboca_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_rowap_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_roseli_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_kee_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_maranga_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_hopo_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_touga_berry", + "weight": 1 + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/cobblefood_loot_tier2.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/cobblefood_loot_tier2.json new file mode 100644 index 00000000..4aea0233 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/cobblefood_loot_tier2.json @@ -0,0 +1,131 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:x_attack", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:x_defence", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:x_special_attack", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:x_special_defence", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:x_speed", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:x_accuracy", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:dire_hit", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:guard_spec", + "weight": 10 + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/cobblefood_loot_tier3.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/cobblefood_loot_tier3.json new file mode 100644 index 00000000..4aea0233 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/cobblefood_loot_tier3.json @@ -0,0 +1,131 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:x_attack", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:x_defence", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:x_special_attack", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:x_special_defence", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:x_speed", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:x_accuracy", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:dire_hit", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:guard_spec", + "weight": 10 + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/cobblefood_loot_tier4.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/cobblefood_loot_tier4.json new file mode 100644 index 00000000..4aea0233 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/cobblefood_loot_tier4.json @@ -0,0 +1,131 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:x_attack", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:x_defence", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:x_special_attack", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:x_special_defence", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:x_speed", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:x_accuracy", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:dire_hit", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:guard_spec", + "weight": 10 + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/evo_item_loot.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/evo_item_loot.json new file mode 100644 index 00000000..0425a0b7 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/evo_item_loot.json @@ -0,0 +1,179 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "cobblemon:link_cable", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "cobblemon:dragon_scale", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:kings_rock", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:metal_coat", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:upgrade", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:dubious_disc", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:deep_sea_scale", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:deep_sea_tooth", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:electirizer", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:magmarizer", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:oval_stone", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:protector", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:reaper_cloth", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:prism_scale", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:sachet", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:whipped_dream", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:strawberry_sweet" + }, + { + "type": "minecraft:item", + "name": "cobblemon:love_sweet" + }, + { + "type": "minecraft:item", + "name": "cobblemon:berry_sweet" + }, + { + "type": "minecraft:item", + "name": "cobblemon:clover_sweet" + }, + { + "type": "minecraft:item", + "name": "cobblemon:flower_sweet" + }, + { + "type": "minecraft:item", + "name": "cobblemon:star_sweet" + }, + { + "type": "minecraft:item", + "name": "cobblemon:ribbon_sweet" + }, + { + "type": "minecraft:item", + "name": "cobblemon:chipped_pot", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:cracked_pot", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:sweet_apple", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:tart_apple", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:galarica_cuff", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:galarica_wreath", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:black_augurite", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:peat_block", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:razor_claw", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:razor_fang", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor", + "weight": 2 + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/feather_loot_tier1.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/feather_loot_tier1.json new file mode 100644 index 00000000..06851f0d --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/feather_loot_tier1.json @@ -0,0 +1,101 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:muscle_feather", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:clever_feather", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:resist_feather", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:genius_feather", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:health_feather", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:swift_feather", + "weight": 10 + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/feather_loot_tier2.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/feather_loot_tier2.json new file mode 100644 index 00000000..0426ced2 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/feather_loot_tier2.json @@ -0,0 +1,101 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:muscle_feather", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:clever_feather", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:resist_feather", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:genius_feather", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:health_feather", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:swift_feather", + "weight": 10 + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/held_item_1_loot.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/held_item_1_loot.json new file mode 100644 index 00000000..1dc6ad94 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/held_item_1_loot.json @@ -0,0 +1,86 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "cobblemon:metal_coat", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:black_glasses", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:charcoal_stick", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:dragon_fang", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:hard_stone", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:magnet", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:miracle_seed", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:mystic_water", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:never_melt_ice", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:poison_barb", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:silk_scarf", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:silver_powder", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:soft_sand", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:spell_tag", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:twisted_spoon", + "weight": 2 + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/held_item_2_loot.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/held_item_2_loot.json new file mode 100644 index 00000000..2d0f9c11 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/held_item_2_loot.json @@ -0,0 +1,156 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "cobblemon:kings_rock", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:deep_sea_scale", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:deep_sea_tooth", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:razor_claw", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:razor_fang", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:black_sludge", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:choice_band", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:choice_scarf", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:choice_specs", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:focus_band", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:heavy_duty_boots", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:light_clay", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:mental_herb", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:mirror_herb", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:muscle_band", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:power_anklet", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:power_band", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:power_belt", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:power_bracer", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:power_herb", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:power_lens", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:power_weight", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:quick_claw", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:rocky_helmet", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:safety_goggles", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:wise_glasses", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:white_herb", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:bright_powder", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:destiny_knot", + "weight": 2 + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/iv_add_tier1.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/iv_add_tier1.json new file mode 100644 index 00000000..d87b5fb0 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/iv_add_tier1.json @@ -0,0 +1,71 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_sp_def_common", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_sp_def_uncommon", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_sp_atk_common", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_sp_atk_uncommon", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_speed_common", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_speed_uncommon", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_atk_common", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_atk_uncommon", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_def_common", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_def_uncommon", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_hp_common", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_hp_uncommon", + "weight": 1 + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/iv_add_tier2.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/iv_add_tier2.json new file mode 100644 index 00000000..f1df8f12 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/iv_add_tier2.json @@ -0,0 +1,101 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_sp_def_uncommon", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_sp_def_rare", + "weight": 3 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_sp_def_epic", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_sp_atk_uncommon", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_sp_atk_rare", + "weight": 3 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_sp_atk_epic", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_speed_uncommon", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_speed_rare", + "weight": 3 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_speed_epic", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_atk_uncommon", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_atk_rare", + "weight": 3 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_atk_epic", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_def_uncommon", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_def_rare", + "weight": 3 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_def_epic", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_hp_uncommon", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_hp_rare", + "weight": 3 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_hp_epic", + "weight": 1 + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/iv_add_tier3.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/iv_add_tier3.json new file mode 100644 index 00000000..0bcc9266 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/iv_add_tier3.json @@ -0,0 +1,101 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_sp_def_rare", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_sp_def_epic", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_sp_def_legendary", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_sp_atk_rare", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_sp_atk_epic", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_sp_atk_legendary", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_speed_rare", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_speed_epic", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_speed_legendary", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_atk_rare", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_atk_epic", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_atk_legendary", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_def_rare", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_def_epic", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_def_legendary", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_hp_rare", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_hp_epic", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_hp_legendary", + "weight": 1 + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/mythsandlegends.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/mythsandlegends.json new file mode 100644 index 00000000..20d4f7b5 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/mythsandlegends.json @@ -0,0 +1,406 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "myths_and_legends:adamant_orb", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:aurora_ticket", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:azure_flute", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:blue_orb", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:bonus_disk", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:clear_bell", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:dna_splicer", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:eon_ticket", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:griseous_orb", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:gs_ball", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:jade_orb", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:liberty_pass", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:lustrous_orb", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:member_card", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:oaks_letter", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:old_sea_map", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:red_orb", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:rusted_shield", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:rusted_sword", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:tidal_bell", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:dr_fujis_diary", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:rainbow_wing", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:silver_wing", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:violet_book", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:scarlet_book", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:cocoon_of_destruction", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:sapling_of_life", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:zygarde_cell", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:zygarde_core", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:zygarde_cube", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:mystery_box", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:reveal_glass", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:dark_stone", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:light_stone", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:teal_mask", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:sun_flute", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:moon_flute", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:lunar_feather", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:magma_stone", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:diancies_crown", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:fini_totem", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:genesect_drive", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:grassland_blade", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:hoopa_ring", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:ironwill_sword", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:koko_totem", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:lele_totem", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:lillies_bag", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:meloetta_headset", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:necro_prism", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:prism_bottle", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:sacred_sword", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:steam_valve", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:type_null_mask", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:antique_pokeball", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:eternatus_core", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:kubfus_band", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:marshadow_hood", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:plasma_tablet", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:prismatic_shell", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:reins_of_unity", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:scaly_tablet", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:scroll_of_water", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:soul_heart", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:zarudes_cape", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:zeraoras_thunderclaw", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:ancient_tablet", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:mythical_pecha_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:scroll_of_darkness", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:azelf_fang", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:mesprit_plume", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:stone_tablet", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:uxie_claw", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:ice_tablet", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:steel_tablet", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:bulu_totem", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:cavern_shield", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:iceroot_carrot", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:shaderoot_carrot", + "weight": 1 + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/nature_changer.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/nature_changer.json new file mode 100644 index 00000000..d2823702 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/nature_changer.json @@ -0,0 +1,141 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_adamant", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_bashful", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_bold", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_brave", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_calm", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_careful", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_docile", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_adamant", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_gentle", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_hardy", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_hasty", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_impish", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_jolly", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_lax", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_lonely", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_mild", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_modest", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_naive", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_naughty", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_quiet", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_quirky", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_rash", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_relaxed", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_sassy", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_serious", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_timid", + "weight": 1 + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/pokeblocks_tier1.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/pokeblocks_tier1.json new file mode 100644 index 00000000..07f6f0c3 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/pokeblocks_tier1.json @@ -0,0 +1,186 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_bulbasaur", + "weight": 10 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_squirtle", + "weight": 10 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_charmander", + "weight": 10 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_smoliv", + "weight": 10 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_rellor", + "weight": 10 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_happiny", + "weight": 10 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_swinub", + "weight": 10 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_drifloon", + "weight": 10 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_rookidee", + "weight": 10 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_wailmer", + "weight": 10 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_rowlet", + "weight": 10 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_lickitung", + "weight": 3 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_mareep", + "weight": 3 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_dolliv", + "weight": 3 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_arboliva", + "weight": 3 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_wooper", + "weight": 3 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_gastly", + "weight": 3 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_sandygast", + "weight": 3 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shellder", + "weight": 3 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_pumpkaboo", + "weight": 3 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_bellossom", + "weight": 3 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_bulbasaur_posed", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_flaaffy", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_snorlax", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_sentret", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_furret", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_munchlax", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_rabsca", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_wartortle", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_quagsire", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_corvisquire", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_eevee", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_cloyster", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_wailord", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_phantump", + "weight": 1 + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/pokeblocks_tier2.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/pokeblocks_tier2.json new file mode 100644 index 00000000..7c87e236 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/pokeblocks_tier2.json @@ -0,0 +1,196 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_bulbasaur_posed", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_flaaffy", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_snorlax", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_sentret", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_furret", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_munchlax", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_rabsca", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_wartortle", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_quagsire", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_corvisquire", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_eevee", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_cloyster", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_wailord", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_phantump", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_calyrex", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_ampharos", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:applin_basket", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_sableye", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_absol", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_ivysaur", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:magikarp_fishbowl", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_stonjourner", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_palossand", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_tropius", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_mimikyu", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_calyrex_animated", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_washing_machine", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_venusaur", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_blastoise", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_gengar", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_corviknight", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_gholdengo", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_netherite_gholdengo", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_kyogre", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_trevenant", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_marshadow", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_marshadow_zenith", + "weight": 1 + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/pokeblocks_tier3.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/pokeblocks_tier3.json new file mode 100644 index 00000000..e444d0f2 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/pokeblocks_tier3.json @@ -0,0 +1,406 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_calyrex", + "weight": 28 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_ampharos", + "weight": 28 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:applin_basket", + "weight": 28 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_sableye", + "weight": 28 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_absol", + "weight": 28 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_ivysaur", + "weight": 28 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:magikarp_fishbowl", + "weight": 28 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_stonjourner", + "weight": 28 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_palossand", + "weight": 28 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_tropius", + "weight": 28 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_mimikyu", + "weight": 28 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_calyrex_animated", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_washing_machine", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_venusaur", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_blastoise", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_gengar", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_corviknight", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_gholdengo", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_netherite_gholdengo", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_kyogre", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_trevenant", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_marshadow", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_marshadow_zenith", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_bulbasaur", + "weight": 40 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_squirtle", + "weight": 40 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_charmander", + "weight": 40 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_smoliv", + "weight": 40 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_rellor", + "weight": 40 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_happiny", + "weight": 40 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_swinub", + "weight": 40 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_drifloon", + "weight": 40 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_rookidee", + "weight": 40 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_wailmer", + "weight": 40 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_rowlet", + "weight": 40 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_lickitung", + "weight": 24 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_mareep", + "weight": 24 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_dolliv", + "weight": 24 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_arboliva", + "weight": 24 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_wooper", + "weight": 24 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_gastly", + "weight": 24 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_sandygast", + "weight": 24 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_shellder", + "weight": 24 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_pumpkaboo", + "weight": 24 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_bellossom", + "weight": 24 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_bulbasaur_posed", + "weight": 12 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_flaaffy", + "weight": 12 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_snorlax", + "weight": 12 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_sentret", + "weight": 12 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_furret", + "weight": 12 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_munchlax", + "weight": 12 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_rabsca", + "weight": 12 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_wartortle", + "weight": 12 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_quagsire", + "weight": 12 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_corvisquire", + "weight": 12 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_eevee", + "weight": 12 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_cloyster", + "weight": 12 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_wailord", + "weight": 12 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_phantump", + "weight": 12 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_calyrex", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_ampharos", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_sableye", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_absol", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_ivysaur", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_stonjourner", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_palossand", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_tropius", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_mimikyu", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_calyrex_animated", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_washing_machine", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_venusaur", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_blastoise", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_gengar", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_corviknight", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_gholdengo", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_netherite_gholdengo", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_kyogre", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_trevenant", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_marshadow", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_marshadow_zenith", + "weight": 1 + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/pokeblocks_tier4.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/pokeblocks_tier4.json new file mode 100644 index 00000000..f6985804 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/pokeblocks_tier4.json @@ -0,0 +1,691 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_calyrex", + "weight": 112 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_ampharos", + "weight": 112 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:applin_basket", + "weight": 112 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_sableye", + "weight": 112 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_absol", + "weight": 112 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_ivysaur", + "weight": 112 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:magikarp_fishbowl", + "weight": 112 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_stonjourner", + "weight": 112 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_palossand", + "weight": 112 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_tropius", + "weight": 112 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_mimikyu", + "weight": 112 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_calyrex_animated", + "weight": 24 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_washing_machine", + "weight": 24 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_venusaur", + "weight": 24 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_blastoise", + "weight": 24 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_gengar", + "weight": 24 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_corviknight", + "weight": 24 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_gholdengo", + "weight": 24 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_netherite_gholdengo", + "weight": 24 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_kyogre", + "weight": 24 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_trevenant", + "weight": 24 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_marshadow", + "weight": 24 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_marshadow_zenith", + "weight": 24 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_bulbasaur", + "weight": 160 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_squirtle", + "weight": 160 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_charmander", + "weight": 160 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_smoliv", + "weight": 160 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_rellor", + "weight": 160 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_happiny", + "weight": 160 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_swinub", + "weight": 160 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_drifloon", + "weight": 160 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_rookidee", + "weight": 160 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_wailmer", + "weight": 160 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_rowlet", + "weight": 160 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_lickitung", + "weight": 96 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_mareep", + "weight": 96 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_dolliv", + "weight": 96 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_arboliva", + "weight": 96 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_wooper", + "weight": 96 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_gastly", + "weight": 96 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_sandygast", + "weight": 96 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_shellder", + "weight": 96 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_pumpkaboo", + "weight": 96 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_bellossom", + "weight": 96 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_bulbasaur_posed", + "weight": 48 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_flaaffy", + "weight": 48 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_snorlax", + "weight": 48 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_sentret", + "weight": 48 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_furret", + "weight": 48 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_munchlax", + "weight": 48 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_rabsca", + "weight": 48 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_wartortle", + "weight": 48 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_quagsire", + "weight": 48 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_corvisquire", + "weight": 48 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_eevee", + "weight": 48 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_cloyster", + "weight": 48 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_wailord", + "weight": 48 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_phantump", + "weight": 48 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_calyrex", + "weight": 16 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_ampharos", + "weight": 16 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_sableye", + "weight": 16 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_absol", + "weight": 16 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_ivysaur", + "weight": 16 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_stonjourner", + "weight": 16 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_palossand", + "weight": 16 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_tropius", + "weight": 16 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_mimikyu", + "weight": 16 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_calyrex_animated", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_washing_machine", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_venusaur", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_blastoise", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_gengar", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_corviknight", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_gholdengo", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_netherite_gholdengo", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_kyogre", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_trevenant", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_marshadow", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_marshadow_zenith", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_bulbasaur", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_squirtle", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_charmander", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_smoliv", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_rellor", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_happiny", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_swinub", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_drifloon", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_rookidee", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_wailmer", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_rowlet", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_lickitung", + "weight": 12 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_mareep", + "weight": 12 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_dolliv", + "weight": 12 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_arboliva", + "weight": 12 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_wooper", + "weight": 12 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_gastly", + "weight": 12 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_sandygast", + "weight": 12 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_shellder", + "weight": 12 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_pumpkaboo", + "weight": 12 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_bellossom", + "weight": 12 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_bulbasaur_posed", + "weight": 8 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_flaaffy", + "weight": 8 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_snorlax", + "weight": 8 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_sentret", + "weight": 8 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_furret", + "weight": 8 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_munchlax", + "weight": 8 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_rabsca", + "weight": 8 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_wartortle", + "weight": 8 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_quagsire", + "weight": 8 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_corvisquire", + "weight": 8 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_eevee", + "weight": 8 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_cloyster", + "weight": 8 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_wailord", + "weight": 8 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_phantump", + "weight": 8 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_calyrex", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_ampharos", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:shiny_applin_basket", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_sableye", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_absol", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_ivysaur", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:shiny_magikarp_fishbowl", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_stonjourner", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_palossand", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_tropius", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_mimikyu", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_calyrex_animated", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_venusaur", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_blastoise", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_gengar", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_corviknight", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_gholdengo", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_netherite_gholdengo", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_kyogre", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_trevenant", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_marshadow", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_marshadow_zenith", + "weight": 1 + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/special_ball_loot.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/special_ball_loot.json new file mode 100644 index 00000000..23eeea50 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/special_ball_loot.json @@ -0,0 +1,146 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:net_ball", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:dive_ball", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:nest_ball", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:repeat_ball", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:timer_ball", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:luxury_ball", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:dusk_ball", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:heal_ball", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:quick_ball", + "weight": 3 + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/status_healing_loot.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/status_healing_loot.json new file mode 100644 index 00000000..169ad281 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/status_healing_loot.json @@ -0,0 +1,101 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:full_heal", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:antidote", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:awakening", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:burn_heal", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:ice_heal", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:paralyze_heal", + "weight": 10 + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/vitamin_loot.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/vitamin_loot.json new file mode 100644 index 00000000..363d406b --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/vitamin_loot.json @@ -0,0 +1,101 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hp_up", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:protein", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:iron", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:calcium", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:zinc", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:carbos", + "weight": 10 + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/x_item_loot.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/x_item_loot.json new file mode 100644 index 00000000..4aea0233 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/x_item_loot.json @@ -0,0 +1,131 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:x_attack", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:x_defence", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:x_special_attack", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:x_special_defence", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:x_speed", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:x_accuracy", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:dire_hit", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:guard_spec", + "weight": 10 + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/convenientdecor/umbrella.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/convenientdecor/umbrella.json new file mode 100644 index 00000000..810e9a02 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/convenientdecor/umbrella.json @@ -0,0 +1,96 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "convenientdecor:pink_umbrella", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "convenientdecor:magenta_umbrella", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "convenientdecor:light_blue_umbrella", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "convenientdecor:white_umbrella", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "convenientdecor:purple_umbrella", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "convenientdecor:light_gray_umbrella", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "convenientdecor:black_umbrella", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "convenientdecor:cyan_umbrella", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "convenientdecor:brown_umbrella", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "convenientdecor:orange_umbrella", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "convenientdecor:lime_umbrella", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "convenientdecor:green_umbrella", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "convenientdecor:red_umbrella", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "convenientdecor:yellow_umbrella", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "convenientdecor:gray_umbrella", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "convenientdecor:blue_umbrella", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "convenientdecor:broken_umbrella", + "weight": 1 + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/numismatic/bronze_tier0.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/numismatic/bronze_tier0.json new file mode 100644 index 00000000..301907f0 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/numismatic/bronze_tier0.json @@ -0,0 +1,32 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "numismatic-overhaul:money_bag", + "functions": [ + { + "function": "academy:set_money_bag", + "bronze": { + "type": "uniform", + "min": 1, + "max": 10 + }, + "combine": false + } + ] + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/numismatic/bronze_tier1.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/numismatic/bronze_tier1.json new file mode 100644 index 00000000..0c2a8e66 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/numismatic/bronze_tier1.json @@ -0,0 +1,32 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "numismatic-overhaul:money_bag", + "functions": [ + { + "function": "academy:set_money_bag", + "bronze": { + "type": "uniform", + "min": 10, + "max": 30 + }, + "combine": false + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/numismatic/bronze_tier2.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/numismatic/bronze_tier2.json new file mode 100644 index 00000000..4407d157 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/numismatic/bronze_tier2.json @@ -0,0 +1,32 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "numismatic-overhaul:money_bag", + "functions": [ + { + "function": "academy:set_money_bag", + "bronze": { + "type": "uniform", + "min": 30, + "max": 50 + }, + "combine": false + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/numismatic/bronze_tier3.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/numismatic/bronze_tier3.json new file mode 100644 index 00000000..c417bce9 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/numismatic/bronze_tier3.json @@ -0,0 +1,32 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "numismatic-overhaul:money_bag", + "functions": [ + { + "function": "academy:set_money_bag", + "bronze": { + "type": "uniform", + "min": 50, + "max": 90 + }, + "combine": false + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/numismatic/bronze_tier4.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/numismatic/bronze_tier4.json new file mode 100644 index 00000000..fabc3a7c --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/numismatic/bronze_tier4.json @@ -0,0 +1,32 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "numismatic-overhaul:money_bag", + "functions": [ + { + "function": "academy:set_money_bag", + "bronze": { + "type": "uniform", + "min": 100, + "max": 300 + }, + "combine": true + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/numismatic/bronze_tier5.json b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/numismatic/bronze_tier5.json new file mode 100644 index 00000000..607e5f7b --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/numismatic/bronze_tier5.json @@ -0,0 +1,32 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "numismatic-overhaul:money_bag", + "functions": [ + { + "function": "academy:set_money_bag", + "bronze": { + "type": "uniform", + "min": 300, + "max": 500 + }, + "combine": true + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/ancient_city/city/entrance.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/ancient_city/city/entrance.json new file mode 100644 index 00000000..f91e5db4 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/ancient_city/city/entrance.json @@ -0,0 +1,59 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/city/entrance/entrance_connector", + "processors": "minecraft:ancient_city_generic_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/city/entrance/entrance_path_1", + "processors": "minecraft:ancient_city_generic_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/city/entrance/entrance_path_2", + "processors": "minecraft:ancient_city_generic_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/city/entrance/entrance_path_3", + "processors": "minecraft:ancient_city_generic_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/city/entrance/entrance_path_4", + "processors": "minecraft:ancient_city_generic_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/city/entrance/entrance_path_5", + "processors": "minecraft:ancient_city_generic_degradation", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/ancient_city/city_center.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/ancient_city/city_center.json new file mode 100644 index 00000000..f9baf9b7 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/ancient_city/city_center.json @@ -0,0 +1,32 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/city_center/city_center_1", + "processors": "minecraft:ancient_city_start_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/city_center/city_center_2", + "processors": "minecraft:ancient_city_start_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/city_center/city_center_3", + "processors": "minecraft:ancient_city_start_degradation", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/ancient_city/city_center/walls.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/ancient_city/city_center/walls.json new file mode 100644 index 00000000..ddb5fbbb --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/ancient_city/city_center/walls.json @@ -0,0 +1,95 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/city_center/walls/bottom_1", + "processors": "minecraft:ancient_city_generic_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/city_center/walls/bottom_2", + "processors": "minecraft:ancient_city_generic_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/city_center/walls/bottom_left_corner", + "processors": "minecraft:ancient_city_generic_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/city_center/walls/bottom_right_corner_1", + "processors": "minecraft:ancient_city_generic_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/city_center/walls/bottom_right_corner_2", + "processors": "minecraft:ancient_city_generic_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/city_center/walls/left", + "processors": "minecraft:ancient_city_generic_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/city_center/walls/right", + "processors": "minecraft:ancient_city_generic_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/city_center/walls/top", + "processors": "minecraft:ancient_city_generic_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/city_center/walls/top_right_corner", + "processors": "minecraft:ancient_city_generic_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/city_center/walls/top_left_corner", + "processors": "minecraft:ancient_city_generic_degradation", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/ancient_city/sculk.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/ancient_city/sculk.json new file mode 100644 index 00000000..a05c861e --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/ancient_city/sculk.json @@ -0,0 +1,19 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:feature_pool_element", + "feature": "minecraft:sculk_patch_ancient_city", + "projection": "rigid" + }, + "weight": 6 + }, + { + "element": { + "element_type": "minecraft:empty_pool_element" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/ancient_city/structures.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/ancient_city/structures.json new file mode 100644 index 00000000..6350bed2 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/ancient_city/structures.json @@ -0,0 +1,208 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:empty_pool_element" + }, + "weight": 7 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/structures/barracks", + "processors": "minecraft:ancient_city_generic_degradation", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/structures/chamber_1", + "processors": "minecraft:ancient_city_generic_degradation", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/structures/chamber_2", + "processors": "minecraft:ancient_city_generic_degradation", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/structures/chamber_3", + "processors": "minecraft:ancient_city_generic_degradation", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/structures/sauna_1", + "processors": "minecraft:ancient_city_generic_degradation", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/structures/small_statue", + "processors": "minecraft:ancient_city_generic_degradation", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/structures/large_ruin_1", + "processors": "minecraft:ancient_city_generic_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/structures/tall_ruin_1", + "processors": "minecraft:ancient_city_generic_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/structures/tall_ruin_2", + "processors": "minecraft:ancient_city_generic_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/structures/tall_ruin_3", + "processors": "minecraft:ancient_city_generic_degradation", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/structures/tall_ruin_4", + "processors": "minecraft:ancient_city_generic_degradation", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:list_pool_element", + "elements": [ + { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/structures/camp_1", + "processors": "minecraft:ancient_city_generic_degradation", + "projection": "rigid" + }, + { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/structures/camp_2", + "processors": "minecraft:ancient_city_generic_degradation", + "projection": "rigid" + }, + { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/structures/camp_3", + "processors": "minecraft:ancient_city_generic_degradation", + "projection": "rigid" + } + ], + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/structures/medium_ruin_1", + "processors": "minecraft:ancient_city_generic_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/structures/medium_ruin_2", + "processors": "minecraft:ancient_city_generic_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/structures/small_ruin_1", + "processors": "minecraft:ancient_city_generic_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/structures/small_ruin_2", + "processors": "minecraft:ancient_city_generic_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/structures/large_pillar_1", + "processors": "minecraft:ancient_city_generic_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/structures/medium_pillar_1", + "processors": "minecraft:ancient_city_generic_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:list_pool_element", + "elements": [ + { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/structures/ice_box_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + } + ], + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/ancient_city/walls.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/ancient_city/walls.json new file mode 100644 index 00000000..2f17eb21 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/ancient_city/walls.json @@ -0,0 +1,149 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/walls/intact_corner_wall_1", + "processors": "minecraft:ancient_city_walls_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/walls/intact_intersection_wall_1", + "processors": "minecraft:ancient_city_walls_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/walls/intact_lshape_wall_1", + "processors": "minecraft:ancient_city_walls_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/walls/intact_horizontal_wall_1", + "processors": "minecraft:ancient_city_walls_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/walls/intact_horizontal_wall_2", + "processors": "minecraft:ancient_city_walls_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/walls/intact_horizontal_wall_stairs_1", + "processors": "minecraft:ancient_city_walls_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/walls/intact_horizontal_wall_stairs_2", + "processors": "minecraft:ancient_city_walls_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/walls/intact_horizontal_wall_stairs_3", + "processors": "minecraft:ancient_city_walls_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/walls/intact_horizontal_wall_stairs_4", + "processors": "minecraft:ancient_city_walls_degradation", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/walls/intact_horizontal_wall_passage_1", + "processors": "minecraft:ancient_city_walls_degradation", + "projection": "rigid" + }, + "weight": 3 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/walls/ruined_corner_wall_1", + "processors": "minecraft:ancient_city_walls_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/walls/ruined_corner_wall_2", + "processors": "minecraft:ancient_city_walls_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/walls/ruined_horizontal_wall_stairs_1", + "processors": "minecraft:ancient_city_walls_degradation", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/walls/ruined_horizontal_wall_stairs_2", + "processors": "minecraft:ancient_city_walls_degradation", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/walls/ruined_horizontal_wall_stairs_3", + "processors": "minecraft:ancient_city_walls_degradation", + "projection": "rigid" + }, + "weight": 3 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/walls/ruined_horizontal_wall_stairs_4", + "processors": "minecraft:ancient_city_walls_degradation", + "projection": "rigid" + }, + "weight": 3 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/ancient_city/walls/no_corners.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/ancient_city/walls/no_corners.json new file mode 100644 index 00000000..380a33e1 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/ancient_city/walls/no_corners.json @@ -0,0 +1,77 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/walls/intact_horizontal_wall_1", + "processors": "minecraft:ancient_city_walls_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/walls/intact_horizontal_wall_2", + "processors": "minecraft:ancient_city_walls_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/walls/intact_horizontal_wall_stairs_1", + "processors": "minecraft:ancient_city_walls_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/walls/intact_horizontal_wall_stairs_2", + "processors": "minecraft:ancient_city_walls_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/walls/intact_horizontal_wall_stairs_3", + "processors": "minecraft:ancient_city_walls_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/walls/intact_horizontal_wall_stairs_4", + "processors": "minecraft:ancient_city_walls_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/walls/intact_horizontal_wall_stairs_5", + "processors": "minecraft:ancient_city_walls_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:ancient_city/walls/intact_horizontal_wall_bridge", + "processors": "minecraft:ancient_city_walls_degradation", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/blocks/gold.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/blocks/gold.json new file mode 100644 index 00000000..c5c17289 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/blocks/gold.json @@ -0,0 +1,27 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/blocks/air", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 3 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/blocks/gold", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/bridge/bridge_pieces.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/bridge/bridge_pieces.json new file mode 100644 index 00000000..536479c9 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/bridge/bridge_pieces.json @@ -0,0 +1,14 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/bridge/bridge_pieces/bridge", + "processors": "minecraft:bridge", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/bridge/connectors.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/bridge/connectors.json new file mode 100644 index 00000000..dfbfc5d4 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/bridge/connectors.json @@ -0,0 +1,23 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/bridge/connectors/back_bridge_top", + "processors": "minecraft:bastion_generic_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/bridge/connectors/back_bridge_bottom", + "processors": "minecraft:bastion_generic_degradation", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/bridge/legs.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/bridge/legs.json new file mode 100644 index 00000000..1545bb86 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/bridge/legs.json @@ -0,0 +1,23 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/bridge/legs/leg_0", + "processors": "minecraft:bastion_generic_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/bridge/legs/leg_1", + "processors": "minecraft:bastion_generic_degradation", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/bridge/rampart_plates.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/bridge/rampart_plates.json new file mode 100644 index 00000000..fa6aa7cd --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/bridge/rampart_plates.json @@ -0,0 +1,14 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/bridge/rampart_plates/plate_0", + "processors": "minecraft:rampart_degradation", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/bridge/ramparts.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/bridge/ramparts.json new file mode 100644 index 00000000..8d64dd16 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/bridge/ramparts.json @@ -0,0 +1,23 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/bridge/ramparts/rampart_0", + "processors": "minecraft:rampart_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/bridge/ramparts/rampart_1", + "processors": "minecraft:rampart_degradation", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/bridge/starting_pieces.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/bridge/starting_pieces.json new file mode 100644 index 00000000..95e67ee9 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/bridge/starting_pieces.json @@ -0,0 +1,23 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/bridge/starting_pieces/entrance", + "processors": "minecraft:entrance_replacement", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/bridge/starting_pieces/entrance_face", + "processors": "minecraft:bastion_generic_degradation", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/bridge/walls.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/bridge/walls.json new file mode 100644 index 00000000..519f747b --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/bridge/walls.json @@ -0,0 +1,23 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/bridge/walls/wall_base_0", + "processors": "minecraft:rampart_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/bridge/walls/wall_base_1", + "processors": "minecraft:rampart_degradation", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/connectors.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/connectors.json new file mode 100644 index 00000000..b9141a07 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/connectors.json @@ -0,0 +1,14 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/connectors/end_post_connector", + "processors": "minecraft:stable_degradation", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/large_stables/inner.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/large_stables/inner.json new file mode 100644 index 00000000..d5f6db4f --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/large_stables/inner.json @@ -0,0 +1,50 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/large_stables/inner_0", + "processors": "minecraft:stable_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/large_stables/inner_1", + "processors": "minecraft:stable_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/large_stables/inner_2", + "processors": "minecraft:stable_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/large_stables/inner_3", + "processors": "minecraft:stable_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/large_stables/inner_4", + "processors": "minecraft:stable_degradation", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/large_stables/outer.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/large_stables/outer.json new file mode 100644 index 00000000..7e7f4644 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/large_stables/outer.json @@ -0,0 +1,50 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/large_stables/outer_0", + "processors": "minecraft:stable_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/large_stables/outer_1", + "processors": "minecraft:stable_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/large_stables/outer_2", + "processors": "minecraft:stable_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/large_stables/outer_3", + "processors": "minecraft:stable_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/large_stables/outer_4", + "processors": "minecraft:stable_degradation", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/mirrored_starting_pieces.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/mirrored_starting_pieces.json new file mode 100644 index 00000000..fe684790 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/mirrored_starting_pieces.json @@ -0,0 +1,50 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/starting_pieces/stairs_0_mirrored", + "processors": "minecraft:stable_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/starting_pieces/stairs_1_mirrored", + "processors": "minecraft:stable_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/starting_pieces/stairs_2_mirrored", + "processors": "minecraft:stable_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/starting_pieces/stairs_3_mirrored", + "processors": "minecraft:stable_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/starting_pieces/stairs_4_mirrored", + "processors": "minecraft:stable_degradation", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/posts.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/posts.json new file mode 100644 index 00000000..72be6944 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/posts.json @@ -0,0 +1,23 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/posts/stair_post", + "processors": "minecraft:stable_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/posts/end_post", + "processors": "minecraft:stable_degradation", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/rampart_plates.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/rampart_plates.json new file mode 100644 index 00000000..2c5e9d16 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/rampart_plates.json @@ -0,0 +1,14 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/rampart_plates/rampart_plate_1", + "processors": "minecraft:stable_degradation", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/ramparts.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/ramparts.json new file mode 100644 index 00000000..866b742d --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/ramparts.json @@ -0,0 +1,32 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/ramparts/ramparts_1", + "processors": "minecraft:stable_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/ramparts/ramparts_2", + "processors": "minecraft:stable_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/ramparts/ramparts_3", + "processors": "minecraft:stable_degradation", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/small_stables/inner.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/small_stables/inner.json new file mode 100644 index 00000000..f49b3d65 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/small_stables/inner.json @@ -0,0 +1,41 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/small_stables/inner_0", + "processors": "minecraft:stable_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/small_stables/inner_1", + "processors": "minecraft:stable_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/small_stables/inner_2", + "processors": "minecraft:stable_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/small_stables/inner_3", + "processors": "minecraft:stable_degradation", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/small_stables/outer.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/small_stables/outer.json new file mode 100644 index 00000000..c6876191 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/small_stables/outer.json @@ -0,0 +1,41 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/small_stables/outer_0", + "processors": "minecraft:stable_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/small_stables/outer_1", + "processors": "minecraft:stable_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/small_stables/outer_2", + "processors": "minecraft:stable_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/small_stables/outer_3", + "processors": "minecraft:stable_degradation", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/stairs.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/stairs.json new file mode 100644 index 00000000..dffa6294 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/stairs.json @@ -0,0 +1,140 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/stairs/stairs_1_0", + "processors": "minecraft:stable_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/stairs/stairs_1_1", + "processors": "minecraft:stable_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/stairs/stairs_1_2", + "processors": "minecraft:stable_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/stairs/stairs_1_3", + "processors": "minecraft:stable_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/stairs/stairs_1_4", + "processors": "minecraft:stable_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/stairs/stairs_2_0", + "processors": "minecraft:stable_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/stairs/stairs_2_1", + "processors": "minecraft:stable_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/stairs/stairs_2_2", + "processors": "minecraft:stable_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/stairs/stairs_2_3", + "processors": "minecraft:stable_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/stairs/stairs_2_4", + "processors": "minecraft:stable_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/stairs/stairs_3_0", + "processors": "minecraft:stable_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/stairs/stairs_3_1", + "processors": "minecraft:stable_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/stairs/stairs_3_2", + "processors": "minecraft:stable_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/stairs/stairs_3_3", + "processors": "minecraft:stable_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/stairs/stairs_3_4", + "processors": "minecraft:stable_degradation", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/starting_pieces.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/starting_pieces.json new file mode 100644 index 00000000..fe42d672 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/starting_pieces.json @@ -0,0 +1,50 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/starting_pieces/starting_stairs_0", + "processors": "minecraft:stable_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/starting_pieces/starting_stairs_1", + "processors": "minecraft:stable_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/starting_pieces/starting_stairs_2", + "processors": "minecraft:stable_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/starting_pieces/starting_stairs_3", + "processors": "minecraft:stable_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/starting_pieces/starting_stairs_4", + "processors": "minecraft:stable_degradation", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/wall_bases.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/wall_bases.json new file mode 100644 index 00000000..857e2f57 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/wall_bases.json @@ -0,0 +1,14 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/walls/wall_base", + "processors": "minecraft:stable_degradation", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/walls.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/walls.json new file mode 100644 index 00000000..d72cfc99 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/walls.json @@ -0,0 +1,23 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/walls/side_wall_0", + "processors": "minecraft:side_wall_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/walls/side_wall_1", + "processors": "minecraft:side_wall_degradation", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/mobs/hoglin.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/mobs/hoglin.json new file mode 100644 index 00000000..80262c74 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/mobs/hoglin.json @@ -0,0 +1,27 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/mobs/hoglin", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/mobs/empty", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/mobs/piglin.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/mobs/piglin.json new file mode 100644 index 00000000..49881414 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/mobs/piglin.json @@ -0,0 +1,49 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/mobs/melee_piglin", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/mobs/sword_piglin", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/mobs/crossbow_piglin", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/mobs/empty", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/mobs/piglin_melee.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/mobs/piglin_melee.json new file mode 100644 index 00000000..57e8b443 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/mobs/piglin_melee.json @@ -0,0 +1,38 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/mobs/melee_piglin_always", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/mobs/melee_piglin", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 5 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/mobs/sword_piglin", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/starts.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/starts.json new file mode 100644 index 00000000..268da0d8 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/starts.json @@ -0,0 +1,41 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/units/air_base", + "processors": "minecraft:bastion_generic_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/hoglin_stable/air_base", + "processors": "minecraft:bastion_generic_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/big_air_full", + "processors": "minecraft:bastion_generic_degradation", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/bridge/starting_pieces/entrance_base", + "processors": "minecraft:bastion_generic_degradation", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/bases.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/bases.json new file mode 100644 index 00000000..2407bb50 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/bases.json @@ -0,0 +1,14 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/bases/lava_basin", + "processors": "minecraft:treasure_rooms", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/bases/centers.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/bases/centers.json new file mode 100644 index 00000000..37494415 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/bases/centers.json @@ -0,0 +1,41 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/bases/centers/center_0", + "processors": "minecraft:treasure_rooms", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/bases/centers/center_1", + "processors": "minecraft:treasure_rooms", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/bases/centers/center_2", + "processors": "minecraft:treasure_rooms", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/bases/centers/center_3", + "processors": "minecraft:treasure_rooms", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/brains.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/brains.json new file mode 100644 index 00000000..0424a1a2 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/brains.json @@ -0,0 +1,14 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/brains/center_brain", + "processors": "minecraft:treasure_rooms", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/connectors.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/connectors.json new file mode 100644 index 00000000..ee5f8435 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/connectors.json @@ -0,0 +1,32 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/connectors/center_to_wall_middle", + "processors": "minecraft:treasure_rooms", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/connectors/center_to_wall_top", + "processors": "minecraft:treasure_rooms", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/connectors/center_to_wall_top_entrance", + "processors": "minecraft:treasure_rooms", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/corners/bottom.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/corners/bottom.json new file mode 100644 index 00000000..3151ea3b --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/corners/bottom.json @@ -0,0 +1,23 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/corners/bottom/corner_0", + "processors": "minecraft:treasure_rooms", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/corners/bottom/corner_1", + "processors": "minecraft:treasure_rooms", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/corners/edges.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/corners/edges.json new file mode 100644 index 00000000..38aaef5d --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/corners/edges.json @@ -0,0 +1,32 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/corners/edges/bottom", + "processors": "minecraft:high_wall", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/corners/edges/middle", + "processors": "minecraft:high_wall", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/corners/edges/top", + "processors": "minecraft:high_wall", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/corners/middle.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/corners/middle.json new file mode 100644 index 00000000..26ce379c --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/corners/middle.json @@ -0,0 +1,23 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/corners/middle/corner_0", + "processors": "minecraft:treasure_rooms", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/corners/middle/corner_1", + "processors": "minecraft:treasure_rooms", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/corners/top.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/corners/top.json new file mode 100644 index 00000000..654639fa --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/corners/top.json @@ -0,0 +1,23 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/corners/top/corner_0", + "processors": "minecraft:treasure_rooms", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/corners/top/corner_1", + "processors": "minecraft:treasure_rooms", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/entrances.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/entrances.json new file mode 100644 index 00000000..efebb4cd --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/entrances.json @@ -0,0 +1,14 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/entrances/entrance_0", + "processors": "minecraft:treasure_rooms", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/extensions/houses.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/extensions/houses.json new file mode 100644 index 00000000..c7a4e02d --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/extensions/houses.json @@ -0,0 +1,23 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/extensions/house_0", + "processors": "minecraft:treasure_rooms", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/extensions/house_1", + "processors": "minecraft:treasure_rooms", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/extensions/large_pool.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/extensions/large_pool.json new file mode 100644 index 00000000..abb8c232 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/extensions/large_pool.json @@ -0,0 +1,86 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/extensions/empty", + "processors": "minecraft:treasure_rooms", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/extensions/empty", + "processors": "minecraft:treasure_rooms", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/extensions/fire_room", + "processors": "minecraft:treasure_rooms", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/extensions/large_bridge_0", + "processors": "minecraft:treasure_rooms", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/extensions/large_bridge_1", + "processors": "minecraft:treasure_rooms", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/extensions/large_bridge_2", + "processors": "minecraft:treasure_rooms", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/extensions/large_bridge_3", + "processors": "minecraft:treasure_rooms", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/extensions/roofed_bridge", + "processors": "minecraft:treasure_rooms", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/extensions/empty", + "processors": "minecraft:treasure_rooms", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/extensions/small_pool.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/extensions/small_pool.json new file mode 100644 index 00000000..e69a1f97 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/extensions/small_pool.json @@ -0,0 +1,68 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/extensions/empty", + "processors": "minecraft:treasure_rooms", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/extensions/fire_room", + "processors": "minecraft:treasure_rooms", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/extensions/empty", + "processors": "minecraft:treasure_rooms", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/extensions/small_bridge_0", + "processors": "minecraft:treasure_rooms", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/extensions/small_bridge_1", + "processors": "minecraft:treasure_rooms", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/extensions/small_bridge_2", + "processors": "minecraft:treasure_rooms", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/extensions/small_bridge_3", + "processors": "minecraft:treasure_rooms", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/ramparts.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/ramparts.json new file mode 100644 index 00000000..b36db2c6 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/ramparts.json @@ -0,0 +1,59 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/ramparts/mid_wall_main", + "processors": "minecraft:treasure_rooms", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/ramparts/mid_wall_side", + "processors": "minecraft:treasure_rooms", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/ramparts/bottom_wall_0", + "processors": "minecraft:bottom_rampart", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/ramparts/top_wall", + "processors": "minecraft:high_rampart", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/ramparts/lava_basin_side", + "processors": "minecraft:treasure_rooms", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/ramparts/lava_basin_main", + "processors": "minecraft:treasure_rooms", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/roofs.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/roofs.json new file mode 100644 index 00000000..2a5ca133 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/roofs.json @@ -0,0 +1,32 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/roofs/wall_roof", + "processors": "minecraft:roof", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/roofs/corner_roof", + "processors": "minecraft:roof", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/roofs/center_roof", + "processors": "minecraft:roof", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/stairs.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/stairs.json new file mode 100644 index 00000000..d3cc0b98 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/stairs.json @@ -0,0 +1,14 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/stairs/lower_stairs", + "processors": "minecraft:treasure_rooms", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/walls.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/walls.json new file mode 100644 index 00000000..2f0e66a0 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/walls.json @@ -0,0 +1,23 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/walls/lava_wall", + "processors": "minecraft:treasure_rooms", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/walls/entrance_wall", + "processors": "minecraft:high_wall", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/walls/bottom.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/walls/bottom.json new file mode 100644 index 00000000..7657ab9a --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/walls/bottom.json @@ -0,0 +1,41 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/walls/bottom/wall_0", + "processors": "minecraft:treasure_rooms", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/walls/bottom/wall_1", + "processors": "minecraft:treasure_rooms", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/walls/bottom/wall_2", + "processors": "minecraft:treasure_rooms", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/walls/bottom/wall_3", + "processors": "minecraft:treasure_rooms", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/walls/mid.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/walls/mid.json new file mode 100644 index 00000000..ad94c72d --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/walls/mid.json @@ -0,0 +1,32 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/walls/mid/wall_0", + "processors": "minecraft:treasure_rooms", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/walls/mid/wall_1", + "processors": "minecraft:treasure_rooms", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/walls/mid/wall_2", + "processors": "minecraft:treasure_rooms", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/walls/outer.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/walls/outer.json new file mode 100644 index 00000000..51723b0b --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/walls/outer.json @@ -0,0 +1,59 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/walls/outer/top_corner", + "processors": "minecraft:high_wall", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/walls/outer/mid_corner", + "processors": "minecraft:high_wall", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/walls/outer/bottom_corner", + "processors": "minecraft:high_wall", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/walls/outer/outer_wall", + "processors": "minecraft:high_wall", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/walls/outer/medium_outer_wall", + "processors": "minecraft:high_wall", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/walls/outer/tall_outer_wall", + "processors": "minecraft:high_wall", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/walls/top.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/walls/top.json new file mode 100644 index 00000000..d2e25690 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/walls/top.json @@ -0,0 +1,32 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/walls/top/main_entrance", + "processors": "minecraft:treasure_rooms", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/walls/top/wall_0", + "processors": "minecraft:treasure_rooms", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/treasure/walls/top/wall_1", + "processors": "minecraft:treasure_rooms", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/center_pieces.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/center_pieces.json new file mode 100644 index 00000000..22407c36 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/center_pieces.json @@ -0,0 +1,32 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/units/center_pieces/center_0", + "processors": "minecraft:housing", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/units/center_pieces/center_1", + "processors": "minecraft:housing", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/units/center_pieces/center_2", + "processors": "minecraft:housing", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/edge_wall_units.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/edge_wall_units.json new file mode 100644 index 00000000..e9d3d785 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/edge_wall_units.json @@ -0,0 +1,14 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/units/wall_units/edge_0_large", + "processors": "minecraft:housing", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/edges.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/edges.json new file mode 100644 index 00000000..86941f70 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/edges.json @@ -0,0 +1,14 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/units/edges/edge_0", + "processors": "minecraft:housing", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/fillers/stage_0.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/fillers/stage_0.json new file mode 100644 index 00000000..51a65e94 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/fillers/stage_0.json @@ -0,0 +1,14 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/units/fillers/stage_0", + "processors": "minecraft:housing", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/large_ramparts.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/large_ramparts.json new file mode 100644 index 00000000..371c1e9b --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/large_ramparts.json @@ -0,0 +1,14 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/units/ramparts/ramparts_0", + "processors": "minecraft:housing", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/pathways.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/pathways.json new file mode 100644 index 00000000..e9dee7dd --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/pathways.json @@ -0,0 +1,23 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/units/pathways/pathway_0", + "processors": "minecraft:housing", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/units/pathways/pathway_wall_0", + "processors": "minecraft:housing", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/rampart_plates.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/rampart_plates.json new file mode 100644 index 00000000..c90df3d6 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/rampart_plates.json @@ -0,0 +1,14 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/units/rampart_plates/plate_0", + "processors": "minecraft:housing", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/ramparts.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/ramparts.json new file mode 100644 index 00000000..37f3ea6a --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/ramparts.json @@ -0,0 +1,32 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/units/ramparts/ramparts_0", + "processors": "minecraft:housing", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/units/ramparts/ramparts_1", + "processors": "minecraft:housing", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/units/ramparts/ramparts_2", + "processors": "minecraft:housing", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/stages/rot/stage_1.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/stages/rot/stage_1.json new file mode 100644 index 00000000..384e94d1 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/stages/rot/stage_1.json @@ -0,0 +1,14 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/units/stages/rot/stage_1_0", + "processors": "minecraft:housing", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/stages/stage_0.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/stages/stage_0.json new file mode 100644 index 00000000..7f7b2389 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/stages/stage_0.json @@ -0,0 +1,41 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/units/stages/stage_0_0", + "processors": "minecraft:housing", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/units/stages/stage_0_1", + "processors": "minecraft:housing", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/units/stages/stage_0_2", + "processors": "minecraft:housing", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/units/stages/stage_0_3", + "processors": "minecraft:housing", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/stages/stage_1.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/stages/stage_1.json new file mode 100644 index 00000000..f21b16fa --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/stages/stage_1.json @@ -0,0 +1,41 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/units/stages/stage_1_0", + "processors": "minecraft:housing", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/units/stages/stage_1_1", + "processors": "minecraft:housing", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/units/stages/stage_1_2", + "processors": "minecraft:housing", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/units/stages/stage_1_3", + "processors": "minecraft:housing", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/stages/stage_2.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/stages/stage_2.json new file mode 100644 index 00000000..8f35045a --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/stages/stage_2.json @@ -0,0 +1,23 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/units/stages/stage_2_0", + "processors": "minecraft:housing", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/units/stages/stage_2_1", + "processors": "minecraft:housing", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/stages/stage_3.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/stages/stage_3.json new file mode 100644 index 00000000..03ab4efb --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/stages/stage_3.json @@ -0,0 +1,41 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/units/stages/stage_3_0", + "processors": "minecraft:housing", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/units/stages/stage_3_1", + "processors": "minecraft:housing", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/units/stages/stage_3_2", + "processors": "minecraft:housing", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/units/stages/stage_3_3", + "processors": "minecraft:housing", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/wall_units.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/wall_units.json new file mode 100644 index 00000000..c373888f --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/wall_units.json @@ -0,0 +1,14 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/units/wall_units/unit_0", + "processors": "minecraft:housing", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/walls/wall_bases.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/walls/wall_bases.json new file mode 100644 index 00000000..262a0275 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/walls/wall_bases.json @@ -0,0 +1,23 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/units/walls/wall_base", + "processors": "minecraft:housing", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:bastion/units/walls/connected_wall", + "processors": "minecraft:housing", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/empty.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/empty.json new file mode 100644 index 00000000..6bae5ad7 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/empty.json @@ -0,0 +1,4 @@ +{ + "elements": [], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/pillager_outpost/base_plates.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/pillager_outpost/base_plates.json new file mode 100644 index 00000000..9f7c180b --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/pillager_outpost/base_plates.json @@ -0,0 +1,16 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:pillager_outpost/base_plate", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/pillager_outpost/feature_plates.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/pillager_outpost/feature_plates.json new file mode 100644 index 00000000..58540017 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/pillager_outpost/feature_plates.json @@ -0,0 +1,16 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:pillager_outpost/feature_plate", + "processors": { + "processors": [] + }, + "projection": "terrain_matching" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/pillager_outpost/features.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/pillager_outpost/features.json new file mode 100644 index 00000000..bc1d5a5e --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/pillager_outpost/features.json @@ -0,0 +1,88 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:pillager_outpost/feature_cage1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:pillager_outpost/feature_cage2", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:pillager_outpost/feature_cage_with_allays", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:pillager_outpost/feature_logs", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:pillager_outpost/feature_tent1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:pillager_outpost/feature_tent2", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:pillager_outpost/feature_targets", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:empty_pool_element" + }, + "weight": 6 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/pillager_outpost/towers.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/pillager_outpost/towers.json new file mode 100644 index 00000000..0900d795 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/pillager_outpost/towers.json @@ -0,0 +1,28 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:list_pool_element", + "elements": [ + { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:pillager_outpost/watchtower", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:pillager_outpost/watchtower_overgrown", + "processors": "minecraft:outpost_rot", + "projection": "rigid" + } + ], + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/trail_ruins/buildings.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/trail_ruins/buildings.json new file mode 100644 index 00000000..f8ad2e63 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/trail_ruins/buildings.json @@ -0,0 +1,140 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/buildings/group_hall_1", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/buildings/group_hall_2", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/buildings/group_hall_3", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/buildings/group_hall_4", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/buildings/group_hall_5", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/buildings/large_room_1", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/buildings/large_room_2", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/buildings/large_room_3", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/buildings/large_room_4", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/buildings/large_room_5", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/buildings/one_room_1", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/buildings/one_room_2", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/buildings/one_room_3", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/buildings/one_room_4", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/buildings/one_room_5", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/trail_ruins/buildings/grouped.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/trail_ruins/buildings/grouped.json new file mode 100644 index 00000000..ac3742b4 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/trail_ruins/buildings/grouped.json @@ -0,0 +1,185 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/buildings/group_full_1", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/buildings/group_full_2", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/buildings/group_full_3", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/buildings/group_full_4", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/buildings/group_full_5", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/buildings/group_lower_1", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/buildings/group_lower_2", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/buildings/group_lower_3", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/buildings/group_lower_4", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/buildings/group_lower_5", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/buildings/group_upper_1", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/buildings/group_upper_2", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/buildings/group_upper_3", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/buildings/group_upper_4", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/buildings/group_upper_5", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/buildings/group_room_1", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/buildings/group_room_2", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/buildings/group_room_3", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/buildings/group_room_4", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/buildings/group_room_5", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/trail_ruins/decor.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/trail_ruins/decor.json new file mode 100644 index 00000000..0e653984 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/trail_ruins/decor.json @@ -0,0 +1,68 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/decor/decor_1", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/decor/decor_2", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/decor/decor_3", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/decor/decor_4", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/decor/decor_5", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/decor/decor_6", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/decor/decor_7", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/trail_ruins/roads.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/trail_ruins/roads.json new file mode 100644 index 00000000..78e08201 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/trail_ruins/roads.json @@ -0,0 +1,68 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/roads/long_road_end", + "processors": "minecraft:trail_ruins_roads_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/roads/road_end_1", + "processors": "minecraft:trail_ruins_roads_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/roads/road_section_1", + "processors": "minecraft:trail_ruins_roads_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/roads/road_section_2", + "processors": "minecraft:trail_ruins_roads_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/roads/road_section_3", + "processors": "minecraft:trail_ruins_roads_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/roads/road_section_4", + "processors": "minecraft:trail_ruins_roads_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/roads/road_spacer_1", + "processors": "minecraft:trail_ruins_roads_archaeology", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/trail_ruins/tower.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/trail_ruins/tower.json new file mode 100644 index 00000000..a6616ddb --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/trail_ruins/tower.json @@ -0,0 +1,50 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/tower/tower_1", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/tower/tower_2", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/tower/tower_3", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/tower/tower_4", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/tower/tower_5", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/trail_ruins/tower/additions.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/trail_ruins/tower/additions.json new file mode 100644 index 00000000..d2cb61c5 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/trail_ruins/tower/additions.json @@ -0,0 +1,230 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/tower/hall_1", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/tower/hall_2", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/tower/hall_3", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/tower/hall_4", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/tower/hall_5", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/tower/large_hall_1", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/tower/large_hall_2", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/tower/large_hall_3", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/tower/large_hall_4", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/tower/large_hall_5", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/tower/one_room_1", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/tower/one_room_2", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/tower/one_room_3", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/tower/one_room_4", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/tower/one_room_5", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/tower/platform_1", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/tower/platform_2", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/tower/platform_3", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/tower/platform_4", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/tower/platform_5", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/tower/stable_1", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/tower/stable_2", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/tower/stable_3", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/tower/stable_4", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/tower/stable_5", + "processors": "minecraft:trail_ruins_houses_archaeology", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/trail_ruins/tower/tower_top.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/trail_ruins/tower/tower_top.json new file mode 100644 index 00000000..1557d5f3 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/trail_ruins/tower/tower_top.json @@ -0,0 +1,50 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/tower/tower_top_1", + "processors": "minecraft:trail_ruins_tower_top_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/tower/tower_top_2", + "processors": "minecraft:trail_ruins_tower_top_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/tower/tower_top_3", + "processors": "minecraft:trail_ruins_tower_top_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/tower/tower_top_4", + "processors": "minecraft:trail_ruins_tower_top_archaeology", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "minecraft:trail_ruins/tower/tower_top_5", + "processors": "minecraft:trail_ruins_tower_top_archaeology", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/common/animals.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/common/animals.json new file mode 100644 index 00000000..81aa432b --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/common/animals.json @@ -0,0 +1,110 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/common/animals/cows_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 7 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/common/animals/pigs_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 7 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/common/animals/horses_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/common/animals/horses_2", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/common/animals/horses_3", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/common/animals/horses_4", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/common/animals/horses_5", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/common/animals/sheep_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/common/animals/sheep_2", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:empty_pool_element" + }, + "weight": 5 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/common/butcher_animals.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/common/butcher_animals.json new file mode 100644 index 00000000..c68baef8 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/common/butcher_animals.json @@ -0,0 +1,49 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/common/animals/cows_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 3 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/common/animals/pigs_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 3 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/common/animals/sheep_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/common/animals/sheep_2", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/common/cats.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/common/cats.json new file mode 100644 index 00000000..e92f19c2 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/common/cats.json @@ -0,0 +1,121 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/common/animals/cat_black", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/common/animals/cat_british", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/common/animals/cat_calico", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/common/animals/cat_persian", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/common/animals/cat_ragdoll", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/common/animals/cat_red", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/common/animals/cat_siamese", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/common/animals/cat_tabby", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/common/animals/cat_white", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/common/animals/cat_jellie", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:empty_pool_element" + }, + "weight": 3 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/common/iron_golem.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/common/iron_golem.json new file mode 100644 index 00000000..7b57cfbc --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/common/iron_golem.json @@ -0,0 +1,16 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/common/iron_golem", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/common/sheep.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/common/sheep.json new file mode 100644 index 00000000..357e70c1 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/common/sheep.json @@ -0,0 +1,27 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/common/animals/sheep_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/common/animals/sheep_2", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/common/well_bottoms.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/common/well_bottoms.json new file mode 100644 index 00000000..aaddc3f1 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/common/well_bottoms.json @@ -0,0 +1,16 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/common/well_bottom", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/desert/camel.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/desert/camel.json new file mode 100644 index 00000000..c0521486 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/desert/camel.json @@ -0,0 +1,16 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/camel_spawn", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/desert/decor.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/desert/decor.json new file mode 100644 index 00000000..2176243c --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/desert/decor.json @@ -0,0 +1,38 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/desert_lamp_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 10 + }, + { + "element": { + "element_type": "minecraft:feature_pool_element", + "feature": "minecraft:patch_cactus", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:feature_pool_element", + "feature": "minecraft:pile_hay", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:empty_pool_element" + }, + "weight": 10 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/desert/houses.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/desert/houses.json new file mode 100644 index 00000000..106cef57 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/desert/houses.json @@ -0,0 +1,346 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/houses/desert_small_house_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/houses/desert_small_house_2", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/houses/desert_small_house_3", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/houses/desert_small_house_4", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/houses/desert_small_house_5", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/houses/desert_small_house_6", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/houses/desert_small_house_7", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/houses/desert_small_house_8", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/houses/desert_medium_house_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/houses/desert_medium_house_2", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/houses/desert_butcher_shop_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/houses/desert_tool_smith_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/houses/desert_fletcher_house_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/houses/desert_shepherd_house_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/houses/desert_armorer_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/houses/desert_fisher_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/houses/desert_tannery_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/houses/desert_cartographer_house_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/houses/desert_library_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/houses/desert_mason_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/houses/desert_weaponsmith_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/houses/desert_temple_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/houses/desert_temple_2", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/houses/desert_large_farm_1", + "processors": "minecraft:farm_desert", + "projection": "rigid" + }, + "weight": 11 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/houses/desert_farm_1", + "processors": "minecraft:farm_desert", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/houses/desert_farm_2", + "processors": "minecraft:farm_desert", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/houses/desert_animal_pen_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/houses/desert_animal_pen_2", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "academy:shop_desert", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 50 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "academy:healingcenter_desert", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 50 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "academy:safariportal_desert", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 50 + }, + { + "element": { + "element_type": "minecraft:empty_pool_element" + }, + "weight": 5 + } + ], + "fallback": "minecraft:village/desert/terminators" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/desert/streets.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/desert/streets.json new file mode 100644 index 00000000..caac284c --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/desert/streets.json @@ -0,0 +1,137 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/streets/corner_01", + "processors": { + "processors": [] + }, + "projection": "terrain_matching" + }, + "weight": 3 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/streets/corner_02", + "processors": { + "processors": [] + }, + "projection": "terrain_matching" + }, + "weight": 3 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/streets/straight_01", + "processors": { + "processors": [] + }, + "projection": "terrain_matching" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/streets/straight_02", + "processors": { + "processors": [] + }, + "projection": "terrain_matching" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/streets/straight_03", + "processors": { + "processors": [] + }, + "projection": "terrain_matching" + }, + "weight": 3 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/streets/crossroad_01", + "processors": { + "processors": [] + }, + "projection": "terrain_matching" + }, + "weight": 3 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/streets/crossroad_02", + "processors": { + "processors": [] + }, + "projection": "terrain_matching" + }, + "weight": 3 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/streets/crossroad_03", + "processors": { + "processors": [] + }, + "projection": "terrain_matching" + }, + "weight": 3 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/streets/square_01", + "processors": { + "processors": [] + }, + "projection": "terrain_matching" + }, + "weight": 3 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/streets/square_02", + "processors": { + "processors": [] + }, + "projection": "terrain_matching" + }, + "weight": 3 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/streets/turn_01", + "processors": { + "processors": [] + }, + "projection": "terrain_matching" + }, + "weight": 3 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "academy:street_desert", + "processors": { + "processors": [] + }, + "projection": "terrain_matching" + }, + "weight": 3 + } + ], + "fallback": "minecraft:village/desert/terminators" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/desert/terminators.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/desert/terminators.json new file mode 100644 index 00000000..080901ca --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/desert/terminators.json @@ -0,0 +1,27 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/terminators/terminator_01", + "processors": { + "processors": [] + }, + "projection": "terrain_matching" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/terminators/terminator_02", + "processors": { + "processors": [] + }, + "projection": "terrain_matching" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/desert/town_centers.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/desert/town_centers.json new file mode 100644 index 00000000..d10a47fd --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/desert/town_centers.json @@ -0,0 +1,76 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/town_centers/desert_meeting_point_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 98 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/town_centers/desert_meeting_point_2", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 98 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/town_centers/desert_meeting_point_3", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 49 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/zombie/town_centers/desert_meeting_point_1", + "processors": "minecraft:zombie_desert", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/zombie/town_centers/desert_meeting_point_2", + "processors": "minecraft:zombie_desert", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/zombie/town_centers/desert_meeting_point_3", + "processors": "minecraft:zombie_desert", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "academy:shop", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 3 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/desert/villagers.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/desert/villagers.json new file mode 100644 index 00000000..19f21603 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/desert/villagers.json @@ -0,0 +1,38 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/villagers/nitwit", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/villagers/baby", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/villagers/unemployed", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 10 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/desert/zombie/decor.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/desert/zombie/decor.json new file mode 100644 index 00000000..87b9b755 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/desert/zombie/decor.json @@ -0,0 +1,36 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/desert_lamp_1", + "processors": "minecraft:zombie_desert", + "projection": "rigid" + }, + "weight": 10 + }, + { + "element": { + "element_type": "minecraft:feature_pool_element", + "feature": "minecraft:patch_cactus", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:feature_pool_element", + "feature": "minecraft:pile_hay", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:empty_pool_element" + }, + "weight": 10 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/desert/zombie/houses.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/desert/zombie/houses.json new file mode 100644 index 00000000..b1b8913d --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/desert/zombie/houses.json @@ -0,0 +1,263 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/zombie/houses/desert_small_house_1", + "processors": "minecraft:zombie_desert", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/zombie/houses/desert_small_house_2", + "processors": "minecraft:zombie_desert", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/zombie/houses/desert_small_house_3", + "processors": "minecraft:zombie_desert", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/zombie/houses/desert_small_house_4", + "processors": "minecraft:zombie_desert", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/zombie/houses/desert_small_house_5", + "processors": "minecraft:zombie_desert", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/zombie/houses/desert_small_house_6", + "processors": "minecraft:zombie_desert", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/zombie/houses/desert_small_house_7", + "processors": "minecraft:zombie_desert", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/zombie/houses/desert_small_house_8", + "processors": "minecraft:zombie_desert", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/zombie/houses/desert_medium_house_1", + "processors": "minecraft:zombie_desert", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/zombie/houses/desert_medium_house_2", + "processors": "minecraft:zombie_desert", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/houses/desert_butcher_shop_1", + "processors": "minecraft:zombie_desert", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/houses/desert_tool_smith_1", + "processors": "minecraft:zombie_desert", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/houses/desert_fletcher_house_1", + "processors": "minecraft:zombie_desert", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/houses/desert_shepherd_house_1", + "processors": "minecraft:zombie_desert", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/houses/desert_armorer_1", + "processors": "minecraft:zombie_desert", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/houses/desert_fisher_1", + "processors": "minecraft:zombie_desert", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/houses/desert_tannery_1", + "processors": "minecraft:zombie_desert", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/houses/desert_cartographer_house_1", + "processors": "minecraft:zombie_desert", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/houses/desert_library_1", + "processors": "minecraft:zombie_desert", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/houses/desert_mason_1", + "processors": "minecraft:zombie_desert", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/houses/desert_weaponsmith_1", + "processors": "minecraft:zombie_desert", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/houses/desert_temple_1", + "processors": "minecraft:zombie_desert", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/houses/desert_temple_2", + "processors": "minecraft:zombie_desert", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/houses/desert_large_farm_1", + "processors": "minecraft:zombie_desert", + "projection": "rigid" + }, + "weight": 7 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/houses/desert_farm_1", + "processors": "minecraft:zombie_desert", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/houses/desert_farm_2", + "processors": "minecraft:zombie_desert", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/houses/desert_animal_pen_1", + "processors": "minecraft:zombie_desert", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/houses/desert_animal_pen_2", + "processors": "minecraft:zombie_desert", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:empty_pool_element" + }, + "weight": 5 + } + ], + "fallback": "minecraft:village/desert/zombie/terminators" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/desert/zombie/streets.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/desert/zombie/streets.json new file mode 100644 index 00000000..6005b0a3 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/desert/zombie/streets.json @@ -0,0 +1,126 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/zombie/streets/corner_01", + "processors": { + "processors": [] + }, + "projection": "terrain_matching" + }, + "weight": 3 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/zombie/streets/corner_02", + "processors": { + "processors": [] + }, + "projection": "terrain_matching" + }, + "weight": 3 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/zombie/streets/straight_01", + "processors": { + "processors": [] + }, + "projection": "terrain_matching" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/zombie/streets/straight_02", + "processors": { + "processors": [] + }, + "projection": "terrain_matching" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/zombie/streets/straight_03", + "processors": { + "processors": [] + }, + "projection": "terrain_matching" + }, + "weight": 3 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/zombie/streets/crossroad_01", + "processors": { + "processors": [] + }, + "projection": "terrain_matching" + }, + "weight": 3 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/zombie/streets/crossroad_02", + "processors": { + "processors": [] + }, + "projection": "terrain_matching" + }, + "weight": 3 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/zombie/streets/crossroad_03", + "processors": { + "processors": [] + }, + "projection": "terrain_matching" + }, + "weight": 3 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/zombie/streets/square_01", + "processors": { + "processors": [] + }, + "projection": "terrain_matching" + }, + "weight": 3 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/zombie/streets/square_02", + "processors": { + "processors": [] + }, + "projection": "terrain_matching" + }, + "weight": 3 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/zombie/streets/turn_01", + "processors": { + "processors": [] + }, + "projection": "terrain_matching" + }, + "weight": 3 + } + ], + "fallback": "minecraft:village/desert/zombie/terminators" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/desert/zombie/terminators.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/desert/zombie/terminators.json new file mode 100644 index 00000000..5c416edc --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/desert/zombie/terminators.json @@ -0,0 +1,27 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/terminators/terminator_01", + "processors": { + "processors": [] + }, + "projection": "terrain_matching" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/zombie/terminators/terminator_02", + "processors": { + "processors": [] + }, + "projection": "terrain_matching" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/desert/zombie/villagers.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/desert/zombie/villagers.json new file mode 100644 index 00000000..3b4a1254 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/desert/zombie/villagers.json @@ -0,0 +1,27 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/zombie/villagers/nitwit", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/desert/zombie/villagers/unemployed", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 10 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/plains/decor.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/plains/decor.json new file mode 100644 index 00000000..2ef26d19 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/plains/decor.json @@ -0,0 +1,46 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/plains_lamp_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:feature_pool_element", + "feature": "minecraft:oak", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:feature_pool_element", + "feature": "minecraft:flower_plain", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:feature_pool_element", + "feature": "minecraft:pile_hay", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:empty_pool_element" + }, + "weight": 2 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/plains/houses.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/plains/houses.json new file mode 100644 index 00000000..1878d6c1 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/plains/houses.json @@ -0,0 +1,382 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_small_house_1", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_small_house_2", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_small_house_3", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_small_house_4", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_small_house_5", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_small_house_6", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_small_house_7", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_small_house_8", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 3 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_medium_house_1", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_medium_house_2", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_big_house_1", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_butcher_shop_1", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_butcher_shop_2", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_tool_smith_1", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_fletcher_house_1", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_shepherds_house_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_armorer_house_1", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_fisher_cottage_1", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_tannery_1", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_cartographer_1", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_library_1", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 5 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_library_2", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_masons_house_1", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_weaponsmith_1", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_temple_3", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_temple_4", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_stable_1", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_stable_2", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_large_farm_1", + "processors": "minecraft:farm_plains", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_small_farm_1", + "processors": "minecraft:farm_plains", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_animal_pen_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_animal_pen_2", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_animal_pen_3", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 5 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_accessory_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_meeting_point_4", + "processors": "minecraft:mossify_70_percent", + "projection": "rigid" + }, + "weight": 3 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_meeting_point_5", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "academy:shop_plains", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 50 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "academy:healingcenter_plains", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 50 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "academy:safariportal_plains", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 50 + }, + { + "element": { + "element_type": "minecraft:empty_pool_element" + }, + "weight": 10 + } + ], + "fallback": "minecraft:village/plains/terminators" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/plains/streets.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/plains/streets.json new file mode 100644 index 00000000..6d7732a8 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/plains/streets.json @@ -0,0 +1,160 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/streets/corner_01", + "processors": "minecraft:street_plains", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/streets/corner_02", + "processors": "minecraft:street_plains", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/streets/corner_03", + "processors": "minecraft:street_plains", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/streets/straight_01", + "processors": "minecraft:street_plains", + "projection": "terrain_matching" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/streets/straight_02", + "processors": "minecraft:street_plains", + "projection": "terrain_matching" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/streets/straight_03", + "processors": "minecraft:street_plains", + "projection": "terrain_matching" + }, + "weight": 7 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/streets/straight_04", + "processors": "minecraft:street_plains", + "projection": "terrain_matching" + }, + "weight": 7 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/streets/straight_05", + "processors": "minecraft:street_plains", + "projection": "terrain_matching" + }, + "weight": 3 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/streets/straight_06", + "processors": "minecraft:street_plains", + "projection": "terrain_matching" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/streets/crossroad_01", + "processors": "minecraft:street_plains", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/streets/crossroad_02", + "processors": "minecraft:street_plains", + "projection": "terrain_matching" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/streets/crossroad_03", + "processors": "minecraft:street_plains", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/streets/crossroad_04", + "processors": "minecraft:street_plains", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/streets/crossroad_05", + "processors": "minecraft:street_plains", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/streets/crossroad_06", + "processors": "minecraft:street_plains", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/streets/turn_01", + "processors": "minecraft:street_plains", + "projection": "terrain_matching" + }, + "weight": 3 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "academy:street_plains", + "processors": { + "processors": [] + }, + "projection": "terrain_matching" + }, + "weight": 3 + } + ], + "fallback": "minecraft:village/plains/terminators" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/plains/terminators.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/plains/terminators.json new file mode 100644 index 00000000..d633b01f --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/plains/terminators.json @@ -0,0 +1,41 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/terminators/terminator_01", + "processors": "minecraft:street_plains", + "projection": "terrain_matching" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/terminators/terminator_02", + "processors": "minecraft:street_plains", + "projection": "terrain_matching" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/terminators/terminator_03", + "processors": "minecraft:street_plains", + "projection": "terrain_matching" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/terminators/terminator_04", + "processors": "minecraft:street_plains", + "projection": "terrain_matching" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/plains/town_centers.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/plains/town_centers.json new file mode 100644 index 00000000..ae1f33b4 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/plains/town_centers.json @@ -0,0 +1,79 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/town_centers/plains_fountain_01", + "processors": "minecraft:mossify_20_percent", + "projection": "rigid" + }, + "weight": 50 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/town_centers/plains_meeting_point_1", + "processors": "minecraft:mossify_20_percent", + "projection": "rigid" + }, + "weight": 50 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/town_centers/plains_meeting_point_2", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 50 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/town_centers/plains_meeting_point_3", + "processors": "minecraft:mossify_70_percent", + "projection": "rigid" + }, + "weight": 50 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/zombie/town_centers/plains_fountain_01", + "processors": "minecraft:zombie_plains", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/zombie/town_centers/plains_meeting_point_1", + "processors": "minecraft:zombie_plains", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/zombie/town_centers/plains_meeting_point_2", + "processors": "minecraft:zombie_plains", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/zombie/town_centers/plains_meeting_point_3", + "processors": "minecraft:zombie_plains", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/plains/trees.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/plains/trees.json new file mode 100644 index 00000000..ef13b73b --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/plains/trees.json @@ -0,0 +1,13 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:feature_pool_element", + "feature": "minecraft:oak", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/plains/villagers.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/plains/villagers.json new file mode 100644 index 00000000..aba2e1a9 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/plains/villagers.json @@ -0,0 +1,38 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/villagers/nitwit", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/villagers/baby", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/villagers/unemployed", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 10 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/plains/zombie/decor.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/plains/zombie/decor.json new file mode 100644 index 00000000..0d027fc7 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/plains/zombie/decor.json @@ -0,0 +1,44 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/plains_lamp_1", + "processors": "minecraft:zombie_plains", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:feature_pool_element", + "feature": "minecraft:oak", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:feature_pool_element", + "feature": "minecraft:flower_plain", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:feature_pool_element", + "feature": "minecraft:pile_hay", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:empty_pool_element" + }, + "weight": 2 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/plains/zombie/houses.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/plains/zombie/houses.json new file mode 100644 index 00000000..7c3bc8cc --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/plains/zombie/houses.json @@ -0,0 +1,326 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/zombie/houses/plains_small_house_1", + "processors": "minecraft:zombie_plains", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/zombie/houses/plains_small_house_2", + "processors": "minecraft:zombie_plains", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/zombie/houses/plains_small_house_3", + "processors": "minecraft:zombie_plains", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/zombie/houses/plains_small_house_4", + "processors": "minecraft:zombie_plains", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/zombie/houses/plains_small_house_5", + "processors": "minecraft:zombie_plains", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/zombie/houses/plains_small_house_6", + "processors": "minecraft:zombie_plains", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/zombie/houses/plains_small_house_7", + "processors": "minecraft:zombie_plains", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/zombie/houses/plains_small_house_8", + "processors": "minecraft:zombie_plains", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/zombie/houses/plains_medium_house_1", + "processors": "minecraft:zombie_plains", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/zombie/houses/plains_medium_house_2", + "processors": "minecraft:zombie_plains", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/zombie/houses/plains_big_house_1", + "processors": "minecraft:zombie_plains", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_butcher_shop_1", + "processors": "minecraft:zombie_plains", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/zombie/houses/plains_butcher_shop_2", + "processors": "minecraft:zombie_plains", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_tool_smith_1", + "processors": "minecraft:zombie_plains", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/zombie/houses/plains_fletcher_house_1", + "processors": "minecraft:zombie_plains", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/zombie/houses/plains_shepherds_house_1", + "processors": "minecraft:zombie_plains", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_armorer_house_1", + "processors": "minecraft:zombie_plains", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_fisher_cottage_1", + "processors": "minecraft:zombie_plains", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_tannery_1", + "processors": "minecraft:zombie_plains", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_cartographer_1", + "processors": "minecraft:zombie_plains", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_library_1", + "processors": "minecraft:zombie_plains", + "projection": "rigid" + }, + "weight": 3 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_library_2", + "processors": "minecraft:zombie_plains", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_masons_house_1", + "processors": "minecraft:zombie_plains", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_weaponsmith_1", + "processors": "minecraft:zombie_plains", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_temple_3", + "processors": "minecraft:zombie_plains", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_temple_4", + "processors": "minecraft:zombie_plains", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/zombie/houses/plains_stable_1", + "processors": "minecraft:zombie_plains", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_stable_2", + "processors": "minecraft:zombie_plains", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_large_farm_1", + "processors": "minecraft:zombie_plains", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_small_farm_1", + "processors": "minecraft:zombie_plains", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_animal_pen_1", + "processors": "minecraft:zombie_plains", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/houses/plains_animal_pen_2", + "processors": "minecraft:zombie_plains", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/zombie/houses/plains_animal_pen_3", + "processors": "minecraft:zombie_plains", + "projection": "rigid" + }, + "weight": 5 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/zombie/houses/plains_meeting_point_4", + "processors": "minecraft:zombie_plains", + "projection": "rigid" + }, + "weight": 3 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/zombie/houses/plains_meeting_point_5", + "processors": "minecraft:zombie_plains", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:empty_pool_element" + }, + "weight": 10 + } + ], + "fallback": "minecraft:village/plains/terminators" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/plains/zombie/streets.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/plains/zombie/streets.json new file mode 100644 index 00000000..ec79de21 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/plains/zombie/streets.json @@ -0,0 +1,149 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/zombie/streets/corner_01", + "processors": "minecraft:street_plains", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/zombie/streets/corner_02", + "processors": "minecraft:street_plains", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/zombie/streets/corner_03", + "processors": "minecraft:street_plains", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/zombie/streets/straight_01", + "processors": "minecraft:street_plains", + "projection": "terrain_matching" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/zombie/streets/straight_02", + "processors": "minecraft:street_plains", + "projection": "terrain_matching" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/zombie/streets/straight_03", + "processors": "minecraft:street_plains", + "projection": "terrain_matching" + }, + "weight": 7 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/zombie/streets/straight_04", + "processors": "minecraft:street_plains", + "projection": "terrain_matching" + }, + "weight": 7 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/zombie/streets/straight_05", + "processors": "minecraft:street_plains", + "projection": "terrain_matching" + }, + "weight": 3 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/zombie/streets/straight_06", + "processors": "minecraft:street_plains", + "projection": "terrain_matching" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/zombie/streets/crossroad_01", + "processors": "minecraft:street_plains", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/zombie/streets/crossroad_02", + "processors": "minecraft:street_plains", + "projection": "terrain_matching" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/zombie/streets/crossroad_03", + "processors": "minecraft:street_plains", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/zombie/streets/crossroad_04", + "processors": "minecraft:street_plains", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/zombie/streets/crossroad_05", + "processors": "minecraft:street_plains", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/zombie/streets/crossroad_06", + "processors": "minecraft:street_plains", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/zombie/streets/turn_01", + "processors": "minecraft:street_plains", + "projection": "terrain_matching" + }, + "weight": 3 + } + ], + "fallback": "minecraft:village/plains/terminators" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/plains/zombie/villagers.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/plains/zombie/villagers.json new file mode 100644 index 00000000..07dbae1b --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/plains/zombie/villagers.json @@ -0,0 +1,27 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/zombie/villagers/nitwit", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/zombie/villagers/unemployed", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 10 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/savanna/decor.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/savanna/decor.json new file mode 100644 index 00000000..d7a351f3 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/savanna/decor.json @@ -0,0 +1,46 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/savanna_lamp_post_01", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:feature_pool_element", + "feature": "minecraft:acacia", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:feature_pool_element", + "feature": "minecraft:pile_hay", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:feature_pool_element", + "feature": "minecraft:pile_melon", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:empty_pool_element" + }, + "weight": 4 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/savanna/houses.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/savanna/houses.json new file mode 100644 index 00000000..297c62ad --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/savanna/houses.json @@ -0,0 +1,379 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/houses/savanna_small_house_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/houses/savanna_small_house_2", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/houses/savanna_small_house_3", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/houses/savanna_small_house_4", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/houses/savanna_small_house_5", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/houses/savanna_small_house_6", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/houses/savanna_small_house_7", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/houses/savanna_small_house_8", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/houses/savanna_medium_house_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/houses/savanna_medium_house_2", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/houses/savanna_butchers_shop_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/houses/savanna_butchers_shop_2", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/houses/savanna_tool_smith_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/houses/savanna_fletcher_house_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/houses/savanna_shepherd_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 7 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/houses/savanna_armorer_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/houses/savanna_fisher_cottage_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 3 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/houses/savanna_tannery_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/houses/savanna_cartographer_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/houses/savanna_library_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/houses/savanna_mason_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/houses/savanna_weaponsmith_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/houses/savanna_weaponsmith_2", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/houses/savanna_temple_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/houses/savanna_temple_2", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 3 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/houses/savanna_large_farm_1", + "processors": "minecraft:farm_savanna", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/houses/savanna_large_farm_2", + "processors": "minecraft:farm_savanna", + "projection": "rigid" + }, + "weight": 6 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/houses/savanna_small_farm", + "processors": "minecraft:farm_savanna", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/houses/savanna_animal_pen_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/houses/savanna_animal_pen_2", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/houses/savanna_animal_pen_3", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "academy:shop_savanna", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 50 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "academy:healingcenter_savanna", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 50 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "academy:safariportal_savanna", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 50 + }, + { + "element": { + "element_type": "minecraft:empty_pool_element" + }, + "weight": 5 + } + ], + "fallback": "minecraft:village/savanna/terminators" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/savanna/streets.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/savanna/streets.json new file mode 100644 index 00000000..c8452e0a --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/savanna/streets.json @@ -0,0 +1,187 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/streets/corner_01", + "processors": "minecraft:street_savanna", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/streets/corner_03", + "processors": "minecraft:street_savanna", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/streets/straight_02", + "processors": "minecraft:street_savanna", + "projection": "terrain_matching" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/streets/straight_04", + "processors": "minecraft:street_savanna", + "projection": "terrain_matching" + }, + "weight": 7 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/streets/straight_05", + "processors": "minecraft:street_savanna", + "projection": "terrain_matching" + }, + "weight": 3 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/streets/straight_06", + "processors": "minecraft:street_savanna", + "projection": "terrain_matching" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/streets/straight_08", + "processors": "minecraft:street_savanna", + "projection": "terrain_matching" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/streets/straight_09", + "processors": "minecraft:street_savanna", + "projection": "terrain_matching" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/streets/straight_10", + "processors": "minecraft:street_savanna", + "projection": "terrain_matching" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/streets/straight_11", + "processors": "minecraft:street_savanna", + "projection": "terrain_matching" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/streets/crossroad_02", + "processors": "minecraft:street_savanna", + "projection": "terrain_matching" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/streets/crossroad_03", + "processors": "minecraft:street_savanna", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/streets/crossroad_04", + "processors": "minecraft:street_savanna", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/streets/crossroad_05", + "processors": "minecraft:street_savanna", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/streets/crossroad_06", + "processors": "minecraft:street_savanna", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/streets/crossroad_07", + "processors": "minecraft:street_savanna", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/streets/split_01", + "processors": "minecraft:street_savanna", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/streets/split_02", + "processors": "minecraft:street_savanna", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/streets/turn_01", + "processors": "minecraft:street_savanna", + "projection": "terrain_matching" + }, + "weight": 3 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "academy:street_savanna", + "processors": { + "processors": [] + }, + "projection": "terrain_matching" + }, + "weight": 4 + } + ], + "fallback": "minecraft:village/savanna/terminators" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/savanna/terminators.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/savanna/terminators.json new file mode 100644 index 00000000..96569d5d --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/savanna/terminators.json @@ -0,0 +1,50 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/terminators/terminator_01", + "processors": "minecraft:street_savanna", + "projection": "terrain_matching" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/terminators/terminator_02", + "processors": "minecraft:street_savanna", + "projection": "terrain_matching" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/terminators/terminator_03", + "processors": "minecraft:street_savanna", + "projection": "terrain_matching" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/terminators/terminator_04", + "processors": "minecraft:street_savanna", + "projection": "terrain_matching" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/terminators/terminator_05", + "processors": "minecraft:street_savanna", + "projection": "terrain_matching" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/savanna/town_centers.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/savanna/town_centers.json new file mode 100644 index 00000000..98319745 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/savanna/town_centers.json @@ -0,0 +1,85 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/town_centers/savanna_meeting_point_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 100 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/town_centers/savanna_meeting_point_2", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 50 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/town_centers/savanna_meeting_point_3", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 150 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/town_centers/savanna_meeting_point_4", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 150 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/zombie/town_centers/savanna_meeting_point_1", + "processors": "minecraft:zombie_savanna", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/zombie/town_centers/savanna_meeting_point_2", + "processors": "minecraft:zombie_savanna", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/zombie/town_centers/savanna_meeting_point_3", + "processors": "minecraft:zombie_savanna", + "projection": "rigid" + }, + "weight": 3 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/zombie/town_centers/savanna_meeting_point_4", + "processors": "minecraft:zombie_savanna", + "projection": "rigid" + }, + "weight": 3 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/savanna/trees.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/savanna/trees.json new file mode 100644 index 00000000..11dc7fa0 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/savanna/trees.json @@ -0,0 +1,13 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:feature_pool_element", + "feature": "minecraft:acacia", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/savanna/villagers.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/savanna/villagers.json new file mode 100644 index 00000000..022306b5 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/savanna/villagers.json @@ -0,0 +1,38 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/villagers/nitwit", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/villagers/baby", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/villagers/unemployed", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 10 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/savanna/zombie/decor.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/savanna/zombie/decor.json new file mode 100644 index 00000000..28310694 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/savanna/zombie/decor.json @@ -0,0 +1,44 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/savanna_lamp_post_01", + "processors": "minecraft:zombie_savanna", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:feature_pool_element", + "feature": "minecraft:acacia", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:feature_pool_element", + "feature": "minecraft:pile_hay", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:feature_pool_element", + "feature": "minecraft:pile_melon", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:empty_pool_element" + }, + "weight": 4 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/savanna/zombie/houses.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/savanna/zombie/houses.json new file mode 100644 index 00000000..bb0ea1f0 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/savanna/zombie/houses.json @@ -0,0 +1,290 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/zombie/houses/savanna_small_house_1", + "processors": "minecraft:zombie_savanna", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/zombie/houses/savanna_small_house_2", + "processors": "minecraft:zombie_savanna", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/zombie/houses/savanna_small_house_3", + "processors": "minecraft:zombie_savanna", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/zombie/houses/savanna_small_house_4", + "processors": "minecraft:zombie_savanna", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/zombie/houses/savanna_small_house_5", + "processors": "minecraft:zombie_savanna", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/zombie/houses/savanna_small_house_6", + "processors": "minecraft:zombie_savanna", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/zombie/houses/savanna_small_house_7", + "processors": "minecraft:zombie_savanna", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/zombie/houses/savanna_small_house_8", + "processors": "minecraft:zombie_savanna", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/zombie/houses/savanna_medium_house_1", + "processors": "minecraft:zombie_savanna", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/zombie/houses/savanna_medium_house_2", + "processors": "minecraft:zombie_savanna", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/houses/savanna_butchers_shop_1", + "processors": "minecraft:zombie_savanna", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/houses/savanna_butchers_shop_2", + "processors": "minecraft:zombie_savanna", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/houses/savanna_tool_smith_1", + "processors": "minecraft:zombie_savanna", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/houses/savanna_fletcher_house_1", + "processors": "minecraft:zombie_savanna", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/houses/savanna_shepherd_1", + "processors": "minecraft:zombie_savanna", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/houses/savanna_armorer_1", + "processors": "minecraft:zombie_savanna", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/houses/savanna_fisher_cottage_1", + "processors": "minecraft:zombie_savanna", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/houses/savanna_tannery_1", + "processors": "minecraft:zombie_savanna", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/houses/savanna_cartographer_1", + "processors": "minecraft:zombie_savanna", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/houses/savanna_library_1", + "processors": "minecraft:zombie_savanna", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/houses/savanna_mason_1", + "processors": "minecraft:zombie_savanna", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/houses/savanna_weaponsmith_1", + "processors": "minecraft:zombie_savanna", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/houses/savanna_weaponsmith_2", + "processors": "minecraft:zombie_savanna", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/houses/savanna_temple_1", + "processors": "minecraft:zombie_savanna", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/houses/savanna_temple_2", + "processors": "minecraft:zombie_savanna", + "projection": "rigid" + }, + "weight": 3 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/houses/savanna_large_farm_1", + "processors": "minecraft:zombie_savanna", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/zombie/houses/savanna_large_farm_2", + "processors": "minecraft:zombie_savanna", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/houses/savanna_small_farm", + "processors": "minecraft:zombie_savanna", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/houses/savanna_animal_pen_1", + "processors": "minecraft:zombie_savanna", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/zombie/houses/savanna_animal_pen_2", + "processors": "minecraft:zombie_savanna", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/zombie/houses/savanna_animal_pen_3", + "processors": "minecraft:zombie_savanna", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:empty_pool_element" + }, + "weight": 5 + } + ], + "fallback": "minecraft:village/savanna/zombie/terminators" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/savanna/zombie/streets.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/savanna/zombie/streets.json new file mode 100644 index 00000000..cd7e2812 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/savanna/zombie/streets.json @@ -0,0 +1,176 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/zombie/streets/corner_01", + "processors": "minecraft:street_savanna", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/zombie/streets/corner_03", + "processors": "minecraft:street_savanna", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/zombie/streets/straight_02", + "processors": "minecraft:street_savanna", + "projection": "terrain_matching" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/zombie/streets/straight_04", + "processors": "minecraft:street_savanna", + "projection": "terrain_matching" + }, + "weight": 7 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/zombie/streets/straight_05", + "processors": "minecraft:street_savanna", + "projection": "terrain_matching" + }, + "weight": 3 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/zombie/streets/straight_06", + "processors": "minecraft:street_savanna", + "projection": "terrain_matching" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/zombie/streets/straight_08", + "processors": "minecraft:street_savanna", + "projection": "terrain_matching" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/zombie/streets/straight_09", + "processors": "minecraft:street_savanna", + "projection": "terrain_matching" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/zombie/streets/straight_10", + "processors": "minecraft:street_savanna", + "projection": "terrain_matching" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/zombie/streets/straight_11", + "processors": "minecraft:street_savanna", + "projection": "terrain_matching" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/zombie/streets/crossroad_02", + "processors": "minecraft:street_savanna", + "projection": "terrain_matching" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/zombie/streets/crossroad_03", + "processors": "minecraft:street_savanna", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/zombie/streets/crossroad_04", + "processors": "minecraft:street_savanna", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/zombie/streets/crossroad_05", + "processors": "minecraft:street_savanna", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/zombie/streets/crossroad_06", + "processors": "minecraft:street_savanna", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/zombie/streets/crossroad_07", + "processors": "minecraft:street_savanna", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/zombie/streets/split_01", + "processors": "minecraft:street_savanna", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/zombie/streets/split_02", + "processors": "minecraft:street_savanna", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/zombie/streets/turn_01", + "processors": "minecraft:street_savanna", + "projection": "terrain_matching" + }, + "weight": 3 + } + ], + "fallback": "minecraft:village/savanna/zombie/terminators" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/savanna/zombie/terminators.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/savanna/zombie/terminators.json new file mode 100644 index 00000000..ca8b1d5b --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/savanna/zombie/terminators.json @@ -0,0 +1,50 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/terminators/terminator_01", + "processors": "minecraft:street_savanna", + "projection": "terrain_matching" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/terminators/terminator_02", + "processors": "minecraft:street_savanna", + "projection": "terrain_matching" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/terminators/terminator_03", + "processors": "minecraft:street_savanna", + "projection": "terrain_matching" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/terminators/terminator_04", + "processors": "minecraft:street_savanna", + "projection": "terrain_matching" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/zombie/terminators/terminator_05", + "processors": "minecraft:street_savanna", + "projection": "terrain_matching" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/savanna/zombie/villagers.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/savanna/zombie/villagers.json new file mode 100644 index 00000000..c8c3a5ec --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/savanna/zombie/villagers.json @@ -0,0 +1,27 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/zombie/villagers/nitwit", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/savanna/zombie/villagers/unemployed", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 10 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/snowy/decor.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/snowy/decor.json new file mode 100644 index 00000000..3ea5c2cd --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/snowy/decor.json @@ -0,0 +1,68 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/snowy_lamp_post_01", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/snowy_lamp_post_02", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/snowy_lamp_post_03", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:feature_pool_element", + "feature": "minecraft:spruce", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:feature_pool_element", + "feature": "minecraft:pile_snow", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:feature_pool_element", + "feature": "minecraft:pile_ice", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:empty_pool_element" + }, + "weight": 9 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/snowy/houses.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/snowy/houses.json new file mode 100644 index 00000000..a8109671 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/snowy/houses.json @@ -0,0 +1,370 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/houses/snowy_small_house_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/houses/snowy_small_house_2", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/houses/snowy_small_house_3", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/houses/snowy_small_house_4", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 3 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/houses/snowy_small_house_5", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/houses/snowy_small_house_6", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/houses/snowy_small_house_7", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/houses/snowy_small_house_8", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/houses/snowy_medium_house_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/houses/snowy_medium_house_2", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/houses/snowy_medium_house_3", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/houses/snowy_butchers_shop_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/houses/snowy_butchers_shop_2", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/houses/snowy_tool_smith_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/houses/snowy_fletcher_house_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/houses/snowy_shepherds_house_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 3 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/houses/snowy_armorer_house_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/houses/snowy_armorer_house_2", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/houses/snowy_fisher_cottage", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/houses/snowy_tannery_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/houses/snowy_cartographer_house_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/houses/snowy_library_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/houses/snowy_masons_house_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/houses/snowy_masons_house_2", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/houses/snowy_weapon_smith_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/houses/snowy_temple_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/houses/snowy_farm_1", + "processors": "minecraft:farm_snowy", + "projection": "rigid" + }, + "weight": 3 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/houses/snowy_farm_2", + "processors": "minecraft:farm_snowy", + "projection": "rigid" + }, + "weight": 3 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/houses/snowy_animal_pen_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/houses/snowy_animal_pen_2", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "academy:shop_snowy", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 50 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "academy:healingcenter_snowy", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 50 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "academy:safariportal_snowy", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 50 + }, + { + "element": { + "element_type": "minecraft:empty_pool_element" + }, + "weight": 6 + } + ], + "fallback": "minecraft:village/snowy/terminators" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/snowy/streets.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/snowy/streets.json new file mode 100644 index 00000000..eca8271d --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/snowy/streets.json @@ -0,0 +1,160 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/streets/corner_01", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/streets/corner_02", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/streets/corner_03", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/streets/square_01", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/streets/straight_01", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/streets/straight_02", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/streets/straight_03", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/streets/straight_04", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 7 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/streets/straight_06", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/streets/straight_08", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/streets/crossroad_02", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/streets/crossroad_03", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/streets/crossroad_04", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/streets/crossroad_05", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/streets/crossroad_06", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/streets/turn_01", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 3 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "academy:street_snowy", + "processors": { + "processors": [] + }, + "projection": "terrain_matching" + }, + "weight": 4 + } + ], + "fallback": "minecraft:village/snowy/terminators" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/snowy/terminators.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/snowy/terminators.json new file mode 100644 index 00000000..9421bd7f --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/snowy/terminators.json @@ -0,0 +1,41 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/terminators/terminator_01", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/terminators/terminator_02", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/terminators/terminator_03", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/terminators/terminator_04", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/snowy/town_centers.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/snowy/town_centers.json new file mode 100644 index 00000000..4768a893 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/snowy/town_centers.json @@ -0,0 +1,71 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/town_centers/snowy_meeting_point_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 100 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/town_centers/snowy_meeting_point_2", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 50 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/town_centers/snowy_meeting_point_3", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 150 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/zombie/town_centers/snowy_meeting_point_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/zombie/town_centers/snowy_meeting_point_2", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/zombie/town_centers/snowy_meeting_point_3", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 3 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/snowy/trees.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/snowy/trees.json new file mode 100644 index 00000000..e2d30848 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/snowy/trees.json @@ -0,0 +1,13 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:feature_pool_element", + "feature": "minecraft:spruce", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/snowy/villagers.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/snowy/villagers.json new file mode 100644 index 00000000..695d2c40 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/snowy/villagers.json @@ -0,0 +1,38 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/villagers/nitwit", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/villagers/baby", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/villagers/unemployed", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 10 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/snowy/zombie/decor.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/snowy/zombie/decor.json new file mode 100644 index 00000000..89f2ab46 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/snowy/zombie/decor.json @@ -0,0 +1,62 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/snowy_lamp_post_01", + "processors": "minecraft:zombie_snowy", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/snowy_lamp_post_02", + "processors": "minecraft:zombie_snowy", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/snowy_lamp_post_03", + "processors": "minecraft:zombie_snowy", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:feature_pool_element", + "feature": "minecraft:spruce", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:feature_pool_element", + "feature": "minecraft:pile_snow", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:feature_pool_element", + "feature": "minecraft:pile_ice", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:empty_pool_element" + }, + "weight": 7 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/snowy/zombie/houses.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/snowy/zombie/houses.json new file mode 100644 index 00000000..339c80d7 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/snowy/zombie/houses.json @@ -0,0 +1,281 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/zombie/houses/snowy_small_house_1", + "processors": "minecraft:zombie_snowy", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/zombie/houses/snowy_small_house_2", + "processors": "minecraft:zombie_snowy", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/zombie/houses/snowy_small_house_3", + "processors": "minecraft:zombie_snowy", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/zombie/houses/snowy_small_house_4", + "processors": "minecraft:zombie_snowy", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/zombie/houses/snowy_small_house_5", + "processors": "minecraft:zombie_snowy", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/zombie/houses/snowy_small_house_6", + "processors": "minecraft:zombie_snowy", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/zombie/houses/snowy_small_house_7", + "processors": "minecraft:zombie_snowy", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/zombie/houses/snowy_small_house_8", + "processors": "minecraft:zombie_snowy", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/zombie/houses/snowy_medium_house_1", + "processors": "minecraft:zombie_snowy", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/zombie/houses/snowy_medium_house_2", + "processors": "minecraft:zombie_snowy", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/zombie/houses/snowy_medium_house_3", + "processors": "minecraft:zombie_snowy", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/houses/snowy_butchers_shop_1", + "processors": "minecraft:zombie_snowy", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/houses/snowy_butchers_shop_2", + "processors": "minecraft:zombie_snowy", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/houses/snowy_tool_smith_1", + "processors": "minecraft:zombie_snowy", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/houses/snowy_fletcher_house_1", + "processors": "minecraft:zombie_snowy", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/houses/snowy_shepherds_house_1", + "processors": "minecraft:zombie_snowy", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/houses/snowy_armorer_house_1", + "processors": "minecraft:zombie_snowy", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/houses/snowy_armorer_house_2", + "processors": "minecraft:zombie_snowy", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/houses/snowy_fisher_cottage", + "processors": "minecraft:zombie_snowy", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/houses/snowy_tannery_1", + "processors": "minecraft:zombie_snowy", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/houses/snowy_cartographer_house_1", + "processors": "minecraft:zombie_snowy", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/houses/snowy_library_1", + "processors": "minecraft:zombie_snowy", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/houses/snowy_masons_house_1", + "processors": "minecraft:zombie_snowy", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/houses/snowy_masons_house_2", + "processors": "minecraft:zombie_snowy", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/houses/snowy_weapon_smith_1", + "processors": "minecraft:zombie_snowy", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/houses/snowy_temple_1", + "processors": "minecraft:zombie_snowy", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/houses/snowy_farm_1", + "processors": "minecraft:zombie_snowy", + "projection": "rigid" + }, + "weight": 3 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/houses/snowy_farm_2", + "processors": "minecraft:zombie_snowy", + "projection": "rigid" + }, + "weight": 3 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/houses/snowy_animal_pen_1", + "processors": "minecraft:zombie_snowy", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/houses/snowy_animal_pen_2", + "processors": "minecraft:zombie_snowy", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:empty_pool_element" + }, + "weight": 6 + } + ], + "fallback": "minecraft:village/snowy/terminators" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/snowy/zombie/streets.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/snowy/zombie/streets.json new file mode 100644 index 00000000..c96006f8 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/snowy/zombie/streets.json @@ -0,0 +1,149 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/zombie/streets/corner_01", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/zombie/streets/corner_02", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/zombie/streets/corner_03", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/zombie/streets/square_01", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/zombie/streets/straight_01", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/zombie/streets/straight_02", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/zombie/streets/straight_03", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/zombie/streets/straight_04", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 7 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/zombie/streets/straight_06", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/zombie/streets/straight_08", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/zombie/streets/crossroad_02", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/zombie/streets/crossroad_03", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/zombie/streets/crossroad_04", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/zombie/streets/crossroad_05", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/zombie/streets/crossroad_06", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/zombie/streets/turn_01", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 3 + } + ], + "fallback": "minecraft:village/snowy/terminators" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/snowy/zombie/villagers.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/snowy/zombie/villagers.json new file mode 100644 index 00000000..f89b780d --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/snowy/zombie/villagers.json @@ -0,0 +1,27 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/zombie/villagers/nitwit", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/snowy/zombie/villagers/unemployed", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 10 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/taiga/decor.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/taiga/decor.json new file mode 100644 index 00000000..36fa2e36 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/taiga/decor.json @@ -0,0 +1,128 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/taiga_lamp_post_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 10 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/taiga_decoration_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/taiga_decoration_2", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/taiga_decoration_3", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/taiga_decoration_4", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/taiga_decoration_5", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/taiga_decoration_6", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:feature_pool_element", + "feature": "minecraft:spruce", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:feature_pool_element", + "feature": "minecraft:pine", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:feature_pool_element", + "feature": "minecraft:pile_pumpkin", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:feature_pool_element", + "feature": "minecraft:patch_taiga_grass", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:feature_pool_element", + "feature": "minecraft:patch_berry_bush", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:empty_pool_element" + }, + "weight": 4 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/taiga/houses.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/taiga/houses.json new file mode 100644 index 00000000..ca197bda --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/taiga/houses.json @@ -0,0 +1,287 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/houses/taiga_small_house_1", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/houses/taiga_small_house_2", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/houses/taiga_small_house_3", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/houses/taiga_small_house_4", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/houses/taiga_small_house_5", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/houses/taiga_medium_house_1", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/houses/taiga_medium_house_2", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/houses/taiga_medium_house_3", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/houses/taiga_medium_house_4", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/houses/taiga_butcher_shop_1", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/houses/taiga_tool_smith_1", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/houses/taiga_fletcher_house_1", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/houses/taiga_shepherds_house_1", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/houses/taiga_armorer_house_1", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/houses/taiga_armorer_2", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/houses/taiga_fisher_cottage_1", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 3 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/houses/taiga_tannery_1", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/houses/taiga_cartographer_house_1", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/houses/taiga_library_1", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/houses/taiga_masons_house_1", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/houses/taiga_weaponsmith_1", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/houses/taiga_weaponsmith_2", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/houses/taiga_temple_1", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/houses/taiga_large_farm_1", + "processors": "minecraft:farm_taiga", + "projection": "rigid" + }, + "weight": 6 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/houses/taiga_large_farm_2", + "processors": "minecraft:farm_taiga", + "projection": "rigid" + }, + "weight": 6 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/houses/taiga_small_farm_1", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/houses/taiga_animal_pen_1", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "academy:shop_taiga", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 50 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "academy:healingcenter_taiga", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 50 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "academy:safariportal_taiga", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 50 + }, + { + "element": { + "element_type": "minecraft:empty_pool_element" + }, + "weight": 6 + } + ], + "fallback": "minecraft:village/taiga/terminators" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/taiga/streets.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/taiga/streets.json new file mode 100644 index 00000000..467f83f0 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/taiga/streets.json @@ -0,0 +1,160 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/streets/corner_01", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/streets/corner_02", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/streets/corner_03", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/streets/straight_01", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/streets/straight_02", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/streets/straight_03", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/streets/straight_04", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 7 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/streets/straight_05", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 7 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/streets/straight_06", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/streets/crossroad_01", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/streets/crossroad_02", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/streets/crossroad_03", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/streets/crossroad_04", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/streets/crossroad_05", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/streets/crossroad_06", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/streets/turn_01", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 3 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "academy:street_taiga", + "processors": { + "processors": [] + }, + "projection": "terrain_matching" + }, + "weight": 4 + } + ], + "fallback": "minecraft:village/taiga/terminators" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/taiga/terminators.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/taiga/terminators.json new file mode 100644 index 00000000..9421bd7f --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/taiga/terminators.json @@ -0,0 +1,41 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/terminators/terminator_01", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/terminators/terminator_02", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/terminators/terminator_03", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/plains/terminators/terminator_04", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/taiga/town_centers.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/taiga/town_centers.json new file mode 100644 index 00000000..3a510bbf --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/taiga/town_centers.json @@ -0,0 +1,41 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/town_centers/taiga_meeting_point_1", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 49 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/town_centers/taiga_meeting_point_2", + "processors": "minecraft:mossify_10_percent", + "projection": "rigid" + }, + "weight": 49 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/zombie/town_centers/taiga_meeting_point_1", + "processors": "minecraft:zombie_taiga", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/zombie/town_centers/taiga_meeting_point_2", + "processors": "minecraft:zombie_taiga", + "projection": "rigid" + }, + "weight": 1 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/taiga/villagers.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/taiga/villagers.json new file mode 100644 index 00000000..50cff359 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/taiga/villagers.json @@ -0,0 +1,38 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/villagers/nitwit", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/villagers/baby", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/villagers/unemployed", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 10 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/taiga/zombie/decor.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/taiga/zombie/decor.json new file mode 100644 index 00000000..ae913165 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/taiga/zombie/decor.json @@ -0,0 +1,95 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/taiga_decoration_1", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/taiga_decoration_2", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/taiga_decoration_3", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/taiga_decoration_4", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:feature_pool_element", + "feature": "minecraft:spruce", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:feature_pool_element", + "feature": "minecraft:pine", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:feature_pool_element", + "feature": "minecraft:pile_pumpkin", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:feature_pool_element", + "feature": "minecraft:patch_taiga_grass", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:feature_pool_element", + "feature": "minecraft:patch_berry_bush", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:empty_pool_element" + }, + "weight": 4 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/taiga/zombie/houses.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/taiga/zombie/houses.json new file mode 100644 index 00000000..0d953314 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/taiga/zombie/houses.json @@ -0,0 +1,245 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/zombie/houses/taiga_small_house_1", + "processors": "minecraft:zombie_taiga", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/zombie/houses/taiga_small_house_2", + "processors": "minecraft:zombie_taiga", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/zombie/houses/taiga_small_house_3", + "processors": "minecraft:zombie_taiga", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/zombie/houses/taiga_small_house_4", + "processors": "minecraft:zombie_taiga", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/zombie/houses/taiga_small_house_5", + "processors": "minecraft:zombie_taiga", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/zombie/houses/taiga_medium_house_1", + "processors": "minecraft:zombie_taiga", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/zombie/houses/taiga_medium_house_2", + "processors": "minecraft:zombie_taiga", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/zombie/houses/taiga_medium_house_3", + "processors": "minecraft:zombie_taiga", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/zombie/houses/taiga_medium_house_4", + "processors": "minecraft:zombie_taiga", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/houses/taiga_butcher_shop_1", + "processors": "minecraft:zombie_taiga", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/zombie/houses/taiga_tool_smith_1", + "processors": "minecraft:zombie_taiga", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/houses/taiga_fletcher_house_1", + "processors": "minecraft:zombie_taiga", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/zombie/houses/taiga_shepherds_house_1", + "processors": "minecraft:zombie_taiga", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/houses/taiga_armorer_house_1", + "processors": "minecraft:zombie_taiga", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/zombie/houses/taiga_fisher_cottage_1", + "processors": "minecraft:zombie_taiga", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/houses/taiga_tannery_1", + "processors": "minecraft:zombie_taiga", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/zombie/houses/taiga_cartographer_house_1", + "processors": "minecraft:zombie_taiga", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/zombie/houses/taiga_library_1", + "processors": "minecraft:zombie_taiga", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/houses/taiga_masons_house_1", + "processors": "minecraft:zombie_taiga", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/houses/taiga_weaponsmith_1", + "processors": "minecraft:zombie_taiga", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/zombie/houses/taiga_weaponsmith_2", + "processors": "minecraft:zombie_taiga", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/zombie/houses/taiga_temple_1", + "processors": "minecraft:zombie_taiga", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/houses/taiga_large_farm_1", + "processors": "minecraft:zombie_taiga", + "projection": "rigid" + }, + "weight": 6 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/zombie/houses/taiga_large_farm_2", + "processors": "minecraft:zombie_taiga", + "projection": "rigid" + }, + "weight": 6 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/houses/taiga_small_farm_1", + "processors": "minecraft:zombie_taiga", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/houses/taiga_animal_pen_1", + "processors": "minecraft:zombie_taiga", + "projection": "rigid" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:empty_pool_element" + }, + "weight": 6 + } + ], + "fallback": "minecraft:village/taiga/terminators" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/taiga/zombie/streets.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/taiga/zombie/streets.json new file mode 100644 index 00000000..0bd0fbcc --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/taiga/zombie/streets.json @@ -0,0 +1,149 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/zombie/streets/corner_01", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/zombie/streets/corner_02", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/zombie/streets/corner_03", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/zombie/streets/straight_01", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/zombie/streets/straight_02", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/zombie/streets/straight_03", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/zombie/streets/straight_04", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 7 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/zombie/streets/straight_05", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 7 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/zombie/streets/straight_06", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/zombie/streets/crossroad_01", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/zombie/streets/crossroad_02", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/zombie/streets/crossroad_03", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/zombie/streets/crossroad_04", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/zombie/streets/crossroad_05", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/zombie/streets/crossroad_06", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/zombie/streets/turn_01", + "processors": "minecraft:street_snowy_or_taiga", + "projection": "terrain_matching" + }, + "weight": 3 + } + ], + "fallback": "minecraft:village/taiga/terminators" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/taiga/zombie/villagers.json b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/taiga/zombie/villagers.json new file mode 100644 index 00000000..f8f144fa --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/taiga/zombie/villagers.json @@ -0,0 +1,27 @@ +{ + "elements": [ + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/zombie/villagers/nitwit", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:legacy_single_pool_element", + "location": "minecraft:village/taiga/zombie/villagers/unemployed", + "processors": { + "processors": [] + }, + "projection": "rigid" + }, + "weight": 10 + } + ], + "fallback": "minecraft:empty" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/mss/loot_tables/abandoned.json b/global_packs/required_data/_Star Academy_/data/mss/loot_tables/abandoned.json new file mode 100644 index 00000000..92dffe40 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/mss/loot_tables/abandoned.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/mss/loot_tables/cart.json b/global_packs/required_data/_Star Academy_/data/mss/loot_tables/cart.json new file mode 100644 index 00000000..92dffe40 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/mss/loot_tables/cart.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/mss/loot_tables/cartographer_tower.json b/global_packs/required_data/_Star Academy_/data/mss/loot_tables/cartographer_tower.json new file mode 100644 index 00000000..92dffe40 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/mss/loot_tables/cartographer_tower.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/mss/loot_tables/cathedral_base.json b/global_packs/required_data/_Star Academy_/data/mss/loot_tables/cathedral_base.json new file mode 100644 index 00000000..92dffe40 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/mss/loot_tables/cathedral_base.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/mss/loot_tables/cathedral_common.json b/global_packs/required_data/_Star Academy_/data/mss/loot_tables/cathedral_common.json new file mode 100644 index 00000000..d13569bb --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/mss/loot_tables/cathedral_common.json @@ -0,0 +1,177 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot", + "weight": 18 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + } + ], + "random_sequence": "minecraft:chests/bastion_other" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/mss/loot_tables/cathedral_rare.json b/global_packs/required_data/_Star Academy_/data/mss/loot_tables/cathedral_rare.json new file mode 100644 index 00000000..e68f886b --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/mss/loot_tables/cathedral_rare.json @@ -0,0 +1,284 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier3" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier2" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:gender_swapper" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:iv_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:level_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/vitamin_loot", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + }, + { + "type": "minecraft:item", + "name": "cobblemon:max_revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot", + "weight": 40 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/bastion_treasure" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/mss/loot_tables/crystal.json b/global_packs/required_data/_Star Academy_/data/mss/loot_tables/crystal.json new file mode 100644 index 00000000..7d1d7158 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/mss/loot_tables/crystal.json @@ -0,0 +1,208 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 20 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/stronghold_corridor" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/mss/loot_tables/empty.json b/global_packs/required_data/_Star Academy_/data/mss/loot_tables/empty.json new file mode 100644 index 00000000..03762cfd --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/mss/loot_tables/empty.json @@ -0,0 +1,58 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier0" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "rolls": { + "type": "minecraft:uniform", + "min": 1, + "max": 2 + }, + "bonus_rolls": 0, + "entries": [ + { + "type": "minecraft:item", + "weight": 5, + "name": "cobblemon:exp_candy_xs", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 3 + } + } + ] + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 2 + } + } + ] + } + ] + } + ] + } + \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/mss/loot_tables/floating_islands.json b/global_packs/required_data/_Star Academy_/data/mss/loot_tables/floating_islands.json new file mode 100644 index 00000000..92dffe40 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/mss/loot_tables/floating_islands.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/mss/loot_tables/general.json b/global_packs/required_data/_Star Academy_/data/mss/loot_tables/general.json new file mode 100644 index 00000000..92dffe40 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/mss/loot_tables/general.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/mss/loot_tables/houses_books.json b/global_packs/required_data/_Star Academy_/data/mss/loot_tables/houses_books.json new file mode 100644 index 00000000..888fe5a7 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/mss/loot_tables/houses_books.json @@ -0,0 +1,138 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 20 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 2 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 0.0 + } + } + ], + "random_sequence": "minecraft:chests/stronghold_library" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/mss/loot_tables/houses_common.json b/global_packs/required_data/_Star Academy_/data/mss/loot_tables/houses_common.json new file mode 100644 index 00000000..92dffe40 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/mss/loot_tables/houses_common.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/mss/loot_tables/houses_desert.json b/global_packs/required_data/_Star Academy_/data/mss/loot_tables/houses_desert.json new file mode 100644 index 00000000..92dffe40 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/mss/loot_tables/houses_desert.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/mss/loot_tables/houses_flower.json b/global_packs/required_data/_Star Academy_/data/mss/loot_tables/houses_flower.json new file mode 100644 index 00000000..92dffe40 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/mss/loot_tables/houses_flower.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/mss/loot_tables/houses_rare.json b/global_packs/required_data/_Star Academy_/data/mss/loot_tables/houses_rare.json new file mode 100644 index 00000000..8ee0e29d --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/mss/loot_tables/houses_rare.json @@ -0,0 +1,300 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier4" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier4" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier4" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier3" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:shiny_swapper" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:gender_swapper" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:iv_random" + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:level_random" + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_l", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/vitamin_loot", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + }, + { + "type": "minecraft:item", + "name": "cobblemon:max_revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot", + "weight": 40 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/bastion_treasure" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/mss/loot_tables/houses_uncommon.json b/global_packs/required_data/_Star Academy_/data/mss/loot_tables/houses_uncommon.json new file mode 100644 index 00000000..7d1d7158 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/mss/loot_tables/houses_uncommon.json @@ -0,0 +1,208 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 20 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/stronghold_corridor" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/mss/loot_tables/jungle_tower.json b/global_packs/required_data/_Star Academy_/data/mss/loot_tables/jungle_tower.json new file mode 100644 index 00000000..92dffe40 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/mss/loot_tables/jungle_tower.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/mss/loot_tables/large_carts.json b/global_packs/required_data/_Star Academy_/data/mss/loot_tables/large_carts.json new file mode 100644 index 00000000..92dffe40 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/mss/loot_tables/large_carts.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/mss/loot_tables/large_carts_2.json b/global_packs/required_data/_Star Academy_/data/mss/loot_tables/large_carts_2.json new file mode 100644 index 00000000..92dffe40 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/mss/loot_tables/large_carts_2.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/mss/loot_tables/mushroom_pond.json b/global_packs/required_data/_Star Academy_/data/mss/loot_tables/mushroom_pond.json new file mode 100644 index 00000000..92dffe40 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/mss/loot_tables/mushroom_pond.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/mss/loot_tables/pillager.json b/global_packs/required_data/_Star Academy_/data/mss/loot_tables/pillager.json new file mode 100644 index 00000000..92dffe40 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/mss/loot_tables/pillager.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/mss/loot_tables/rare.json b/global_packs/required_data/_Star Academy_/data/mss/loot_tables/rare.json new file mode 100644 index 00000000..8ee0e29d --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/mss/loot_tables/rare.json @@ -0,0 +1,300 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier4" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier4" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier4" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier3" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:shiny_swapper" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:gender_swapper" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:iv_random" + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:level_random" + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_l", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/vitamin_loot", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + }, + { + "type": "minecraft:item", + "name": "cobblemon:max_revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot", + "weight": 40 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/bastion_treasure" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/mss/loot_tables/swamps.json b/global_packs/required_data/_Star Academy_/data/mss/loot_tables/swamps.json new file mode 100644 index 00000000..92dffe40 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/mss/loot_tables/swamps.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/abandoned.json b/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/abandoned.json new file mode 100644 index 00000000..92dffe40 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/abandoned.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/cart.json b/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/cart.json new file mode 100644 index 00000000..92dffe40 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/cart.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/cartographer_tower.json b/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/cartographer_tower.json new file mode 100644 index 00000000..92dffe40 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/cartographer_tower.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/cathedral_base.json b/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/cathedral_base.json new file mode 100644 index 00000000..92dffe40 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/cathedral_base.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/cathedral_common.json b/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/cathedral_common.json new file mode 100644 index 00000000..d13569bb --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/cathedral_common.json @@ -0,0 +1,177 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot", + "weight": 18 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + } + ], + "random_sequence": "minecraft:chests/bastion_other" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/cathedral_rare.json b/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/cathedral_rare.json new file mode 100644 index 00000000..8a04dae3 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/cathedral_rare.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "sophisticatedstorage:packing_tape" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:dirt" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 12.0, + "min": 4.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:paper" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 12.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:candle" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:pointed_dripstone" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/crystal.json b/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/crystal.json new file mode 100644 index 00000000..7d1d7158 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/crystal.json @@ -0,0 +1,208 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 20 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/stronghold_corridor" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/empty.json b/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/empty.json new file mode 100644 index 00000000..3fd1aef4 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/empty.json @@ -0,0 +1,58 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier0" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "rolls": { + "type": "minecraft:uniform", + "min": 0, + "max": 2 + }, + "bonus_rolls": 0, + "entries": [ + { + "type": "minecraft:item", + "weight": 5, + "name": "cobblemon:exp_candy_xs", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 3 + } + } + ] + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 2 + } + } + ] + } + ] + } + ] + } + \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/floating_islands.json b/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/floating_islands.json new file mode 100644 index 00000000..92dffe40 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/floating_islands.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/general.json b/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/general.json new file mode 100644 index 00000000..92dffe40 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/general.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/houses_books.json b/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/houses_books.json new file mode 100644 index 00000000..888fe5a7 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/houses_books.json @@ -0,0 +1,138 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 20 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 2 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 0.0 + } + } + ], + "random_sequence": "minecraft:chests/stronghold_library" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/houses_common.json b/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/houses_common.json new file mode 100644 index 00000000..92dffe40 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/houses_common.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/houses_desert.json b/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/houses_desert.json new file mode 100644 index 00000000..92dffe40 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/houses_desert.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/houses_flower.json b/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/houses_flower.json new file mode 100644 index 00000000..92dffe40 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/houses_flower.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/houses_rare.json b/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/houses_rare.json new file mode 100644 index 00000000..8ee0e29d --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/houses_rare.json @@ -0,0 +1,300 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier4" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier4" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier4" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier3" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:shiny_swapper" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:gender_swapper" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:iv_random" + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:level_random" + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_l", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/vitamin_loot", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + }, + { + "type": "minecraft:item", + "name": "cobblemon:max_revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot", + "weight": 40 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/bastion_treasure" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/houses_uncommon.json b/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/houses_uncommon.json new file mode 100644 index 00000000..7d1d7158 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/houses_uncommon.json @@ -0,0 +1,208 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 20 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/stronghold_corridor" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/jungle_tower.json b/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/jungle_tower.json new file mode 100644 index 00000000..92dffe40 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/jungle_tower.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/large_carts.json b/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/large_carts.json new file mode 100644 index 00000000..92dffe40 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/large_carts.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/large_carts_2.json b/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/large_carts_2.json new file mode 100644 index 00000000..92dffe40 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/large_carts_2.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/mushroom_pond.json b/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/mushroom_pond.json new file mode 100644 index 00000000..92dffe40 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/mushroom_pond.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/rare.json b/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/rare.json new file mode 100644 index 00000000..8ee0e29d --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/rare.json @@ -0,0 +1,300 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier4" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier4" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier4" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier3" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:shiny_swapper" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:gender_swapper" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:iv_random" + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:level_random" + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_l", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/vitamin_loot", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + }, + { + "type": "minecraft:item", + "name": "cobblemon:max_revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot", + "weight": 40 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/bastion_treasure" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/swamps.json b/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/swamps.json new file mode 100644 index 00000000..92dffe40 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/mvs/loot_tables/swamps.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/nova_cherry_village/loot_tables/chests/village/village_cartographer.json b/global_packs/required_data/_Star Academy_/data/nova_cherry_village/loot_tables/chests/village/village_cartographer.json new file mode 100644 index 00000000..4b66c868 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/nova_cherry_village/loot_tables/chests/village/village_cartographer.json @@ -0,0 +1,128 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:vivichoke_seeds", + "weight": 5 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/village/village_cartographer" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/nova_cherry_village/loot_tables/chests/village/village_cherry_house.json b/global_packs/required_data/_Star Academy_/data/nova_cherry_village/loot_tables/chests/village/village_cherry_house.json new file mode 100644 index 00000000..87fa7ad6 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/nova_cherry_village/loot_tables/chests/village/village_cherry_house.json @@ -0,0 +1,188 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:vivichoke_seeds", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:oran_berry" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:persim_berry" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:rawst_berry" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:pinap_berry" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/village/village_desert_house" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/nova_cherry_village/loot_tables/chests/village/village_fisher.json b/global_packs/required_data/_Star Academy_/data/nova_cherry_village/loot_tables/chests/village/village_fisher.json new file mode 100644 index 00000000..252a122b --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/nova_cherry_village/loot_tables/chests/village/village_fisher.json @@ -0,0 +1,128 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:vivichoke_seeds", + "weight": 5 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/village/village_fisher" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/nova_cherry_village/loot_tables/chests/village/village_fletcher.json b/global_packs/required_data/_Star Academy_/data/nova_cherry_village/loot_tables/chests/village/village_fletcher.json new file mode 100644 index 00000000..6a0db406 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/nova_cherry_village/loot_tables/chests/village/village_fletcher.json @@ -0,0 +1,128 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:vivichoke_seeds", + "weight": 5 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/village/village_fletcher" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/nova_cherry_village/loot_tables/chests/village/village_mason.json b/global_packs/required_data/_Star Academy_/data/nova_cherry_village/loot_tables/chests/village/village_mason.json new file mode 100644 index 00000000..c0147112 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/nova_cherry_village/loot_tables/chests/village/village_mason.json @@ -0,0 +1,128 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:vivichoke_seeds", + "weight": 5 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/village/village_mason" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/nova_cherry_village/loot_tables/chests/village/village_shepherd.json b/global_packs/required_data/_Star Academy_/data/nova_cherry_village/loot_tables/chests/village/village_shepherd.json new file mode 100644 index 00000000..21d538c6 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/nova_cherry_village/loot_tables/chests/village/village_shepherd.json @@ -0,0 +1,128 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:vivichoke_seeds", + "weight": 5 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/village/village_shepherd" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/nova_cherry_village/loot_tables/chests/village/village_temple.json b/global_packs/required_data/_Star Academy_/data/nova_cherry_village/loot_tables/chests/village/village_temple.json new file mode 100644 index 00000000..dd87a72f --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/nova_cherry_village/loot_tables/chests/village/village_temple.json @@ -0,0 +1,132 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "name": "cobblemon:potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:vivichoke_seeds", + "weight": 5 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/village/village_temple" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/nova_cherry_village/loot_tables/chests/village/village_toolsmith.json b/global_packs/required_data/_Star Academy_/data/nova_cherry_village/loot_tables/chests/village/village_toolsmith.json new file mode 100644 index 00000000..0709ca21 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/nova_cherry_village/loot_tables/chests/village/village_toolsmith.json @@ -0,0 +1,162 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot" + } + ], + "rolls": 3.0 + } + ], + "random_sequence": "minecraft:chests/village/village_toolsmith" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/nova_cherry_village/loot_tables/chests/village/village_weaponsmith.json b/global_packs/required_data/_Star Academy_/data/nova_cherry_village/loot_tables/chests/village/village_weaponsmith.json new file mode 100644 index 00000000..f8edf2b3 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/nova_cherry_village/loot_tables/chests/village/village_weaponsmith.json @@ -0,0 +1,162 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot" + } + ], + "rolls": 3.0 + } + ], + "random_sequence": "minecraft:chests/village/village_weaponsmith" +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/resourcefullootbags/loot_tables/lootbags/gacha.json b/global_packs/required_data/_Star Academy_/data/resourcefullootbags/loot_tables/lootbags/gacha.json new file mode 100644 index 00000000..97aaf579 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/resourcefullootbags/loot_tables/lootbags/gacha.json @@ -0,0 +1,19 @@ +{ + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "lootbags:loot_bag", + "functions": [ + { + "function": "minecraft:set_nbt", + "tag": "{ Loot:\"resourcefullootbags:lootbags/gacha\", Name:\"Legendary Gacha\", Color:13013136, Type:\"EPIC\"}" + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/resourcefullootbags/loot_tables/lootbags/pools/gacha.json b/global_packs/required_data/_Star Academy_/data/resourcefullootbags/loot_tables/lootbags/pools/gacha.json new file mode 100644 index 00000000..f647ea65 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/resourcefullootbags/loot_tables/lootbags/pools/gacha.json @@ -0,0 +1,329 @@ +{ + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "myths_and_legends:adamant_orb", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:aurora_ticket", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:azure_flute", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:blue_orb", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:bonus_disk", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:dna_splicer", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:eon_ticket", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:griseous_orb", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:gs_ball", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:jade_orb", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:liberty_pass", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:lustrous_orb", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:member_card", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:oaks_letter", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:old_sea_map", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:red_orb", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:tidal_bell", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:dr_fujis_diary", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:rainbow_wing", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:silver_wing", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:violet_book", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:scarlet_book", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:cocoon_of_destruction", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:sapling_of_life", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:zygarde_cell", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:zygarde_core", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:zygarde_cube", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:mystery_box", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:dark_stone", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:light_stone", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:teal_mask", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:sun_flute", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:moon_flute", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:lunar_feather", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:diancies_crown", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:fini_totem", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:genesect_drive", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:hoopa_ring", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:koko_totem", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:lele_totem", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:lillies_bag", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:meloetta_headset", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:necro_prism", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:prism_bottle", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:steam_valve", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:antique_pokeball", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:eternatus_core", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:kubfus_band", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:marshadow_hood", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:reins_of_unity", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:scroll_of_water", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:soul_heart", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:zeraoras_thunderclaw", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:ancient_tablet", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:mythical_pecha_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:scroll_of_darkness", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:azelf_fang", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:mesprit_plume", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:stone_tablet", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:uxie_claw", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:steel_tablet", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:bulu_totem", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:iceroot_carrot", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:shaderoot_carrot", + "weight": 1 + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/resourcefullootbags/recipes/lootbags/gacha.json b/global_packs/required_data/_Star Academy_/data/resourcefullootbags/recipes/lootbags/gacha.json new file mode 100644 index 00000000..bd1c70e1 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/resourcefullootbags/recipes/lootbags/gacha.json @@ -0,0 +1,7 @@ +{ + "type": "lootbags:loot", + "name": "Legendary Gacha", + "output": { + "table": "resourcefullootbags:lootbags/pools/gacha" + } +} \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/totw_modded/loot_tables/ocean_tower_chest.json b/global_packs/required_data/_Star Academy_/data/totw_modded/loot_tables/ocean_tower_chest.json new file mode 100644 index 00000000..25437113 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/totw_modded/loot_tables/ocean_tower_chest.json @@ -0,0 +1,162 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:convenientdecor/umbrella" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "rolls": { + "type": "minecraft:uniform", + "min": 1, + "max": 2 + }, + "bonus_rolls": 0, + "entries": [ + { + "type": "minecraft:item", + "weight": 5, + "name": "cobblemon:exp_candy_xs", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 12, + "max": 40 + } + } + ] + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 4, + "max": 15 + } + } + ] + } + ] + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + } + ] + } + \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/totw_modded/loot_tables/tower_chest.json b/global_packs/required_data/_Star Academy_/data/totw_modded/loot_tables/tower_chest.json new file mode 100644 index 00000000..25437113 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/totw_modded/loot_tables/tower_chest.json @@ -0,0 +1,162 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:convenientdecor/umbrella" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "rolls": { + "type": "minecraft:uniform", + "min": 1, + "max": 2 + }, + "bonus_rolls": 0, + "entries": [ + { + "type": "minecraft:item", + "weight": 5, + "name": "cobblemon:exp_candy_xs", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 12, + "max": 40 + } + } + ] + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 4, + "max": 15 + } + } + ] + } + ] + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + } + ] + } + \ No newline at end of file diff --git a/global_packs/required_data/_Star Academy_/data/totw_modded/worldgen/structure_set/end.json b/global_packs/required_data/_Star Academy_/data/totw_modded/worldgen/structure_set/end.json new file mode 100644 index 00000000..5b36515e --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/totw_modded/worldgen/structure_set/end.json @@ -0,0 +1,14 @@ +{ + "structures": [ + { + "structure": "totw_modded:end", + "weight": 1 + } + ], + "placement": { + "type": "minecraft:random_spread", + "spacing": 90, + "separation": 25, + "salt": 1685779 + } +} diff --git a/global_packs/required_data/_Star Academy_/data/totw_modded/worldgen/structure_set/nether.json b/global_packs/required_data/_Star Academy_/data/totw_modded/worldgen/structure_set/nether.json new file mode 100644 index 00000000..f527297a --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/totw_modded/worldgen/structure_set/nether.json @@ -0,0 +1,14 @@ +{ + "structures": [ + { + "structure": "totw_modded:nether", + "weight": 1 + } + ], + "placement": { + "type": "minecraft:random_spread", + "spacing": 90, + "separation": 25, + "salt": 1683778 + } +} diff --git a/global_packs/required_data/_Star Academy_/data/totw_modded/worldgen/structure_set/overworld.json b/global_packs/required_data/_Star Academy_/data/totw_modded/worldgen/structure_set/overworld.json new file mode 100644 index 00000000..9d183a93 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/data/totw_modded/worldgen/structure_set/overworld.json @@ -0,0 +1,46 @@ +{ + "structures": [ + { + "structure": "totw_modded:regular", + "weight": 1 + }, + { + "structure": "totw_modded:desert", + "weight": 1 + }, + { + "structure": "totw_modded:ice", + "weight": 1 + }, + { + "structure": "totw_modded:derelict", + "weight": 1 + }, + { + "structure": "totw_modded:derelict_grass", + "weight": 1 + }, + { + "structure": "totw_modded:jungle", + "weight": 1 + }, + { + "structure": "totw_modded:badlands", + "weight": 1 + }, + { + "structure": "totw_modded:ocean_warm", + "weight": 1 + }, + { + "structure": "totw_modded:ocean", + "weight": 1 + } + ], + "placement": { + "type": "minecraft:random_spread", + "spacing": 90, + "separation": 25, + "salt": 1685777 + } +} diff --git a/global_packs/required_data/_Star Academy_/pack.mcmeta b/global_packs/required_data/_Star Academy_/pack.mcmeta new file mode 100644 index 00000000..1d9ea023 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 15, + "description": "Star Academy 0.1.6" + } +} diff --git a/global_packs/required_data/_Star Academy_/readme.md b/global_packs/required_data/_Star Academy_/readme.md new file mode 100644 index 00000000..d3bb1283 --- /dev/null +++ b/global_packs/required_data/_Star Academy_/readme.md @@ -0,0 +1 @@ +Credit to the respective developers and to CobblemonLoot by necro50n3 \ No newline at end of file diff --git a/index.toml b/index.toml index 96d8ab12..65ddc38a 100644 --- a/index.toml +++ b/index.toml @@ -41,21 +41,33 @@ hash = "0bba3c939a3ce8c3c2ef69d53cb93a361baf0a88c77b9410d6979cb96345c285" file = "config/academy/entity_groups.json" hash = "e7354c22e472194e40ad0f6c40db5d2ef5fd294e752a3823911161f4d4f33279" +[[files]] +file = "config/academy/entity_yeeter.json" +hash = "657be698905a5f7101132d529341e1b9df1eefb49d1a8a78520af321dfdcf6c9" + [[files]] file = "config/academy/item_groups.json" hash = "e7354c22e472194e40ad0f6c40db5d2ef5fd294e752a3823911161f4d4f33279" +[[files]] +file = "config/academy/item_logic.json" +hash = "68e1512ec25903b03effb5c01496d4a9afda3a64e75fad30e9060e555d27db52" + [[files]] file = "config/academy/npc.json" hash = "7992a26cba58e104b4ce5ec5ce17081291b82e7d8275bb616ebc7afd39a88196" [[files]] file = "config/academy/pokemon_spawn.json" -hash = "f7b01380d662f25f01d48eb0c7666d6bd68da41955b09011eb4411f4c29510d0" +hash = "728396205c4cc28b6487a1588f0675acb2feeb3cfeb4177990e706933e756f44" [[files]] file = "config/academy/safari.json" -hash = "fa29f051b1e828730ff100083b38f5ea72794a95513caf493e10803c9915e9cb" +hash = "eb142e3f40f479130a3631402a8097b199a5905edbafdd7c96fa14c2f15375de" + +[[files]] +file = "config/academy/star_badge.json" +hash = "91a005c34f14c1b513e015f65f3d98058b49eb9ed054d2e4167444161fe345ed" [[files]] file = "config/academy/starter_raffle.json" @@ -69,6 +81,10 @@ hash = "e7354c22e472194e40ad0f6c40db5d2ef5fd294e752a3823911161f4d4f33279" file = "config/academy/wardrobe.json" hash = "d639d8e7433b4f1121a55353ae260cc47397641a5fb6ef3bc1ebe0fb3972fc61" +[[files]] +file = "config/accessible-step.json" +hash = "9129479e06d716c14c0aa9c0db5b039013c6d272a60368ff85b0fad35709f99b" + [[files]] file = "config/advancementplaques-common.toml" hash = "44e2424c29b68fdd723e84d3dfa395be105d53424544496e5e898073dd743cf8" @@ -279,7 +295,7 @@ hash = "fb9331ffc26fbdf12d56c6aaca3c1ccd531ecbc9772980a9ed8d02c77dda6d77" [[files]] file = "config/cobbledex/rewards.json" -hash = "515f224ba69ecf520d8566d5dd6b1899edc1eb0ddc331ecf81ea88e0b3b343d0" +hash = "26e5b107ae523ef8b91fa891bc8c758c8e55231728d818f6ad57f7ee1eb4136b" [[files]] file = "config/cobbledex/settings.json" @@ -695,7 +711,11 @@ hash = "834f2e97dc29fa0a6c93abbc1debe337421a6a69fb76378b69d3697529e79ee3" [[files]] file = "config/global_data_and_resourcepacks.toml" -hash = "6543a7962cf34697892deaa3f8871fbbf3cab6e6b478db50ae8598dd3d3db354" +hash = "a07b9d599a8d128e8ea715b887f6019a3964a6f0beb99debff830db18b249aa7" + +[[files]] +file = "config/global_game_rule.json" +hash = "09c8720f800ad3227f0890b74a355c971546eb28fb27e13d64ee38e9b4d44450" [[files]] file = "config/gravelmon.json" @@ -755,7 +775,7 @@ hash = "7e48aef767cf80262644bac9c665a9dd035cfebf483a4c128d7370a29857121c" [[files]] file = "config/item_obliterator.json5" -hash = "03a15b8b293d3add96275f12baa1758784c199d1f3a153d6541fe765abff0309" +hash = "f2c6e50331dc5d91de618ccd22ec523597e8b81d1b11099731ba9c77b553f6e2" [[files]] file = "config/jei/blacklist.cfg" @@ -923,7 +943,7 @@ hash = "e3ce034f741114a6da1a290417f77a61b16192e89ac68c780adb70ec6f648c6e" [[files]] file = "config/resourcepackoverrides.json" -hash = "5ee72b4a60ef14ff8a52bd76969e46d125a4431e63e1435a602663b0fd476317" +hash = "50e5d725aec8f91d53d5e4854d42cfe649c15d1ef51ea6d32445c77bc319d004" [[files]] file = "config/roles.json" @@ -969,6 +989,10 @@ hash = "b72810c8dde00b1772cdd6afe5d15a4d4dacc5a89d7c4bed70bb467fbbe87386" file = "config/shadertoggle.json" hash = "f226bd9c161ff131f408b88f1143579b89c39c873c693c3a9ef4faf73d63ad1c" +[[files]] +file = "config/shouldersurfing-client.toml" +hash = "30bbd01bc9cfda0fd81ea0ce39bf76e2722cac7d32fae5a4e6ecd9cbc8da98ac" + [[files]] file = "config/shulkerboxtooltip.json5" hash = "7472923f9d99425188b2f50f64ef51c155afb5ba30469e9e67a0762a81542ec1" @@ -1655,7 +1679,7 @@ hash = "c123608178663ea45647218f077044d9e889a44ffdc8b7a96c0e09b6eb4f90c8" [[files]] file = "config/worldedit/schematics/healingcenter.schem" -hash = "3afa240c964df0d6c1ec63b3fef257a2707ba1b912b75739f37fb0d405edd3d2" +hash = "ccf0648188c91518766e824a4b918c6cde107432a9ae5fe9bfe68cc3aadaa24a" [[files]] file = "config/worldedit/schematics/portal.schem" @@ -1663,11 +1687,11 @@ hash = "af373d84f8967d3a57e02c9eb0bfcabffb5c84acdbdad79693fbe154e2e7d2c9" [[files]] file = "config/worldedit/schematics/safariportal.schem" -hash = "fbbe0e9c2c7f654bcc193969c7ec07cd3f48e46a6fd4360649d786109536b8b5" +hash = "efc36a0003297dfe1104a68e969c7a6c18e1f0199820663a3f3481cbbe352696" [[files]] file = "config/worldedit/schematics/shop.schem" -hash = "4444ddcb09b98972488777e69b11edbc87dbc8a548b8ca6d9d709e8342f34198" +hash = "8d0cf773bd7cc1eb743eda5798e4b3709e3073d2c107fa398a9ae0b046725437" [[files]] file = "config/worldedit/worldedit.properties" @@ -12847,7 +12871,7 @@ hash = "e8f03582f582100d73618a14cf4e38fb081183a37854d0c472f5c74b01bca3e7" [[files]] file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/large_warped_tower.json" -hash = "39a8e5ee6b1751a880d9d474d72037eac1133a087f67b00a0c9c700fd9a534b3" +hash = "719b5fa3e2e119b2d94d04e5e9baa9107bdc97b82437325c91953978f337804c" [[files]] file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/medium_igloo_1.json" @@ -15441,6 +15465,618 @@ hash = "3cbb8058dab7745144ad906603e19b8e3b663b74fc9d985716e15a00b5a09893" file = "global_packs/required_data/PokeSizes-1.1.1/pack.mcmeta" hash = "14b1f733dfd908afc0ac0c1f23defb538ba1882420bce06ad9fe41262dbd9b6f" +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/assets/minecraft/models/item/barrier.json" +hash = "0453657aff33b70a1fbff9030ec0d862182e44f11cbba64880c645fddeb09d5c" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/assets/pokemonfishing/models/hidden.json" +hash = "36d1a4e1a46f020ce7f383a5121ab6c87ddce07e234bd2e7c16db6c10c0b06c2" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/minecraft/loot_tables/gameplay/fishing.json" +hash = "0423a9c5e520a753b6c8ead0e1f1bc2ef9d9cdb5193ad1f8ad96f42ef6b00552" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/minecraft/tags/functions/load.json" +hash = "b63af4eb01b7a006b3e8649687859bbc553c808a313be3c4e7a7657e89aad1dd" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/advancements/catch_pokemon.json" +hash = "603d4a161d1011d9f3b763f4a0ca0b8581ee566eb784acc0988fb0a884a6ee5d" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/advancements/on_join.json" +hash = "63805b19ab9c61ba4dcef75f9f0797300b0ec591c62c2c250c2bbdadec8ec6a1" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/catch/detect_catch.mcfunction" +hash = "88a0e4961238fc68cfb8f6c7e479e8856dd1b85d877fedcd1ed940d5425f574e" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/catch/execute_placeholder.mcfunction" +hash = "8ad2fbbfe767e5c603c5fdf630e66b92cd44d576580a1e78b94a6f3814225bb4" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/catch/find_pokemon.mcfunction" +hash = "9b90454ae18149231447414c939a7dcfd63654b59a7b57c8d56020268188a969" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/catch/init_iterate_catches.mcfunction" +hash = "33901c8d9b5757d5862de0059e6a7fe544135c0de15f0fc8512638d63ed24552" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/catch/init_pokemon.mcfunction" +hash = "589a6256da36b94b2f71a9693dfda859256ab81bd4f6cf773b91e943c40f4699" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/catch/iterate_catches.mcfunction" +hash = "17bc68e176cff6166b4c7b84c33d5e6e8e28d0c2433a925076e1ee2debae2cd4" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/debug/message/broadcast_error.mcfunction" +hash = "b406ef384d4c1985820271618d4a985e65c6d0d6efbb7f423aad46c339d29daf" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/debug/message/create_error_code.mcfunction" +hash = "d6df6f008d7c561bbce897712ff16f4f51aa0a52a76bee23d2b61db8aafcc759" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/debug/reload_on_error.mcfunction" +hash = "3ca1fa28ce0f07152b5a65553d66c74758a3af15407ffc4b7fc052a74624038b" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/debug/resolve_placeholders/check_placeholders.mcfunction" +hash = "98ace30a83b9426946d950c6a35add9d7eb22ca90405d28492335ff39dde6924" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/debug/resolve_placeholders/find_placeholders.mcfunction" +hash = "1d029e718ca9d5d053e6c9850366e1b94beb9923996ba1c16df9af81b382109b" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/debug/resolve_placeholders/found_placeholder.mcfunction" +hash = "69dd7a197e41664bb77140163acc952ca2ea605aa64e4669cef36861857ca7b8" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/debug/resolve_placeholders/init_placeholder_iteration.mcfunction" +hash = "92238be17482a29e7cf6d4f4ac12d083e56523c5a601fa15ad503ffedcd1619d" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/debug/server_bug/detect_fabric_server_bug.mcfunction" +hash = "8d16777e6e51db74d712937fd7edae691922db86fa0b6f80125ca92f13123908" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/debug/server_bug/warn_fabric_server_bug.mcfunction" +hash = "9472052c239144dce5b898d4ad7e55cf2e708438c97bd0cc69126df1e819b4f4" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/loop/every_10_ticks.mcfunction" +hash = "6cc1a4ddf5e781d2cda1c9b9f3140b2cc6e4abb20acbfaeea518a1661c57fc20" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/on_event/on_catch.mcfunction" +hash = "2693dd345ca9c60bd7af57e19b8030f3775f272b7b8ef3fa3789e98e85487961" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/on_event/on_join.mcfunction" +hash = "b810bb1efd87c17ede29ff316767058f1a303ad896c8d8c3a639eebde79a4c37" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/on_event/on_load.mcfunction" +hash = "a4ba61d6de97c9bf4e5c3d1d46433649a22df5368bf621c8302c08e104bbcad6" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/options/toggle_reload_on_error.mcfunction" +hash = "28fb68f577286d4a976f8b55b6fa5125bc837d1ab8b33bc647d827fd895aac21" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon.mcfunction" +hash = "090b695cbcca3b0b84f8db2a7e1f86c9310f5244d102b8789cae13897fc2294d" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/116_horsea.mcfunction" +hash = "578d2d4698dbf671a45cd7163f5c915d2ca53ce8b4a8bde38dcb2bb3e0655383" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/117_seadra.mcfunction" +hash = "a0cb0df9b9dc4948700995eedf60bce65eba659ba3b01f1d3a75d4c9312273cb" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/118_goldeen.mcfunction" +hash = "e810143776ed8bdb0daf66b5b1b616fe363ab452afd37f1b6df5ed3165ab4673" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/119_seaking.mcfunction" +hash = "bc8bdf7ae9cf59094ee6b344bf56265c3db1ec40d70ea9e4f1d19bc37ccf5474" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/120_staryu.mcfunction" +hash = "bf7384e58f106f10e0328b5d106403e92464c69d4f507c5a4861f009f92b9d53" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/129_magikarp.mcfunction" +hash = "024e5140faaf5dc96468d2d2d799a76a6af2267a6407e50cb04ca8047e0b3355" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/130_gyarados.mcfunction" +hash = "c74a08cfe7b728c0db31deae6fd27a76d6b6732a1b9282f32743265f0e4565b4" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/147_dratini.mcfunction" +hash = "b56fa72895f0f52b45032863f716304eafec358360e00f22348d21213cd245bd" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/148_dragonair.mcfunction" +hash = "e7117999c09a08378c88873d67e01b7f19eebb4ddbec041e155a57d509f195c3" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/258_mudkip.mcfunction" +hash = "154f267b284222106e43096b48d14a198ece9929e0a98181537b0f1b3ffe3439" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/270_lotad.mcfunction" +hash = "47a8e3f68fc3c21bd9d12f5d29d8abb9726f39e95c6e7532a37451f76cc3f141" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/271_lombre.mcfunction" +hash = "819076802b4197e3f1569190b8fd1ee1d24ffed81bfbfa5f55c40a82f9afcaf9" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/318_carvanha.mcfunction" +hash = "eaa47fde37497ff56f5fc3964f4aecda6783204905cdac597bba41f45717b796" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/319_sharpedo.mcfunction" +hash = "0f19a98c184d9b0340674bf895add68759eaf06ceb5e66f191e71c0651a1da8f" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/320_wailmer.mcfunction" +hash = "aee2efe64fca3ac072e7f8d4c4c69dd27d24762ea5d28e6b6769b3422ea9eea9" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/321_wailord.mcfunction" +hash = "011b6ebf8a2018b2c003b7f71a3246060364f090eb36da439eaf13a6f630eb71" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/370_luvdisc.mcfunction" +hash = "99a09a8756973f997e3442e2790ae0667b42d01d7ffb7aba32fe31cce246728b" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/393_piplup.mcfunction" +hash = "018e9d5525584872537bec24c034771cfd17d04ebfc929bc93e263bcea4a4101" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/501_oshawott.mcfunction" +hash = "98295e137a8207c79541f01c6ffb7e6f6341fc47773f883e7297ec0dcde58744" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/54_psyduck.mcfunction" +hash = "fc100935fe317dd42329fb6e7ffaec9e7fb21c1fb8ae15cb90b0b8519c85d239" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/550_basculin_blue_stripe.mcfunction" +hash = "076f6c5b196cfd2e07a041089782138165d977a1166726c24f023c6006f3165d" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/550_basculin_red_stripe.mcfunction" +hash = "cd14fe82dc2cdb2647d02d23b510c1851824b43b210d52f910d61dbc8356e66e" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/55_golduck.mcfunction" +hash = "d464a5c5014a1cb717211576d4387264aae0e0723245af8039435b1f69c1adcd" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/60_poliwag.mcfunction" +hash = "020f8b2741675e28d0623b00b9bc352ee40f8c601b7f84f775726dbca2b498e8" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/61_poliwhirl.mcfunction" +hash = "d03920df26109ea6aa33e15009ee59a1f40deecc9021954b695e52b85b2cd77b" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/656_froakie.mcfunction" +hash = "49317bb27e3ddfeec263f0b1e52133cb83e6d269b1476961b48e1b6dd3355d00" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/728_popplio.mcfunction" +hash = "fa89c3b45eeb7c44b8d4e39530ce3f9bac14efaf49877b1df31d05e822508ad8" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/72_tentacool.mcfunction" +hash = "6f0d3a9db5c736a678d603ea4ccba9dc10c0fee01caf87d35127ca5a01035b6e" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/73_tentacruel.mcfunction" +hash = "7f7130697df955b1b75545cdbc205fccfb1a3ad691d73ac691a34969559e2596" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/781_dhelmise.mcfunction" +hash = "30f0b56a08bbc939f5887d0c57242389522ce211c61f0a51ce70a0b3c0512ba2" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/7_squirtle.mcfunction" +hash = "c966aebc2987380a204aea15fcf7702576b65c3c5ca3bfc49ebebccdeb2a5d46" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/816_sobble.mcfunction" +hash = "1d07822d371f9ac60a69517acfc9d4b913ca936a32fdb99c3b2f44e92d080f8d" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/90_shellder.mcfunction" +hash = "b3c79fdc459d2cdfc3eaf9245271eab627fc76adba1fe211e6637b130e9dbdab" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/98_krabby.mcfunction" +hash = "6ea3dfd78dc8b1b539616461a5675a6eb4bcf77c31befc6c9308b2c81a4ccd2c" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/99_kingler.mcfunction" +hash = "dec92b61e0c3cf8bb5a454c843e3b07f10bd3f1e27c68a4b73b1049d57314c98" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny.mcfunction" +hash = "68d7894c8686a7747fcc1f905dc8e4a243c6437d7197eddd48eef7f9c328916c" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/116_horsea.mcfunction" +hash = "38e9913fcf4150f92d2bb20a97e838269a131c1381720d16a8397d38b47d2816" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/117_seadra.mcfunction" +hash = "1876b231c308bf620b6c786a3d4f0a48d66e4bedc47fadff563e198be475dacb" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/118_goldeen.mcfunction" +hash = "23f565bc9a8748b6b17b18d99d44ead712035077d5fb51ba59a1eab2b1dd453e" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/119_seaking.mcfunction" +hash = "c51d9ee64447c42d6429ba6c7a145f03c05bdf4baa264a2dd928478879a12495" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/120_staryu.mcfunction" +hash = "440e95025dbe48e8f6e47f224c3469bf98407b5ebfba50f4720fe2ea6362d8c9" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/129_magikarp.mcfunction" +hash = "c491be647e6113a6834015b00aa95c8f66c67ba844d703db7208430469042343" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/130_gyarados.mcfunction" +hash = "b253a05de10b4458f33192655498b8aa54da87774b9d20164af0250c5bafc952" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/147_dratini.mcfunction" +hash = "2e6f7ce11b09b53380acda6450e754a6e583e5333e0c018d2439f4291da1f34e" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/148_dragonair.mcfunction" +hash = "0d1d838a3ab350bd3a2d15c33f4d00db5ad053160493a57fa5d5034b62454f43" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/258_mudkip.mcfunction" +hash = "82284bb53d909ac980e1994583594655bc808677da25b75bc7aa514a2eaa1eab" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/270_lotad.mcfunction" +hash = "8a0930c09e72a168f0a263262549e4c3a568392b502243e3d0b0448b6430efc9" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/271_lombre.mcfunction" +hash = "a01a0307dd60f6a1c9667c9ba2154595f6b9dcc0ae41888abadba6be949e73d8" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/318_carvanha.mcfunction" +hash = "b91be94d758dcd832d8f05ad6cf5ae0473010fc6ee6752724d7640a7c29a60d6" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/319_sharpedo.mcfunction" +hash = "81802320e294a787f776425d82b227ec458d2ad23ef3aef3c5dccebe7dc0ba77" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/320_wailmer.mcfunction" +hash = "55e8f8949cdb09ecafb0c94c92b7dfae2832a768e7c82c3281b4773a636d66a9" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/321_wailord.mcfunction" +hash = "1e3e5e4652b4e9606e0dacd9f53d35fd6ec6898e4f732e1e0d367ac03235bce3" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/370_luvdisc.mcfunction" +hash = "bf6012afa40d3e99666ed04792305af44b3d16f21aab21553029f234068875ee" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/393_piplup.mcfunction" +hash = "27889735b4a755b5142e04b78a4312fe8d751c38e70d220f49c70499b460af7e" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/501_oshawott.mcfunction" +hash = "2f687d726971ba04f31e8fdb08e0277c696f51903fc3921165eec8161062f9ea" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/54_psyduck.mcfunction" +hash = "45e2c5f2d28b31dc0f14ea95e6f1a0c5b11583b8a8b7dc32a222e9c077812401" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/550_basculin_blue_stripe.mcfunction" +hash = "aca6ddccab59a7748900dccadcbb28a2eee26dea0eca3819d0153edb86f346a9" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/550_basculin_red_stripe.mcfunction" +hash = "8d1131241c6d5600f7e2a0eb834a96bf6eb9c8174de4d3fa58b2b6feeea175cf" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/55_golduck.mcfunction" +hash = "33b92b059563b08c7377a8c40fd592503ac0751877888617c636b1a71644a02b" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/60_poliwag.mcfunction" +hash = "dfabbe10f2a3ff4950f6d8db7f9203153339b983b68f5b8d2076a98d8c7901c7" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/61_poliwhirl.mcfunction" +hash = "4bd0d03f893cdc17ebe9fba188a7fdfc353416568ea70bff1b416fde888c542d" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/656_froakie.mcfunction" +hash = "13fadd9b56bc2cc6691b05aba5fbee480bcb1e9f8f75c42259aed369bf249301" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/728_popplio.mcfunction" +hash = "4fa90d4a18774cffcc813429d3d72d949e7f1fb21bca9b6adf3b149a819ac736" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/72_tentacool.mcfunction" +hash = "2fd9b0e9b1a2fab24432d96d43b144586a1c1be3b25e26c5b2826fd24079be66" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/73_tentacruel.mcfunction" +hash = "937a836d62376f094c6a9079e2ce1682725fd56f2e1fda3217b2a4be056fff07" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/781_dhelmise.mcfunction" +hash = "ff6f9d16ff87a4e765a9ae8f511f08b9cb1ee36203062932eb7a14c844478a33" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/7_squirtle.mcfunction" +hash = "975f754fc7ed5b204e0c7457d1f37bce028dfd591f43fa0d901388d5c7bb4841" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/816_sobble.mcfunction" +hash = "f11e356e73bd8eb2f1bef6d9c4d1e9d767c3485e167a710ad2368d46734a75d0" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/90_shellder.mcfunction" +hash = "fa419c161ce4ef8aa364262957015de89c93f1e0fb59d8431f1d7cfa215d1df4" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/98_krabby.mcfunction" +hash = "17fa7514f8f7e72b92803a2172e0421fa385b53314ec407781fbb1440ee3796b" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/99_kingler.mcfunction" +hash = "238a85b4b0ff06a0f1ddc396f0ca13dfb736cabfd2808e28053009652e62f34d" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/utility/feedback/hide_feedback.mcfunction" +hash = "180a40883903f6a0f622b6ae746d281a1ee4289cf8e63bf89528ac0ce36e3a7b" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/utility/feedback/show_feedback.mcfunction" +hash = "900a876633ee1bc19621dac1d8b5532eb0d19e4c23633920e12bf9c821e4928f" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/utility/rng/rng.mcfunction" +hash = "ba2f3ffbd47495ec91402f031e7714317ba9a3b880ffd291ba21b456b9a0f384" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/utility/rng/rng_init.mcfunction" +hash = "c82745db9f59c5b6a0573ec57b23a86ae922387f6d4a52ac10fcdb46440ddb49" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/junk.json" +hash = "70b5985e2ef77d91f2f659c26fbc2675468684e83ff335e849979af333cc1cec" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon.json" +hash = "9f097a384647bd2227b135c588b3a7ef23f81f6a98aa84e734239edb92dac095" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/116_horsea.json" +hash = "78d451b32233072baebf357a7cdaa041c17e6e0e7bd1b58c80e21a5ffa566c33" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/117_seadra.json" +hash = "ae528dbbb174d534359256b39f927b68e711a11c4fd8f6c6ef4007dea8955b41" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/118_goldeen.json" +hash = "97fb2683d6c77988081f6f87e81ea38c131e3a646b4a02e698645491938fe557" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/119_seaking.json" +hash = "f871b62048ba5a459f41fb4b8e093546eb497b96e1da6660da292d128ed0a8f4" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/120_staryu.json" +hash = "daa632eefa2201eeecdfd6cc86d8203924f21480652f1fa08cf8ba4dcea11bf2" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/129_magikarp.json" +hash = "abf1982cc7579fbcf55f4a5cb148af52507c0e966f15ae4c1ff1f8b415eafc75" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/130_gyarados.json" +hash = "f2192206d72de46edfb88ea3e2176965d2decf46b67fee567007c5fb0b9883dd" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/147_dratini.json" +hash = "a84b4d58e4036d339cb2555f041937fd1a2685622a4f6cf003aa73958e5b112f" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/148_dragonair.json" +hash = "65a4f95969af873d425e79f0f6cfe209b45a562b465b7c6ccb281b884a7c4747" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/258_mudkip.json" +hash = "35e28d5529bb1dfdf5eef202310e916a5d074bb818c5f5f822f54121a11939db" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/270_lotad.json" +hash = "8a25c2771945933482f23d992473c52228ea3fb9177720b002c50013b1f654d2" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/271_lombre.json" +hash = "0cfbfaa8615235022a59d5964f3326ec70d3accbb8dd60f9a609adebf55d1366" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/318_carvanha.json" +hash = "26faccbddf1d52a13c7a01855ef0205d5c8208bc41a850978415e850738a2b31" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/319_sharpedo.json" +hash = "ba22368ae2a8352ca867923740bbfd7104be8c74cf2df9b18e6e50f0195e7bc1" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/320_wailmer.json" +hash = "1a71dbc29a6df78bc511462f3ffbc5fcafd701bb54a00dd5f63ca8ff1a1495f2" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/321_wailord.json" +hash = "f41d68e484fc2f518900a6e324d99b3bd912912e60b2674c7eb7bf5ebf667bf6" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/370_luvdisc.json" +hash = "653c9890366c957d66c04e766f3ee8034c2bc19aca1be353f88695d441d975b8" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/393_piplup.json" +hash = "c7de24055480effaddb9aa7bac9971a758e76fa388aa18944f7afdeaf16ea55d" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/501_oshawott.json" +hash = "852451673cde4a7a8c9a337144631dc2ef83bbe1eea6b6f39c13fd104a37a84d" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/54_psyduck.json" +hash = "a71682295d6e8bb3c3865db895f1672e874fbcb132b27a6946c6916b826c3d5b" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/550_basculin_blue_stripe.json" +hash = "4bb9bdf07906184d5e877b605fa2df0d4e4d08f5ba1c09715b20d86f4542ea8b" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/550_basculin_red_stripe.json" +hash = "b93c69071d3136f549ad3e0cec435bc461c11f90ba15ab4ce9b0e98552e59dfa" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/55_golduck.json" +hash = "b7f28687b1c6b42a54d89504c083b8bf0deffb634fd3990830e0608383be1046" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/60_poliwag.json" +hash = "0991b3366cd7d8512fe90fce1e7193b73ccf82c525d1f71e2d1ec0efd75be11b" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/61_poliwhirl.json" +hash = "fddb9fe587345794c99f3abb811a63d277d0a61abd7b21a66b7327ff21593542" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/656_froakie.json" +hash = "6ee73fd685da559d11205c42dd28065006aff9b74a157d59de19e1e4176536f6" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/728_popplio.json" +hash = "0f8ba03631232c14be8cd987efff4e822345523f526bf3311c0d915e4e21e1b9" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/72_tentacool.json" +hash = "a422687f8e9cf2f3a8df1cedb96683501e58a7e756d2b2c735ce7ebde44cbc8f" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/73_tentacruel.json" +hash = "d2dd97a2e352f8fc4d45ab25c6bb4fb8465538984582532b14fc89268546095c" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/781_dhelmise.json" +hash = "409b0000c409282bc3502e252e7d0226e68f095f98a4649c1e57d87b6fe8665c" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/7_squirtle.json" +hash = "48402848cffc57c4a84b6ccd364f0ebfea25e31752caf80e6004acf56e3f710b" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/816_sobble.json" +hash = "0cf1c664b195ea2e8e0991489fc7d6839f6aeadd67a566a957087857094557a1" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/90_shellder.json" +hash = "a4ebf4efb4a0ae8293edd78949b9d7a4df1763a0ca3b040a90e86ec6046d8886" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/98_krabby.json" +hash = "e347b199b60668606accff7167f15d8300b8da3415c80cc753e0935169d32608" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/99_kingler.json" +hash = "53a0173de35be61a4971475005786acce4be817f5f61028fa01c3c0ade0061d0" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon_rarity/common.json" +hash = "5442030a4045510b85374c882fdeec7db7e97da327e6e597f0001acc59516031" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon_rarity/rare.json" +hash = "3fc562b3e10d358cb2d9892f7cab0d297ac19d97ceb3685924a1d65a548e9fcf" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon_rarity/ultra_rare.json" +hash = "afbeb86f8145b6474f16f37e8f314a3412af1ba78e657ac86e33a113d78c45f8" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon_rarity/uncommon.json" +hash = "b32369fbfce61eb89163131070397a484de671b7014bf00a88ef89cf830a255c" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon_rarity/very_common.json" +hash = "1cc29ea8caefabc5d1bc11b96e32be9f710c5db71935d3f262088d21de230030" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/treasure.json" +hash = "6d8d2ee7d1067d162f23cb5df346b8580f18fbcc08cea03902460ca38ad72fae" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/treasure/common.json" +hash = "2532da7ab19b7e9821ffc92f6752ff955f87e3172d917a2b77866c12e0aa4288" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/treasure/rare.json" +hash = "d6a46b8c6adb8db1b5155a9af84f1f1010ecee30efac84175be406d4ff0296c5" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/treasure/ultra_rare.json" +hash = "3cf297264a3d81aec26e580adb03eb85391de2024014436c3f2f2148ed8782fd" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/predicates/rng/50.json" +hash = "d50a8f0bc3313590b51fc4d887417ab52afbf286090459ac0f62c658cb33c1f8" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/tags/functions/reload_on_error.json" +hash = "95f86991139c773315a73e0ff59a5440b505686507d82ce5287e6148cfe00f4e" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/tags/functions/resolve_placeholders.json" +hash = "f05dac069a7a85f74f3de7100cbda72484caf1dc652293c523fac9cf307fe33c" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/pack.mcmeta" +hash = "349f4cdbc5cbb5bdbce17e891bdec4efbce95cba9b59ce861ae62b79ed8947f7" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/pack.png" +hash = "3c7e4fd3fba635fb3c8cb938e97c455974b09d461b43b8bd8741d3494b721a24" + [[files]] file = "global_packs/required_data/Star Academy/data/academy/structures/safari_spawn.nbt" hash = "149df5d7aed8b375dcfaf994e52ccb92132cd942c8665d6cd5151179b98416ab" @@ -17553,6 +18189,2730 @@ hash = "1e0cd815f107d73bede314cfded442e5995a975be8ecd1bed0a64d9507763994" file = "global_packs/required_data/Vivillon Pride Patterns v1.0/pack.png" hash = "4dbc6ff097cf4a3454be80ca2818de0e033df5b214f2460a7c48a92b4641ca07" +[[files]] +file = "global_packs/required_data/_Star Academy_/data/academy/structures/healingcenter_desert.nbt" +hash = "e805efccb040d910ea095595ec39355a049d898d3de26c2f38f1cde199e2f417" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/academy/structures/healingcenter_ocean.nbt" +hash = "dd3eb8836b1f89137d1b7adf2af40309e9c5078bae8ee7355b5d4a5b176f0221" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/academy/structures/healingcenter_plains.nbt" +hash = "c00008299b31592d75b32c4100853fe7cfd4472a491dff66aee7ed2817e7c49f" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/academy/structures/healingcenter_savanna.nbt" +hash = "9c57099b4b37e6c63d66f2ccc71c7e1d5c94b7accd34b08365f933542bb740dc" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/academy/structures/healingcenter_snowy.nbt" +hash = "55d6204871f68f3452fb55e158f93bc4b2f6eb0d82e5dcf8c131808eadbca216" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/academy/structures/healingcenter_taiga.nbt" +hash = "19d308d02b013025fe6381a73f56c9a99a231d412b7a1a35e4ffa40d63f8216b" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/academy/structures/safari_spawn.nbt" +hash = "149df5d7aed8b375dcfaf994e52ccb92132cd942c8665d6cd5151179b98416ab" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/academy/structures/safariportal_desert.nbt" +hash = "3fd16a01c07fccbbbdf521780f29f1de6be1284418da854a15fc87f3ab7d0d23" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/academy/structures/safariportal_ocean.nbt" +hash = "6e6342d48140938ac57e57d86ba1702a7c7bfc831e8d69f71c0daa9383fc75f5" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/academy/structures/safariportal_plains.nbt" +hash = "c3fb45fefe441e6b88e19a1049009d2783a72a4ff251f049930038806beeaa3d" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/academy/structures/safariportal_savanna.nbt" +hash = "1b2fac1e019fe9967fda98135662fe1849e4b4bad010599024fbb5cdeca356e3" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/academy/structures/safariportal_snowy.nbt" +hash = "29fc1f9131b6607f68ed1ee5e8231feaeff420670990575d1c05e6d89a29a357" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/academy/structures/safariportal_taiga.nbt" +hash = "1374afd6a30d8d1b9f800c154d5d288ebf0b62db83880fe89860cfe9c2f1aa30" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/academy/structures/shop.nbt" +hash = "79360447dc9e994c7acf47d52fc4ced4ee08415ed468dc174fe92794e870dd07" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/academy/structures/shop_desert.nbt" +hash = "d84a83b55dd0793438c01898ac189a2d7fd91b8491d798b300080cb5cccce942" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/academy/structures/shop_ocean.nbt" +hash = "3a5a20cfbc3ed97554ef72cbb9e8aa16fffe614580a09e90f00b673e91f803db" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/academy/structures/shop_plains.nbt" +hash = "e652b3b6aac2273b72c7f1c82406d1a4e735543c2b3e88a60086c876f266aa75" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/academy/structures/shop_savanna.nbt" +hash = "04186d70a802ed81942a69b7e7c4bc2dafe3ae5ab25b63689f53ebd8a062898b" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/academy/structures/shop_snowy.nbt" +hash = "f936079f9b2acb1f07765fbb7bd753e3857ec9734a3e4a29882d5d23905c5a34" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/academy/structures/shop_taiga.nbt" +hash = "8d191caa28f19fb38ac9ba54d4c6889d130790d0be28019256834bcfa481dc1f" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/academy/structures/street_desert.nbt" +hash = "f8ab9154d704d1317beedc10562ff9b705f0866d19cf53a3d45c1df294bbaefa" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/academy/structures/street_ocean.nbt" +hash = "8c5be5624d014b979cd0a3e009fdd6acac0c5044371a4d729c799200a536e931" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/academy/structures/street_plains.nbt" +hash = "0bd44efde84b8f4d2c7ee52a00273fdfaec36411db8ce8dc1b281ac5c47bed90" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/academy/structures/street_savanna.nbt" +hash = "8449440770fe6d9347362d001ada0b55631c34033f42d2b8316b797122236464" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/academy/structures/street_snowy.nbt" +hash = "4a850be63994cb55e28d9c0423c3251c8a248ffe3b76532f0dcd226e6f0aa137" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/academy/structures/street_taiga.nbt" +hash = "e8c19f9ff689364c84b9a1991ac792cea262d7f1c4d9f5b31b44d0264604e86a" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/aqua.json" +hash = "4c6db344a2134ebb445f0bf524a3eeef802fad4a5cc1daf4cb9c4b6157573927" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/archer_chest.json" +hash = "cb7001de030210b3b4eaf94c2158dfa95f4635325c8cd2d879612c4f676802fc" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/archer_chest1.json" +hash = "1b6885682863c741a906bbe50624b35bef7cda79bf652fe68b2051104a69ef02" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/archer_chest2.json" +hash = "1b6885682863c741a906bbe50624b35bef7cda79bf652fe68b2051104a69ef02" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/armory.json" +hash = "74e6fa5074e0e1654783136137ca55875423b1732500429d43e3aad7eac09f7d" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/coal_storage.json" +hash = "49c61266bf966cee8e626230b8485ed05a77f03205486accfe87ce1d64fff0f2" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/construction.json" +hash = "49c61266bf966cee8e626230b8485ed05a77f03205486accfe87ce1d64fff0f2" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/copper_storage.json" +hash = "291ff4996ff1fd55449978bcd616468a8db5e0ba0eca215af5fd31436c03387c" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/crafting.json" +hash = "21aab18fd759e6070d201332d6ee9cf487933693e3d7c96f1fde13bf0449763d" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/food_storage.json" +hash = "21aab18fd759e6070d201332d6ee9cf487933693e3d7c96f1fde13bf0449763d" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/gold_storage.json" +hash = "2b28f400f5ee19a6c302ec59f969391af55066d8843a4cad4cab2fb93ebdb27f" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/ingredients.json" +hash = "a044b0b3d559a26f25ec61491205df43e9914edc0ce8604959f8b427a01eb283" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/iron_storage.json" +hash = "a9d44c5145fd2f34d99987da2e6c4e0a8d91b367f6fa6d6b370dfb1feedda893" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/library.json" +hash = "21aab18fd759e6070d201332d6ee9cf487933693e3d7c96f1fde13bf0449763d" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/mechanism_storage.json" +hash = "a044b0b3d559a26f25ec61491205df43e9914edc0ce8604959f8b427a01eb283" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/minerals.json" +hash = "a044b0b3d559a26f25ec61491205df43e9914edc0ce8604959f8b427a01eb283" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/nether.json" +hash = "b1b67883ecde116fd090afc13bf731819571ae2a72c7c5e59b13300b84d1a47e" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/potion_storage.json" +hash = "a044b0b3d559a26f25ec61491205df43e9914edc0ce8604959f8b427a01eb283" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/resources.json" +hash = "a9d44c5145fd2f34d99987da2e6c4e0a8d91b367f6fa6d6b370dfb1feedda893" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/slime.json" +hash = "a044b0b3d559a26f25ec61491205df43e9914edc0ce8604959f8b427a01eb283" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/stone_storage.json" +hash = "a044b0b3d559a26f25ec61491205df43e9914edc0ce8604959f8b427a01eb283" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/vegetation.json" +hash = "a044b0b3d559a26f25ec61491205df43e9914edc0ce8604959f8b427a01eb283" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/loot_tables/chests/wood_storage.json" +hash = "5139bbbc6d8dd7975e44882f85c676722a4ad5d006266e1b9b8409a1b3b458f2" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/structures/ancient_temple.nbt" +hash = "43595213aa98048d3ff6371f13eea59caf618204a1b186734ed776951e3723bc" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/structures/dark_tower.nbt" +hash = "59f05d6d393bf30e4ee91c6e11151cc9fe681bff4cf83e23c31e501db6b8cef2" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/structures/deepslate_keep.nbt" +hash = "365552846dcb494c228c05f08b3a4e8f96117616687bbd55fab451def1a6acfc" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/structures/desert_outpost.nbt" +hash = "3744337413cf1ac04d74203eab9d3656940fc9279918fc534906dcee650f4e5f" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/structures/dojo.nbt" +hash = "4ca821cf3bfcfa04a51550570256446cfab15472f3863d050f52c3ece0180c5e" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/structures/fortified_temple.nbt" +hash = "83e5192e21130f4d9f13aff6a76e009878f0a14f7957ee167e3ba5cab53ed56a" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/structures/gnome_hut.nbt" +hash = "e99e35df0bd3028dbac99223340ae6eac7e0b36f731df2ec2666535488e44862" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/structures/granite_fort.nbt" +hash = "fd649556416dae7b7402abdc27e8b74bbfdf929f9c7630202bfde9ff2ed9aae6" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/structures/haunted_ruin/haunted_ruin.nbt" +hash = "e792cda0913cd74642775ea75f78c4977a37c008086aa63c249af47b11bc3a8a" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/structures/haunted_ruin/haunted_ruin2.nbt" +hash = "73213b070e259cebc62605b6c27c1864a5e38fe78a83841f686ef4126904d985" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/structures/haunted_ruin/haunted_ruin3.nbt" +hash = "02ea84902fe7f06c78380007a68c5d82ddb0b5cd14fb2e4f10b23bb33a3f5a5f" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/structures/herobrine_stronghold.nbt" +hash = "6bd278d3b39b4cab83e61ae9403ed03a820348a2cb2da5dceee8a2db2d17ec43" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/structures/ice_tribe.nbt" +hash = "eb997983fa61957081d4ed886344570f677a8dfb04fcccf912f0259193823a52" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/structures/jungle_settlement.nbt" +hash = "a58c8fc0755a4b5cead805fee5d6ffb5fadaa166a4937f9c97fbda8091e50619" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/structures/lighthouse.nbt" +hash = "65e66b36c90e2ee077dd1b15ab8632011bce756fc1a897e929ad82e737adf0e3" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/structures/manor.nbt" +hash = "fb8c7b95ddb1d9ee853c872c1fa29bef588c3599063f556aa74f6f1e92126aa1" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/structures/marble_chateau.nbt" +hash = "959c6c2cc2c8035afbc41731b58d7f2fa81292aad6b6f137a135b67f5c195aef" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/structures/monastery_tower.nbt" +hash = "4d0a300b560ec38a737bda3d188ee6ca91f16c747be3b4d5153ab8bb8239e88d" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/structures/mosque.nbt" +hash = "a5c753cbfaa4992c8c406f0fcfc3b7bd2fbe85c37fe024dc9800a02f5d489eaf" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/structures/nomadic_camp.nbt" +hash = "190cc7a5936b400ad0cc2da66f0f3a8aee797f5cc76b97d7629e53fc4024b9a7" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/structures/old_fort.nbt" +hash = "a9ef7accfab8925dd9b051d9520e9b12d97c5e253992c0cf26ca9aee46652d07" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/structures/old_home.nbt" +hash = "ea242d417bab1b66cad93348f958afbcdbc09e6ed093072092eab77c4e30e7c1" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/structures/quarry.nbt" +hash = "505d368eb104a9a87e0b4713000287995e436e937e834b66aca7fa394b5060c0" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/structures/rotten_log.nbt" +hash = "816c8b1a627c47e72a0f33d680c3d2a607f29bbf389a0d931477653af5a2689e" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/structures/rotting_temple.nbt" +hash = "968507b0501f786982439eb341e7e5ebdf8331e5944376ae9a488675c936b97d" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/structures/rotting_temple_underground.nbt" +hash = "968507b0501f786982439eb341e7e5ebdf8331e5944376ae9a488675c936b97d" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/structures/ruined_castle.nbt" +hash = "e0869defe41a4b0eaea2535031d2fb04b985f9cfb1bc024e3022cdbeca234c74" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/structures/sculk_deposit.nbt" +hash = "704cc8ff2bb750ef8fc4c4b07f162a97f24128d116b7eb12366874692852072f" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/structures/silverfish_nest.nbt" +hash = "7f024347e0a0792b8c3a8696a3d25aa33487a3d9ff62ffc8c2c322f4d22d6429" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/structures/sinking_temple.nbt" +hash = "3a8077eae58d34365d165f65317cfdb54f9b4ceaad8df7b9ece585ac181d7daf" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/structures/small_keep.nbt" +hash = "201b81a23c14860598a46bbcc1f8fbab675ba2db8a5bfa747314fc3c51edc081" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/structures/spider_nest.nbt" +hash = "4f8064b6d38bed308a9ae0c80991b83fd8d76ef9d90ebf3925cad8f5bc389b67" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/structures/stray_ruins.nbt" +hash = "dfbcf63a4b13281ada2405700461db912cb23c194fb7145662cde00de79daa0e" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/structures/tavern.nbt" +hash = "051ad488415f6a682d3edbf83acb440a182f358be3263394c700e707c6a598c1" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/structures/underground_monument.nbt" +hash = "5c7b80a6974c9dd30d315f43330772670423395101c43e793e5d01d868d100d4" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/structures/underwater_dungeon.nbt" +hash = "24530fae629a07032b1dfd1eeeb6b9ab9e3524f79c76a2a4fa1933466e9c6c2f" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/structures/villager_inn.nbt" +hash = "919a8ed700f5d3dd349fd000ea817da14170ab3b9fb36bd71d49b426fdf9c76e" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/structures/woodland_keep.nbt" +hash = "c6e861c3dab84ddb011a0cd1168199149ba658da83f84151890fab11d556e311" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/ancient_temple.json" +hash = "824bf8baa0d848004f3242278d672d5fe1363287bdc5f52c0285131169b13b6e" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/dark_tower.json" +hash = "359fe4de65c48f8ee18744fed05939f609b16d52bae17dbac3d644638e033ba7" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/deepslate_keep.json" +hash = "3b1b881434d9e3b297b74cec5c82f28ba075265819dc4437550d7b57174d834b" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/desert_outpost.json" +hash = "f93ccbb7c3ac149b9907c926fbc9b77bc7566ed1e1d7949b0013bca36dddaf4e" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/dojo.json" +hash = "f1f0a13b04ee79aafd4ef0712adba88c1926fd5e5345150a07c899a9c4f3849c" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/fortified_temple.json" +hash = "3fa9986e06a449d764d53f5253cbfff6fe24b24359d22672e44770a96faae367" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/gnome_hut.json" +hash = "8ee34207990577793ca2fce997253231bad753c38ce6e6a611af55c7fbd29959" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/granite_fort.json" +hash = "6a4bda78abf28f0c5d3e196632cee081e03809b3017740817ef80a8cd47b03fb" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/haunted_ruin.json" +hash = "1f20f30058d8fbea6535c3762f55a2736425736bfba546ce86db8423201d2ebd" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/herobrine_stronghold.json" +hash = "95bacd5aa9db0d9f06bd2236cc0e2d1456c45665b161aeb6c24c31ddc9f49739" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/ice_tribe.json" +hash = "53a9b43952b1003216e220df0050ce8c6eff714557168d6e6905016418c09533" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/jungle_settlement.json" +hash = "0211d0939614c91842bfe247bf3bca499c6726efb7f5738d8f2d437511821d1a" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/lighthouse.json" +hash = "66cf597f066877b6d91b5bd044f5961d08e0e43ebc5cc27399d6d539c16e14c1" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/manor.json" +hash = "f7477587b070dd6e8abfe8f69bafb1eca17246ddbd63dad14123be744ceefed0" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/marble_chateau.json" +hash = "57b4b018a630bb3e9f095177abe68ab253922909df1c24290e465b0c3b30c53c" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/monastery_tower.json" +hash = "207266e794791e41cb219c8c2b19a9d9456f4e0dcf660d0ea861dae6960993a8" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/mosque.json" +hash = "99eecedcc5cef1ef9ff16cb38f165c3bd1cf53840f8526780cfa7924614ba35c" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/nomadic_camp.json" +hash = "ebb9aa7b17cccbee9ff9735de2f3d0afaed457ae790e17e43c757d068fd47bff" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/old_fort.json" +hash = "c6534d36e62a66b115d5b00932ddc4da29155c624b0b7ad6da70f8aac8fec615" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/old_home.json" +hash = "54a3a1a139147e338a756e99a2202d385a23b6bb0b0e19961a0288ab805cc26c" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/quarry.json" +hash = "6b6f8703f2d21b824ffd98f67f9ada5faa808d649cac04df8e18cc39f5dbbc84" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/rotten_log.json" +hash = "a1c024f9a55c3a2e55808ac04c0f95a51489b4adb4cf7b5e7ebab2283e2e4cab" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/rotting_temple.json" +hash = "e8708fc08d164b800618dfc3ada54d56ef21fd3f9eaa4df0f6c4df990266111e" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/rotting_temple_underground.json" +hash = "8ccbba66799188bb4db211271156727e32469cf87325ad7995eeab7e5c99f80b" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/ruined_castle.json" +hash = "93b53ef7c9d844258378df25624049147f74cbde396f135bf82a744c8403f472" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/sculk_deposit.json" +hash = "33dce4e4ab6307fd06d3a5f339a58cc0d3963065dfd3b3b85197e6cf80e303b3" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/silverfish_nest.json" +hash = "b2e9a71fe9889b3dd2cb7615386c6368e94a70f4bd4c1502782d9bfdb627c3f7" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/sinking_temple.json" +hash = "66cf597f066877b6d91b5bd044f5961d08e0e43ebc5cc27399d6d539c16e14c1" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/small_keep.json" +hash = "3286a4c55c75f6ab60d37553dafc98af06e583b2ae019b5cceb7b65262b1f4eb" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/spider_nest.json" +hash = "757d2d7c30ff9cd6146fddfa4549376824fd272ffaa6e1560173d483a7c3a5ec" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/stray_ruins.json" +hash = "0a11be2ef10674b62f15e55a593e4837c52fcac65a4524187b70dfef86d5b187" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/tavern.json" +hash = "c4c316b89fc32d7425118fbad62fe5fbb91582674eebbf07910adfefcebd143f" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/underground_monument.json" +hash = "9995859d3acf43275f1da8400657fa99cafdd1b4f2eadae881c464bc841de3dc" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/underwater_dungeon.json" +hash = "72d0cf9b00ea8754e3530c1040e968dcea6e7d4e7c6004b234d4c8aa0c5f453e" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/villager_inn.json" +hash = "c4c316b89fc32d7425118fbad62fe5fbb91582674eebbf07910adfefcebd143f" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/tags/worldgen/biome/woodland_keep.json" +hash = "bb07fc9813b954f923de8d8b1603a194138044840e6e65b9a2ae8ebbe57e9217" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/ancient_temple.json" +hash = "e04e7892f99416d4957baf50a96f11e5dee83ff69deb08a6c40dddfccc552df0" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/dark_tower.json" +hash = "e24bded5f6b717a2b0683577f76ffe0316d2765af6e661cc1b92a01160c7cb68" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/deepslate_keep.json" +hash = "4ee0ef360c3d7ef75239b02131e889361e20b6212e07a7796dc28ab7e15917a1" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/desert_outpost.json" +hash = "d86548293f565ac243c0dcc97191cf5d0279d0128aaa9b2ea46ab580bac78496" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/dojo.json" +hash = "413a22e4fe8e285a345199361ac15d55f71d2caadf6abc609aa2de5272f052a5" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/fortified_temple.json" +hash = "e326e29faebcd70ac0d22eaca66b6f05e60ac696a72106fd928e8e846f81f267" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/gnome_hut.json" +hash = "6c64be1327d3b105aaaaf59a9b6b91ac87710dcc68e71fdb6bcfbbf2643c8af1" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/granite_fort.json" +hash = "9fcd1444ddc29ae0d6ffef336abed3a00c312bd315e31a8167e295da55a74ec0" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/haunted_ruin.json" +hash = "1c3454c90574d1fe04ba65984801fb5c4d173f2d6599c89838aeabb5dc90f243" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/herobrine_stronghold.json" +hash = "5d8a98afb6e47bebd8f8a1c612574ac090a14826a19c3eab4b6fe0b1fca0a620" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/ice_tribe.json" +hash = "7a10575a7e5e9e8dd311ec3fe0192f9979134bdbffe3f296fb679169aa21c9fa" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/jungle_settlement.json" +hash = "6eeb7e15de365e1feb99093d06833de69a9addaf845db939c153c0890aa83aaa" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/lighthouse.json" +hash = "220468ed9ac82bdf617e8ecd84c179bc7305ca4a51cd731cb9232a160c549b92" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/manor.json" +hash = "8dc49fddc43358ec4f51059149fea44fdab0e333c45073726c71f32d9c344c0b" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/marble_chateau.json" +hash = "3f0ae19be6ec38ae3f71b37463c5f2dc396fadb85363c97ec2427ae28aba777d" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/monastery_tower.json" +hash = "e53cadb93375765c96537573518b3720059b363cc0fc64b1dd634d846a821622" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/mosque.json" +hash = "4e7d0ee69b185ad6cbd14f3ac4a1c08ebfa7194a3bb8becffbb42b989d9c85fd" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/nomadic_camp.json" +hash = "a1c7c20309a9fbeba30f5926d4a6545d817dd24f73bd521d3de71acc95258dc3" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/old_fort.json" +hash = "6008daf6bc9d28681791fbf26a68039fff2b8991567312205feb7b889e5aa2d0" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/old_home.json" +hash = "8f1b8f4925c23b87fa508d226ae45978306cc0c1104b3e38829f1c5b1f5baa39" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/quarry.json" +hash = "23e8a8596c79a149b72f01035398f6df11ce3da7d92cc608ed447007a6525ca3" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/rotten_log.json" +hash = "1d1e4966ca979cc338a63512ce27b29bb90e554fffef1c112a26db8a24b99874" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/rotting_temple.json" +hash = "f1f5d0c398357eaf0cace5403fcaf17eb2f05288f026fa31b3734b26397e8689" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/rotting_temple_underground.json" +hash = "db935481cba7c1e2b627b067d2ac976e70db9bb3a7e5b0005046edd857ef0aae" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/ruined_castle.json" +hash = "7c2b32a51c733d82b8decebe196a84df75583662eefa50d9f5e378b17205f2b9" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/sculk_deposit.json" +hash = "ced0d94345f46be9515d80e4b75f1a919db089c215475de53095dacf4d4aad81" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/silverfish_nest.json" +hash = "a6c3f0ab063b5c7d93a422fb12c2b5c4d3bb2f05c96f5ae542807b8b14293323" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/sinking_temple.json" +hash = "2d9a182f0c24736d0091a89fa51a55758763e4008f918e9d706e4e8b9fb555c2" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/small_keep.json" +hash = "735654f833f1ad0fce0a104b7e07936ef6794eaaaaf8f1faacf6e343ce226b2e" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/spider_nest.json" +hash = "1165fca3af095d8f18082a530672bc21e8669d6493d2d2a04d0695fc4d066579" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/stray_ruins.json" +hash = "052eda3fdea6234645b20910f415fcbe9fa494972ad6e1b966d3e22e95cf47d2" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/tavern.json" +hash = "9c62edcde5fbfb11e47a976f359cd0a201f7195b300c287de6796a085ae4b2db" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/underground_monument.json" +hash = "fb31a3c86761ea76671bfb5aae42f4ee6fd0f670ee8fc378818647290700ac4b" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/underwater_dungeon.json" +hash = "62fd992c386d50aa01c37945db21b95ea11b088372869ef2ae387628be38fa10" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/villager_inn.json" +hash = "4c4a415d34ede9ff966d09a85c7c1115464d116b6142cdbb1b564f734b289476" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure/woodland_keep.json" +hash = "775d8d27d26d25f0bb1297ff418fb2ded74a17ab2884c733a37b6dd6fcf3050f" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure_set/aboveground_large.json" +hash = "05b58e63feb7db96b737642991c284b84526797e6509c27a285481c898daee78" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure_set/aboveground_medium.json" +hash = "2681a9316453f7245fcdc411e6d07c601cdbd3637ebebd4e1ae5ef82cd33632e" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure_set/aboveground_small.json" +hash = "3eead7f69530291c99e6a42cda5ea8e6d228a4d4dabe6d9dd692b94ad28316e1" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure_set/gnome_hut.json" +hash = "12d3bf25df547329d28d32b7ab153a1ac8d34c5a24c5662dd1e61f95785b4da5" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure_set/underground_medium.json" +hash = "8f0f3c909c3db3b373ce95fc7c171f0c55c9d45e08835ac4abca21e2f792a922" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/structure_set/underground_small.json" +hash = "5e9d72bdcb968d424d872ae44d17f9a622bbc1b4505573bbb154433cec9df2d8" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/ancient_temple.json" +hash = "60a727d3c72e9c6ff65a1e3de280eec15af096c6c0467ff179bc52a695d47c20" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/dark_tower.json" +hash = "ad70536ecc3189befa1e12631b04d0255368916a89ace1dcbd6383abcc483ba0" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/deepslate_keep.json" +hash = "6e16cee93ae67de5dbc88142b8ffe6aa01323620c2c6babb2dc116ab9bc209a4" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/desert_outpost.json" +hash = "79b14c4ba9f81f477f1a1a4934ef3d6e6df7096fc1f15a6eecf26626017e3810" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/dojo.json" +hash = "95975bde245eeaf9eaa750f273dd813392a8c2b801b58883b5587b4974803d74" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/fortified_temple.json" +hash = "885511db832c3564b361da30bcd2a7297585acd49bcf95ec19553e256ae6c9c4" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/gnome_hut.json" +hash = "4bee147883825b1b7d6ac930675e383f285ecbdb40977b0dfe5e291a30ebc779" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/granite_fort.json" +hash = "d26cf87979f77f6be2a9e1c65e78da2fb451c7e1ec431e054e412db523f6da2f" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/haunted_ruin.json" +hash = "e58ae0f75c9ecad4e35d4bd01dbc2d0ac9d4d8c886f9c5513c05736ad1a3719b" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/herobrine_stronghold.json" +hash = "7a98f3bdd4e502a4abcc7262d8789b68864375d3eee18e0de6bc9c07bd7460d6" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/ice_tribe.json" +hash = "1c2a04374aa646acf753696cea93fe5af64e6ee1e5b72060a8c82c4cdeb5b1f9" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/jungle_settlement.json" +hash = "f04ed8b5890c4a206436bbdf0e6029a9a64a3d1f31226b657290331d29c06c12" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/lighthouse.json" +hash = "dd96719445f420b6b9f8a761d04bfb0789b456f3f1d8a0299025c81761b22b31" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/manor.json" +hash = "5ca8da1a35189ee8b4fbc713c3a3cc22a9852f1c6702ff9bf124b51f796d6db6" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/marble_chateau.json" +hash = "3d6127fa89fc14b116058b99a533987f032347e4713bf4741592d46d3af31ba6" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/monastery_tower.json" +hash = "f5211818a841ec7826e8ce9c91b4225565eaf98cbc1ec8694a7dbc40d8be4fd3" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/mosque.json" +hash = "3407f9a64cc601c3262bf2995948118f5a361c139a90cb4a1fca5f5a5f1bdbe0" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/nomadic_camp.json" +hash = "74186d7b10f78d5219b94d8e60f1509b1702bbc359a34bc2d36bceb97dd7e731" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/old_fort.json" +hash = "c5616b33e4fbf46fed032fc5a7f721d11aebf80c7ced606f0e6d7a959b359f4b" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/old_home.json" +hash = "5d0cb69a01dee12d218ac22d16a755d2d2dc82417af27ed5d5efdbb66274b813" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/quarry.json" +hash = "fe83d5b130de11de16a7333519d63cd33b12b0982a29afc254cedd9851113c15" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/rotten_log.json" +hash = "161eabc57f48f851cc5da5f6355968a34041fbe29bc253475159745e625ed489" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/rotting_temple.json" +hash = "48e7093f56364fdc7924057fe1d48439ad147da23c62c5c6f057a42568476b41" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/rotting_temple_underground.json" +hash = "83de65556c5fb9519e25b5a7468277ed2de4138a456bf53f18ec31a314f451ca" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/ruined_castle.json" +hash = "012c2196f073b0f78a535c70398a78d010087a9bc3f619b43e91a794f752ce1e" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/sculk_deposit.json" +hash = "5e01fbcc33080cced6d4891c0b912bb6d24bddd284b6618bf1c57fc6c5290955" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/silverfish_nest.json" +hash = "dcd01c25496f4a7860762700cc141c4dde26537b772d763b304b7d6e7e497ad4" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/sinking_temple.json" +hash = "55138717a5d03fb1af780d62b79f0085155cfad0c27c6c48105c1438eec7ab09" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/small_keep.json" +hash = "24aaba00e5dc770b7671861dc9a28f1d8596219f1189ed2d259b108d750373ff" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/spider_nest.json" +hash = "7e8f4659b372488f10cfadd6a4fda416fbaf94edc630be5e3efee255afeabd0b" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/stray_ruins.json" +hash = "2fd21b31b462a1a763223682ceefc0f73e5fcb426188ec46c6b372d5ffcafb57" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/tavern.json" +hash = "f669ceecc6e9489fa9bbd3c5644a9ea10afdb84749c9d9308fbb70d9c50dbf9e" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/underground_monument.json" +hash = "c8c626675bc51b276507af24ee62822f162290be0b61b7f26436211c6a86ca51" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/underwater_dungeon.json" +hash = "7f2aca9db591888a23cb3d9319bf4fdb957d046122c4dca4e60601e309365e7e" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/villager_inn.json" +hash = "9ead678e1beef86e563f04f73e2a5bfccf52fc1cdc4ae149a8734c5ffd538d59" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/ati_structures/worldgen/template_pool/woodland_keep.json" +hash = "9590f08d10ef7f7a64b7d5bd6df480b1b737b58dadc5724b1bfcfcb0f5b5fef8" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/betterdeserttemples/loot_tables/chests/food_storage.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/betterdeserttemples/loot_tables/chests/lab.json" +hash = "d41f1902a529f3ab211140bb630edc7bc98624bc9f1dae64e9de14ca3ea92ddd" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/betterdeserttemples/loot_tables/chests/library.json" +hash = "081d94ffdac0ae66303ede0ed83536f7779fe13e5735dc14e424fd0e6cdb44cc" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/betterdeserttemples/loot_tables/chests/pharaoh_hidden.json" +hash = "48adf10ba40e850b70f33d392c63fc9375b456f3c7037e59b4270b5a57351951" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/betterdeserttemples/loot_tables/chests/pot.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/betterdeserttemples/loot_tables/chests/statue.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/betterdeserttemples/loot_tables/chests/storage.json" +hash = "2940fa9f990e2a2e0349e57bae83e21ef9cd643f7204c7f420f0f04af45c9076" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/betterdeserttemples/loot_tables/chests/tomb.json" +hash = "d41f1902a529f3ab211140bb630edc7bc98624bc9f1dae64e9de14ca3ea92ddd" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/betterdeserttemples/loot_tables/chests/tomb_pharaoh.json" +hash = "49b630f8c48bffdc9b50f7865e77feb8a7fe358240b7c4b99a4551e4ae8c8793" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/betterdeserttemples/loot_tables/chests/wardrobe.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/betterfortresses/loot_tables/chests/beacon.json" +hash = "d3d0f7a129df07ff3ba4a6f54c65a2e32a85b32680e00ff1f026f9804e24f987" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/betterfortresses/loot_tables/chests/extra.json" +hash = "b1b67883ecde116fd090afc13bf731819571ae2a72c7c5e59b13300b84d1a47e" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/betterfortresses/loot_tables/chests/hall.json" +hash = "c7146d350e18398e8af1d7fe46c87b26d2e9380843f5a3b867d37e1df23f2957" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/betterfortresses/loot_tables/chests/keep.json" +hash = "2940fa9f990e2a2e0349e57bae83e21ef9cd643f7204c7f420f0f04af45c9076" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/betterfortresses/loot_tables/chests/obsidian.json" +hash = "c7146d350e18398e8af1d7fe46c87b26d2e9380843f5a3b867d37e1df23f2957" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/betterfortresses/loot_tables/chests/puzzle.json" +hash = "49b630f8c48bffdc9b50f7865e77feb8a7fe358240b7c4b99a4551e4ae8c8793" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/betterfortresses/loot_tables/chests/quarters.json" +hash = "c7146d350e18398e8af1d7fe46c87b26d2e9380843f5a3b867d37e1df23f2957" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/betterfortresses/loot_tables/chests/storage.json" +hash = "2940fa9f990e2a2e0349e57bae83e21ef9cd643f7204c7f420f0f04af45c9076" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/betterfortresses/loot_tables/chests/worship.json" +hash = "2e0f49926be1f78b40f8564815d0fb2653453f1905102ce677aaa4fb48824079" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/betterjungletemples/loot_tables/chests/campsite.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/betterjungletemples/loot_tables/chests/treasure.json" +hash = "2798283ce8868261e26aafbc09fa85952b74d3b9702e3922157d4116ed7f230e" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/betteroceanmonuments/loot_tables/chests/upper_side_chamber.json" +hash = "f3de86014afdea8f31a01951b64cf904614414509c99f041f813ea376cfd05db" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/betterstrongholds/loot_tables/chests/armoury.json" +hash = "b1b67883ecde116fd090afc13bf731819571ae2a72c7c5e59b13300b84d1a47e" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/betterstrongholds/loot_tables/chests/cmd_yung.json" +hash = "89d987f7133ea5f84daa0bc46825036d098d461dc46561389844774a4733e61f" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/betterstrongholds/loot_tables/chests/common.json" +hash = "2940fa9f990e2a2e0349e57bae83e21ef9cd643f7204c7f420f0f04af45c9076" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/betterstrongholds/loot_tables/chests/crypt.json" +hash = "b1b67883ecde116fd090afc13bf731819571ae2a72c7c5e59b13300b84d1a47e" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/betterstrongholds/loot_tables/chests/grand_library.json" +hash = "d41f1902a529f3ab211140bb630edc7bc98624bc9f1dae64e9de14ca3ea92ddd" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/betterstrongholds/loot_tables/chests/library_md.json" +hash = "d41f1902a529f3ab211140bb630edc7bc98624bc9f1dae64e9de14ca3ea92ddd" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/betterstrongholds/loot_tables/chests/mess.json" +hash = "d41f1902a529f3ab211140bb630edc7bc98624bc9f1dae64e9de14ca3ea92ddd" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/betterstrongholds/loot_tables/chests/prison_lg.json" +hash = "763b5ff9b367a65b7755d0d2c2f0246918bbf2ba34606bc237e943460d3e68b1" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/betterstrongholds/loot_tables/chests/trap.json" +hash = "49b630f8c48bffdc9b50f7865e77feb8a7fe358240b7c4b99a4551e4ae8c8793" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/betterstrongholds/loot_tables/chests/treasure.json" +hash = "2798283ce8868261e26aafbc09fa85952b74d3b9702e3922157d4116ed7f230e" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/betterwitchhuts/loot_tables/chests/hut_0.json" +hash = "5eae1dcd765afa38f725bbb0ac3792273d0bc98ebab486ab4004037bf247f739" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/forgotten/armorer.json" +hash = "5eae1dcd765afa38f725bbb0ac3792273d0bc98ebab486ab4004037bf247f739" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/forgotten/cartographer.json" +hash = "5eae1dcd765afa38f725bbb0ac3792273d0bc98ebab486ab4004037bf247f739" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/forgotten/house.json" +hash = "5eae1dcd765afa38f725bbb0ac3792273d0bc98ebab486ab4004037bf247f739" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/forgotten/temple.json" +hash = "5eae1dcd765afa38f725bbb0ac3792273d0bc98ebab486ab4004037bf247f739" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/pumpkin_patch/house.json" +hash = "5eae1dcd765afa38f725bbb0ac3792273d0bc98ebab486ab4004037bf247f739" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/red_rock/cleric.json" +hash = "5eae1dcd765afa38f725bbb0ac3792273d0bc98ebab486ab4004037bf247f739" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/red_rock/house.json" +hash = "5eae1dcd765afa38f725bbb0ac3792273d0bc98ebab486ab4004037bf247f739" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/red_rock/market.json" +hash = "5eae1dcd765afa38f725bbb0ac3792273d0bc98ebab486ab4004037bf247f739" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/red_rock/mason.json" +hash = "5eae1dcd765afa38f725bbb0ac3792273d0bc98ebab486ab4004037bf247f739" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/salem/animal_pen.json" +hash = "5eae1dcd765afa38f725bbb0ac3792273d0bc98ebab486ab4004037bf247f739" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/salem/forager.json" +hash = "5eae1dcd765afa38f725bbb0ac3792273d0bc98ebab486ab4004037bf247f739" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/salem/house.json" +hash = "5eae1dcd765afa38f725bbb0ac3792273d0bc98ebab486ab4004037bf247f739" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/salem/temple.json" +hash = "5eae1dcd765afa38f725bbb0ac3792273d0bc98ebab486ab4004037bf247f739" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/skyris/house.json" +hash = "5eae1dcd765afa38f725bbb0ac3792273d0bc98ebab486ab4004037bf247f739" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/biomeswevegone/loot_tables/chests/village/skyris/library.json" +hash = "5eae1dcd765afa38f725bbb0ac3792273d0bc98ebab486ab4004037bf247f739" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/cobblemon/fossils/hiddenability.json" +hash = "223d967d500d4cdb8185835c14808ff6c065f14a85788dbed9766575f4bee180" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/cobblemon/fossils/hiddenabilityacademy.json" +hash = "a08a7cd0c1ac0a796dce388abb583a1c96e8dbe5946555a622ed2c4e1eef860c" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/cobblemon/fossils/maxivs.json" +hash = "5eb36d5a35e9934eca0c1da0071f9c94c87cc697f3194c1467de77617174e6ce" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/cobblemon/fossils/maxivsacademy.json" +hash = "45b72931a5dadce7b4e2a56f9a0ed9f0787697e5a0a6202f97ad51e85006089e" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/cobblemon/fossils/shiny.json" +hash = "da408c29cb23a7b2115d37f11d4507fc7c738168f3b0944566cd736d422c19c5" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/cobblemon/fossils/shinyacademy.json" +hash = "d4ca9d003cce35913ee0af1dd8979a874e8d2ae5d6165daac98150ae7e13fff9" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/cobblemon/spawn_pool_world/0025_pikachu.json" +hash = "e32c53db5c459a5aa9bfef864b83839bf68534aa5a1c04cc56bb2c0f9f16d1c2" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/cobblemon/spawn_pool_world/safari/cafe.json" +hash = "a1730ecca3faaf8e6849241965c5513e03cbb81678f021aea212c58301ebb726" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/cobblemon/spawn_pool_world/safari/common.json" +hash = "fc128e10c5b310034569d3ee7b0b9f3e858e6b5543f33464e07fe0a602dafb1b" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/cobblemon/spawn_pool_world/safari/enhanced_celestials.json" +hash = "2dde5e826e426c5c752eb3e0a19c91df29d6bdf9ca720bf1e0aa7a6db8738f98" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/cobblemon/spawn_pool_world/safari/rare.json" +hash = "f89af47169bd1b73e65e2688e0a41ef1ef8d79eb20269744aeb0c9e3d82fc014" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/cobblemon/spawn_pool_world/safari/ucommon.json" +hash = "a999d8b2bbd3eb176f078a5a91786b23dd4c0946c23154687f18cbbe1e6cfada" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/cobblemon/spawn_pool_world/safari/ultra_rare.json" +hash = "eb3d51570dfd37dd46732acbdbcda03518894882da5794654f0943b651acc69f" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/aaaa.json" +hash = "8064ce8f25305e9705116eebad40b5c80c0a2bd8d3997c01fb58896e9a2aa9fb" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/aware.json" +hash = "134204742642c2a45d950f552df570c1391be2ada023bd7c1e5cb0c270fd9503" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/bedge.json" +hash = "0e6ee090259cf41b6d45eed4a1cf5d7c5628a88b962e37685fb04ea928f2253c" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/beepotalk.json" +hash = "28d46b9edd9946bcd43e218b7b0a71cb23e295f69a24ed108c86f1b18d443b43" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/blahblah.json" +hash = "644fa4778f0d6318597dd30da7fbca7a5ba60228059a5b24cf5d6d7aeafb5cec" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/bop.json" +hash = "7d66c4f285fe0c84b5e218c850299128ef17c1a382711515c7d0e3f4724e36ed" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/catpats.json" +hash = "f42b5472d5ebb6b441d0cb59692eb78264ca3c0121d8f4a6c798f4e39e75ebc4" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/chatting.json" +hash = "0a7385bf82af681dcb35ffb19dc2b416cc64ad2d1a0823d0be97d2795a7aa18e" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/classic.json" +hash = "d39464a75186f717f89d94aac1ca7566fa531bb77d2540fb2e278558990f5447" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/clueless.json" +hash = "56f239f863603e33fe02e3cc7070c10a3e4e8e7da31dfa6e9a94862f8e22545a" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/cokeshakey.json" +hash = "c3c29df94f2b81402f33d6b4e8969380528242cb61ebbc856b20c9a4206cd0f0" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/dankhackermans.json" +hash = "c4308eea1d22f68cba0d34e12457f306807682e3dd22f62eb0c8d3b826ad6bac" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/danse.json" +hash = "f7a67b8ed610e710c4ebce8a06f32a2f64b3b3e8767821137db15ef71691cbf9" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/dinkdonk.json" +hash = "f03878be04f5192c931061d7c8d8b582810141247c267dbf8ff4589a9520e904" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/ez.json" +hash = "439a6d670bd5c199c0fde4d0a23c11f7ba6215fd65c777901ce1721007ed4864" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/farmm.json" +hash = "fe057c83d0399231027b338a9749b376e2fbbdb4ceb9729be7125e490fe3a3ef" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/feelsstrongman.json" +hash = "97b03c389927bd7dbab8da54f5d6a51220f022b4c93914f4c9143621f3dfc1bb" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/gigl.json" +hash = "0278b24c37aaccd98851e4ad9dd93d6ed220e799a14e5b061252cd3907af6644" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/hai.json" +hash = "02c7e719dd3ce6420d65e05a3da5ec4784ae16e67084057ee52ba5727aa5851f" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/happi.json" +hash = "5b716a340e147057b33610417c73ff49088dfbd58567053e35cb683cee5a21ba" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/happie.json" +hash = "ff4cbfa39f80bd39645132b162a2445e57d83b73060790a23c59eb7f7f78be38" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/hehe.json" +hash = "03ae75d3d8290561f8649446db06542844ecf5ec19c056cf13dd46b3ff65696e" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/heyge.json" +hash = "0f7d1e2d28d9878ce9bfff7d225350f9a140446e81fecd6114faf4e11d055ad1" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/hiii.json" +hash = "95b7899d80afd936f0428a3cbc4e8ba565858c4ae8b1e8879570860f4a2405cd" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/hmjj.json" +hash = "363c386b03b43832483b3a71ed29b048bbbd98f44dc539d93d4598be59e25012" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/hypers.json" +hash = "4f0752f485674342de18600ea28796ddc4b55752a97471744186416ca4a0b439" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/jamgie.json" +hash = "2a36e93e247d7f202d77bcdf6e8319aa52fe4998c66b55d06113071838ca2ae1" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/kekw.json" +hash = "a1a7836b35751d617a0d852b29b73b772bfb5991d9b20d0df83e46383982bc5f" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/kissahomie.json" +hash = "446b2e2798ace24048cde0e5a83c03989bc1e3c414b16f571df1db50d41eec10" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/kittypout.json" +hash = "e0cd9c4221a323cb118ae96449afa77ebb5a37b71a8ee65043ee6d34856b0a44" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/letsgo.json" +hash = "d585a7fef39dccdcf7b0b58d586dbc740ddae1bb9b5ec3e9328a744822cadced" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/meowdy.json" +hash = "9b6237bb95f573d9c5c614c5eaa4f949f7a949457054b7ba983190d3e8b2fcd9" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/mojjcheck.json" +hash = "99b9a6b592f9f4500b700e3b1668f1d9dc4bb2937fad050f5fc6bb6a221d3be6" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/no.json" +hash = "52f0de1989c4359e0a6e5207355f09a2159eb2c49f3b838767856342a54f4147" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/nod.json" +hash = "36fa0bdd087d520dee9dd58e1bbc3d899a39c02e0874d47ef99e72315128c14e" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/nodders.json" +hash = "20f2d61ae5a92d7961f6e40fbc7d5fc04b5f6a95229d697aadc57ae78218be7b" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/nolook.json" +hash = "1f95aaf7b4ed7f6422e7cd539466e0f2beaea6a8de4b3fcb2c05fd61e1713654" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/nopers.json" +hash = "d97071a2c6ea3c0fd4e5605926a2161a320e3da62a8d99af22139ef13c9770fd" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/noted.json" +hash = "3c56479ba0375eaeb7dd4f3e344089f7e3356fdd8b37c203de7941061bffa50a" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/nothanks.json" +hash = "b8e038b280e31c32005096847eb3ef1d6207c3cb21d2fff941de9fad93b360b8" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/o7.json" +hash = "8cb7bf00a3142de547f5433fcaa4c2352387782318d5bdcd096cde2e71404295" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/okay.json" +hash = "477bc88d0d4706ed2f5aefbdeefb4640b3e347d8a336e4435ee82a4b2dfa4508" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/omega.json" +hash = "d0f19d3d32a4c19e990ef01c92fbfdf0514131eee20c8e46638dd0b8b117ff42" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/peeposhy.json" +hash = "556280e8b18f320091dc80a20eea47e6f4e0e662692df86ba909de053f190be0" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/peepositgaming.json" +hash = "266cec90fbe0fba3c00ceb966c17642525bed831252928d63ceea8677c824e4e" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/peepowow.json" +hash = "f77275b68d741e51630da9f751772df5ccd4a4ae19b698ff093091b9df7010c9" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/pensivecowboy.json" +hash = "7c40a9ef18bc30f38d1c8d631c9cbe17798ccad7042dece14c7bf9ca6456d6ac" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/pepe_love.json" +hash = "ac0fb9248d132e2053d12c6b33efbc7c7613937b2c53531cb80b80e5eb23bd07" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/pepe_salute.json" +hash = "29ce364b124a98759f958e96b0e05d2a7853fa65a512570eb870e1ad10b584e3" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/pepe_toxic.json" +hash = "4eb2a41b36425d6a3bb1eb74835cf688fa4f66c8ecbb63e59b0c3707dcea41f7" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/pepehands.json" +hash = "47b4b745e56e0be79c97c6caf8b05da75c8f898aba3a9eb9434dff18873707ab" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/pepelaugh.json" +hash = "a1a81c630d6f30ef1acd87388e58d12326fb0837ab74dc7d8d8fe22da41b52da" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/pethtemods.json" +hash = "78a8f93338e25479d6d566d1161d61b55949ea65fc997b56f809109a007b92b7" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/pleads.json" +hash = "6a91674cd9fface5f6b25fac93e54a6587927c27e39e2efae65bd0f2247e3041" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/pls.json" +hash = "00c80d6b567081eb94495ca032aa9a972a407b2b2476ea05cd21187019636b33" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/plus_one.json" +hash = "6baf44b93fab038c5546648b9dfa2864acc1ffcd056ff631128b408824dd3673" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/popcat.json" +hash = "ebfe15827737dccdab57b577adcc84683f3f0b04644936334f71b022693380cc" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/prayge.json" +hash = "4217fd77ad9cbe4ce322443243c2edebcd6e5ff306a61811fd0297509c76e0f5" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/ragey.json" +hash = "9e7d6575ea372654351d6be7f00fb70f824a4b32154b9dc4b45202fcea4c7f7b" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/reallygun.json" +hash = "6c47ba584ebeb3cd1eedea59ef1b0549df712067a9118355373d453530f67c09" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/sadge.json" +hash = "06ba95965bdc76eadc54f7ae305eecd104e7d4e5352db0b97f6a8d43471c6c1c" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/sadgecry.json" +hash = "7fcdf95714be524853011a731188ef4314e430c454cde5162e234a520617343f" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/sadgeing.json" +hash = "f10328dc8e891e37d988ceb0ae6be7d1b6a5cc20688cb6fdedcfcc25f122a69d" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/shyjj.json" +hash = "3df864ea97373c106fbd42897ec86b44a357938246e9a21b29038dc7799a4e42" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/sitt.json" +hash = "a36d57b49c422d6dde71846f13488fee61e1bbc23299ef81bcd5b10952c1e8a9" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/socute.json" +hash = "05540a0a71d60ea17d721a019ca59541c309497f5937ac02bac8f03f55430244" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/suspicious.json" +hash = "b00f67cb9b5f4ae3db445cf2f6e3551b28953c573c9a9c24ba21b437635e929d" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/swooner.json" +hash = "d0897d3539fc6a2f8db6c190de0ee1aa0837fc1a8d021687990db8acfcde34e5" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/wahoo.json" +hash = "659ffe9f079f027823b83531ec7adc151e630890e6e51592c3787a1b478c84b1" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/waiting.json" +hash = "8da8e8ecf7cbad5ebebca50d0c0b2ab51dee46dd4730c5d619b948408d6f9434" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/whatt.json" +hash = "5cde135dde39628af41e85ac9a78dd4b643ce504189d62554f73a0e9fd4403b7" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/whoa.json" +hash = "586a84e80d2376e4227362b5513fc550271f9d43f9d13744b634dc5e2deda0ab" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/woo.json" +hash = "f390473f75107b57fa7f15706e34453b8053cb16c3c16c0d0c79039a0bcc5e33" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/yep.json" +hash = "0aa281776c01ea14a672d34adb70d1aa5843cec69165ff72e79c691fb1b05fc7" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/yesyes.json" +hash = "45f37441c6084a32d8c76b279ea4c4ffd0b3c4a968e0a8723da4d90637bbe87b" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/emojiful/recipes/yippie.json" +hash = "d8ca1478a0b3237d1fc092574589d1bcce4fe85ee0fceda6da1378f2623b6475" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/abandoned_mineshaft.json" +hash = "7da97f8abaab460f3a0e536bfde099099143f7804f8f0185a4e1b32eee6a47eb" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/buried_treasure.json" +hash = "e83c05a6d7ac1e9a6278ae5197c18475f64360e9be1b050efc2e0e09055f7d7f" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/desert_pyramid.json" +hash = "23a2380257cd194e9de691c9fb7b46dc300f7a5203a80c0b283a26c2c60a6cd0" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/igloo_chest.json" +hash = "581bf2f31e32c4b878f7afc5ce2b12db332d8db4753d48c7a565ac06031551c3" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/jungle_temple.json" +hash = "5d11c9f7e33c4e143dd39399c147fa368fceeaf9865cdd54ec63801ae48b5f8b" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/pillager_outpost.json" +hash = "ad48d0462f73beb3e53dcf1614bc45723674739a9282bc64f928fc675aa35ea4" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/ruined_portal.json" +hash = "f4f063df0f6fd8617fbe53c6788efc5adb797c4ea8edc6d0e9e7bdae36ae47be" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/shipwreck_supply.json" +hash = "8f72b2697adab78ea33af182475da1bc813d287d0133ddc00b89b316c0e6fa92" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/shipwreck_treasure.json" +hash = "e1b4b15d017c658c64f6e582d2d2df623210861a988ddf7f9d4982c74bff904c" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/simple_dungeon.json" +hash = "8403beb7951cc0b39c709ec856e0c0dc817acbc4f86c1cf68813e31e4b2a7f3d" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/stronghold_corridor.json" +hash = "9e7d77fb6bc9a90feb0b2563b996831233b2bd5a3abaefa20838697d57fa2756" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/stronghold_crossing.json" +hash = "423330590d144aca01d926277fdbdafff67d8ca826fae06b18e083ae2357e391" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/stronghold_library.json" +hash = "8b27128926c534aba3f91187ace411f4d5b29b91a0faf2a77395d944e3ee1e0b" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/underwater_ruin_big.json" +hash = "450ced167603668744a2c74b3b6f41f2ec93091a1b2b5af089687a96cd49c130" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/underwater_ruin_small.json" +hash = "450ced167603668744a2c74b3b6f41f2ec93091a1b2b5af089687a96cd49c130" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/enhancedcelestials/append_loot_tables/minecraft/chests/woodland_mansion.json" +hash = "7d5ac4289fd49f4d89198484a03a6a5a5a6c0ed728603a9d804095eb2c5605f0" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/enhancedcelestials/enhancedcelestials/lunar/event/aurora_moon.json" +hash = "9e69a0e09953f12ff829f5963a43bd389072b78701533564790299e000b2db40" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/enhancedcelestials/enhancedcelestials/lunar/event/blood_moon.json" +hash = "b37bf34024a371de151b0af65a15fb1943a5a07b1861629e9a5e8929c1cd70c1" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/enhancedcelestials/enhancedcelestials/lunar/event/blue_moon.json" +hash = "5225f55216f4c882d1860045589bb6f540cb3892d3fbc887bc058934e37ead26" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/enhancedcelestials/enhancedcelestials/lunar/event/default.json" +hash = "a89050ef826921f1b8c7267d102b157ebd0d8e344bb49d18f0070528cbf335ba" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/enhancedcelestials/enhancedcelestials/lunar/event/harvest_moon.json" +hash = "e28a35b8a5b7cdee2afd7660b6e2b0017b8d317c8ddc822d508a72ff1aec90dc" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/enhancedcelestials/enhancedcelestials/lunar/event/super_aurora_moon.json" +hash = "abea26b786a87036e31a860f3cf61e6891b5599ade094f801b7c3a653d0f26a0" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/enhancedcelestials/enhancedcelestials/lunar/event/super_blood_moon.json" +hash = "20c0d7a9012f367ffe54139381aaf3d307e5645a45eca26c75e2846ac631a260" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/enhancedcelestials/enhancedcelestials/lunar/event/super_blue_moon.json" +hash = "2b96f0ffebd6633a1aa525067043d3c2469a12a932f39f30f5927527c784a58f" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/enhancedcelestials/enhancedcelestials/lunar/event/super_harvest_moon.json" +hash = "52812ac0a3412aa5277f34ffbc8a7451505bc4b7d21a1223ed18dab703054f81" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/enhancedcelestials/enhancedcelestials/lunar/event/super_moon.json" +hash = "90ef1e2991b850ba7753b9f6896d2e72a958f422f60c882b83f996b06a64f3c7" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/enhancedcelestials/tags/enhancedcelestials/lunar/event/aurora_moon.json" +hash = "850e9e2cbeedcea1f74f79c83e22bdc551c0712979c9fb04273a656e90ed024a" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/enhancedcelestials/tags/enhancedcelestials/lunar/event/blood_moon.json" +hash = "0639681a329b0242970c8aa2fc00e91803141f273a7a2ff8505b350ef26ff86e" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/enhancedcelestials/tags/enhancedcelestials/lunar/event/blue_moon.json" +hash = "edf9a624deda74be58d8d6ec05f177b487930d65678fd806a093df03874fd246" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/enhancedcelestials/tags/enhancedcelestials/lunar/event/harvest_moon.json" +hash = "6550c1a1c45818529b3d0ed577a216a279e3d98ef9e241ba88c6bb3e3aab52e6" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/enhancedcelestials/tags/enhancedcelestials/lunar/event/moon.json" +hash = "a45552821430d875deb376c1d111221f387c008384c8956b3a1864263bb03f7d" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/enhancedcelestials/tags/enhancedcelestials/lunar/event/super_moon.json" +hash = "90f9e298e8470b5ee0dd57043448ee355216c09c023a8ec155b40e4989d949d3" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/enhancedcelestials/tags/items/harvest_moon_crops.json" +hash = "ab5a44b8f6ce6a83bfa47388e5b9dbb34910c90177fe1b609f67aefb3f28e9c2" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/hopo/loot_tables/chests/copper.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/hopo/loot_tables/chests/coral.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/hopo/loot_tables/chests/food.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/hopo/loot_tables/chests/materials.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/hopo/loot_tables/chests/prismarine.json" +hash = "f05a98f4a362c4f2bc2b636bbb59ef04faad5f953381f4258e6cad75f926c346" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/hopo/loot_tables/chests/small_ruin_cold.json" +hash = "f05a98f4a362c4f2bc2b636bbb59ef04faad5f953381f4258e6cad75f926c346" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/hopo/loot_tables/chests/small_ruin_warm.json" +hash = "f05a98f4a362c4f2bc2b636bbb59ef04faad5f953381f4258e6cad75f926c346" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/joshie/worldgen/template_pool/village/ocean/centers.json" +hash = "412e2cc14892a4c295835baf9141c083155360555018b9b174152f039de0eae1" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/joshie/worldgen/template_pool/village/ocean/decor.json" +hash = "32292c0074cae30af0de2aa7bda250e089048c428f3a1a0990c124c81cabd4f6" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/joshie/worldgen/template_pool/village/ocean/houses.json" +hash = "91ce56fa1b7e7afd81d3e498d1efdf356a8a86d6478ac18e253ae7a7ca6f257d" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/joshie/worldgen/template_pool/village/ocean/roads.json" +hash = "b948cd48a5d5bab6e32ec0ff025481a2ca3251ec1d627671de537ee4887fe337" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/azure_loot_table.json" +hash = "dc52c92f53ede1ded5af7223820b0e7c2bc3a3fd54831ea4da3452784dba925f" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/citrine_loot_table.json" +hash = "5dc9ac3e0454fb5d56e7985feb37af599e079777828a352685bd04c79c6e4cce" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/dive_loot_table.json" +hash = "3041e207ee4106c16c068efb15ed864c76af4ebdbf74577865d92cd45fe7d28b" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/great_loot_table.json" +hash = "5ca4243178466ba4199f3048edd952faa02afd83ae5ba7a17c4feb1516cacca7" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/heal_loot_table.json" +hash = "5cc6f6b31d69c15b64167c0e302cb8d9671b900d5533d604b5c12d7644a8593e" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/lure_loot_table.json" +hash = "577dec2195da2f4813a4b2805fda90eb73f8ebb51ee8ba9aba88590fd88e5992" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/luxury_loot_table.json" +hash = "a04ed4286727bad6a7c3e81de10d9cf30e0945163a04de686463c62f88039b63" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/master_loot_table.json" +hash = "925ffb6ebae65d4c56bd27b921fa50ca346f59966b29a682fd3c80512ed5ed2c" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/poke_loot_table.json" +hash = "296d58fc89619f64774beb50bc567a6b9dd1b706c39197b138660659da82422d" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/premier_loot_table.json" +hash = "98915fba5ff9d78c39b7ed2fdc7f220852ba4f25bdac29287abfdaa6079fedc9" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/repeat_loot_table.json" +hash = "c8fecfc081c9ed9e57e90074f991e11d18dd7c89788611e3c32588207cd287b3" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/roseate_loot_table.json" +hash = "1d49f744a44513d91d0d7f988323671a60bff2322a7a4cf7ddc438bb26ef3588" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/safari_loot_table.json" +hash = "ab778f2a731795895b8ee5be79277392f027294c80a1e00f925eff57f6dab0ef" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/slate_loot_table.json" +hash = "31f954e7bfdd48543b4c72ac1af8b771855ebd93b9f954326008014447a6d765" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/ultra_loot_table.json" +hash = "bbeb109979cf0e576f949c0c7dcbf8eb97667d9fccd1b0c71244920b50aa3f22" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/lootballs/loot_tables/verdant_loot_table.json" +hash = "e69683aff3eb0faeb3915a284a42acc026bc2921e31490d0fcd02014ac5ec636" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/archaeology/desert_pyramid.json" +hash = "0e5c27ea2f35e3e21c23673222ed4b56bec33710ec8fed9f07fc2801a0d63c31" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/archaeology/desert_well.json" +hash = "5bd2d4b72b62663fe9c475160c0889f241e89af9d26d02189dd4b30d2a590428" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/archaeology/ocean_ruin_cold.json" +hash = "5bf5fa14daab528521a85b812cfd1ecc3bd301eacadf5142118fce64872fe8e5" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/archaeology/ocean_ruin_warm.json" +hash = "33dc774c30ecb8423ad1bc12f473d71b28dda1dc6bb12139d0f38a21a5a1888e" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/archaeology/trail_ruins_common.json" +hash = "cdd79770b974206d136412f4da38344e4abcab88cc971a7e991e63f1eb9418cd" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/archaeology/trail_ruins_rare.json" +hash = "b9449dedea947518f8b396cf1022802d9f34b0e5e29914ee69912f0808b15e43" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/abandoned_mineshaft.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/ancient_city.json" +hash = "8216b5a784c0d67715c8c440c67111c1b6ce5da69a54264678951cbf54d09ef7" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/ancient_city_ice_box.json" +hash = "61451e986decef2f460e5b34bde636604c424b25b1a16d6479fbd1434e03ee0e" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/bastion_bridge.json" +hash = "572519d4665e517eced8718991acb6a78d9c2b5db32c41f92b1b20f9dbb9c9d3" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/bastion_hoglin_stable.json" +hash = "0fb7b9385ae231e68a417e1dc7002a718785c516b9d4c07aeebb446f44fc664a" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/bastion_other.json" +hash = "e5e7e703eedc66e2092e84428a07cdecb6dd112210f040a8e39b97a885366e8c" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/bastion_treasure.json" +hash = "72adb83c688532dcbbade85388336a805b2ba2e115f029d899c407e1ef866b15" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/buried_treasure.json" +hash = "25fff2e417ea7e08db2aa80e646c0e1794f1a93eccacaf77edda35f8c9d53756" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/desert_pyramid.json" +hash = "a356195656f274cd0c85c9aae45f9b312df183aa3695a93ac0d2315ee15bb009" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/end_city_treasure.json" +hash = "7fb54744c2041c592ce518733c05d0a8b571de7b2738aa9f946c53f250d70496" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/igloo_chest.json" +hash = "ab6ebdb92997801170d4e0983a5ad6d0007b7a9a3698ae93507f3bfdffad06a9" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/jungle_temple.json" +hash = "5eae1dcd765afa38f725bbb0ac3792273d0bc98ebab486ab4004037bf247f739" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/nether_bridge.json" +hash = "c7146d350e18398e8af1d7fe46c87b26d2e9380843f5a3b867d37e1df23f2957" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/pillager_outpost.json" +hash = "ddc499a748d2663dd2c763941eaf7bf0e611c5ab850412b79b6dde83f2126d08" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/ruined_portal.json" +hash = "7bf8d643e228666373275ed9657aca72f9d74baf31947d42266a3b30f8d746fc" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/shipwreck_supply.json" +hash = "49de577ea88291f4958773943629c7df5477d69e5a481d3a1687a165a0eae987" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/shipwreck_treasure.json" +hash = "f552ab68bfb44bb36294625860a94109128e2040916aa47581411d033433c1b9" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/simple_dungeon.json" +hash = "1a2b166024d8e28a3fd6b7f218d04f32b86c8879506958a2693bc55ebf5178fc" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/stronghold_corridor.json" +hash = "f05a98f4a362c4f2bc2b636bbb59ef04faad5f953381f4258e6cad75f926c346" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/stronghold_crossing.json" +hash = "d3d0f7a129df07ff3ba4a6f54c65a2e32a85b32680e00ff1f026f9804e24f987" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/stronghold_library.json" +hash = "b5cbb29cc3ba7548436cea680467b7434627589081f31ef1f9ec5252815b137e" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/underwater_ruin_big.json" +hash = "342bf081bd0f9c267437221b6accdd0ea6ce4d31f2d3c663bb4c0829e2d6f452" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/underwater_ruin_small.json" +hash = "454905a67b992284e5860d7e714cb05bf77cb874276986e40104a9dfa4734694" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_armorer.json" +hash = "9bae786d5b68efbb690c0cc1d58e340874be1a2fad9a38a5e6f259ed88b40fb3" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_butcher.json" +hash = "57cccb413c86ea8856850f55d85b8e375e89346ea3dab214db3e8e21d4c0ab3e" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_cartographer.json" +hash = "8fae9ac26f11e6b0f96ce2d292a18310ad9c674389311a5369d8cfb35dd28710" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_desert_house.json" +hash = "60cec8bf789475fefdc3cfd31255c040a4585518f7f6a9a869437e69322fc1aa" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_fisher.json" +hash = "122fc5cc3e46ef2d624082ef4db86dc6902773403d78454332ea56ed86daaf37" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_fletcher.json" +hash = "5d2c1bcc0f7fbcd99463444d1bdbf92419188510b5afe9689ee1039cf76e8c96" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_mason.json" +hash = "5e65e1c5efe4e7ccff1122ced9d85f999df7f7b0c58732836328af0e201ce730" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_plains_house.json" +hash = "7a8fe9004153dee3d7937a188f0743677423e92ed301103f34e2c84d830cdd5b" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_savanna_house.json" +hash = "c2f8bb0b339677774c08a083805df9310cb4c081a6785178e9e3309c6b38a794" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_shepherd.json" +hash = "4d03ba33609a0f59d7cde594d71bcd62a81f607cc7747eb6e165719796947c96" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_snowy_house.json" +hash = "8684cf2ceaca7d9b27e622b518a8d873911e212905bdf4c65935bd1737aa564e" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_taiga_house.json" +hash = "2dc43516bfb03049a010f28ace55f8dd81a10c15d7c1bf2dd3ad52968c40748a" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_tannery.json" +hash = "14f5992fee6edf8d0ae117b57d83525d67407daadf443fecf2f104e0132849d7" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_temple.json" +hash = "4c264489136d9e908307f0fa0ff8fc994a41f6135e6f42186558679910df74b5" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_toolsmith.json" +hash = "362ae557575097ab74dc3d4a2b88926cceea3877db5fb49414d39de18dda9fca" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/village/village_weaponsmith.json" +hash = "31e040baf673da432078d12eee894a79bd85c35acbd224dcc0c659f1f9c9e9ce" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/chests/woodland_mansion.json" +hash = "146786d48158dc72b736c50f9c6ced1d38a241114741dc9c173c71cfb5e270b4" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/apricorn_ball_loot.json" +hash = "9c1e6ba898d61933515bf93f8c3e4cd4952f019e1673076ced9a29d28dd1a970" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/apricorn_loot.json" +hash = "a7c6c83b3df5be46f15181942b9309302a9948657a2f186bbf4e43e3995e8c8c" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/basic_loot.json" +hash = "5c3d092c6f126d461523cf50c2dbcdb89bda11152d79165ac25de2237ef6d76f" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/cobblefood_loot_tier1.json" +hash = "8f4a9444f48d79b8fffb458b3b60490d7f3cc76a566bca76d517b1c7e34dc9ee" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/cobblefood_loot_tier2.json" +hash = "7d63b15eaeb72e27a38e8a8f77a90d270d41209f31486f25e302cbfd52e03b3f" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/cobblefood_loot_tier3.json" +hash = "7d63b15eaeb72e27a38e8a8f77a90d270d41209f31486f25e302cbfd52e03b3f" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/cobblefood_loot_tier4.json" +hash = "7d63b15eaeb72e27a38e8a8f77a90d270d41209f31486f25e302cbfd52e03b3f" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/evo_item_loot.json" +hash = "7bdb0679410362fed06ee7943c4b09288a95503da55f7f20651cd52a8f6d12d2" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/feather_loot_tier1.json" +hash = "4cf0c2f0643bb41ef54869e232d4aaca8e625cff0e95b290ab6f61c898c1f92b" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/feather_loot_tier2.json" +hash = "5558f2fdc43d3b84cb2663d31b7d79a336cadae7ed32a74d46ec9175aba8aceb" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/held_item_1_loot.json" +hash = "1af8bb89308bd4cd15929114b29c8f8618d12408a33e996c22f7b09bd41753e0" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/held_item_2_loot.json" +hash = "9e36060cfb0050bd0bb6c3ac3090073e599962b67229320a30337b33c4f6bf39" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/iv_add_tier1.json" +hash = "fa5d41e93e45108bd1d27e1e720007ada09e77a5b6654dfc145f93e8833ee04e" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/iv_add_tier2.json" +hash = "7886bdb7f0bc13d9c47b805f8d28d3b668817a3b572e5c9889092311db28d48e" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/iv_add_tier3.json" +hash = "dd3da319d8ad50468179b2a6d40904d4724b651c619dbcf18194cfc87c084461" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/mythsandlegends.json" +hash = "1fe1671c052ec9bace93ba416d5821ab6e24a99a71834b209e57dae98bebedea" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/nature_changer.json" +hash = "6a9957f1e95b1389197d3fa4a9f1154a54695e77b072b53c5936142e0ea201d4" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/pokeblocks_tier1.json" +hash = "07498bf10106a5e9ccd813559aef65881ec98f1953ae275cb8223754c4ffb369" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/pokeblocks_tier2.json" +hash = "b73d76d3e5c7860b8f1d98207aebf77f5ff6ac7167bd6b83d03eba14100ba6eb" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/pokeblocks_tier3.json" +hash = "275a6ef2deabc91575aea814fccfc06d524123e87234a172dd4641808c444d70" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/pokeblocks_tier4.json" +hash = "e48581fd34337ae9e1dd33e663e694a09b6e371354a84c53cbe819b5b6951f92" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/special_ball_loot.json" +hash = "8d094ebf3dc15357d5685af09622999a3b53aa571d6c58c360bc35248c7525ef" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/status_healing_loot.json" +hash = "e47d495c3aaa8900b1ea2d4f30ea38ee9f257298eda719b2d6543bb3326587e1" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/vitamin_loot.json" +hash = "e2271f65198d054ccab7b96a8293b657eba17ce728dc2b10012f3822d212aae8" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/cobblemon/x_item_loot.json" +hash = "7d63b15eaeb72e27a38e8a8f77a90d270d41209f31486f25e302cbfd52e03b3f" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/convenientdecor/umbrella.json" +hash = "f99c17b153e7c9a792549bc2de2b430732f1dc4ce0c51205c6c2f6bcd1dde2bb" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/numismatic/bronze_tier0.json" +hash = "55cfdbf4085245c7a953c57bd92573dc887a4f51fe67de3709a17ce3563da887" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/numismatic/bronze_tier1.json" +hash = "ad27d8aaca09a486e197d835d19c141cb5c3161dcd1705263ddc9b049854ddb0" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/numismatic/bronze_tier2.json" +hash = "b568c4c14ee39ac437d8bf9686a6816295ba3bd2aba53c3b845e252427ab86ef" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/numismatic/bronze_tier3.json" +hash = "a0984623fe83d30172db10b7c82d5d0c6da89294937fb28943e6364def923231" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/numismatic/bronze_tier4.json" +hash = "1d6361e54a04d5acf266f6c72295ea5a24a7e80307fc02413f14f141d9c5366c" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/loot_tables/numismatic/bronze_tier5.json" +hash = "52d45ef19ac20bad4465b6fec408045e52155cdbb3cecf450ad8c63da98a7706" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/ancient_city/city/entrance.json" +hash = "b956d4c6717ba30134dec883104bc82b90725b76fb0b8e35e6fd4c732ab3f5b1" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/ancient_city/city_center.json" +hash = "061254c2520abb0d697e64958972174d4c57e4255551dbd9e8846cd6be483988" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/ancient_city/city_center/walls.json" +hash = "201d60038059d4a53cb477ca545fb29e6f5614ab1d8a0c0e12cc177363b054e5" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/ancient_city/sculk.json" +hash = "6fa6b40a78412e85e7265e856c445586fcbc115099019c42bc27d06621e994b9" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/ancient_city/structures.json" +hash = "5a9db8f5e606a281aca7dd475094ffba6e17183d5a23df5c6bbc23ea18a9aa67" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/ancient_city/walls.json" +hash = "8a926d58a03e6e50b3acef5a5a6c0f1b59b0c01212d87fa877c98bf3da4c1c41" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/ancient_city/walls/no_corners.json" +hash = "1a87a6bd7d8e93314aac57ed33bae517286ce03d86b300e8069aaf758a28c412" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/blocks/gold.json" +hash = "ab9d37c4d53e262c050ae738d500de30b52be5454142f769e568d94642ef9295" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/bridge/bridge_pieces.json" +hash = "71878bafa7bebb0f4d72c1d3323fc3191486bce8f51b59f13bc32ec1cf3668ea" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/bridge/connectors.json" +hash = "9b4e3dbb27b4b47087f98283b57806fdca2d2822ad230cc6f9f630ffe061bdf3" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/bridge/legs.json" +hash = "cd9b72adcbca4e7686a4e3f6cd83a7574a8e167cc2bbafb0a66519be02c246b4" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/bridge/rampart_plates.json" +hash = "eb8d5fdd7d9187822e959262586e565626bb4edcba56967551531bfd96d8d7df" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/bridge/ramparts.json" +hash = "ff8e9e046b4be52c274ec22a3fd7e56bbdeb01fee64c9e51448bcd8b43fbd547" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/bridge/starting_pieces.json" +hash = "72fb33d44183aca263ee528229e3c398ea31c6e5c4e2548fc2573c8f1ba01ac7" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/bridge/walls.json" +hash = "2d137c4d05f885d39fbb1a6d0996058d560052c9021604fb1c2531127be86e29" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/connectors.json" +hash = "8ff9a7e4985d5b813bdba139e2f342cd5d51ded70956f88287ccd397d2efc51b" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/large_stables/inner.json" +hash = "f5ff7bd20bead48a7e86e58521dc9c880f41113e07231b0c11e5c7aa1b921a3b" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/large_stables/outer.json" +hash = "2a6cd0e2061760b3f2d4713efdf6ee3579b63a3d82280ec2f334c14f1de0e752" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/mirrored_starting_pieces.json" +hash = "252efb37c0762a7672eee0875e551d3842be165c7504506f3f038d033013ba01" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/posts.json" +hash = "b12056cf554ccd6700c0474f919413538a6d47482dba370f0ffc5e5696b885d4" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/rampart_plates.json" +hash = "49bf97314919c40b2995621894e1fd9e796db66f493bd0a4774b2b9b03236015" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/ramparts.json" +hash = "3ad82a3e9a9f75fcc84a1b364eff358d445179ec7544e5e6e506bc0e55dd1d87" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/small_stables/inner.json" +hash = "03ecc61e992360482dfbe7d69f298c8e46225188f5854a8c039437f2e96c52d7" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/small_stables/outer.json" +hash = "5159a6f487ad68b6bf3487989baecb98bb44111976abf3c835a3205ed1f3a5be" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/stairs.json" +hash = "183e9c6f8e3bfe38c7147466431e6c654be9dea67b8695547f0cb9c87d3a4c3a" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/starting_pieces.json" +hash = "eb286f7cc2f1eb0b22b093ca3b1f8a6ec1d3032e1e0149d51eacb0a422b7d681" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/wall_bases.json" +hash = "1c64ed124b1b3f3957716c62d0ef835ec2b1747327267c10cf9f7c1cd2555c6d" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/hoglin_stable/walls.json" +hash = "48e47687465b49967fd4e1eb526749f2d82f51a702655b413b94b6c3ae51f502" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/mobs/hoglin.json" +hash = "fd8e2503f45d79c30df8a6c7c71ea19f343527156a6388d9fa590d696dc3b0b3" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/mobs/piglin.json" +hash = "ff92d0612f6fc8a99753233ad65c28debfa3e6e715324af7f58352dc7766d433" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/mobs/piglin_melee.json" +hash = "0acd15408e40c1d8dba426436a0f3b0b388383b10bf51a547f38e9552553608c" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/starts.json" +hash = "f955281a0ed8259772eaac1ea157ffcc2bf9224d34af756d12758711a6f069df" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/bases.json" +hash = "8226ac727351cd444c7a6c5d123e3aaa7065eff66fdd29e304099a8345cfd8f2" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/bases/centers.json" +hash = "7a6636ccd3be29b7f4ff23476383a3759578f54d38a1920982c6996aa42114eb" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/brains.json" +hash = "d6b530f64df5a4cb2955d284fd260d3b683ad695c6f7ee62297f96fbcb6dd513" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/connectors.json" +hash = "6a1d11e42ce73a0d1672e1be7e0e0bd1ed7ba5dacd97706104590b1b7ce97032" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/corners/bottom.json" +hash = "2aaf8a77974eec849b01390e88d0f108e3c91cbb99da964547000e8052064611" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/corners/edges.json" +hash = "f065de84cec9079acccc4452cd83418fd66b4ce07875ccb18e89ba1e8b169e75" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/corners/middle.json" +hash = "90cf0f2280a2cc9f3f3a6e611b19656a00301c35b0052c64eaead7247087b459" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/corners/top.json" +hash = "87dc3e137dfc5907426644239f22bde8ef617b1140a282e5d9199993e5231b7f" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/entrances.json" +hash = "011c141b6981a184ef82aff80537250b0d9fba9367affeb3d05b894051a523d7" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/extensions/houses.json" +hash = "1d89209004a342ca3f0af23d315e573b2fd7ae5e17fd50e7669224fa00240d5f" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/extensions/large_pool.json" +hash = "0c4e84d3fda548c040b399bf3d9e75a1a20d7f85ef9010a92357a95c6543dbf1" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/extensions/small_pool.json" +hash = "3efa0b69ad94a78a3f584633d043ad59fddeff7d4131276054cc2c460ab6a64b" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/ramparts.json" +hash = "e53c3005d5a3d110408cc009f1b2bd4db5cf77fb8086aa22547b54763c52c25a" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/roofs.json" +hash = "0a255e037bcd29af9e4106bb50dca9750b38408ce50e5fb6e2e09ad226e7b50e" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/stairs.json" +hash = "775c6a7db82369b6fa51de1d7cf17179a41d3ab71cd76a494fda21e0acc33ef5" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/walls.json" +hash = "7873a9e73d4afcee5725ceec90e28eb5a255a38f9a0547d8d8a3f52a2fa9320a" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/walls/bottom.json" +hash = "ce62dfa693bde55d67e974177f235771260b3fb161ee8e3e09151f7df6fa2995" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/walls/mid.json" +hash = "35f02c4716b1bbbdc3240c140f80bef7adbc825d9fb6e18de446c2c4d248e319" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/walls/outer.json" +hash = "13e5bfcfaad0c2815439da182c863b639c60dc8fa716451a7fbd582501b053c1" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/treasure/walls/top.json" +hash = "503bab4c8fe85bf6563a4821500adfd47313ab6f6152f8940b4f346ea958c80c" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/center_pieces.json" +hash = "f0e14755521560a94091b2b7e27197a3c8c2fbc233969236c4472345fa2943ea" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/edge_wall_units.json" +hash = "c1b57ac07bd430b922b96013890b0dcf1b5f1e6e8083b8740ede42399e4adf50" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/edges.json" +hash = "a1a00c01d38cd5a899c6262d0a36bc60867361697b71e69446e8d4782a987f04" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/fillers/stage_0.json" +hash = "38e9a53c25bc210444c26cc8f9103de837a88ef203d881464077badf49b88345" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/large_ramparts.json" +hash = "ac1165b9b2b827fdbdb2929ff95c98f01c6a5fd5d0db29c9b5bfe7a0226f5227" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/pathways.json" +hash = "bb1c638cbe3d53f5058836dbbed4a5fd18e92f2d615305905825cd9b0bb9921e" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/rampart_plates.json" +hash = "217ca459e08674a6f210a655fd2b15a91cce9170c7dc9c06d2182d690d06074a" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/ramparts.json" +hash = "956c2293ebb1a32552265deada5f4663e605251f18a1cf44b2c99e226f49e904" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/stages/rot/stage_1.json" +hash = "865aedfa0f072ec40bd765353b2c4a4400c422fdea3b3f173ec24ee0aa5f6fcc" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/stages/stage_0.json" +hash = "fa66229f0d752bd979543785658dbee93c8781e5f6b599dc74b5b1ee0e6124eb" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/stages/stage_1.json" +hash = "0cc6488b6ade2bdf0ebd8488b01fd00e9e1f1db3ce61e086a8bc9617247b0da1" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/stages/stage_2.json" +hash = "933acaddf5a8b6341ca07d87f23d40ad85b478b0848d8fea126c505a6703a159" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/stages/stage_3.json" +hash = "77eb1eac880e4d3b933cb80e85be76e71c63721c865858ddcff3c17eeca85029" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/wall_units.json" +hash = "1dec75a08400dfea02cadae543e9f6377ca6bbf8c5ac12d31c7bad2767c560dc" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/bastion/units/walls/wall_bases.json" +hash = "6f4f5505397e10916d2af0f4d85e7ccba121a2e2d6515510932c0a231bfb12ad" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/empty.json" +hash = "8010740340cd49ff969fc35e7150e0546317134765925cb573d8c65b9068852c" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/pillager_outpost/base_plates.json" +hash = "079567baacc17bf4a27dc80b1261ef7010856f69c5fe69dbbb8ed8f4ad9eb0b2" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/pillager_outpost/feature_plates.json" +hash = "49df4aec14b2775f455846b7d3b2faa0c70c90e4c6661acfdb7d35ef3f7d18f4" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/pillager_outpost/features.json" +hash = "e504615044333d0f23da264311161928a9ae5f6f4c4a66080efa5a995996ff44" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/pillager_outpost/towers.json" +hash = "8ef9a321cdf7688f3729f1d23da149020190501a0fff967e2e957c2b5d4cf0a0" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/trail_ruins/buildings.json" +hash = "acb29e20212ac64d0aea521649a580b67e2d5ac0b3b52cec03cdf240e20ecb71" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/trail_ruins/buildings/grouped.json" +hash = "396b956cdada4781d55b715a9786a02061acf01ffb1477e4c20f3e08df9d0562" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/trail_ruins/decor.json" +hash = "493a61dea2e2b4e858b717824358ad148545145d892a1452edbb442abdf8bb0e" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/trail_ruins/roads.json" +hash = "dbf333482976a1d2f616c498fba3db3eb7584e75794414413af393e4f6f74c9d" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/trail_ruins/tower.json" +hash = "e2ea45d53221bbabb4abfcc74b5a3a937d796079fb6cdae6fbd9b264c7b4f218" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/trail_ruins/tower/additions.json" +hash = "32defa33dc8f71c574f643cc116c2a80a62c6fb197c78c67596d447a666b4f41" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/trail_ruins/tower/tower_top.json" +hash = "4ed76c6996d711d985d0cc5dfc9377f1c691ed97d3621841a2f19c57b507b6b8" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/common/animals.json" +hash = "ba9f9207a1a41bf269743dc994c1a411806b571fd3dcc932e3817593b061ef71" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/common/butcher_animals.json" +hash = "fe7d03599a448d241235d4728a4cc3992e949212fa2eab51043ba421c225d687" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/common/cats.json" +hash = "7bf10f34cd05abbc58f093a9657866c0467b814de27935c648a016a7940fe91a" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/common/iron_golem.json" +hash = "3c79df07c7da6a9726aa98f50b35e1929f4002f53ef0980acff772d23dde5b43" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/common/sheep.json" +hash = "b32efc8109aba5777efb56943c45e3b320928173348ab65c5c3c4ce3a6b39344" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/common/well_bottoms.json" +hash = "59b5421d9e5f13d2c83145cd541cc3fc04d3d812a4a4949e484dc8659b65e31c" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/desert/camel.json" +hash = "076769423c0b39a65c776afd23d7e7c85a1ffdfa684cecdf3790b6cf48983cad" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/desert/decor.json" +hash = "75f3028b0076c19ca88f169c6a392c5f6da31b2b7cdd47ce69a50db0e0933b80" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/desert/houses.json" +hash = "732dbf214e0234c4eea7bb07eb2061762c03f81bae0f88b85161930dfc64e2ca" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/desert/streets.json" +hash = "467c37fe4ee336e70e80241b87445cc5b4183c254867e076396e77ba17d759a1" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/desert/terminators.json" +hash = "430816ba9287da072f372a3a557e5411adf301fef70c5630d61f2dcd77488b2d" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/desert/town_centers.json" +hash = "823f582b4d8bcca6ba0d7298cfe514a67e83f07d7d9f908ecb6a3318df5e686a" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/desert/villagers.json" +hash = "b9dc19f3de43f746dbce603a0dd0942a626d5360cce80558163ce7f2e0742843" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/desert/zombie/decor.json" +hash = "fa24cf55f59f2e1c67b08ac36fae605a99a88c7f9f3dded3c38ed5b5e74cf5b9" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/desert/zombie/houses.json" +hash = "2fea52988748b89daada5c8a672f4ffd4b2e93d313828186454d628efa686d4c" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/desert/zombie/streets.json" +hash = "09c4cdd42ad29e496d143f93a8c38428eedf24580ff77691b9e8f276e3e19f65" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/desert/zombie/terminators.json" +hash = "eb4a1d7ce28f456390d1c0b3bedcce6d06fabe513fef7916d991b1fcfaebf061" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/desert/zombie/villagers.json" +hash = "daab90c03f7a744649ff91e0ae3d7f75cb896e6f3661a2520737a66aaef8882e" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/plains/decor.json" +hash = "16cf8109de35ed58a95ee7e25d3a8037beae0b505ca1238b75d4d107aab54aa3" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/plains/houses.json" +hash = "2cd5133c12740ca2d95a6a3ca5c8737bcd33e0097c574f8cc5a3af69c628769c" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/plains/streets.json" +hash = "787bf57a1598ee5b5064d43e95204234b46f39284350103cb5d02ead23652deb" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/plains/terminators.json" +hash = "ff742a9a66d830e159806f839736c7392782a9b8a4e553b48ace4db7b24074e5" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/plains/town_centers.json" +hash = "1e3ceb61f8f610a3bd241c7ef2e75ee33d5ea6cf8f96a3a8ff44615199539c10" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/plains/trees.json" +hash = "ae8fbeaa7717494b1d0d3779168aa6dd7498bea4b3ce8b908754e02e4b79fd7e" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/plains/villagers.json" +hash = "0a8bb29bc6974758dd4b6f8f811d455d16e4e254dade433884481895c0b0bf70" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/plains/zombie/decor.json" +hash = "7e34acdf24bd29167c7c147edfc1722690004efabea0b055ddb4bfb3f18e461f" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/plains/zombie/houses.json" +hash = "30be2c0f747b70583598c1491f88888e8cfe958b763f3c31a35773a15281c806" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/plains/zombie/streets.json" +hash = "0caadf60bb43e4d4e878b4430f1f87882341976243c4bc621e7a4b799096a535" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/plains/zombie/villagers.json" +hash = "ecb6972ebb24026f78f75d47b50dc377992385ea78b3a7da8f65a738b449cb78" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/savanna/decor.json" +hash = "427da2a0a99f062e60a6a414f79edc7bd11f3222cffa562e1c4cb3f32ad1242d" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/savanna/houses.json" +hash = "5698a5aa91fcce8942d25a897b901ac1ff062b1ab8d7502a1923dc561ea7eecf" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/savanna/streets.json" +hash = "443bca557cc21222b44fb9128243ffdb5133e8e5371379f7a8afff30696d8007" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/savanna/terminators.json" +hash = "97d7ad37d1b44c87b682d4033122e91e3a76d9669203a40f297c62e994bbacd9" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/savanna/town_centers.json" +hash = "faa7b2e9b9d8080eb2f2b5459080e6efb6fcb09761160d10b34391af4196877c" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/savanna/trees.json" +hash = "d9939d4b043d7de3aacb1f20a7b41ac28baa5ab2fc0b2d5e5490962a737350f4" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/savanna/villagers.json" +hash = "4ed0d5e49f2dd2d9ccb153cbc744a46909fe9036d8bc3f8b487a9a695c6af36f" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/savanna/zombie/decor.json" +hash = "b4d985989b241516f47c37467bdd5480fda9168647f047013514c429e0776318" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/savanna/zombie/houses.json" +hash = "7fdd838371d6e74e06a36b48f908f3aafd894cdffe4bf663ea23f5c168ba2e4d" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/savanna/zombie/streets.json" +hash = "b3912ce43d47a60ec86a455a46b2c18250d91f2fffdd4d0bc56661daab4ec369" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/savanna/zombie/terminators.json" +hash = "a294c8a87caebdd1eb8598115e21409d66347b4d91c4b3966a3ab32d669cb0ad" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/savanna/zombie/villagers.json" +hash = "c82e8cf5881328d6ffc3c0dec256a2e1bb3575b4d5834a45185a471abd16b5ed" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/snowy/decor.json" +hash = "01197d4c0506386715abb5e4ad43c6e51ba1d4ed35e1531264e5b366e6acc889" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/snowy/houses.json" +hash = "4574750ff9e9081f89849c4a0676c4df01ff4e5e14957f0f0a7b89707407c8d5" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/snowy/streets.json" +hash = "3205fb699a882b6241e5cb5c22379b62fb6d4504e2c584cb9608d41e33426f08" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/snowy/terminators.json" +hash = "6dff04b975ecf7a3d171a2798b64ec84d8663b0e133e87cdbc1f076857a80e1e" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/snowy/town_centers.json" +hash = "cc84f9534fce5d2bef6271b68b95f9e7a63a78aa60d4e7cd9c90dff24965fd39" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/snowy/trees.json" +hash = "ced539faa822cb1f680567f98a77e5aa17a02e81493e70b7a67f0a4ce239574d" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/snowy/villagers.json" +hash = "3c86bacf3e3ae29a35833c7cdec78862d674a8e9c5c8e65f11c07e20cb486a69" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/snowy/zombie/decor.json" +hash = "df9b31152aceba7bb25230f4a8380e34cfba2312698eca9c1a08374cc181ab24" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/snowy/zombie/houses.json" +hash = "ffb1e1f40623de3d8dc255cbe7679c23bf1a0c2680359306608b2d46a3008cba" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/snowy/zombie/streets.json" +hash = "624b771db6904acb96cfdadd1a611d5bba0e6694661571e638c8a8741b7e2b34" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/snowy/zombie/villagers.json" +hash = "7af8295aa18f5ea2b3b8bd1530cbe7587c943255e801bf900e6398742f8967f6" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/taiga/decor.json" +hash = "6fbd7494c292876ba5da5a674571d8571989c780d13ad4c6e114baee4e573b68" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/taiga/houses.json" +hash = "40e3ede049c2aed348a7e0394d23cb3537fcac5a6e46b539b481d32fcdd13800" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/taiga/streets.json" +hash = "6b63781081560e9250f55c864ffcb4c3b9136d8188bf5d905fc4c076a5af0d47" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/taiga/terminators.json" +hash = "6dff04b975ecf7a3d171a2798b64ec84d8663b0e133e87cdbc1f076857a80e1e" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/taiga/town_centers.json" +hash = "52f7f9e5dbdf692a45eee3bb8c20cd489dbdc9cd41a152f2027d405b08aa709f" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/taiga/villagers.json" +hash = "663ab8f18eca9d8ab5a18a68cd6809a45cd092185e9f676c813da4124c5cd495" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/taiga/zombie/decor.json" +hash = "065269bf6301e7963d6e2f96e6479151d27082d4933666e5a539ff61eab53322" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/taiga/zombie/houses.json" +hash = "3e9e3d195f5bdd4e4b19f8e48bd021533b66b4ec74a8ccd9f16197d3c8214368" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/taiga/zombie/streets.json" +hash = "eb6f3c28c8de4939fc1da8e801e974c2007a31fd3906aca20203e88507ea313f" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/minecraft/worldgen/template_pool/village/taiga/zombie/villagers.json" +hash = "614605ec4f0286dc812eb03fe6144f4cee0bb1f95669e1aab00ab1db79c299f0" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/mss/loot_tables/abandoned.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/mss/loot_tables/cart.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/mss/loot_tables/cartographer_tower.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/mss/loot_tables/cathedral_base.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/mss/loot_tables/cathedral_common.json" +hash = "93544bed7573d36f44f195973726f7bb599947ad8dbc706e99dc7221317f7a39" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/mss/loot_tables/cathedral_rare.json" +hash = "49b630f8c48bffdc9b50f7865e77feb8a7fe358240b7c4b99a4551e4ae8c8793" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/mss/loot_tables/crystal.json" +hash = "f05a98f4a362c4f2bc2b636bbb59ef04faad5f953381f4258e6cad75f926c346" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/mss/loot_tables/empty.json" +hash = "9c8d8ace6d9ce20f2db7e075c7e5e3e7f50458c2d46fc6bb367f33f943915ec3" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/mss/loot_tables/floating_islands.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/mss/loot_tables/general.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/mss/loot_tables/houses_books.json" +hash = "081d94ffdac0ae66303ede0ed83536f7779fe13e5735dc14e424fd0e6cdb44cc" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/mss/loot_tables/houses_common.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/mss/loot_tables/houses_desert.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/mss/loot_tables/houses_flower.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/mss/loot_tables/houses_rare.json" +hash = "2798283ce8868261e26aafbc09fa85952b74d3b9702e3922157d4116ed7f230e" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/mss/loot_tables/houses_uncommon.json" +hash = "f05a98f4a362c4f2bc2b636bbb59ef04faad5f953381f4258e6cad75f926c346" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/mss/loot_tables/jungle_tower.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/mss/loot_tables/large_carts.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/mss/loot_tables/large_carts_2.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/mss/loot_tables/mushroom_pond.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/mss/loot_tables/pillager.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/mss/loot_tables/rare.json" +hash = "2798283ce8868261e26aafbc09fa85952b74d3b9702e3922157d4116ed7f230e" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/mss/loot_tables/swamps.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/mvs/loot_tables/abandoned.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/mvs/loot_tables/cart.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/mvs/loot_tables/cartographer_tower.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/mvs/loot_tables/cathedral_base.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/mvs/loot_tables/cathedral_common.json" +hash = "93544bed7573d36f44f195973726f7bb599947ad8dbc706e99dc7221317f7a39" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/mvs/loot_tables/cathedral_rare.json" +hash = "96f05dc8190dffab9d43dc448c7338bb04701eb5039bbfa6799d61a83f84f095" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/mvs/loot_tables/crystal.json" +hash = "f05a98f4a362c4f2bc2b636bbb59ef04faad5f953381f4258e6cad75f926c346" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/mvs/loot_tables/empty.json" +hash = "86d26aa1a59b975fa4ea7a10ce4d961968603eea92a21f708fe438d673deb97a" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/mvs/loot_tables/floating_islands.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/mvs/loot_tables/general.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/mvs/loot_tables/houses_books.json" +hash = "081d94ffdac0ae66303ede0ed83536f7779fe13e5735dc14e424fd0e6cdb44cc" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/mvs/loot_tables/houses_common.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/mvs/loot_tables/houses_desert.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/mvs/loot_tables/houses_flower.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/mvs/loot_tables/houses_rare.json" +hash = "2798283ce8868261e26aafbc09fa85952b74d3b9702e3922157d4116ed7f230e" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/mvs/loot_tables/houses_uncommon.json" +hash = "f05a98f4a362c4f2bc2b636bbb59ef04faad5f953381f4258e6cad75f926c346" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/mvs/loot_tables/jungle_tower.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/mvs/loot_tables/large_carts.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/mvs/loot_tables/large_carts_2.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/mvs/loot_tables/mushroom_pond.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/mvs/loot_tables/rare.json" +hash = "2798283ce8868261e26aafbc09fa85952b74d3b9702e3922157d4116ed7f230e" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/mvs/loot_tables/swamps.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/nova_cherry_village/loot_tables/chests/village/village_cartographer.json" +hash = "8fae9ac26f11e6b0f96ce2d292a18310ad9c674389311a5369d8cfb35dd28710" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/nova_cherry_village/loot_tables/chests/village/village_cherry_house.json" +hash = "60cec8bf789475fefdc3cfd31255c040a4585518f7f6a9a869437e69322fc1aa" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/nova_cherry_village/loot_tables/chests/village/village_fisher.json" +hash = "122fc5cc3e46ef2d624082ef4db86dc6902773403d78454332ea56ed86daaf37" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/nova_cherry_village/loot_tables/chests/village/village_fletcher.json" +hash = "5d2c1bcc0f7fbcd99463444d1bdbf92419188510b5afe9689ee1039cf76e8c96" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/nova_cherry_village/loot_tables/chests/village/village_mason.json" +hash = "5e65e1c5efe4e7ccff1122ced9d85f999df7f7b0c58732836328af0e201ce730" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/nova_cherry_village/loot_tables/chests/village/village_shepherd.json" +hash = "4d03ba33609a0f59d7cde594d71bcd62a81f607cc7747eb6e165719796947c96" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/nova_cherry_village/loot_tables/chests/village/village_temple.json" +hash = "4c264489136d9e908307f0fa0ff8fc994a41f6135e6f42186558679910df74b5" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/nova_cherry_village/loot_tables/chests/village/village_toolsmith.json" +hash = "362ae557575097ab74dc3d4a2b88926cceea3877db5fb49414d39de18dda9fca" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/nova_cherry_village/loot_tables/chests/village/village_weaponsmith.json" +hash = "31e040baf673da432078d12eee894a79bd85c35acbd224dcc0c659f1f9c9e9ce" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/resourcefullootbags/loot_tables/lootbags/gacha.json" +hash = "8936b9d720621ac697eb9bf0829848df04d787a9feacb9a10ce014c0e20163b9" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/resourcefullootbags/loot_tables/lootbags/pools/gacha.json" +hash = "ec27040e32439f654ab0521ae90ae790021c286c05cf73a59a65b702ced310e9" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/resourcefullootbags/recipes/lootbags/gacha.json" +hash = "ae3ecb278cd772f1cc0af1efb8f51642c1d82c020c6ab6edc13b5716b82781e7" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/totw_modded/loot_tables/ocean_tower_chest.json" +hash = "9f934613d9d16d79e22896aae301af0e6c245d84a4cb466480151f721a358be9" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/totw_modded/loot_tables/tower_chest.json" +hash = "9f934613d9d16d79e22896aae301af0e6c245d84a4cb466480151f721a358be9" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/totw_modded/worldgen/structure_set/end.json" +hash = "cc9288448c18ad11a4f471b4e5a681a34006486fab9aada37f1fea4a4fa689ed" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/totw_modded/worldgen/structure_set/nether.json" +hash = "cedb22eda1de5eb8b88e21a38ec8de5d4d57a35b2458d71bbd6655180e36c34e" + +[[files]] +file = "global_packs/required_data/_Star Academy_/data/totw_modded/worldgen/structure_set/overworld.json" +hash = "79dc5c5848f53bdeecbb1cc902205aeeac4777d553f9b24ff7932db9f33f0cbf" + +[[files]] +file = "global_packs/required_data/_Star Academy_/pack.mcmeta" +hash = "81ae1b119b78b81cf1a65554f6b883b3bbbf8e953ce0355b961c67dfaeb5ec7e" + +[[files]] +file = "global_packs/required_data/_Star Academy_/readme.md" +hash = "f9aa60a3c7d1eacc99551adf8f221ed0525a5b76b28f2274aec1cbef765c9089" + [[files]] file = "global_packs/required_data/bopack/assets/bountiful/lang/en_us.json" hash = "c7b4b789b27cbdf134047e91b94bf6fbdb1b09e39529e00f03252142c27a8189" @@ -18138,6 +21498,11 @@ hash = "69b6faaa449c65238d3c3e196d704631c2cfe3304b35476fd3cc4619198099fa" file = "mods/Impactor-Fabric-5.2.6+1.20.1.jar" hash = "2b14b016239d943af6e1e140c2ff130046ce1e28aeb6fbce568e7f952e5f5683" +[[files]] +file = "mods/accessible-step.pw.toml" +hash = "0dceed5ba9a1e41e5fd76fb1f98a4002bff3b3e5a50b587354f723a8a4de8124" +metafile = true + [[files]] file = "mods/advancement-plaques-fabric.pw.toml" hash = "1a9ac4888b6c071009a64b9e472716b937bda6545e334f3c3ba51b751bf1c7c3" @@ -18155,7 +21520,7 @@ metafile = true [[files]] file = "mods/architectury-api.pw.toml" -hash = "e12dce3e543168379a2856c66064ee2001e6420a9dfc6163f37b78e518947456" +hash = "2492a7266fab4c2ff411612180974b98510afb66a18e640f4de63ad615dd1e9e" metafile = true [[files]] @@ -18168,6 +21533,11 @@ file = "mods/ati-structures.pw.toml" hash = "5dc8219b079991f4b0328db1c7323052366dd81d6fb4d28092afce4c9de96606" metafile = true +[[files]] +file = "mods/autorun-fabric.pw.toml" +hash = "eb24381853a68355f2364c6d7ba31817671afd12626b97715d2bf09ad4d6d9f4" +metafile = true + [[files]] file = "mods/badpackets.pw.toml" hash = "2f44ef7d4597f72f70877fe9b555ecdfe2bf882f96f712d9bbcd1dab8d951544" @@ -18273,6 +21643,11 @@ file = "mods/cobblefoods.pw.toml" hash = "e3d9cbe850c9efa803717ba493fd7f23ca092331dac78a614da71806c560d797" metafile = true +[[files]] +file = "mods/cobbleloots.pw.toml" +hash = "bd75f23ec59e36d8392f021305d4cd196b04702a00a1c96426661c7aa16658ee" +metafile = true + [[files]] file = "mods/cobblemizer.pw.toml" hash = "b0759d723ba34950213a8c5677504c394aa6b106940c7f0b90573107406e8346" @@ -18330,12 +21705,12 @@ metafile = true [[files]] file = "mods/cobblemon-yet-another-chance-booster.pw.toml" -hash = "1aee99598e263f00a906aeec17fc98683d8050e43e35c6fd2fa3398cd3314ddb" +hash = "9170d24d56e186c39e7796648b196a1292af756efd6688a84cdfb9cdca5c0920" metafile = true [[files]] file = "mods/cobblemon.pw.toml" -hash = "cdfacb3f29c3efb63f047334637855ccabf27f98270003d507a57d8881ab463a" +hash = "c1242b80aea0726aae08e0cfdb220266960d62e41ab4db60403bdbcd854d6a7d" metafile = true [[files]] @@ -18465,12 +21840,12 @@ metafile = true [[files]] file = "mods/fabric-api.pw.toml" -hash = "c7763ceed9929d3364030c01a4602628ebf46a028d55e7dd06f5aeb6280d36a3" +hash = "8de441dd57379d434805fb87722233fa39e346a9152828e7ff49b0ed9b2bd518" metafile = true [[files]] file = "mods/fabric-language-kotlin.pw.toml" -hash = "bb9a29a48b27e7abc0799d4393240ae2cdcf7d64341c9a63347769173f8bda2e" +hash = "070f3b65efd84e7d28e84d819e94f1d886ebb9df0d2c8e2e5acc168966a34f67" metafile = true [[files]] @@ -18533,6 +21908,11 @@ file = "mods/genshin-instruments.pw.toml" hash = "2f4115669f930429df387d7d6ba0368e2089bfcbbb230112566f3de42514be4e" metafile = true +[[files]] +file = "mods/global-gamerule-fabric.pw.toml" +hash = "ed6ec3fefdcfef3488cc5840a3376a89d7d428b0ce609a2027932d89ee92609f" +metafile = true + [[files]] file = "mods/gravels-extended-battles.pw.toml" hash = "2b01adab45aa4357e3df048eddc399ba33ef0f439bfb4c0ae1c02ec7ed87d537" @@ -18550,7 +21930,7 @@ metafile = true [[files]] file = "mods/hopo-better-underwater-ruins.pw.toml" -hash = "090790d5a0e7df58fecccd80a51dc4511e0b19ed1f236fabce2261b0928811c6" +hash = "a333b9ef66ad308ed9f9c7efc32225d299bb13f2101c0eebf2ffee373472d8f6" metafile = true [[files]] @@ -18703,6 +22083,11 @@ file = "mods/nightlights.pw.toml" hash = "fbe054ec4425d48b76c89216ba087c3ef48044db64fde9a763645ef09fab92a7" metafile = true +[[files]] +file = "mods/nuit.pw.toml" +hash = "70d97418891fbd1e05361190d08f45394a30c91e461048c73cf2a54e98dc69d9" +metafile = true + [[files]] file = "mods/numismatic-overhaul.pw.toml" hash = "946d1aa13a7ac2fc04d2b348a32f8a8f3106805a9caba6d6d3427446bfc55cf0" @@ -18723,6 +22108,11 @@ file = "mods/owo-lib.pw.toml" hash = "9a0ab52020c3a2d073e71f07ce11b9d2d8ae0a17b8a3cf0c9227029a51df51c3" metafile = true +[[files]] +file = "mods/packet-fixer.pw.toml" +hash = "c773f320e4680f7a22e3eff36cd0dd27115b51ceb382f824d749eab6f89327e8" +metafile = true + [[files]] file = "mods/patchouli-fabric.pw.toml" hash = "bb0398103eccb3b7bb136776e68e7eda242c25d4d9864d4551d18beca58bc913" @@ -18760,7 +22150,7 @@ metafile = true [[files]] file = "mods/puzzles-lib.pw.toml" -hash = "974fc9a82d211049b57b4d9dd0b7bb2e203d5a9b88d20a3f8ce2c3a16ee4426b" +hash = "0262df78f767ee3ef2d32c1815b82b2f5710ea7c934bd875639a711197f27342" metafile = true [[files]] @@ -18810,12 +22200,17 @@ metafile = true [[files]] file = "mods/shader-toggle.pw.toml" -hash = "60551702e975c2400711e13b513af4887836c4578c79073f60d2dbc638a837d8" +hash = "7ef7f69f32bf7de207a8ecf2221ba758a0da7193ed0513e29c408cbbef77ff8e" +metafile = true + +[[files]] +file = "mods/shoulder-surfing-reloaded.pw.toml" +hash = "0d8ded113d68c9f1061bead63ccf9b51e13ced181972276e4b47ab637361c6c2" metafile = true [[files]] file = "mods/simple-voice-chat.pw.toml" -hash = "d7062507251f577355a3c3e4fd3bc33ea9ac0e74ad0da2c8f0eb6c9b9c182b99" +hash = "6a35e1cb7d8a681459740410d033fba0cdcde1fed7e5886985c0412b7bdeb5ee" metafile = true [[files]] @@ -18865,9 +22260,13 @@ metafile = true [[files]] file = "mods/spawner-controls.pw.toml" -hash = "8a8f5b128cce92c74d3fa3e4b0c79e4a1569adc67f7917c8054d24f6bb281104" +hash = "becdc42be91ea86a07617797ca44945431d47f3da04258874ba717b4f93d32c5" metafile = true +[[files]] +file = "mods/staracademy-mc1.20.1-v1.0.1.143-fabric.jar" +hash = "0651cb79bb72634d8199f368614c58ccef294f465095d69f6a5ab24a7895e9f2" + [[files]] file = "mods/starter-kit.pw.toml" hash = "65e2f876769b7392d0a96fd7a5f8f108457ef87eaebe91b6dd0416ce543c071e" @@ -19058,6 +22457,10 @@ file = "mods/zoomify.pw.toml" hash = "f17f9d16b382e9082a4f963f16cfb973469fb1052cdf68188fea211bfe4ae4c3" metafile = true +[[files]] +file = "readme.txt" +hash = "ae5fcb206f44feb138e7d2a0200529581460f3bfd8d8bdb40b04305c61e5da6d" + [[files]] file = "resourcepacks/AllTheMons Release 1.8.2 V129/LICENSE" hash = "14f42da142e73ef9f267a5e4bb4aee5e2b9bad00a0e6c394b2c88d6ef6221361" @@ -28446,6 +31849,17610 @@ hash = "35c631b4a35ad376a342ab7521454c37f7b8b677a43c756d42bde4c4b9d9629d" file = "resourcepacks/CobbleCafe/pack.png" hash = "cf84c13db32e733fc4c9f57ec301bf42447ab2d802af5687871c850a687c1f49" +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/Credits.txt" +hash = "072f229eb6d1109c2c1216bbae89011d4afe9e4c9c4963308ff214d2c8b4e62e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0001_bulbasaur/0_bulbasaur_base.json" +hash = "c21d4f990172a1e84cd70ab66f27eaf35ab4576e55d3fe0f41ad1345132d8876" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0001_bulbasaur/1_bulbasaur_female.json" +hash = "045e5c902368a1c728957d4b3d7b79af4ead07d3c3c4dfc6de2fb3976b60d172" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0002_ivysaur/0_ivysaur_base.json" +hash = "3e09bebcaceda6dc05922577aaa2a56625536f8b933951f23e39ca9eccad3e1f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0002_ivysaur/1_ivysaur_female.json" +hash = "b202fb89337160e05e16e0da4d11d76b0398e80d5579e4031b9cd60fb4aac64c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0003_venusaur/0_venusaur_base.json" +hash = "8619bb348d873db1c5e4a8ac2221a4d6701070e312e9394968db27743b11417e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0003_venusaur/1_venusaur_female.json" +hash = "bf084e621926b4429f2ce079ecdf3129f3d7a8ffd5f89c0d1d9da98846fb41c3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0004_charmander/0_charmander_base.json" +hash = "735f24d5e3428c625157f23ee83465a989dbf4f046439402690fc34d0ac5b7d0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0004_charmander/1_charmander_female.json" +hash = "7f653b0ba797248fdf7de96793498f144bfcecd07d52d4c1b777116e28fa9b45" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0005_charmeleon/0_charmeleon_base.json" +hash = "eccbbdddfc634965bf7547b1874d26584f6d1f9208fa3713f96122b6eb1648a3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0005_charmeleon/1_charmeleon_female.json" +hash = "af8068028299f5d7b18b6d99bc0dfb9399f8b3ce8f06d8355fe1d04a6ef077a8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0006_charizard/0_charizard_base.json" +hash = "1b602cc87c1a7b8ac25a278f5ea5808dbb242e684929a0875d17b98a4dfdccf9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0006_charizard/1_charizard_female.json" +hash = "742a21b54ee36dfe5150c5e691197c5f27f341de572c59096a1a720fd110a019" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0007_squirtle/0_squirtle_base.json" +hash = "1b4d9032cb6827ca23ce0673a76c19d8bb623914ca1891cb86b1acfd68383c93" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0007_squirtle/1_squirtle_female.json" +hash = "bc9743b27dc4b1d1a2f330ba52f4246be69c2dcdbfd7fc0fee6662c7ab2d5c32" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0008_wartortle/0_wartortle_base.json" +hash = "9873699d7586c2269547430669bb49a865ad7843299e40a29dc58bb484807d5a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0008_wartortle/1_wartortle_female.json" +hash = "55546c75d24eb2a78bf565063abdb40b83941573211581c89ee65af07d1630e5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0009_blastoise/0_blastoise_base.json" +hash = "5619b32b42dedde3f00606346f1e446c34161188a48d1df1dfb193b87984e17e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0009_blastoise/1_blastoise_female.json" +hash = "bf7e8df7d357e0b0541172b5ace1d4807e7621c2ee58328eb78eeab8f8da1152" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0133_eevee/0_eevee_base.json" +hash = "223c84a0b4e4a90eb0f4e5fa5f62a8a2dc3165e4ff8bf4992db1226dc8b9ebf9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0133_eevee/1_eevee_female.json" +hash = "b1326dea252ed4de5cb7da33bbb7d74b30a63e077e45b07e29bb6d8bf48651e9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0134_vaporeon/0_vaporeon_base.json" +hash = "c76a8488c1570991d73aade9b289338add49c997ef8b5d42a9894630ed00ee93" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0134_vaporeon/1_vaporeon_female.json" +hash = "b230072b83886bf69b4a1dac5f2dcaacd78499292abf72563d1a783be782320c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0135_jolteon/0_jolteon_base.json" +hash = "3bf4f9371d3287c406a741cfd3c8c7c694445887fe7fd431b10628b9f3b61242" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0135_jolteon/1_jolteon_female.json" +hash = "41fada666f8605e5ecd859ddbb150ca06f47dc30b0fc03429d12ad76b3e79096" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0136_flareon/0_flareon_base.json" +hash = "2e1c699fc8e39302537804bd7f27a3f0e78775d350c81023636fdc0f47007b73" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0136_flareon/1_flareon_female.json" +hash = "5caddaba8b12197f21b4234c9e56662f1c91fadd077979099a7bfe3b3bbc85df" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0138_omanyte/0_omanyte_base.json" +hash = "3a3f5a12806278c8a6b106ffa88cd82dfd015680d25bcfa4df510cfb8650616d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0138_omanyte/1_omanyte_female.json" +hash = "9afa128d06a1d51780ff6723aa2e31b0b4b212479722a7bcde8b4ca144eb8834" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0139_omastar/0_omastar_base.json" +hash = "b04deb5044714c5a2359720c703391f227e4f96d4bed0887f38335e17e711a99" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0139_omastar/1_omastar_female.json" +hash = "03f864ede7473f2e28f20726116f0bd02a2ed3acf2c1c6bb2bfd7f734793d34f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0140_kabuto/0_kabuto_base.json" +hash = "cd2073f53f8bb6cac363460b8e12a4a1f909968d2eab723765f6f51931e24651" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0140_kabuto/1_kabuto_female.json" +hash = "2a414e39ef1547d8f9015af228c0db0e7d8037232c53a4c73d271bb4b0c8c043" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0141_kabutops/0_kabutops_base.json" +hash = "1b5a165afaba5cdebd76210c33e49e01c06b2fa58337b7cacc25f420ebf344bb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0141_kabutops/1_kabutops_female.json" +hash = "06b92e97fad44dff93d46b7a540d31ce851f3818f6d06aa2137693e80bd517c2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0142_aerodactyl/0_aerodactyl_base .json" +hash = "958d7b2e3a489cdbcde428663ca42c5e875b56fd9f260499ee67dcda7e50f8c5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0142_aerodactyl/0_aerodactyl_female.json" +hash = "f07f9ef15075ab34a8bb0af712416885c9618f85c5852b2f92e28ff25e824540" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0143_snorlax/0_snorlax_base.json" +hash = "2dcaf573dc58d3a766c350afcac5c4df171d41c0b7b286872dfe73f507c2c51d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0143_snorlax/1_snorlax_female.json" +hash = "82a8dade75a0ec68aa39534812ec5269895d0836ac1e34cf69fdcb15113f05b3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0152_chikorita/0_chikorita_base.json" +hash = "26316b2e07676f51c5dec4c8b5d23849a631a661361ef271769a5eb6455ce3b6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0152_chikorita/1_chikorita_female.json" +hash = "ccf47c346b906c525412ebbde3803cacd27950be7cec16d3dcab63e3df36a446" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0153_bayleef/0_bayleef_base.json" +hash = "e3906c00f289713820c444e20d0af91892524f38b51971099fb4817e50c9255f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0153_bayleef/1_bayleef_female.json" +hash = "c200f9cd9213614608ad1005f85c2e41eafff12a4120843a7ebfbaeaaef9c5ba" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0154_meganium/0_meganium_base.json" +hash = "eb2fde05dade1fa68c1e2d80f3a428a23a8d05a0a14b07a6ca0224199eb9c0e5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0154_meganium/1_meganium_female.json" +hash = "c52c7ad4b84d5402b30210f2e35f5ef848379cd81cf5876547db12662ad18ace" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0155_cyndaquil/0_cyndaquil_base.json" +hash = "70a4872c7530c17e5d129a00df5ddb8c5185713f8b5135980c0181ddaf40fa03" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0155_cyndaquil/1_cyndaquil_hisui_bias.json" +hash = "7664ac0520c89f135a2d15ff8547c13124e987cfaf8098cba0ee2c2c07753172" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0156_quilava/0_quilava_base.json" +hash = "a1208f4c2ce9b14936fb30536734f26cf6cb19b94a6ddcdf26e0c53a546f9821" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0156_quilava/1_quilava_hisui_bias.json" +hash = "53e2cff16cad64a2eaa0bfd6fef6aa395d1fcd2993d14a20b68e0d7d7eca9b22" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0157_typhlosion/0_typhlosion_base.json" +hash = "3e6853a51e587d3d2151163aa3022e6e5b272ab625198f35f95dfb9d46bbc9fe" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0157_typhlosion/1_typhlosion_hisuian.json" +hash = "19893fabec3fd8b6f6770d7cec5ea8723058e4cd057f2c1a122521c4f8c1faa1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0158_totodile/0_totodile_base.json" +hash = "66bf6712d2e57284457841cba44188e7cc47944fc07be986c0dbb790cfaaee38" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0158_totodile/1_totodile_female.json" +hash = "3083ba95f34f261ad2cc0cbf87365868184b6b0d63f0dcf438fbd8e0b814a9df" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0159_croconaw/0_croconaw_base.json" +hash = "a175b4e6f03ac3fa5a7c31f7e773e8d7162d3331b06be877abfbc0955e9ecd5b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0159_croconaw/1_croconaw_female.json" +hash = "7d5c7d65789e789686fc7bbe478b739f73f9b2875a8361b29627a549f1d2aea9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0160_feraligatr/0_feraligatr_base.json" +hash = "90ce3aa19b74bac650fc95125a25131d4f567bb356db5cc9661381133de80dc8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0160_feraligatr/1_feraligatr_female.json" +hash = "a8b5dac68129ca302bd5976c6208b9d9fb94133eaf49cfe6f1eeb64346b4e5a1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0175_togepi/0_togepi_base.json" +hash = "94f30c3fdc914759261caf284d033197afba0729487d5296c3d8abd721a21f0e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0176_togetic/0_togetic_base.json" +hash = "a6b39c4945144f7d49eca522267655e97d9e647fdab7bcbc188ba46b84f1c7d4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0196_espeon/0_espeon_base.json" +hash = "7611a24d3afba366ef5a42bb301cc3ee24e2e2359f5a51d4848f90e4b7180624" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0196_espeon/1_espeon_female.json" +hash = "a2e1f59f836020ef2ad54f924c2d16362cc6f7b569d392671551cd5d66035d8c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0197_umbreon/0_umbreon_base.json" +hash = "87a7dd91cab6cad754c2a20ffd4811b3bbae13f853d64bdd659a26a3fdc5acda" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0197_umbreon/1_umbreon_female.json" +hash = "ef9abe4b86045b3d7c9b1985ae4dd2b2f42b1c81b78c091abbe37f20c2532bae" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0243_raikou/0_raikou_base.json" +hash = "c01c1e09a2cb89249838b1f89b82ecf00c27efbd570b4bfd6d2cb67c5c2af76d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0244_entei/0_entei_base.json" +hash = "2d1ac287067dd25bd29b943dcbf41b1db25c129f35911a4c28dc5b742c6d2451" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0245_suicune/0_suicune_base.json" +hash = "23e00a7ae7f06a2d94ebdcfd5ff360df9956610b3a6f89752f21a89a03cad36f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0252_treecko/0_treecko_base.json" +hash = "ece805d0bcc8887050c348e4284f2f0d968cf99d2aa208188c9f469e5141057b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0252_treecko/1_treecko_female.json" +hash = "e31568318fff4f3e8b1b33cae4dab390db3a4fde86334b1110ffe97aab581b58" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0253_grovyle/0_grovyle_base.json" +hash = "352a33e9d8d82019f706aff8185bfb316bea2c2275d9b323991a8be98703df8c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0253_grovyle/1_grovyle_female.json" +hash = "64735a61488c90b6fb163de7f4383e8425a31b3545b269eaf909a212bf67da9b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0254_sceptile/0_sceptile_base.json" +hash = "0a89ff08f110c1890ce8ccfc47dadf02dda71c2ccfe04fa035ac6b99164653fe" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0254_sceptile/1_sceptile_female.json" +hash = "f740e25fbf2352c29184ad06cab7ef67d89a6aa39923308ff95745713d837edd" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0255_torchic/0_torchic_base.json" +hash = "862846698f167ccc7396e962229c5e9fd354a6fc0ff37b8b3e886950a3442c84" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0255_torchic/1_torchic_female.json" +hash = "5a4c9e5170a30eca7112e985931070c7c7791e4a960caf5cdc10c61a13cdbbc3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0256_combusken/0_combusken_base.json" +hash = "6a4f2e4b96f96c22c10b729086d88c8c82e9e7f815e046821631c7ddf6456e1b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0256_combusken/1_combusken_female.json" +hash = "191855e009cdb2ac4de1878c1cb89c1c1259d30d4d7afbc9d54c0f8ab88f0534" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0257_blaziken/0_blaziken_base.json" +hash = "0e0caedd73fdd3c116da68defda8bd2ed1b0867670efe1fa834daa62413f67a5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0257_blaziken/1_blaziken_female.json" +hash = "105abe8cd8bcd57ea482922637bfac0c935b98262b14f34fdaabfa3a338d1f13" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0258_mudkip/0_mudkip_base.json" +hash = "95401810a12c99d1c798099e6a0e4e5eabf0733e82a6370c0a5166e2b266063b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0258_mudkip/1_mudkip_female.json" +hash = "47650e18cf8a645fee8d683bf4baa377bda11d69fab63365cffd6d30bfdf4eb9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0259_marshtomp/0_marshtomp_base.json" +hash = "a53908b84077f11e7e560996ca1d8e6ece917fb18b433cb6e9c6272c5b0a0135" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0259_marshtomp/1_marshtomp_female.json" +hash = "ae8273340822bafb5a183d7dcbeee472d2076a2f4586e77527f4157aaf407f53" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0260_swampert/0_swampert_base.json" +hash = "a0172b2376acb436be982bd61fb351cfef6c7ddc17d2535c801ffec11b9a3c9c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0260_swampert/1_swampert_female.json" +hash = "d444912c1ab32845eb54987d60bc7f1e384506ffaa14589a5b86190a29345c31" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0345_lileep/0_lileep_base.json" +hash = "1f0d03a8e699d7f15d295efdfee40fbbd1596cbb289c6820f963c02ec731a157" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0345_lileep/1_lileep_female.json" +hash = "83d11c43378882a88587c9bce7ec48f3f776b0fc45e3c63f94eb6be751c30cb8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0346_cradily/0_cradily_base.json" +hash = "bfd0507b575dca87f92a9cc6bada39ebe119d539985c179ce6f43fb33ec1dc86" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0346_cradily/1_cradily_female.json" +hash = "5368f0de512848e8b70ae03f59d9ea0af6b5309ab514757090d262e4ed8c48b1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0347_anorith/0_anorith_base.json" +hash = "1fa73fc8e946239bb1f7244a2377668e6bc8a730c87858dc7dce756687f92d11" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0347_anorith/1_anorith_female.json" +hash = "62b6068c17323e9bfd33d12e32553b91ff6465b9f253404eafb79785478c4c14" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0348_armaldo/0_armaldo_base.json" +hash = "81108462de3b00804107836b842d15b3f4edb31bc1d5819ca3619a09bf5e28c3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0348_armaldo/1_armaldo_female.json" +hash = "4c96d8f0bce5c09e62642d73ea8b9a07a67069dc99d1188bd247127ad1ae07d5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0369_relicanth/0_relicanth_base.json" +hash = "062a32c2c56e6d368360f281d6af70a1313540c27139120617147817b976d6ea" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0369_relicanth/1_relicanth_female.json" +hash = "471554ae847192b007c89d9eed88cddfb7996795dbd41f5aef19e66c524f84c6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0377_regirock/0_regirock_base.json" +hash = "012d383183d75302bfbb0758d8905fa05e170850c8f50a8be6e0a722c5bf70bc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0378_regice/0_regice_base.json" +hash = "4af62e9007ef3fa855c549540ff66b97ccacb06d9a3f978e03a52f0c01bd1ec0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0379_regigigas/0_regigigas_base.json" +hash = "8a21dce8a3fb5eb9820b86e0119de9a1de9923c697531fe5c1d4d19a34fd9308" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0379_registeel/0_registeel_base.json" +hash = "694774649e13ef3efff3fd19fdb7a88605e311cb7426545e97fccf2a633c6388" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0385_jirachi/0_jirachi_base.json" +hash = "16be8c29cf14bf8db429bc113104fe8f02b58bb1095458b6f3550043b728041e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0387_turtwig/0_turtwig_base.json" +hash = "e48fa642c43e00749b8ff227a828918c51ca779f859b1ff1c8e2d8713347c727" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0387_turtwig/1_turtwig_female.json" +hash = "4dadf397865c79bbf9d9cf5faa3d5a116ff8282316e98e7c3f1266e7d9c80fc8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0388_grotle/0_grotle_base.json" +hash = "bc18cc14c907b7fd1ec6c73d1df0f223734a00c6484c5d8a91e849ff5d10de68" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0388_grotle/1_grotle_female.json" +hash = "2d27129ddcabce46bf695dac7aae4282579c07f1584dafc8da07903ba0b2a30d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0389_torterra/0_torterra_base.json" +hash = "328c682927ed39db4cb2199fecf012dd2abda7767482e393a9b3074bf0d19c9b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0389_torterra/1_torterra_female.json" +hash = "1e501b77f8032af96cf1f0a1d95c07c2af46e9a3c4d6b342774220b726599605" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0390_chimchar/0_chimchar_base.json" +hash = "ec3bdf39a15c5e634c1c33adad9395b0431de980a3c82c9e99fa099e7d1738d3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0390_chimchar/1_chimchar_female.json" +hash = "201847e6d232af3792a3d320cc5e596bcb6c9743a33d7232d638985c5d7b88ab" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0391_monferno/0_monferno_base.json" +hash = "6a8f74499919ab577d3053760bd9681ed80bf9e25a9ca7b8f473b95330a7a0f2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0391_monferno/1_monferno_female.json" +hash = "9d5e16c7222d760dfc796797186cac804df44c75c15d0e07249c99648ebc6e86" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0392_infernape/0_infernape_base.json" +hash = "cbcb0a66553c52c28f006cab42335ae64585fe4efbf38c11bbd34a2aaa9fdf38" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0392_infernape/1_infernape_female.json" +hash = "e98b06cde1361daed32bd775835145c1effcb66911b8d8f6c12d0751c7934eb6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0393_piplup/0_piplup_base.json" +hash = "d043ecef18724ca07d4d9aa9e8969b94c2df3fcad7d8c23d9dea0cba5c29eea5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0393_piplup/1_piplup_female.json" +hash = "2a0e34e01fea89b50bb4bfc3e6bf5dc15e8e07e93163d0a11e484cfcf474bbe6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0394_prinplup/0_prinplup_base.json" +hash = "abb7e53c7d964112bb0037907b56e13789d50d72c856ac8ff80d0e449b59dcd9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0394_prinplup/1_prinplup_female.json" +hash = "221827f5a444172e659069b0f710cdd3f68bba1e222a337f18d7306d207497a8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0395_empoleon/0_empoleon_base.json" +hash = "67ad83ef84c6dc7b58ff04f5436439c32e6b4ef5cc09ded7a65e25534012500f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0395_empoleon/1_empoleon_female.json" +hash = "3e5fd883abac72a8304adcba2c30b9b29b2d04f16c53f8b6c8fd70fe8183ddf2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0408_cranidos/0_cranidos_base.json" +hash = "736a7b3237342c06de5dc3ef81d039640a86b782fef45b2a81f4fd2cc020996b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0408_cranidos/1_cranidos_female.json" +hash = "4c322090789602931fd6b99b523bb58b94f983a2c364f73d3dea556e39488ebf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0409_rampardos/0_rampardos_base.json" +hash = "a13491db43ad0d5a6561878833cfd2e322be4154801b7b1ac0c127161cbf3447" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0409_rampardos/1_rampardos_female.json" +hash = "c3fe390eb9128f750d2043ef6cd8344064d275619239ef75b0b5e507f075b9b6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0410_shieldon/0_shieldon_base.json" +hash = "5b8be6cfdb2581695818e5215a741b2fcff797591216878899fd3c716b7f8443" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0410_shieldon/1_shieldon_female.json" +hash = "453ab370881ccb5b44039c5398119931e97d60e55ea5bebb234120015619f492" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0411_bastiodon/0_bastiodon_base.json" +hash = "44eb499c0b187942291b232d7ae7d146733be5e29d6b49650c30dc4396003fbc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0411_bastiodon/1_bastiodon_female.json" +hash = "0e2610bbea55166946322069065adafa94678a27791536354b47813d10f5babb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0415_combee/0_combee_base.json" +hash = "08d893f74c2a3a43b132f0d8b7b4cacc5d1c677a707fcb5aa5e5a31884524c25" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0415_combee/1_combee_female.json" +hash = "b64a0d3ecfb7cda2c3c5bf3a3c9d6cd949467e30a40834212193dcf2fdaacbcf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0446_munchlax/0_munchlax_base.json" +hash = "45a446cfecd0f1c8322b23222a0fd1412c78aaae7bd1b294d04ac69964e454ef" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0446_munchlax/1_munchlax_female.json" +hash = "81bb01e822944e1a8a143213478af25906193b1695ab6a072339127be5ee8865" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0447_riolu/0_riolu_base.json" +hash = "9c1fa2063e3dc1e12b49aa7e785e327e0b200b29d9e4c89426633543fad8ae41" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0447_riolu/1_riolu_female.json" +hash = "713e847c799161eae294d7e8cb64c953924e2e82409e8098ccfece656a001ec5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0448_lucario/0_lucario_base.json" +hash = "cc8891be00e0e84ea2ef9b1368fabd9838732585618f8b9b05a673a67f3acbb8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0448_lucario/1_lucario_female.json" +hash = "0bb557ca0c52287488a5b9cb5760936e610103c3d2eaf2b7ce57e0790868566b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0468_togekiss/0_togekiss_base.json" +hash = "30922118a1d25d7577a627776d21ccb91899b5347ed66a6765b9319460b15b24" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0470_leafeon/0_leafeon_base.json" +hash = "1f55ffd31aa275e1d7c1a76d8b5da27fb24199b24cb1bb533859e53c010abacf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0470_leafeon/1_leafeon_female.json" +hash = "4d9e0b6820ce51696ee61b84c6c7310c9efe8ebbd77059d7ca3cb3222ff4be78" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0471_glaceon/0_glaceon_base.json" +hash = "4438fd7b4021de7d1b0735785d8162b3bb7d628816c4a758e29ed53ca3f8d68a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0471_glaceon/1_glaceon_female.json" +hash = "f9cad0845dcb3a212bf760c394761b4abd760149a2fae3e8c119f9b5b6a717ce" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0480_uxie/0_uxie_base.json" +hash = "19b354911fb4665ee0d08948f4ad2a6e8ee2858824ada0930905853251138ff5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0481_mesprit/0_mesprit_base.json" +hash = "99ecbb690e4788dbac483979a18030849c9c1f5c942b0c2d7d3e11b8e2fcae67" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0482_azelf/0_azelf_base.json" +hash = "48248a231ac9c46ca7f405b5ccf7a350578bb9fefe85d160af272e72328db22a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0483_dialga/0_dialga_base.json" +hash = "30acbce2ff50e6fa471525c431e78d07a8c193f7c12478e7a326029572c250c6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0484_palkia/0_palkia_base.json" +hash = "d52f0179d18a473077bc62e3132314cdff3ed2d325bbfb306fcad3f2c05b222c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0485_heatran/0_heatran_base.json" +hash = "bead0ab3221426362f865cbe38e64046cceb6413a888246cdb00337e1386d140" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0487_giratina/0_giratina_base.json" +hash = "63e144e69cb7e252ae8147cd1f31433aa0c8927c4dbb6ccbebe153330e56b8f4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0494_victini/0_victini_base.json" +hash = "5d52ef9622ac15c63fbcc7f0adaeade5d25c66bfc25e2bb8a57cd86791fca531" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0495_snivy/0_snivy_base .json" +hash = "9ac91ba40bbe7f6f34484e4a60b7e13286095ed4db55e23e9c117ee34a5a847c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0495_snivy/1_snivy_female.json" +hash = "0263ef36198a7e1e3d63f6df27aaf55b80b9376fda2d5b8e43e46a32bf4a10c0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0496_servine/0_servine_base .json" +hash = "facbf1da1b2af35354e379dfdcdc7095ea8aa57a5bff89b91effe3936d14e6c1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0496_servine/1_servine_female.json" +hash = "587267eda5dbbb40598cd94776cd0983e4a45dc6886e244bb66d9c86382d5553" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0497_serperior/0_serperior_base .json" +hash = "df0500741c3aeb0a25ffb0dad90708bd125887ec1dc4d29e38e8218a6829dbf5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0497_serperior/1_serperior_female.json" +hash = "5f35dff065c9c56f74e3d3d29ea7e8c0b78f740a874f21551e0e9a337e012fd5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0498_tepig/0_tepig_base.json" +hash = "dbb288d822cc38a72071b27ca60b4e7d32b8526791e146f557ec76496e8bac25" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0498_tepig/1_tepig_female.json" +hash = "86b9d29931d85b3ffd166656ee373ba718e2f20afc86231a16a37273933edcb7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0499_pignite/0_pignite_base.json" +hash = "406c9cdabf8ade167db490ed74f348170a09fdb6780620c5efdd813d0ecd0bd9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0499_pignite/1_pignite_female.json" +hash = "0b6738d84c992ac0e6010ed3477af280afd4e4d16fd5cb871121a4572afe8204" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0500_emboar/0_emboar_base.json" +hash = "e28d832de64b596e9f8140ac50b1ddbf158dba0e5426f61718a4ea443e0f51fe" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0500_emboar/1_emboar_female.json" +hash = "b57fa341b4dfc8586fc4d240207b4c659445ecae33f6423b29be5093843d8762" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0501_oshawott/0_oshawott_base.json" +hash = "e913cb59c539e82b0303518e3514b31680ac4e6cdc6db999d37107d455876a6d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0501_oshawott/1_oshawott_hisui_bias.json" +hash = "6e647fc085bce21b9d3b1dbcc0518ebd3cb3ee1b5b746f37578f9cf72e77c6e1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0502_dewott/0_dewott_base.json" +hash = "ccc83e3a42ba69814c9375819787313726b2f0c76b729d89b35355ad1590c30e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0502_dewott/1_dewott_hisui_bias.json" +hash = "c69d8c9f6daf6247d978935dde1ce7e8a6a0fa64377f3c7fb3434cf4995d0c38" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0503_samurott/0_samurott_base.json" +hash = "74d4b2d22ff882e956025d0417e56f37e15e45fa5a3e9712cc739da6e3473a30" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0503_samurott/1_samurott_hisuian.json" +hash = "4b2f22c7e41a65faedce1e802833d57b9e407bd899cdf5e09521ab2afd81cb60" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0539_sawk/0_sawk_base.json" +hash = "8fb3d4aacaa9f5212ca4991366a8da1196583111efe383f00e7e1e224d3e41a8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0564_tirtouga/0_tirtouga_base.json" +hash = "0d045ab548db9a48a454acf79dc0921a6003f921840e054cb2d6b6d7db6e8eaf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0564_tirtouga/1_tirtouga_female.json" +hash = "4bf14ef70552bd55706f88078fe911945e920d291d161d51d65d0923e90e5fcb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0565_carracosta/0_carracosta_base.json" +hash = "3765c9aec2f1e643260b21d38905659bbb051f6ef1e8b71fe6829376fcac48f8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0565_carracosta/1_carracosta_female.json" +hash = "44df97eec8cc516f647a0554977c7b9822bfcbd1e21e35388af06cb4590ab60a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0566_archen/0_archen_base.json" +hash = "1fabab43d083050dd9714d67034e8b344644dc7ab4b80dbfe4568cdba90d8a08" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0566_archen/1_archen_female.json" +hash = "73bef1146f1a60a426abf3a1e4e32c88cbd4809b5b6fb581d4b1fe745b254b0f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0567_archeops/0_archeops_base.json" +hash = "3a05cb415f4015d87a581d6f0773e0497f751af8826e9b031fa3ed37a4aac28d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0567_archeops/1_archeops_female.json" +hash = "25189ce91792b95bf30ee2f879fdef7f576d6d361e5be69e407da1957d65e576" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0570_zorua/0_zorua_base.json" +hash = "b6286cf3529438ebae64ae24a7c5a24f1c68d96d5ef1b25fa830edb773a9bd83" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0570_zorua/1_zorua_hisuian.json" +hash = "f96a14884e1150ca5fba2caca8aa41ca498ba225cd9f8941cc368a14a0a60e72" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0571_zoroark/0_zoroark_base.json" +hash = "0bfda5c9f8bb575687bc7608581950640a3420560a536e72bb064efdc7e436ad" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0571_zoroark/1_zoroark_hisuian.json" +hash = "91e3162f591de4bcf199932a6e9bff8bb4606578ce837858a8a6d5bca3eb67d9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0638_cobalion/0_cobalion_base.json" +hash = "42dfa19c736eb4b1ef29e628b27505f41546a773efc9e689f75c8b387ca4fa23" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0639_terrakion/0_terrakion_base.json" +hash = "54385964f02b0c0dbeabe43e9c931d5dd5ef056c87fbc21e48734a580b14bb1f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0640_virizion/0_virizion_base.json" +hash = "e0114a936805812724d93ba9f2ea228a99252fd394b377381fca10792617a68e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0647_keldeo/0_keldeo_base.json" +hash = "479faf8b5728cae6af33f9e0cb1470141bfff5453d5de291a1d6046e9451d6bc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0648_meloetta/0_meloetta_base.json" +hash = "d3b3952340bd4f9f3b305a85ad41bf85619765754d62ae6a5a32991030e5de23" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0650_chespin/0_chespin_base.json" +hash = "4006d17ba6e038a95d2f83fb99cb6d97b9214e921e0612174990c2d9d5af8ce4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0650_chespin/1_chespin_female.json" +hash = "0b7ade72f260ea9f7f7dbf5e7642df6e06b5dce9a95a578cd3919842b5ef0b5e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0651_quilladin/0_quilladin_base.json" +hash = "308a1ed0c0194d6962cd7ebded6d4a87039827dc5b3ad7a9891252406c4372f1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0651_quilladin/1_quilladin_female.json" +hash = "4418789daa47b9c294f74b1397c15b03eea10a77b862856363b0cd89a3f9936b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0652_chesnaught/0_chesnaught_base.json" +hash = "4dcd71056c1da8b6a9d5878ce6577cde76504997f945fa5735ae5a34ca4e74aa" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0652_chesnaught/1_chesnaught_female.json" +hash = "56ba1bde4e2b50622f4382765b54aa86c6ffc95f2e787eb50766b0faf3132544" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0653_fennekin/0_fennekin_base.json" +hash = "7c1d56605cfbca7215ad2958f01aabc37fa20e036c83b04979880b19184dbe7f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0653_fennekin/1_fennekin_female.json" +hash = "ff8889e7ddd4b67b4e4f2e82138a20f7a79e4af280bc2024ec51f5eb3afac7a4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0654_braixen/0_braixen_base.json" +hash = "575260b29e781510ed3fb01d9610d7d0cbdd1a3005d455f0cc015551039282d2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0654_braixen/1_braixen_female.json" +hash = "9bfe1d41ba71ce004097ba45a16656828cc9330083815bb3707246f11abe1b66" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0655_delphox/0_delphox_base.json" +hash = "bff8691f019cb34edda84f724d575d7736f027c2c0ab6a865469e6831e5ffc83" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0655_delphox/1_delphox_female.json" +hash = "45a2c07e9ba1ff62e365da922733dcfe32c62b74ef287e73e711cd87a9d02a75" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0656_froakie/0_froakie_base.json" +hash = "b57d98477364a6bae8ca6185f6602013bc2d8351f6f4620b455d6ace2e62686f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0656_froakie/1_froakie_female.json" +hash = "61d80fab48d490749ce23fe9155654563678f4c59ec740c913088c25a9d5a6db" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0657_frogadier/0_frogadier_base.json" +hash = "68b084de94c1775567efc9592d77f9082947caee00148b5a23af1b7d63bea103" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0657_frogadier/1_frogadier_female.json" +hash = "7f80db8b0ea7971eecf389fef80d3817b3e6bd4b6145beb4973e24b8fbadf6de" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0658_greninja/0_greninja_base.json" +hash = "43eab8b9fb6fd4ddc1a25346d48cfa10a5c7606a9cff4a7b255855793c42fde5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0658_greninja/1_greninja_female.json" +hash = "97cd481b735bffc652aadb7a7aa73cf444fba5eb4420e0323d1cce056751545b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0666_vivillon/0_vivillon_base.json" +hash = "ef22322a4c029f51328db165550c92a9bc11cfe1b5c28e8ac5f9dade921b324a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0696_tyrunt/0_tyrunt_base.json" +hash = "866987dc110883d66758422435049065388236de8c2bbe4354b4195b43d5511d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0696_tyrunt/1_tyrunt_female.json" +hash = "02c98cf729b313058ff3ec3527304640a95ea49bc95c90c75e42983202229035" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0697_tyrantrum/0_tyrantrum_base.json" +hash = "7f4d86e8b00da0dc5a92886bebc7833024971e473ba39c81ba78eb8f2f6a3925" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0697_tyrantrum/1_tyrantrum_female.json" +hash = "447c95db01288b1d3d1858ced5e24b04fe4353f302e8643d96ae1938641112bf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0698_amaura/0_amaura_base.json" +hash = "9efa66fa89f58b00c5e2d7c3bef7dc07dc543fd2389cf864a535cbfb390753ad" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0698_amaura/1_amaura_female.json" +hash = "06b06182b832e1f4ae9741ce28d1a41cdef788d21f5fb637675c26d0d35ccf0c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0699_aurorus/0_aurorus_base.json" +hash = "7ba51a0ade3d1654a3a18f3d79a111639aec03f81e88c575756a1c2e22e402d6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0699_aurorus/1_aurorus_female.json" +hash = "e7615cb85953af30c180114723527fc29ccd9ebbd3ec4c64f8fb55cd571c03a9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0700_sylveon/0_sylveon_base.json" +hash = "bb3001ce7e7664bfb506d15625193c2c91983f510e02543086986dda65a40898" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0700_sylveon/1_sylveon_female.json" +hash = "79de2a70cd534f3427eb1d0fa3b6846974f520fdd181af8ee72b93395ddcc931" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0717_yveltal/0_yveltal_base.json" +hash = "c8c7daba1f3fe34e38883f854166ce3de36e9d32eb857775c0daf4b5ace9cc2d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0722_rowlet/0_rowlet_base.json" +hash = "b21149345f1101df774a0a262fded753986b369b28f51872da97a334a249616f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0722_rowlet/1_rowlet_hisui_bias.json" +hash = "eec00ba227fa1925982e556fef6e40a43f047108ff967d8b8d6e065f23869ced" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0723_dartrix/0_dartrix_base.json" +hash = "b4a630a61ceb7d1e1b5108ebae6d3c49a7ce5eeea79e45d4f97f1c58052e2c85" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0723_dartrix/1_dartrix_hisui_bias.json" +hash = "23de28d629310592b420689bc893b2dd8706a397b955294f822162db4f5a47dd" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0724_decidueye/0_decidueye_base.json" +hash = "57cde863a199731c08ef9eb13e173295f1215e747b9e5b584c09d012d0b224c4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0724_decidueye/1_decidueye_hisuian.json" +hash = "c15affad24ffba255f8b2348e5b69f83c018e5d0492e5e1ea62cc6d18ad1a935" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0725_litten/0_litten_base.json" +hash = "7d796f291696ef91e5f8b65b48650fedb11a31e17bfbe0ece4e0d119248da19a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0725_litten/1_litten_female.json" +hash = "22d39bec043ee1b3bdb9ddda8e36fdbf94616ef0c6e5a22416d43533f175f7af" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0726_torracat/0_torracat_base.json" +hash = "4a6c2095e2d6e2be556baf7ac4b7179fefe1eae64b38a4a9a4aeeb33d9fd38eb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0726_torracat/1_torracat_female.json" +hash = "10212a61a3b9ff4371505af271e40f1b0615c3982a2a8dd96485afb6bf8245b4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0727_incineroar/0_incineroar_base.json" +hash = "3707c6b52e75bdf3d8d02d54443d0efd4039204b948aad620db9344c6c18a94d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0727_incineroar/1_incineroar_female.json" +hash = "695feb2bb81b158064639a61f8a4945b7e7ecfa9fb169b87c071a354b9c9e435" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0728_popplio/0_popplio_base.json" +hash = "750af4ebccc874b780cc50a3b6a3268925b6552e68f266f82bc98479fbaea496" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0728_popplio/1_popplio_female.json" +hash = "17fcf4436a8dbe5607e8fb149982997e1f137f01e3ae446d1dca83bbf9803621" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0729_brionne/0_brionne_base.json" +hash = "ba8827f27777688032c1a4bff3b385d90cce6df87f376f0fa5db63f1845565bc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0729_brionne/1_brionne_female.json" +hash = "0c9a8ad1d2a8863af62400f8e36d98480744865f7410a348279887cb432d9d55" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0730_primarina/0_primarina_base.json" +hash = "f79af0c539636b2eac70d5ddf92efce87fab5febf85085685363e7f00dd928a7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0730_primarina/1_primarina_female.json" +hash = "6a69bdbe511930540c04b2544e6f7e9df8d930d62c94596ac33ca39d683389db" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0757_salandit/0_salandit_base.json" +hash = "9ce651f352c88450be806c5423b2dfa34368162c465c37bcc0bc74830387cc66" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0757_salandit/1_salandit_female.json" +hash = "a2f0d0832a24f721984bef1287f08f9d62c4a8a613ee02c04e935f3dc935f139" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0785_tapukoko/0_tapukoko_base.json" +hash = "e33a4b1dc55cf74eeaa027c180132be2a8aa87228dae95d37069a2e2cbe8bca8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0786_tapulele/0_tapulele_base.json" +hash = "927c92607db815e9b088b28d895f43d9dcae0379b4f96987ab38807506d99bc4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0787_tapubulu/0_tapubulu_base.json" +hash = "fb8696d2865fe16fa5fc788b86891cda9c6be7877bd28aed5b51d0ad854ba9f8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0788_tapufini/0_tapufini_base.json" +hash = "2f26ffe172ed67b65d080d2dddeccee7890bc1807d5519a5df08415b0bb7a5f8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0789_cosmog/0_cosmog_base.json" +hash = "317eaf6b6307c33f95a5d3c9fbab4cd22f3a6d968c2d7b69833f5d5cf9c66ac0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0790_cosmoem/0_cosmoem_base.json" +hash = "19e5bb2717f0373f390a5341bb6a37d20c137734342cc347542c0d4dd77e4926" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0791_solgaleo/0_solgaleo_base.json" +hash = "bb7da8df169bbf7fa589a5c28359035647e448c9c0b9f74b6a1b900113c10ba2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0792_lunala/0_lunala_base.json" +hash = "36c8af08affb041decccd7bc9408c4e8582ca8964f0bb7e7900df3469571384b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0794_buzzwole/0_buzzwole_base.json" +hash = "d94126612a63c1e5152ed14fc47c6a3d8a80488095e54085209be538c5e4fee7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0795_pheromosa/0_pheromosa_base.json" +hash = "bfb68908aa8354a72be78087dbfe0e2c6824d0798c5245f266ed3e56067098a1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0797_celesteela/0_celesteela_base.json" +hash = "3685f2a11bb7b0ef6472e5032bb722a4cf5d0c119a48e56508c05b1bbc07f2a6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0801_magearna/0_magearna_base.json" +hash = "48522dfe2e3f8330bd7a8200286b32d3536d183a44718765d20ce3fdc6be70af" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0805_stakataka/0_stakataka_base.json" +hash = "3182e46935cc716fc29fac1283fb7e7c7c67c9309eb805520ac54b5f939bef3d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0810_grookey/0_grookey_base.json" +hash = "3a75526c53f37480df34b8bfb09ac19031ea86ac0b4de0f374c6651a62349089" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0810_grookey/1_grookey_female.json" +hash = "b5cc09cee6ab620a2ab89859e7e3c6bf4104a363c9ee03267f89018c9b6ac3a0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0811_thwackey/0_thwackey_base.json" +hash = "2d4fc0a91d58db34ce96ca6e98adc27951ec58ce3aec1420c64d00164cc274af" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0811_thwackey/1_thwackey_female.json" +hash = "fc4620732e788f67594c0a3f529006002cfa3a688983781e031722281f574173" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0812_rillaboom/0_rillaboom_base.json" +hash = "258fc07d2da989fbade05daeaf88598fb8663cf23af3a5a4e72f986d2353c99f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0812_rillaboom/1_rillaboom_female.json" +hash = "a1e4ca512a410720cb0c6f82b873953f1f64fd22977eddeebf3ff103376082bb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0813_scorbunny/0_scorbunny_base.json" +hash = "d1bec3a19fa1a6d530d1cebdc64db00fc9e83d34c843cd6a7290123c801ddede" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0813_scorbunny/1_scorbunny_female.json" +hash = "470a70de4822937a614e2f73d790d35bb524f55332c2e2276a87564d3bc65ebe" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0814_raboot/0_raboot_base.json" +hash = "b21218eeab92f286acdafdc6e04da9620961b994c0f386f6d3b05dbe43744ab4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0814_raboot/1_raboot_female.json" +hash = "470a70de4822937a614e2f73d790d35bb524f55332c2e2276a87564d3bc65ebe" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0815_cinderace/0_cinderace_base.json" +hash = "17c63fcbc07b356350bc43c348a6b279ba5d109fa396a3b57c1c024d18bf1abc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0815_cinderace/1_cinderace_female.json" +hash = "bd6183e524e864f56845ebd29cc22aa19a5f6a9f95c5950504a1a2328aba4879" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0816_sobble/0_sobble_base.json" +hash = "3fb89556f257bee3545a1e68c40a2a7ccdb2f195fbd75c0bc96dd7454f62baa7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0816_sobble/1_sobble_female.json" +hash = "26896a3446e07acba8316cd903148ba5868d2e7528eedfe7225ea980fde82808" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0817_drizzile/0_drizzile_base.json" +hash = "1f889508ad35eb515362f43a553bda3dc21605df202dccf138558b167ce08581" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0817_drizzile/1_drizzile_female.json" +hash = "12d4f65842d6137b036936c8be38bf38e7c46dc9547f9b890d0f795673a102b9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0818_inteleon/0_inteleon_base.json" +hash = "cafceff064f43aaf77f82bd53319a6ea997257763a746262f4b5142296a5fe1f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0818_inteleon/1_inteleon_female.json" +hash = "d772672f5e6f91823721211fd76ce2f4518049ee968c29e43bd1ce6913773538" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0888_zacian/0_zacian_base.json" +hash = "02254ef3ce10dbad47d4a12dddcf3f99bbfbd88ae02009a5b0a0cf4df22ed2c4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0889_zamazenta/0_zamazenta_base.json" +hash = "b3a98de92264104de47d86cac16263ce6e234fdbee6dcafb4ce1823abe4bd3ed" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0893_zarude/0_zarude_base.json" +hash = "f802b3f34163412941115270d4e8ce79b9eddab7814e8af0601ffcfed3c17f77" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0894_regieleki/0_regieleki_base.json" +hash = "dfb18d025e7a39d3997b7c468fa9647683e16f6117cf0a15235adbe9fb0ed22a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0895_regidrago/0_regidrago_base.json" +hash = "c0393031d46b570f92203557a7a47d607dcac726a6c715b0779caeafeb31b4b7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0905_enamorus/0_enamorus_base.json" +hash = "fcc9366756cb5e182d4cedeb7bb0c1a77fd042503926204fe7bc201b164dd2f6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0925_maushold/0_maushold_base.json" +hash = "f977556af25130d02ff721543aa8fe8a9a045b9cae8983216462759cbc240ca6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/1001_wochien/0_wochien_base.json" +hash = "fa09be1c3732661e5dac9fd726b4be759beccfd13c40600933af07f986c3daab" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/1003_tinglu/0_tinglu_base.json" +hash = "be95314fc05e17d39bf99487a8e30bc36711d0d8d6f333734dd3c6c3de644800" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/1014_okidogi/0_okidogi_base.json" +hash = "08cb2f3f84b362c70628100cfbab7c646755da8bd161365503b256316a9cbbe6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/1015_munkidori/0_munkidori_base.json" +hash = "a142d7b6af3c23aebdf4ea176264a8e68f49b017fef17da0e3335f6c15a8f435" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/1016_fezandipiti/0_fezandipiti_base.json" +hash = "7a45065853252049a68066b3c36b3b32395d63cda6af8c029e998312b5246b92" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0001_bulbasaur/bulbasaur.png" +hash = "3d095faebdb4171e16683b503f97760ff0575d90d1e06e017c052c9f4c2015da" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0001_bulbasaur/bulbasaur_female.png" +hash = "6f297e26925ca427fbef0c780a2ea8649ccb3bd05ac2f66f32632b2c4b508fad" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0001_bulbasaur/bulbasaur_female_shiny.png" +hash = "d67fe1ead7faa0265e26516cc4e428f806f97e7fd578e4a93df4277b79b27909" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0001_bulbasaur/bulbasaur_shiny.png" +hash = "7ff254cc4a265fc66f881dd05a37b524ef5c937cb0adf2404b67a9f74e745e34" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0002_ivysaur/ivysaur.png" +hash = "f54557cd88aaeeea87ed5398443270b192b67664f69f132db3f9c5345b6da9d5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0002_ivysaur/ivysaur_shiny.png" +hash = "a6c3dcb248cd30d237f844316c0cac6f70070843c3b0db71d8be715f8ba078ef" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0003_venusaur/venusaur.png" +hash = "b59fed943479add5943cc41141af9e1d0cf1f2c5a65c719a3569d622aad6181e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0003_venusaur/venusaur_female.png" +hash = "372e03d9f63cca567df6e239fa1f065db61f8d963aef71b6e866082bf851f879" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0003_venusaur/venusaur_female_shiny.png" +hash = "7dcf33598b40676f47b7b0323ceb3f66901459c8d6169bb0518febf14e6a110f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0003_venusaur/venusaur_shiny.png" +hash = "74d23a302d0216526e86a0efe4b6c58e28f30fdcdae2c2879db2ed379d61f29d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0004_charmander/charmander.png" +hash = "1a37594af877f71308a639e41d7da2463c70018f3eee051f8ed3888bd9d685e4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0004_charmander/charmander_female.png" +hash = "12fabde8830ac7375f2c2eb03c444e30535c52642be9bb726fd8411e43fef5cc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0004_charmander/charmander_female_shiny.png" +hash = "b4b04b4b012c196aa16fdcbc0f070fe4860d3f7ea12a9a6d5016b39c4b68269d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0004_charmander/charmander_shiny.png" +hash = "3d8aebd146257f28059aee9bde150ec198e57899cfdcb1068eae470ebacc18ce" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0005_charmeleon/charmeleon.png" +hash = "988762c902ac77d7f48ee64994c1504bd31927ee6f5533aed9fd412f2ec1870a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0005_charmeleon/charmeleon_female.png" +hash = "2fe66d7e0649f161f77307947e5b055f116ad6023f2466c2bc5b48598f51deea" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0005_charmeleon/charmeleon_female_shiny.png" +hash = "028891eaff17ba2c96ae6805be35fd8f979f0c392ec3cdf3555345b81db259b9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0005_charmeleon/charmeleon_shiny.png" +hash = "1f0cc7beb6d4458551d6e7c503698bb77fd6ed5b223bbc78b3fcb655f5db46f5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0006_charizard/charizard.png" +hash = "d4b2802dd40b22ba668107e5dd4c0ac4eee33128d251502883c9148abd6a38f7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0006_charizard/charizard_female.png" +hash = "760b90346bc69dd5994398de6a3b0ec5f4d78d36272a2a50af3fc1709dac5b0a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0006_charizard/charizard_female_shiny.png" +hash = "48eec0f05b6efbd18e8814abe98bfd5cd13d6cec42155dd6d129dc1325fd443a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0006_charizard/charizard_shiny.png" +hash = "fc4c3f9a2051cc6681158d9a2499c66c95ce4c7a7e344dc35b69a3cfefbdf51a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0007_squirtle/squirtle.png" +hash = "3d3ecdeae700d75f2125c093144d04671b2f51eb1074efdcedff6ca75b4d48d9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0007_squirtle/squirtle_female.png" +hash = "2ba880eb7c5a41c60edab381501fee0c9322c5be264d8065ea627209b1e8e9b8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0007_squirtle/squirtle_female_shiny.png" +hash = "d987bc01ae64ce9569e3ff38617d7d4b19a20e0482a69ea35b8ba7c53a572237" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0007_squirtle/squirtle_shiny.png" +hash = "d955f51b3a5542e5df9545701298298243ff0a6daa52e4e9096050a04fa86064" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0008_wartortle/wartortle.png" +hash = "55749c6dc654bb7ed499232e0a1a504f14e593ebbf6d87779bbdd7c4cc2ec284" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0008_wartortle/wartortle_female.png" +hash = "380b3386218662e99e2e31e0cf94ac0a80c420245291f442321091a712af1af0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0008_wartortle/wartortle_female_shiny.png" +hash = "f3fe5f1292f93cbe1e66fbfe62391227ceaad2377e277ab0367c4c281bfe0b51" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0008_wartortle/wartortle_shiny.png" +hash = "184a0096bbf747c4383e38ed12e44ad9a4dacbd0a099b7f4874033c6fed40064" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0009_blastoise/blastoise.png" +hash = "052a87a7be155f154392f1e14e281a2245a4ccc611e1ee543497c056d1ec4350" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0009_blastoise/blastoise_female.png" +hash = "0c05c345503f33bb8ae8ff8a458e4ef53656ca1df544c2e76ffa129989c38600" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0009_blastoise/blastoise_female_shiny.png" +hash = "fa606bfd74c7de7f3260f0771b57846bf31ca4191d043c05a003da66d53b27e2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0009_blastoise/blastoise_shiny.png" +hash = "e1024fad735204c5a7e9160fc261ca29511b64a3f583c2638493a6f539d96298" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0010_caterpie/caterpie.png" +hash = "96edb83a53dc8a7d0d1d904e848160e717d6940cb96a6133d3de8b7daacc45ca" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0010_caterpie/caterpie_shiny.png" +hash = "f6e6ac585d29d5c4388aadcd0f1355613c491fd47e1f3f5ba21f27d5bce6f94a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0011_metapod/metapod.png" +hash = "cdcb699aded828a37f3476232fb75d6999742779b9674968139d6cf909dff6fe" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0011_metapod/metapod_shiny.png" +hash = "bd6ee10d44400fad4d53ed4cb6f535aa4db78b04972e3688c0a83e5fb481cf50" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0012_butterfree/butterfree.png" +hash = "6276f841fc85bd62479ad3f06c39383131c1ee1dd434fea11899916edeced018" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0012_butterfree/butterfree_female.png" +hash = "29060dd1bf26dbe6c70ce51b5363d02a552f98d69c5e1b68a2e9884e6d438b15" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0012_butterfree/butterfree_female_shiny.png" +hash = "0b09bcd5748c40d350e21a2476991fac9e65d4a2e6186c99425197a86b8ad7d0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0012_butterfree/butterfree_gmax.png" +hash = "c5ce65460942d06572bda44ad0ef45e54aa9ca20102682b76cec402b5a24587c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0012_butterfree/butterfree_gmax_shiny.png" +hash = "e542489e422d5aa1da5066270e9a1e5ac386c35cdc545448ee7d4adeb428ad6d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0012_butterfree/butterfree_shiny.png" +hash = "3de5e4bbc6da4bd81c4a4ba5e22d07b0c489123118e0dc8b6d7295dc78c64950" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0012_butterfree/butterfree_valencian.png" +hash = "6276f841fc85bd62479ad3f06c39383131c1ee1dd434fea11899916edeced018" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0012_butterfree/butterfree_valencian_shiny.png" +hash = "3de5e4bbc6da4bd81c4a4ba5e22d07b0c489123118e0dc8b6d7295dc78c64950" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0013_weedle/weedle.png" +hash = "eec3a16c274cb514a53153c918c4569b0c7d4d33fcae4ab89705b1bc8c667591" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0013_weedle/weedle_shiny.png" +hash = "fb1e34f48a653510daf23c3dc8fb2680c610885b960702ef5ca50b8661a53451" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0014_kakuna/kakuna.png" +hash = "ee2500325fff06cca5f1aea50a4cf30492324470cc0b572163cb2d8402bdbc3f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0014_kakuna/kakuna_shiny.png" +hash = "1fc36cb639766e90f1a8d8284f6b22c653e3b95b13b1e5b536c4702debc253d0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0015_beedrill/beedrill.png" +hash = "6d7a3dacb6bda83e2c28ce7aef6b6ee56505a9cdff1d83b37c92a60823416044" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0015_beedrill/beedrill_shiny.png" +hash = "2805c0ba49230ae4bc8e9cdc2517b9d04f6d4b113808100c40315fb6b8ae82b3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0016_pidgey/pidgey.png" +hash = "699769086226680be0cd181445765fb4fff5b3bc83aba90d0644f14331fff14e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0016_pidgey/pidgey_shiny.png" +hash = "35ce99dbca6d854dd57ce46fb4e9b7f459904d6a90753ef37c0719aac6f8943e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0017_pidgeotto/pidgeotto.png" +hash = "e7bbe1fb86b58654a3d00bcea2a90c5d8cf966960298290defb6812676388447" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0017_pidgeotto/pidgeotto_shiny.png" +hash = "868745934124a897d0dd3ff2bf40c09de5e7ec629389a743ed7dec09e37916cf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0018_pidgeot/pidgeot.png" +hash = "c8e8bab585192d2d87abf880fce3e4393ae4ce6b32c1a787defa3301ea65b069" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0018_pidgeot/pidgeot_shiny.png" +hash = "a75be2b5a3ca4a2ce30c05364afd8e3c7a29ac4fbca7b97bbc9406fe10c4abeb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0019_rattata/rattata.png" +hash = "eed275a1d73e4db119b032fc1be4b0e1b7f588597911a44f4a8ccef9245c4252" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0019_rattata/rattata_alolan.png" +hash = "bc16a9c3121e1af91c1ef79375eaaa6166955ed5007b2952a58ff0d40615a179" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0019_rattata/rattata_alolan_shiny.png" +hash = "c6dc462f52667f5e27ccfe88f803433ba6bc991a4df3d31078103d937521578e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0019_rattata/rattata_female.png" +hash = "aab50ac3a2dc05d790ce68ff3b5f72aa83d352005c57694b21f2312eafd36125" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0019_rattata/rattata_female_shiny.png" +hash = "04376de369e90fd35c0494b5084e1d86f50ae6704d1a327876808c67b180ac08" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0019_rattata/rattata_shiny.png" +hash = "37ce256eca7100b9ea7f0685a4d3c9a075719fd21e6792f0ace35266351ab799" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0020_raticate/raticate.png" +hash = "1df143e8a2bf0bd0bbd93096d5c6f6dda5c01e4e1686c6dd0f0a91dda469ccbf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0020_raticate/raticate_alolan.png" +hash = "84751e944421aea326cded60bf1e56d1dabaa6f132420fdde5ba78c5e39aa66c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0020_raticate/raticate_alolan_shiny.png" +hash = "62f604309609597573d958f5ddffe8d58008d7d4b9a4c016207981eb104afe13" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0020_raticate/raticate_female.png" +hash = "e157cf7e1252d40b3ae617cc184f6933c7b0b949d24d01e2417cf3dbed898bb1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0020_raticate/raticate_female_shiny.png" +hash = "83bb7ee5e984aea085f310c8d369b902deb8e289fcd6203e33883e014752559c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0020_raticate/raticate_shiny.png" +hash = "5edba6588e39198a98c129ba8e418bff2ba164c7d3eeb8543d4375120f387a4e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0021_spearow/spearow.png" +hash = "5f49d8edb12d88cd59deb385c5240cb77cc0149490604ede62ee3b0211a4e5da" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0021_spearow/spearow_shiny.png" +hash = "fdf2cccd8a27e108a954856c97a8d6e70e5f44286b2d5bfd98ccca242c07bc68" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0022_fearow/fearow.png" +hash = "e020f6a66dea542d9190e1e59dfd4c7604ee8d4cd14f3b8ee792b11f24ad026e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0022_fearow/fearow_shiny.png" +hash = "96bd07e13db4b213174679e899caf84ad239ce42c63acb59945cedf36dad1a45" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0023_ekans/ekans.png" +hash = "0ef3a72bb9c760370fe1044b157c4abe27125e5f56dccf9f66729dd670088df2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0023_ekans/ekans_shiny.png" +hash = "0b211362bf2235fcdb0d595dc103459467b34c1b9ccdffacb938210928ab4189" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0024_arbok/arbok.png" +hash = "95deb64e37c4f94e968a8c31f6e458ac8667649e4ff0c88578c3d4de478fcd19" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0024_arbok/arbok_shiny.png" +hash = "eeb0ea2e9600b03a56f2dfbab6c2c347ed9c962a1a08bc30af90362f882534da" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0025_pikachu/pikachu.png" +hash = "dd519d3bab2b8fd5710ea618c616ec5011dd0907586f9bd8c23bebe94333df56" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0025_pikachu/pikachu_alola_bias.png" +hash = "dd519d3bab2b8fd5710ea618c616ec5011dd0907586f9bd8c23bebe94333df56" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0025_pikachu/pikachu_alola_bias_shiny.png" +hash = "33e255a624935f97d7fd3313a341b5c6a0a342a512652882830e683b26f9f042" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0025_pikachu/pikachu_female.png" +hash = "7129560ec481dccf0dd821919b9232f3e0a964b64d76b7c7d942d91334cc9fe6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0025_pikachu/pikachu_female_shiny.png" +hash = "98b3198906b22e833495b35f086a9e5bcd2b20ee478b7ecf3baf5f32891c3664" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0025_pikachu/pikachu_shiny.png" +hash = "33e255a624935f97d7fd3313a341b5c6a0a342a512652882830e683b26f9f042" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0026_raichu/raichu.png" +hash = "3a5ab73e2d0b6e3e4ffecf39024d94505eb567ef27989a45f852fdeef04d8ec2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0026_raichu/raichu_alolan.png" +hash = "a14f82a686a62a7e39820554a8b6ec585e7e7534adaf70d2ac48969335d224c5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0026_raichu/raichu_alolan_shiny.png" +hash = "3fcb860e5ea3f5e6b6379a53c0e47974e181127137af81f6cb63ad17fc7d1330" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0026_raichu/raichu_female.png" +hash = "8fd2c346b88af4dd3fbdc4d4651ced929596fbd2e5f6bd964106334270c137cf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0026_raichu/raichu_female_shiny.png" +hash = "ea0b7e2f3d61346bcfc323849741d1cc831367a092ee47a73fe3493dd26330a1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0026_raichu/raichu_shiny.png" +hash = "16e0d0c039831aa6f6e2f90c6c2bcbf4913f51ad3d88f350c4ea0b67ea2ef9b8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0027_sandshrew/sandshrew.png" +hash = "5c2a869be77d670042ce0c664db767007ed6ddaf27b103976012218e6d25ba7c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0027_sandshrew/sandshrew_alolan.png" +hash = "cd14f1c88adb827233e538db4979be3578f6c6dfa1d4783d1396a227a8e7d974" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0027_sandshrew/sandshrew_alolan_shiny.png" +hash = "f9b5affdda5cfe9e2c19b104f27fc846e6bf4ea59ba78ab68b00ab6b5d3af509" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0027_sandshrew/sandshrew_shiny.png" +hash = "e4a1fe0cbb5e0b964378a177fa9b1beaf070ea8f6cbdd2e387c01a1fea88690d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0028_sandslash/sandslash.png" +hash = "0629e7fabe9e80dc0e344939084a36c45863dd69f7663bdafdb40d073362966c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0028_sandslash/sandslash_alolan.png" +hash = "1edc8a68f90c573515467a2bf9725c33d64bf1b0b04a71fa639904024cf72c46" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0028_sandslash/sandslash_alolan_shiny.png" +hash = "db18c45cf33417ddd050f0b35b985870be7a5daecd66e8ff293597f205e3af18" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0028_sandslash/sandslash_shiny.png" +hash = "25c5fb0b298ef8d5dbd80344fdf72ad930ec9d2fc90c3ec71a5169267afcafe4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0029_nidoranf/nidoranf.png" +hash = "e9f9065629cc79803675ae25846d523019bc6f1b854b1033e1b1be774bad298f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0029_nidoranf/nidoranf_shiny.png" +hash = "2ddf83a7afd1442552b80891136e258eaa68e2e0be445390b0cfc36ad1040b1f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0030_nidorina/nidorina.png" +hash = "517cf494df0fece4db0580473148efd4f1833748005e83c3105009d68aba6970" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0030_nidorina/nidorina_shiny.png" +hash = "00feaf811acd4056bb39793503393eec983093780f477e17705481c481987d81" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0031_nidoqueen/nidoqueen.png" +hash = "25b16e79a595543688b813b95f365bdc7ed106d2aa769185fbefa4d0e32cc55c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0031_nidoqueen/nidoqueen_shiny.png" +hash = "9edb12e766e20e7bbdcf87892f03a7db0802529bd9426e84d701bff726eda045" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0032_nidoranm/nidoranm.png" +hash = "3c0cc5dfdd062b77dd5f9e5b1a3f62bef7dbf21fd760a2db2cd0de7c737d11ca" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0032_nidoranm/nidoranm_shiny.png" +hash = "dad1e08c0038df44ced6d48fb77d514b38eff39f7fdcf457e5ed7e1b615104ed" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0033_nidorino/nidorino.png" +hash = "1084eb8bca94cb64251e23e4203009f76b54ffbbe8f1cdb4d47ae57144a5d173" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0033_nidorino/nidorino_shiny.png" +hash = "0b570ffc024600adb8dc158b8d0a55403ab8757178c5cd822a0e066788afb7b2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0034_nidoking/nidoking.png" +hash = "fa3c786194d18eba83985541c1d7aea07531b4c01b063b2bb1573971623e02e9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0034_nidoking/nidoking_shiny.png" +hash = "607de9bb3c6aac4c526ef0ebc4c7f405b975efad1c8b041e73f5f39a01e360db" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0035_clefairy/clefairy.png" +hash = "716941a3bf948058c890466cf5ae993fae03d731390d0abae920d389b600f9de" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0035_clefairy/clefairy_shiny.png" +hash = "8a062195bab07721a1eafc58c6ba789a4171eb3dd8aabcd33536d6eae6207996" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0036_clefable/clefable.png" +hash = "987d89ea8837d537b0b42be096c273c4da6eacc8353d9d2f31b2afb2ac4b286c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0036_clefable/clefable_shiny.png" +hash = "a010b5b377f2e807f10c1fc7a40d0aba085eb71f5375dc5d58a5b6d145f261a6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0037_vulpix/vulpix.png" +hash = "f69a695b41a4dd1a3306bcb2bdd144d92b781ee33c2a5757226f8801af4aed8c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0037_vulpix/vulpix_alolan.png" +hash = "c7ce3bba391b338f372d798608b573bbb9c2263e030de480bdd3f8806ee0d3b4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0037_vulpix/vulpix_alolan_shiny.png" +hash = "e65ea71f0930def064badee58d3e4d1d2d8c1d9764e6ba649a1d864f49b89515" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0037_vulpix/vulpix_shiny.png" +hash = "d0223843592ee80db308dbabee6e64ce162c82b5fd561fab2710ff91d5d2f970" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0038_ninetales/ninetales.png" +hash = "c0f48223065704d519bf64e4edfa4185331e3921424523a1afbe5d3d64054e08" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0038_ninetales/ninetales_alolan.png" +hash = "f420c92040c433ebab1609382f848cb19398b2c3100b8a889a2c311a5d31814b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0038_ninetales/ninetales_alolan_shiny.png" +hash = "8710bfdc6adbe942725fa9a157ffa86e8dcce3d9eef1ce3faa213da69eb3f759" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0038_ninetales/ninetales_shiny.png" +hash = "fa75cb15a4521f6911df4b26bf00fd8c617176c229ee32b9166569ed66244dc2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0039_jigglypuff/jigglypuff.png" +hash = "358f61373ffec783ac334087c3ca399fec6ce6ae09735e1b4fa68ab9367cad92" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0039_jigglypuff/jigglypuff_shiny.png" +hash = "c2cc0972db505af50dc7bcfd84df0bceece092bd370a5557d627cbeead430a8b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0040_wigglytuff/wigglytuff.png" +hash = "c0337947ae7782b424afd15bfae9690e51284a7f8e0d09c6a9fa14465cb7643a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0040_wigglytuff/wigglytuff_shiny.png" +hash = "c87f616367b00fe04f1b264b0a02fc94e51e72e3d9d510d0f3014bef9e0c9189" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0041_zubat/zubat.png" +hash = "5b9ef580ed3d2afc7b0c3d6ad13d3b3983176d761963f79831a9e57eacd162d4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0041_zubat/zubat_female.png" +hash = "5b9ef580ed3d2afc7b0c3d6ad13d3b3983176d761963f79831a9e57eacd162d4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0041_zubat/zubat_female_shiny.png" +hash = "a20f5f21289e55f141c66e60047c182e94b96be4ab453338ba89ea8d37b9b2f2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0041_zubat/zubat_male.png" +hash = "acd868d2979d87f0fc01f436258f2984845cb24c1ab9f23daac01c9c29eb2bb9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0041_zubat/zubat_male_shiny.png" +hash = "4ef9463df762b078b34e6e5f6f8ebdcc8a6d1e328e43d5caeae0aed5f2d7c3f1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0041_zubat/zubat_shiny.png" +hash = "a20f5f21289e55f141c66e60047c182e94b96be4ab453338ba89ea8d37b9b2f2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0042_golbat/golbat.png" +hash = "da9c3f5add5763d2a7c390000cd00b73dc5f4c389cf73d09e58ba8e7954c798b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0042_golbat/golbat_female.png" +hash = "11571b30af735ecee7c50aaddbcabe53997dacd003420f000ef8402580e8540e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0042_golbat/golbat_female_shiny.png" +hash = "2b73872fb637e1f40ed50423dc7e7c23dc6ea67e6ca6bbb59f02786f5be7b1b7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0042_golbat/golbat_shiny.png" +hash = "9582a1782d68399613afb0a206c6ad8f8281209c7bb6e85f81c29d86667b2500" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0043_oddish/oddish.png" +hash = "df37f6b24420274d641805296dbd29fa0eb0ed4ac431cbd7bae77c4773239007" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0043_oddish/oddish_shiny.png" +hash = "2fdbd228b631ae0f0f8e5e434245c06f01a49757039ff896304ab44057558707" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0044_gloom/gloom.png" +hash = "269bcea93fbb6faea6d4a37c95ff413d0dc31359515d1d54437733a1d1ba475d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0044_gloom/gloom_female.png" +hash = "d8065d0e31a546c338a71c540ebb3dbd3cdabc13b6a3f0c79544af005f79bef7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0044_gloom/gloom_female_shiny.png" +hash = "4ddb032649f433fa172ec332b43691ab0b5019c1d82773fb08a7a60b89bf603e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0044_gloom/gloom_shiny.png" +hash = "0aff5a44748f889ff67a94942e74cc3d438502e10544c3f21025d5337a76b547" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0044_gloom/gloom_valencian.png" +hash = "269bcea93fbb6faea6d4a37c95ff413d0dc31359515d1d54437733a1d1ba475d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0044_gloom/gloom_valencian_shiny.png" +hash = "0aff5a44748f889ff67a94942e74cc3d438502e10544c3f21025d5337a76b547" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0045_vileplume/vileplume_female.png" +hash = "397bc41c3865f04f0a19619352ad4ed14de9b61a07530da7acb13b89c08c8ed4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0045_vileplume/vileplume_female_shiny.png" +hash = "ec53d2a0b20db33612754d5af57bb8e9fc6fad76c60c25f9ac9bf9826bca1686" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0045_vileplume/vileplume_male.png" +hash = "a4da246602799aa5d2a4569b2f0b06ce106956f30710ba534046772a0ab94642" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0045_vileplume/vileplume_male_shiny.png" +hash = "3ca5e40d46f834f2de83b76c4ea631fda72aec153f8bb251d69fc389028550df" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0045_vileplume/vileplume_valencian.png" +hash = "a4da246602799aa5d2a4569b2f0b06ce106956f30710ba534046772a0ab94642" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0045_vileplume/vileplume_valencian_shiny.png" +hash = "3ca5e40d46f834f2de83b76c4ea631fda72aec153f8bb251d69fc389028550df" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0046_paras/paras.png" +hash = "2b1cc07de7f949fd16f1217783c2208cf0a6927b611d8862e15f9493222d5e04" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0046_paras/paras_shiny.png" +hash = "cc9a3b447d20aa85fb6348290cc363238fed21dd4f7855c4b869243624a61e3d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0047_parasect/parasect.png" +hash = "7c36ad69272d0c7e13acadb97f9d484cfdeb615daea2e8ca8505c2d393a32f70" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0047_parasect/parasect_shiny.png" +hash = "1ca63f129f4d2818e2e3eafcebc71228fe862a5681925f7bb06e27dffe5a6163" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0048_venonat/venonat.png" +hash = "dc64b5f94993a73ffa72ee7d9b1d5667a0bc6d6ba51a61628f7786e2eabae93e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0048_venonat/venonat_shiny.png" +hash = "138c65c2ab03a0cf02c67925034e9df3b4a9c2621f7393cfc4e2a73aada9a59e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0049_venomoth/venomoth.png" +hash = "c39f50603c76c885143b65bc3a57bed8edec4335892e0868694760899fa7ba41" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0049_venomoth/venomoth_shiny.png" +hash = "9e5b8153f585d25c799bd8d45737584d054cd48a78420bb8ba10c3e9a4aa2320" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0050_diglett/diglett.png" +hash = "fa6bbe5a941176a8ff22922fc965b0e2dcd1cc215090bff6522ebc026adc9664" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0050_diglett/diglett_alolan.png" +hash = "5b74a7e112e8d7bdbb046f3b6e7dab6af909bc9691d1df64395c20ac7d6d311d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0050_diglett/diglett_alolan_shiny.png" +hash = "2e429a56d9571032d2084ee6eafcc7c2c4ab6942df86cb7623b876b54b81bdce" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0050_diglett/diglett_shiny.png" +hash = "b177d5fbe7cbdd143b2dbf362a5110bb8f3c9c65c9207cfcc9a086c1df3558fc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0051_dugtrio/dugtrio.png" +hash = "18a8f8c60e64800ac4952b355d2f5efb58f1f6bdb629285542e4b5282b10c1df" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0051_dugtrio/dugtrio_alolan.png" +hash = "3885c936e6a4b6b34a14b0fbe87b2cb7f5b9d782cb47b2ff40f2b8578793c525" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0051_dugtrio/dugtrio_alolan_shiny.png" +hash = "16f9905edeeef8aed01c727b4c0fe6ebcacc93bae98352aa72a418dccf48ccb5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0051_dugtrio/dugtrio_shiny.png" +hash = "31017eb2d2e9042f0e2f5fbeaa8d20e6d707e6375e7e0335c980ba7e1d826908" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0052_meowth/meowth.png" +hash = "a475a894e6ed5b43b93a57ffa459475f14e2c1773f78ab8e29c7474751aabf13" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0052_meowth/meowth_alolan.png" +hash = "677baba3a683c9087c54c63811f5f4f7bda5c316b64694f01c075c829c3fe7b2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0052_meowth/meowth_alolan_shiny.png" +hash = "3e8a862759c23005d001e54052db29b4280526409863043a5916b3658b7be13c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0052_meowth/meowth_galarian.png" +hash = "d8757a70b05788844afcca646d23ea59da2e5cf2bf67c114de9581b1133c220d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0052_meowth/meowth_galarian_shiny.png" +hash = "7cdd1f5a947140055af1f98e0409fd087d462044fec5127738e431fb550427f1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0052_meowth/meowth_shiny.png" +hash = "f903aed59da13924ea982594deda72fdd89f55d65d49ced135fffc6904e4c8f3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0053_persian/persian.png" +hash = "9865b9512b462c6fe2d13ee5407b013409cb3a682ec681617500ae4763e188c8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0053_persian/persian_alolan.png" +hash = "cf1641db8e3648a0a37b29a2ced5a316d0862484613f0020548e5c5dd2f1094a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0053_persian/persian_alolan_shiny.png" +hash = "df7b294b489292cd1d1913242cf793298dee315e2e8e9129e11b922a0564a052" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0053_persian/persian_shiny.png" +hash = "fefefe17532d932040b6322c2a70b0539573456a01ded7afe3a1fdf218fd398c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0054_psyduck/psyduck.png" +hash = "bcacd8841fbb3099dafdc73c747e3cfa3e24bfb91c66662ee100370c8f77cd32" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0054_psyduck/psyduck_shiny.png" +hash = "90fd95654b91618226776a35a4fcc06583dd6496aeceb235549e94ddf17ab54f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0055_golduck/golduck.png" +hash = "e6226b398e38f2402059ba39f7910318d5a395ee45befbc10d8f56c7ea63ce1e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0055_golduck/golduck_shiny.png" +hash = "1782716fd078f4a4ef990000ada54e18ec8a86e568fc19f734dd99913a2b5375" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0056_mankey/mankey.png" +hash = "1d4880173bd6a208973001fb38d3723e8733435577c8fd32153b4c0608ebc866" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0056_mankey/mankey_shiny.png" +hash = "10f6184fc18d8d01a7bb82dc7a95c89f5830376d4dd5b1e1fb514d9ea9fe1e2d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0057_primeape/primeape.png" +hash = "7b94864b111401afae18d40dd1687b7d73b25d073f3905dab61f97090e9e816a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0057_primeape/primeape_shiny.png" +hash = "0d2c40e10f091782c127ef3f6ba8e64ddac3c5d7bf9e882af5a69df43e1e4599" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0058_growlithe/growlithe.png" +hash = "e341f5f798a85df7f7dad3a3f67b0342e1fd636106c2f28c549eced38d903273" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0058_growlithe/growlithe_hisuian.png" +hash = "ec227c699d2b731f5127f9a8a3b6901d87e9c2c86462ae22cf7e95f80d8f9002" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0058_growlithe/growlithe_hisuian_shiny.png" +hash = "a1b82be2e8ed6a27a206d14b8d36e2ecb4c4cb8a4b145309a8588ae38e14c0e7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0058_growlithe/growlithe_shiny.png" +hash = "6c28bca9e30f66df5be7ffddda7d2d6b7178581cf6808e2c6440e61aacc11542" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0059_arcanine/arcanine.png" +hash = "cc68bb91296326489be2ab83642c22b2f89e43f60f3ea96d48b3fd69562f0211" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0059_arcanine/arcanine_hisuian.png" +hash = "df532350318f61e36e73039ffcc126557c9c5293f8110d04eb6ee0c6d259be47" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0059_arcanine/arcanine_hisuian_shiny.png" +hash = "78e28e7a8ca831f1a11e75cee2404cb0687d36fca72569a393331ae243f6e0c2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0059_arcanine/arcanine_shiny.png" +hash = "22c69ef2cf764edcb0ec2a97c7210892f2b0d8eb4dce74a49a5255427987b0ad" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0060_poliwag/poliwag.png" +hash = "ebb2844247b8962f52f6d6fdd660009318b05423d075e96333ac347fe859398f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0060_poliwag/poliwag_shiny.png" +hash = "9ffc0db088a467a3509e0ce4636d3b12b884e147d42573bc2dd305a3c1551fbb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0061_poliwhirl/poliwhirl.png" +hash = "14f254e3d1abdb088fb19fc4f92821945f2786eb277ad5bab1b321c3a1f5299d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0061_poliwhirl/poliwhirl_shiny.png" +hash = "f0852183130368a4d0957f1277b12a4a308de4222a247b698aea9f9e20b3a237" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0062_poliwrath/poliwrath.png" +hash = "ff1ff4edfe45c507d75e6e46b4c5ec5160e8feb4ef0dfddc4a8e5acd589f231c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0062_poliwrath/poliwrath_shiny.png" +hash = "b8f00953fa724bf5010ee16090c4901787392ee656f15241909d2b3909b4e936" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0063_abra/abra.png" +hash = "ed1b057696011786a4d1bc601154216b78f41ddd1295ffb622520110a5615f3f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0063_abra/abra_shiny.png" +hash = "cd3319478f3789506e09a41ee02a72064eecd48e21ba936f99f9fe32483520c3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0064_kadabra/kadabra.png" +hash = "6928698d5b77f417e3d95228c98886ae929a308bea9854e50052e72b214a9b5e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0064_kadabra/kadabra_female.png" +hash = "f71663c2b6462a50bd406c6894b601e1f5fca6d35c98390d81adb5581ab36760" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0064_kadabra/kadabra_female_shiny.png" +hash = "f6807bbeb3aae82f9b50da7131cc1f088eba29d57474c16ea716539fb504c565" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0064_kadabra/kadabra_shiny.png" +hash = "06592a7aca72a63bd9f03afd5a981b714be9a81f82ec175fb73b70956c81a2f6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0065_alakazam/alakazam.png" +hash = "4733821af7974ebb45f418659ad67f95cabc3853c86cc0aae07bc88eb6f11580" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0065_alakazam/alakazam_female.png" +hash = "3617fef78877da4b4edd192df4bcbf1e091b0b06f7e98886ca4bdcba59f559e3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0065_alakazam/alakazam_female_shiny.png" +hash = "ffb2b597ac48771ad61f8978ca49d8302d117f4454ffd18056c7cbd9782384dd" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0065_alakazam/alakazam_shiny.png" +hash = "2417e9e1e8e9fea47facfe7e24ed199d335c6df3fb85f6a7e100a1f06c7fa1af" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0066_machop/machop.png" +hash = "46cb49db49913791dc520346d9252937a5dd7d0fba991da7add90c6f6b3631c6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0066_machop/machop_shiny.png" +hash = "31647d463ba602ecff34d9c6a507b17412c0aa514ce253211099477090d388b1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0067_machoke/machoke.png" +hash = "7c266c63f9a6ab05474c292edf473c7f17097a05a549a427926eaf9d4db660d2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0067_machoke/machoke_shiny.png" +hash = "ffb21a6cb176e0c94552c35ce0add965752286c248099c15f7020718394277a1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0068_machamp/machamp.png" +hash = "132efceee2c7754fb714b7b72a03199ca3f38dc2e14fed4246f893b72a3614a3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0068_machamp/machamp_gmax.png" +hash = "34a0c0adba9a6c0b5a320e0c2114f4e0705cd6e32c458ae330f9b113ec3fa9f3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0068_machamp/machamp_gmax_shiny.png" +hash = "09d6883a54d6052d7fc018771903b2b03f3979b1e9eb0c0a188fbbc7bbcb91a7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0068_machamp/machamp_shiny.png" +hash = "0997d4995eb2359e890a7425eb1f3511f1b880075baf5e42f0a16a8b19d88ea7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0069_bellsprout/bellsprout.png" +hash = "b8715871c1a003483447f1b5492deb727a0c1cbdce0115c358845f6848d3255e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0069_bellsprout/bellsprout_shiny.png" +hash = "8fd46c09ccab8d2999fcef2b686910b3f7ccfb8616d35c6a6db73034269e85dd" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0070_weepinbell/weepinbell.png" +hash = "c42eb53e0ab4bb9d750ceb103ed120623f61e50490f0b15896a4142066fbef39" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0070_weepinbell/weepinbell_shiny.png" +hash = "a5809cca4c716296d957be4b8f37974b892a801ee3163d8a3179be8d3e64a75d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0071_victreebel/victreebel.png" +hash = "79b36ae0cabfe0e303e03a3f3a04b5b964cc758fb37ebd724a0ff39dbfa87beb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0071_victreebel/victreebel_shiny.png" +hash = "73317ac9930b4b7b2a5c2d62c88d19d623dbf51e5a86a785d91308a42e06ef19" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0072_tentacool/tentacool.png" +hash = "403073f106ed1781746f328cd29e6873af549f0a66f0ad4c0c58af0784a222c0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0072_tentacool/tentacool_shiny.png" +hash = "438083f98be1d7f64ab4fb38cfa95a4f4cf0a61b0400650f1c32ad301b71b42b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0073_tentacruel/tentacruel.png" +hash = "b255224d3e2bdb2af7b6eb44c52aa5703ed2971228366f528466ec1edfd8c070" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0073_tentacruel/tentacruel_shiny.png" +hash = "6e7da60ace13ebc6d25cefaab197c4cd040362f3bcde1f5592b48872722594d7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0074_geodude/geodude.png" +hash = "56e8448ff84ade7f8ff981631a95449b1520ed70f49ad93fe280607c368cf127" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0074_geodude/geodude_alolan.png" +hash = "1d49daceec7ccfaff81213c877d48aba4fad03fd95442ebdeb0d7133e072748d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0074_geodude/geodude_alolan_shiny.png" +hash = "2eddbc3da5131a524a0dd2d7636e31c4e2a2b1efdaa8a531894b5e12092f8aa8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0074_geodude/geodude_shiny.png" +hash = "ed2eb97043f6fb8521485135cf334d8598f461ade2f0b9de3e7c2fc197cdb7a4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0075_graveler/graveler.png" +hash = "0aec4632231bdd1b25bdeca52e32a9ddd467b6cd556af90c96c31e923f8e19d7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0075_graveler/graveler_alolan.png" +hash = "91187cee9b4eaaac68a35860f6094aa585632fc480b589d508a92112a6854959" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0075_graveler/graveler_alolan_shiny.png" +hash = "c5ff3bd8ef5c7bf21d1dfc167ae9d9f1004c7e1040cdd483175c647c3deb71c0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0075_graveler/graveler_shiny.png" +hash = "d0a714718ec30c65715ee9738af92d7c619cb521587035b2ccdd91f4eca2bcc8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0076_golem/golem.png" +hash = "92fb695f1d7c858c974fbf738a6c9143acfd721e9c00e9ac7654ae45b9404a0b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0076_golem/golem_alolan.png" +hash = "a07735d3e92f4312889ee3a2a9a7e80c2058cb99271b3e4ce72aff033dd32625" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0076_golem/golem_alolan_shiny.png" +hash = "627aa6a71fe090757b683966405dbaef8bf7150006a0520226c16becafea83b1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0076_golem/golem_shiny.png" +hash = "d5c2848f17c29aad872a8a8a6c309305a5a33b1d6f9f19e5f89c7a555176e9f3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0077_ponyta/ponyta.png" +hash = "ded31931e6fe069497fde7575a8b1dd4cf1a0a92c8d571758065c74a063d2764" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0077_ponyta/ponyta_galar.png" +hash = "b1b7b038db144939e1f57d22d76d49c87aa4ac81bac88fc7c2e5ae218b5b2543" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0077_ponyta/ponyta_galar_shiny.png" +hash = "0a0efbcbaf89439d164996adf241c96dd25b0336884c653638787bc59f85c32d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0077_ponyta/ponyta_shiny.png" +hash = "901c538fb1caea3c3fbf2dcef83fc9ada4223c22dce3a4d8dae29cfffb79781f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0078_rapidash/rapidash.png" +hash = "e66110608455cfc0d66deaf3c662c3265c46de306c526f5dc689aa9cd49428ea" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0078_rapidash/rapidash_galarian.png" +hash = "159828c125542575b93306b8287982bf2efff661ea0affe9e2cfa320780b8379" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0078_rapidash/rapidash_galarian_shiny.png" +hash = "d1884e20f7e0c6eb6a48a63956ca8c4c0192202a9b6f2a284d41819261327953" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0078_rapidash/rapidash_shiny.png" +hash = "d8633b260c4bdf4a7dad4d838323cfeae5bb4ef204f58d725770cb7b9cb9d7ff" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0079_slowpoke/slowpoke.png" +hash = "8cc0abe060f845d9e85c9b384763f74ee1049f8dd50ae77488f0a817f8e23533" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0079_slowpoke/slowpoke_galarian.png" +hash = "989f7519e64a2c337c5edfa9a23ac2d2ac15cd5e8705ea387dcf53f359ad4dd9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0079_slowpoke/slowpoke_galarian_shiny.png" +hash = "0199c996489b606e0aa9f8799ec81ac0e87ccaa7a5661410bde99e934fc966c9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0079_slowpoke/slowpoke_shiny.png" +hash = "519a9d83b27ca31b1bf64c2c637fd5bde06b048bd3a0d4fc3d5b63c6a956624e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0080_slowbro/slowbro.png" +hash = "a86b2774b63b3dc111d1b7f89066cc81035c52ee9ea264a9fe814923d66e46ed" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0080_slowbro/slowbro_galarian.png" +hash = "e7385f5b8bef7a1ba6f9f192438906595b10463ee5e88cbae0bbd7ee9ea4cc54" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0080_slowbro/slowbro_galarian_shiny.png" +hash = "924d1a30a7954c0607ee349bac30065f2afc5716a7b229bc9eecfd52df1e6d99" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0080_slowbro/slowbro_shiny.png" +hash = "985084350094fb8ec78261d71fcf9b7d301cf5806f9d0b7b00d15ebcae8be412" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0081_magnemite/magnemite.png" +hash = "8e80dad4cdd9498b26fc4156bbe7319d7a5953f9da56d06b63b91cd6ccb3c805" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0081_magnemite/magnemite_shiny.png" +hash = "c4673c8b1bd2d92e5ef1521f150cbb6afdd1cca1672edb5197ec31d77836c458" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0082_magneton/magneton.png" +hash = "99af281506579d0a7713e488b20d7600c359519c3647b49ed5a734671ebc23b9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0082_magneton/magneton_shiny.png" +hash = "a5e22b43b24bbfa306cd21724410779c3bcfa8408a3faae51cfa2370cbe2f2ab" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0083_farfetchd/farfetchd.png" +hash = "6a9deb30bdfed80eb5a172afb04764e434ae719ed99ad1f9bbc794286a658d73" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0083_farfetchd/farfetchd_galarian.png" +hash = "5b927d9e16f63b4d1f9c660b7e09581607e9023cc5f96d64acd9b05867ddfbbb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0083_farfetchd/farfetchd_galarian_shiny.png" +hash = "f12cc1f2bd3bcd72cd7636173d13f91d43773e3bedfe47a0f61a7dde6a733122" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0083_farfetchd/farfetchd_shiny.png" +hash = "218c0a3ec932e885619e0ff139153dd01396db3d12b03b309cb88b3d4e680433" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0084_doduo/doduo.png" +hash = "bf5fceb3add03fd4b9f0861ffd6a90d6d0e78cb58bc5e7871bbd942e7a8bb548" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0084_doduo/doduo_female.png" +hash = "dbfa653945b1974f18a360888e141f4406769404b38aa6cf445eaf44f32f7331" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0084_doduo/doduo_female_shiny.png" +hash = "f89b1c023483425853129718b9cf193f0d4e219de7f46ffdbed7f8abc47c00fa" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0084_doduo/doduo_shiny.png" +hash = "db69d0bea87178312dd9170371065a12ce3edc6bc56dfdaaecb6545a45e9759b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0085_dodrio/dodrio.png" +hash = "42624c75dcf57ba7ed77ec99aa97df19b6697137908df906e4be8238acfce343" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0085_dodrio/dodrio_female.png" +hash = "103e78867257140e78aac2ba9171ded5c5ee58d8a8a685b1a589d4ff412734af" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0085_dodrio/dodrio_female_shiny.png" +hash = "310ffe393b779cee44ffb10cf23933035b5f1766b18ee8addb1cb27fffbe8335" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0085_dodrio/dodrio_shiny.png" +hash = "941352d7b56abff3d9703ab7ec03e7a157a5e93d958b4f1b20fd8a4c4093305b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0086_seel/seel.png" +hash = "b80a606f9f32e08781f9cf1ab9b2af6fa48845f2c88ae97c335fc16909a4315a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0086_seel/seel_shiny.png" +hash = "34662965b5173a86b34bfbb2c74f8303cb0b0e91035a7e9cac6a1a61fedee8c5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0087_dewgong/dewgong.png" +hash = "50cfa03c0d9bf8f9f9bde321d259bf91ab970ad57d24368ffda53b404d2170b8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0087_dewgong/dewgong_shiny.png" +hash = "3a428f6e29fe761e5c3e147049ebe9aec660689f4460b390649a65ba57250cf3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0088_grimer/grimer.png" +hash = "232f4be768264436f8258849dfd1e3a7e1991e953941bba0a5c5558279a803af" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0088_grimer/grimer_alolan.png" +hash = "6ebaf73473e1525b9a9306d4adfdd19c6093cadc16aa04282c83594b3d499816" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0088_grimer/grimer_alolan_shiny.png" +hash = "43caa7f0b223007c0c2137db59a4e16f42b4135689ec2f6ca6bd810cd2d412b3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0088_grimer/grimer_shiny.png" +hash = "c9b0d0f1ec747606cdd2039b28918dfc0d975d85430262d286109a5ab5f40216" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0089_muk/muk.png" +hash = "a953f0eedc5f36e88ba5afce82b8fc9f0dc6ae8315d8592e8e952ca0a9d2da37" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0089_muk/muk_alolan.png" +hash = "1766d81ee025fc9dd38e077df49c33de1508e372002f16d9d14f611e58a5c35d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0089_muk/muk_alolan_shiny.png" +hash = "3bc894d94ffdd1fdb9ed6d85d690e59ba95ba2c0828a3230aee092d43affa4cf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0089_muk/muk_shiny.png" +hash = "b9e2a80971808bcd72cd462e9d6ce232a982bc56392740b611cee83b408b091d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0090_shellder/shellder.png" +hash = "3a849eb81390dbbdb01ebe4c1b541e7637a2c2950dca3702eed687079d44ccb2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0090_shellder/shellder_shiny.png" +hash = "dfc9808444901aedb7d452f79929604c3de69a75382356fe53f24930a210e9b8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0091_cloyster/cloyster.png" +hash = "56c6c5d8ff344777bb750decdb36855f531dbd128feb006c5210e2b19ddac88b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0091_cloyster/cloyster_shiny.png" +hash = "57fee127e7dd5965a05fab20364d2430bb127a6298ec73b3b70895d72280388f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0092_gastly/gastly.png" +hash = "45c1927245c8d4a721714ce3f03e31fab019db329b7b4cfa69d37fa07bbf562d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0092_gastly/gastly_shiny.png" +hash = "81824db7691a2301dc12b608a51b772f87ea50f9419ed956038a24c0fead3e0c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0093_haunter/haunter.png" +hash = "a1f468b1318cf939b654c64094e153caa980b95c484d5d92a78d63b8febe2566" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0093_haunter/haunter_shiny.png" +hash = "e4c07b19ca1cb3b0edcf24c537a127948754b5790f0ff69a25202b7dafcc3ab9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0094_gengar/gengar.png" +hash = "3145d4f8b51202a3c4353efb5b8d75693b9a248b2c419425259b105cad91d195" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0094_gengar/gengar_gmax.png" +hash = "644d0018b7f16c66161d503d6ee6ae6a7e1b9805f508daf6adfaa6c30ab8fc43" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0094_gengar/gengar_gmax_shiny.png" +hash = "85e0f6e29a2c30c984960faa0cb4c2fc3e9e41bddb25e76c06d77f0e0a280a31" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0094_gengar/gengar_shiny.png" +hash = "8092c06e180a807142b11585839051d4b891fe0fc3a06efc066bbb38edb541d3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0095_onix/onix.png" +hash = "576e2accd4e2d9d7226ec670c586102f88a939cb35f688abbdb6034d95572608" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0095_onix/onix_shiny.png" +hash = "e70b4619c883790ea09e6056289dac9240ae72c0572019f13d440f3d527178ee" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0096_drowzee/drowzee.png" +hash = "cadbcd07c7f8613b68ea5592fc2827a3ff3dbf7fe48f407f37f8bca604c223c5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0096_drowzee/drowzee_shiny.png" +hash = "82fa0603ecd72b7cbab9abd437a4a210882b6f811851a5294f311c344784a756" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0097_hypno/hypno.png" +hash = "fa84be60fa32b635b1b42c9bfea3faaac63124e8ca174fdc7ffa248461f3819e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0097_hypno/hypno_female.png" +hash = "b2aa2c77e6509fdf8c0b317b0e733c594599dbbeebb62a0f0b61bc0dddadb580" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0097_hypno/hypno_female_shiny.png" +hash = "a49fa7c6cd7b0a0c29239db72099bcd55325b52df4ebce6da5ac78d24775c043" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0097_hypno/hypno_shiny.png" +hash = "9e3da1f2efc983f2a166bd2530fe2ec6c8c6aebf51e5040faf6519b55d68b08b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0098_krabby/krabby.png" +hash = "79635a1547f4aca0f3a81d707c75100d02f24fa454ab2f1e82a1924d2f6195fc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0098_krabby/krabby_shiny.png" +hash = "8e9638d734b05b1a2f9e512fb4741551fec5c7843fba588c72a64fbcde26ad1d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0099_kingler/kingler.png" +hash = "e51614d69231c752754832d4fb31cf5280a59df4e278be951dc8675044146c87" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0099_kingler/kingler_gmax.png" +hash = "98c06a1efd214b779068598f2d9b4c8bba790368a2df4e481ec4c70a09db8160" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0099_kingler/kingler_gmax_shiny.png" +hash = "5aac2f74ab1116c5ad715730c2fc760ceda56d13a47b6719a4bb2b68799ed2b6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0099_kingler/kingler_shiny.png" +hash = "3c322a75343e2464f4c0f8ccc778ecd43104cdf187646bc08dde6d7153e486c6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0100_voltorb/voltorb.png" +hash = "3c84bf1eeb09786fff4abb6a3502f09ec6d2dca3dc56cb0a47cdf4d09f194286" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0100_voltorb/voltorb_hisuian.png" +hash = "bd92b3f2bf34d73398bd0193033c28ace389afee7516e3be8f9074459f65a97b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0100_voltorb/voltorb_hisuian_shiny.png" +hash = "4e42e97a1e689c5f4ebd74b341d54595fc4dbce19add52698598b5bc4cb57859" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0100_voltorb/voltorb_shiny.png" +hash = "a419e1462de1abc7b94cc0aa2e1dc38f3a93e62945af4347e41502ed1085977f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0101_electrode/electrode.png" +hash = "3731cdf68d4ec3e4f5f0cf841df459726731be9313a13bc377434f49130c47e5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0101_electrode/electrode_hisuian.png" +hash = "374fc3c34cb403e6e9ee7787e29bbedf100c18797a0810b6fdbdd2b433b5662d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0101_electrode/electrode_hisuian_shiny.png" +hash = "b136919ce04350fbff2940e870556362e537df091f38ad9571888a268f780d52" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0101_electrode/electrode_shiny.png" +hash = "ce6f6728c177afdd47c63a0641dec5010a6a80439e58d5b9d957bc8fde6b72f5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0102_exeggcute/exeggcute.png" +hash = "f56194aebe372d4acd32fdbf26c181028569a3206861fd3b0df0bb89ec537f87" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0102_exeggcute/exeggcute_alola_bias.png" +hash = "f56194aebe372d4acd32fdbf26c181028569a3206861fd3b0df0bb89ec537f87" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0102_exeggcute/exeggcute_alola_bias_shiny.png" +hash = "7ac74618f7f85b9acd0e62280a3319fb2774aa8792b9e72125ae43252634c136" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0102_exeggcute/exeggcute_shiny.png" +hash = "7ac74618f7f85b9acd0e62280a3319fb2774aa8792b9e72125ae43252634c136" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0103_exeggutor/exeggutor.png" +hash = "5ba12f6ee08d34c38cf1a89737496dcedcd5ce9c645199463ecd44d14b977e66" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0103_exeggutor/exeggutor_alolan.png" +hash = "6021dd21a07e102caaf4f9d12fb67bac8afa0fd12b8a0226a7d0a4a4fe91f5a5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0103_exeggutor/exeggutor_alolan_shiny.png" +hash = "0bd6063d6e9f83fc409d9a6eafad0c6f6b886d4e4708831862c0646853a1e897" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0103_exeggutor/exeggutor_shiny.png" +hash = "fb4eb03ef7f54c1d46d4a4b1f2f78bb2beddea2a6b0b21adff590ba4b846dd0e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0104_cubone/cubone.png" +hash = "d5bb5de7dbbe4c7173a2a4780b717162e64375a760598b2df9902e96c54f9c54" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0104_cubone/cubone_shiny.png" +hash = "9f84256da7e7b0e75da8aaf09f6a40591543707cfe6740167098d60a3195f1b9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0105_marowak/marowak.png" +hash = "3bfc0101406508bf726cef3f0b498193eb3e7021b3cbb57ae5062adc5aa9c1d5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0105_marowak/marowak_alolan.png" +hash = "73feb54d0b9c1779fc5ae2025d3c147e1d3f8acd75c86bfe1a18f418bf77eb90" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0105_marowak/marowak_alolan_shiny.png" +hash = "35f27ab481007fc3371cfcb89d7bd9dfb19b4bb4c8171f71480e2dbcd285cc29" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0105_marowak/marowak_shiny.png" +hash = "2297c50a84acd3ff9a54b1470a6183fe897e251035d7b565be98f7dc5d5cec51" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0106_hitmonlee/hitmonlee.png" +hash = "ce4773e0e79edeb1741c1ef81d4243e79a00bfdef91183162d7962e8c92ce883" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0106_hitmonlee/hitmonlee_shiny.png" +hash = "c6772ace360e6388a387b11ff8813adde5183b309e2b33d3d07a51a0bad1e975" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0107_hitmonchan/hitmonchan.png" +hash = "648e290f3e0af9e77d4455f72253070f7813d1668bffec1e7a5f0f2e91f3c729" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0107_hitmonchan/hitmonchan_shiny.png" +hash = "e7ffbf818ee859639d93c19507ed8663fd5b87f65a95d63795b73b7bdf406541" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0108_lickitung/lickitung.png" +hash = "c95cd01f1dd1a3f348a5914db415d53f9b3f2532b20643b1afe641b9419fcf50" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0108_lickitung/lickitung_shiny.png" +hash = "3b523c1eb30ffb4b90f4b56c78d5595797f4e07e290db8acbe5c6d196e050ed5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0109_koffing/koffing.png" +hash = "b1c43df1c3194324bcd63dc05a3337fdb50798303127a02910ce9d16282da8df" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0109_koffing/koffing_shiny.png" +hash = "552651413544dbaef3d9e732b29f2ec225653869fa2303aa119013f5e201fe16" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0110_weezing/weezing.png" +hash = "754473d4d60ddea9b447651a8da938b4be1405986576aa5c8e2ae265e6f44dc3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0110_weezing/weezing_galarian.png" +hash = "40f31d3f57e3deb708f03f50d42c2c3fb4d9e85d922c0f27eec3e843b87b4da7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0110_weezing/weezing_galarian_shiny.png" +hash = "fab0517cabcaaa708fd65a85d95efcb9df6423b6b3b04aa6bec7f49b9a1ceed7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0110_weezing/weezing_shiny.png" +hash = "191a1bf97d1dc8bccf3bf63e05d2fefeace3bf686108116ce9e79734a9b1f4a2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0111_rhyhorn/rhyhorn.png" +hash = "174ed9ceff01b107b81e30f6ab3726a96da291dbc70c9c8e19c452a1bd61ef98" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0111_rhyhorn/rhyhorn_female.png" +hash = "809eef715f45cb2b016938f3d57274c2bde929cb09664d6da0d4702e2129acc7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0111_rhyhorn/rhyhorn_female_shiny.png" +hash = "c53e007630dae235dc8463c24778d36056696c0423b6a9cb16d41a1dc4c079e5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0111_rhyhorn/rhyhorn_shiny.png" +hash = "f202efda15bc9d61a900a1a77e628750cec5d6a2076d7b3cafbfed2534eeb405" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0112_rhydon/rhydon.png" +hash = "47d252a8bd73f30371524859723b9c73286cf3caaf9ab7435c0000f3e8b48139" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0112_rhydon/rhydon_female.png" +hash = "c64ad8383d6e815fd97180a073149350af22cc1716db17aee4690f51facf371f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0112_rhydon/rhydon_female_shiny.png" +hash = "6b89930aeb33fc4797897528a7e42b408a2347253b850cb430bf1a3f6e19fbad" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0112_rhydon/rhydon_shiny.png" +hash = "98b0f411232c72a0f6f4cea4ee42bb581ec04c77763ec047e95a0008c1501877" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0113_chansey/chansey.png" +hash = "7e06c7471c998917bd813dcf6acfc01f5b636d84bf7d6c2081d812dec2393383" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0113_chansey/chansey_shiny.png" +hash = "18a7a9dfa8c1dd4c5e031d58c651ebb484e918e814d0cd7cc2893861a829de9e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0114_tangela/tangela.png" +hash = "6257ee32242a65c4a74735343d9ebd9158eb24963e92ca78f0eda3551da9237a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0114_tangela/tangela_shiny.png" +hash = "ea0820b7aa730f88c01266591996314b47bb803d21b292b70fb9bcdcabe4a452" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0115_kangaskhan/kangaskhan.png" +hash = "850342173aa92e3535de4ead2c4bbdd046dd110829beca5b3d16301c9ccca002" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0115_kangaskhan/kangaskhan_shiny.png" +hash = "b7896e2cad3e49411eba76eb324ae2a982bf273fba0e50d4cb19d42a5cd729d0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0116_horsea/horsea.png" +hash = "6d252fd73bfbef66dddf7602dbf70d04de965f59ca45808e30ff036775337e95" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0116_horsea/horsea_shiny.png" +hash = "27806e4fa2c1a725fea29c681b1dac97fe6f22b756d05113ce45f4049cfb6b00" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0117_seadra/seadra.png" +hash = "ca2e1636b2872f36804fc6441904fb2eb7606260ccccdd26eeee779b36018d7c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0117_seadra/seadra_shiny.png" +hash = "54cbedeba5c30413c468ed3a85674fe63a865de79d3b24bcb086f9acfada791f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0118_goldeen/goldeen.png" +hash = "ff5120b100650f6b0409ae6436ad05e86bd307a70d5edfca4467d9171e3cbcf6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0118_goldeen/goldeen_female.png" +hash = "1dba570ee5c2a299f4959c09147a208d5025e53296c463a90d15a75e23e25bf6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0118_goldeen/goldeen_female_shiny.png" +hash = "d33278e166bad3e034c575ac2fb33deda7f8519f6cb45259415e72b7348304c8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0118_goldeen/goldeen_shiny.png" +hash = "3136c72a9e64f1a9ace4cad0148654f2290f2671cc6d651165eae6787984f8d5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0119_seaking/seaking.png" +hash = "4406c061b9dbfb04ffe54d79bdce77d72d8a86517a5e27574563363755ce83c1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0119_seaking/seaking_female.png" +hash = "d990533f9fe687de220398ab528e486bc20d915d3590796efb3898b415c6418a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0119_seaking/seaking_female_shiny.png" +hash = "3f768537a8244eebe84af74606b9c7687cc0b4b4b5250a13e15adaf148e097ec" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0119_seaking/seaking_shiny.png" +hash = "1693f1873868714bc7b6dc558f3faf44d6b4aa01513ae90349388faf530da553" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0120_staryu/staryu.png" +hash = "63aa17abe1b3cfbf2cf188d42f34d16b1fc118a6093db4157f3466a08d43dbd4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0120_staryu/staryu_shiny.png" +hash = "f1ecc16597ed724aaaf9571b3a39562ba8e8f0ff619131f7e44903947e4be68c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0121_starmie/starmie.png" +hash = "6a3423f05f00081aef172b65125fa5919265148b4321b24ba8eefcc0022c5c78" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0121_starmie/starmie_shiny.png" +hash = "f6a4632bd8a387c6161c2ff04acf80faa1f567cc54b2ebd19dc616091a103c9d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0122_mrmime/mr_mime.png" +hash = "cc7d472aa5e8aaf52b4cb8a9ab9edb9f66267a6188d344693301012f19ff276a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0122_mrmime/mr_mime_galarian.png" +hash = "8ccc8c1da33389972768c436440de7bbe83438814abedacb27f64b2f580ca06c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0122_mrmime/mr_mime_galarian_shiny.png" +hash = "92ea3afa7f86d6a26d5d954c8ef16e0abdc84214877df143382bae225b04adec" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0122_mrmime/mr_mime_shiny.png" +hash = "981412d0dee7108e8387fac46383342c39e312d4e30b93deb5abeceafca83a06" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0123_scyther/scyther.png" +hash = "0a62933b5e24fd7a422b263dfb21ef51f175f30a4f8f590e9121ee7584c5525b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0123_scyther/scyther_female.png" +hash = "cc4437b9b9aa1faa01d58a87bd1575d0dd130269fa0cebbc193be71b710a7191" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0123_scyther/scyther_female_shiny.png" +hash = "75a3f67246df9cfd6457aec4d63235c0c50bdb20e4b70268e5dbd860d375b010" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0123_scyther/scyther_shiny.png" +hash = "65d439faecd932b3e00dedc67e0542c18854b6d8e6b2423a4cc1e60512e1c4ca" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0124_jynx/jynx.png" +hash = "a16781e1c2a30dd39b6e5f4691e0a06eab57759151d1f581e14213a544bae631" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0124_jynx/jynx_shiny.png" +hash = "fe18c4518007a4e66ac4d5ea8ec33840652403559067e3fcd49de2ec8fc85149" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0125_electabuzz/electabuzz.png" +hash = "5e8ea004a2119dfbefebf5917f08b0df74d81e032e8fff9b6949eaa2146aeae4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0125_electabuzz/electabuzz_shiny.png" +hash = "879a4bdba01b6d9fa299ca1fa24882365b07beb39372ec3a418f90929fd80008" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0126_magmar/magmar.png" +hash = "e44d06dbd5047e7d155be3a4b81595825ce353755c35c4199107c14d2602fb65" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0126_magmar/magmar_shiny.png" +hash = "b9f5722f59bb892669067d2c70a7a4b30afe3ed6e23c612741b0c1198fa22939" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0127_pinsir/pinsir.png" +hash = "6cd86eb8284ca6d31a708ac37ad7907cfe9c494148be4ad475877e0e6ac56fe1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0127_pinsir/pinsir_shiny.png" +hash = "b9db653688ad19dd453035a427ab9a2c11d12e3c9e97eb3553c881e437b3fca2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0128_tauros/tauros.png" +hash = "eacd0989938d36169b00ff941c836eff48a49fccfb015a3f1f15e59f3cf37d19" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0128_tauros/tauros_paldean_aqua.png" +hash = "82340949db0ce4bffe0915f058e8381d1c544e6eb757ff95ec3183cc9de8cc9e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0128_tauros/tauros_paldean_aqua_shiny.png" +hash = "77b81ba523e7c3e370a1e31610f8b00c1da7d5d449fee8b97b4da03342adf2ef" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0128_tauros/tauros_paldean_blaze.png" +hash = "afea0b455d1006df745d35197a41008c09bbb40e8fe0ce4101e54df0dbbb93cf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0128_tauros/tauros_paldean_blaze_shiny.png" +hash = "91d2079a37801e438d5ce1f8ec7c6de7ff1bab93c4324660b897b6e7a17a17ac" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0128_tauros/tauros_paldean_combat.png" +hash = "c73eea977418b4d114694d17763c23743549dcb54b32141f9f82ad41983f7fdd" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0128_tauros/tauros_paldean_combat_shiny.png" +hash = "ee6a840a9dddbd05c2396d29edad6d8950abca66cd545798c0ab1af750aab7eb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0128_tauros/tauros_shiny.png" +hash = "136e8e431ca4a3fa1980fa8c3a6df155257588640c7bcd777a919098c235b025" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0129_magikarp/magikarp.png" +hash = "69fceda25b9fa934c86af6cb57ba76579bcbf917ad374c5ddfb8e336c08e3ef3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0129_magikarp/magikarp_female.png" +hash = "7b328ccdada020a6679c3229471053a88dc38ec6bb2acb7b6a23d3c5324e3128" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0129_magikarp/magikarp_female_shiny.png" +hash = "c556156a29d56038fa896eebc5a865fecc7d2c120b14675ebb4179c12371bfc6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0129_magikarp/magikarp_shiny.png" +hash = "2ff92ae2bb0f853a34c2bd71365d70bcbc35723c1550c52f2072b79020dcd6ad" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0130_gyarados/gyarados.png" +hash = "10582ca1f3c38ef6c9c5d9fecb25efbe5761503db173127f381219e8de428ea3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0130_gyarados/gyarados_female.png" +hash = "1829395c47399a18eb44ed116f5fc3cfacfef82f650df9d7cf9bd7430152ef32" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0130_gyarados/gyarados_female_shiny.png" +hash = "3ca3493e6c26a365ea817163c1fa0d0e4f91cbfdf3f0cda1b17f31f6b16a67ef" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0130_gyarados/gyarados_shiny.png" +hash = "fac644025c12de104d891f1dc19b847fe5a33ba1c246be0676b04bdd00ba27ac" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0131_lapras/lapras.png" +hash = "a2dfd6be355fb64016b081796b0ef49acfc6ab011991e4e95c2c9a283362ba58" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0131_lapras/lapras_gmax.png" +hash = "367b82a3c6b7589db307763ca5ff6f18e577619591bf85631b5468b311a93ff4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0131_lapras/lapras_gmax_shiny.png" +hash = "c44a0024c18be6dbe0dbc856192d6cc38ee27a7477048f3080860f3bb6e19bf4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0131_lapras/lapras_shiny.png" +hash = "ee1888d00c6096bf9c645c72b7111b10c252727ac9f50435be80fbbc769aab80" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0132_ditto/ditto.png" +hash = "c7a05c4aefb9d638b6b59c3cef91b9f2a19f1600b7bce9a051d5942daa3999cc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_shiny.png" +hash = "c75401c3d6fe448c944b5987bdc79f29779af4c9966828b132da6623b9887663" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0133_eevee/eevee.png" +hash = "578c4f6d2608cb1c6e025bf848ca68fd8ee3d61226dd35b741ee616486c85afe" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0133_eevee/eevee_female.png" +hash = "ffb2cc949848ec6759d5d19225b34b16fe0d2a853a30fdcf4edc3fb3555bc628" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0133_eevee/eevee_female_shiny.png" +hash = "db887b98a557b5f85ea886e5dc7e96d9ba9ff6874fe644ca38abb4bb87cf445e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0133_eevee/eevee_shiny.png" +hash = "373b0a3b5030f7f148c30422377152515c3b69bc4f6026f61a886aa0eb0bedbb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0134_vaporeon/vaporeon.png" +hash = "75bce3c17ee617fbee47f9a8756e6b121ee50cd95f464d99d0e4686bc8ede504" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0134_vaporeon/vaporeon_female.png" +hash = "6d90f7fc1a9f4ae31446ab5e0d6fa5f5a8d91d68ffe1cfc715bb21b62748542f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0134_vaporeon/vaporeon_female_shiny.png" +hash = "f2815f19f1dd133ed6a39ca548a9fc1046d76809a378c687abac2d63e506701c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0134_vaporeon/vaporeon_shiny.png" +hash = "9f17e6c15e82eeddcc27bb44ccf8eaabf93725e5dfd467c2016b931fdb629ca0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0135_jolteon/jolteon.png" +hash = "b7f63afe0b38febcff1dda72cbe6020fb4774cf0d02741bbfae1a45a49a6cb6a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0135_jolteon/jolteon_female.png" +hash = "ef88752c5a4386b16beda0677a436dc6635d953d91d119b103fc781597764818" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0135_jolteon/jolteon_female_shiny.png" +hash = "8a00681b14e9941d52f086e29e0d29d645c6ed4f3c5a0df4bd75aa7a2f7e6ac5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0135_jolteon/jolteon_shiny.png" +hash = "d351df42142775fd4f6df21c11437e73f9f80c4d99984e4e90cff4a6d0fb9ccd" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0136_flareon/flareon.png" +hash = "8cc21974e3720c7ff09022e3c0490041080acdecf73d5d09fd672bc866fa3a6a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0136_flareon/flareon_female.png" +hash = "4de0665c6479c103b88549f5f97f42546d1f77991316dd885d45b30bee630e1e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0136_flareon/flareon_female_shiny.png" +hash = "ea7a4799ee0fb14740cd2f69dfc9643349d2a38e40e3e0545f35b8683d9e38d9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0136_flareon/flareon_shiny.png" +hash = "33e0e08cd9e742a82284b3d7a3fe681a75448a576a98644caced4ffbd984f446" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0137_porygon/porygon.png" +hash = "4f7a0687154e0d031108b276a03e2b52a2904b4dc07c314462105a039b5d0f51" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0137_porygon/porygon_shiny.png" +hash = "7f51d2e50c9f9ad29c66edaa44999b7bd6bbd9674607f33a1048d0353dfd2db9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0138_omanyte/omanyte.png" +hash = "9784ee029646bf1a8eba28044e43e972ea354191186cb8ee63a177f22f617da3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0138_omanyte/omanyte_female.png" +hash = "775871fe7b2db3baaa410eb0cfd838520510ab6255817bc37aa56bd70a821d78" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0138_omanyte/omanyte_female_shiny.png" +hash = "ddb7a7b87b762b5375cb9cb999505099c9a2bc76f6c8ed4314dae4659b3e81db" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0138_omanyte/omanyte_shiny.png" +hash = "96093fba5ca1c4e238d90e37791abf60d9bd09a26467b852ff37fc54be02de2d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0139_omastar/omastar.png" +hash = "e6cd52cc75cbf118f6618f2b62db94d4c38ff7c2ce2ad9bc6e5a549a1468376f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0139_omastar/omastar_female.png" +hash = "f01008630acbbfe6312308200188afb27d3b1fffd5182a267fe609861bc62b7e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0139_omastar/omastar_female_shiny.png" +hash = "c88d137789f194809c11a38c4e60b5489ff0f77ca7d8184e2de55f61c347abf8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0139_omastar/omastar_shiny.png" +hash = "13442afe0437645b3fcb020beef96732f5a6ef195a6f4825cfdb236938163ddf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0140_kabuto/kabuto.png" +hash = "5676a4f861bc4f5f4322629d26c7072df0289caa7b74df32159e89089f1377de" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0140_kabuto/kabuto_female.png" +hash = "81b900af7830c1f9c5cdf40544c992037ae38aac29c9fa8c9590e42ebed7de20" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0140_kabuto/kabuto_female_shiny.png" +hash = "4aec7ec87a2c56c2a6c94d6eab572b734f36e4eef7df8b7c1d87b55e278065ac" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0140_kabuto/kabuto_shiny.png" +hash = "a4f2cef5bafdffbd1f8ac702c6e6cf961d3d27ad16420713fb51dbcbbdc18807" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0141_kabutops/kabutops.png" +hash = "f1be15bba3e028fedfcac0168ed67e2795ee16f658b99b5e21460e42a5324c1b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0141_kabutops/kabutops_female.png" +hash = "0c8a27204f77d5cce46fae4ba2cbd04ef28e9ef873a029202752853abe719db4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0141_kabutops/kabutops_female_shiny.png" +hash = "235d3711cdf9714f8b518aab67ab414873d10dca8fffa7e3d9425a4795cbe394" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0141_kabutops/kabutops_shiny.png" +hash = "823a98673ba0189bd65654dbd41c140b775fc1ca080ebdefe7c89eb74cd64001" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0142_aerodactyl/aerodactyl.png" +hash = "071a8decea77167477545c35ec05633485a64008f3dcc490b90639819f85b9ec" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0142_aerodactyl/aerodactyl_female.png" +hash = "9b3ae3e71f71132fae583375f397f740dad266d1701e44a4a96b70ebccaa0bca" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0142_aerodactyl/aerodactyl_female_shiny.png" +hash = "df0f8dd2e3022a406115797b3cf30880ad88434a9033cd290bafb4f72a1c48c2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0142_aerodactyl/aerodactyl_mega.png" +hash = "1e8c9966cd843b8f7845f33cfadee35b12fcc4144cb830363c6fd14b19632706" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0142_aerodactyl/aerodactyl_mega_shiny.png" +hash = "03fc6c5dba888f2bc1cd94044c11c8bef1acb11b0d0163c8a8903b1063f5c69a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0142_aerodactyl/aerodactyl_shiny.png" +hash = "7a38d505d947c69e2639c0a6d1f1d27918316f8cd62e6d3812df8e623f92ff73" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0143_snorlax/snorlax.png" +hash = "0225610dc45ff23d91a9403596ca2b4cf1c4216ffff90d11d510f887f6ebef37" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0143_snorlax/snorlax_female.png" +hash = "31aa3cc1decf9aafa8bc36a5e77bb63bad9273ca4219d961faea1dbea828ab8e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0143_snorlax/snorlax_female_shiny.png" +hash = "ecce9e805a089e96c14f311348a97c4328ea5c68ae9ec7c9c796d2c3b5537648" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0143_snorlax/snorlax_gmax.png" +hash = "7dfd13a2f50abf833784418842d40f9855a92bf35ca724085dceb69e15aa63ba" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0143_snorlax/snorlax_gmax_shiny.png" +hash = "d534ccd94f87ce5015d0a429e2810c037d70dbf50f7656a8f87b9d5e864e3186" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0143_snorlax/snorlax_shiny.png" +hash = "e53139f44dd9c86f0008a1a5e6df07ee938293a8e6917314d172ec03f1d6e087" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0147_dratini/dratini.png" +hash = "c8c6327319a793745eb70c11e9636a9a1ead4ce28711d8d6fd2d600ed03e7b2f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0147_dratini/dratini_shiny.png" +hash = "50318ed0e8e9d58c9af28a5368d73e115b739bc178af256539551523416f9a0c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0148_dragonair/dragonair.png" +hash = "c898f7cd8d4f167a95aa74fd6f523fa4fc0f1206a54b042a38172959b58d0ea0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0148_dragonair/dragonair_shiny.png" +hash = "ead76acd36f49707cfb8bee0b2150ccaacfad33c915105188c5529ffdb5bacf9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0149_dragonite/dragonite.png" +hash = "c97ebd19b812b5a2eca5319870fb74598805f698dd8249fa88b2d73f324a59be" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0149_dragonite/dragonite_shiny.png" +hash = "f9173691950fb8f9413881df52982f6a705bd3f010571e4e916035236bc9e525" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0150_mewtwo2/mewtwo2.png" +hash = "c2256a90c93116d04fab63db3c4e1158be41bfcfba57bec1206fe6c42d9970b3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0150_mewtwo2/mewtwo2_shiny.png" +hash = "04939b83c93c63812ffafaa0b8c1f33eba2235443679d62cfa235e04f2aee3fe" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0152_chikorita/chikorita.png" +hash = "8b35108d75de1b60d11485e255b0e42f2269aa8c7d6d2de64cb6c4de188c084b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0152_chikorita/chikorita_female.png" +hash = "909b91940ab6eeec82a7f1d44d924d8fc06df0b97d7da778e46e7216d364433f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0152_chikorita/chikorita_female_shiny.png" +hash = "c8f2a43ebd99da801391af1c37a2ec04b14e082013ab9daa0e2c7bbb61c0d9dc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0152_chikorita/chikorita_shiny.png" +hash = "2d8188c92f3e465c93d8597cc16bc70a152b391bdda8546784f7d794d5aefb52" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0153_bayleef/bayleef.png" +hash = "643b9562852558c0b4040a589d7194f62a3ab8c9ea103f7c4cd9993bd0da1ac3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0153_bayleef/bayleef_female.png" +hash = "c88cc9f3b44201b66064d25bf194684f734209ca78db0ec4743a9c910feb0afd" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0153_bayleef/bayleef_female_shiny.png" +hash = "31a18ca4b301edfc7355e01bca5d78e18486ec60df083b803d04b7b5cb0cb281" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0153_bayleef/bayleef_shiny.png" +hash = "df192308ac977638d6d92e7e59426eb76ef3054da9a151e93a30de22378e8398" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0154_meganium/meganium.png" +hash = "f7ef6983d25ec53879864e2eca81c99c1c52c1a94c3e46d20c562d6bbb983346" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0154_meganium/meganium_female.png" +hash = "9f2efae7d5910adb8393877f65df5e8c994adeb8a23b5a8057a0d125b764e6ad" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0154_meganium/meganium_female_shiny.png" +hash = "f56940df9758e1fb4991afb1d6f76ba280c19ac20cb371a622d4cd75e4be7ac5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0154_meganium/meganium_shiny.png" +hash = "f4a059be740722472ac7ee022a2507c0d7151c6959c3a539317fe358212a7d47" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0155_cyndaquil/cyndaquil.png" +hash = "3499b88ed62243146e750fc1fc3f39d5c8646ee1ac9c4483d0346e73f25eb873" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0155_cyndaquil/cyndaquil_female.png" +hash = "57434e6956bb4832d9055e831dc9d916b2ed31a77f410badea0a815780a6565d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0155_cyndaquil/cyndaquil_female_shiny.png" +hash = "fd9c28c1dd78f1b9392f4e0cbfc56bbf8312de4482ba03f7648485660db118cb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0155_cyndaquil/cyndaquil_hisui_bias.png" +hash = "3499b88ed62243146e750fc1fc3f39d5c8646ee1ac9c4483d0346e73f25eb873" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0155_cyndaquil/cyndaquil_hisui_bias_female.png" +hash = "57434e6956bb4832d9055e831dc9d916b2ed31a77f410badea0a815780a6565d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0155_cyndaquil/cyndaquil_hisui_bias_female_shiny.png" +hash = "fd9c28c1dd78f1b9392f4e0cbfc56bbf8312de4482ba03f7648485660db118cb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0155_cyndaquil/cyndaquil_hisui_bias_shiny.png" +hash = "6853e72c2aaf91b3cb587046d775394f609918332896c3ef3af4abf5a861730f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0155_cyndaquil/cyndaquil_shiny.png" +hash = "6853e72c2aaf91b3cb587046d775394f609918332896c3ef3af4abf5a861730f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0156_quilava/quilava.png" +hash = "8573fd13d74648152d9830bf5c5c1d9ed9d414ac8f27268af1ae07e01aead30a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0156_quilava/quilava_female.png" +hash = "b8db31439364ffb5d781c6f807458acaa24d4db92015b10220373e1a7f4b5eb1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0156_quilava/quilava_female_shiny.png" +hash = "f987549e997d07e569800e446efa4653cc0e612f113633f1a9d6be6a0ec428df" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0156_quilava/quilava_hisui_bias.png" +hash = "8573fd13d74648152d9830bf5c5c1d9ed9d414ac8f27268af1ae07e01aead30a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0156_quilava/quilava_hisui_bias_female.png" +hash = "b8db31439364ffb5d781c6f807458acaa24d4db92015b10220373e1a7f4b5eb1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0156_quilava/quilava_hisui_bias_female_shiny.png" +hash = "f987549e997d07e569800e446efa4653cc0e612f113633f1a9d6be6a0ec428df" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0156_quilava/quilava_hisui_bias_shiny.png" +hash = "3f23ce6c289be32ada55b8da5d4408a1f898e235f8b354f6049e490239fb11ad" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0156_quilava/quilava_shiny.png" +hash = "3f23ce6c289be32ada55b8da5d4408a1f898e235f8b354f6049e490239fb11ad" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0157_typhlosion/typhlosion.png" +hash = "db090ceeae6ccf748436c40d4b3334ab27e227387638957dabb087e8f199eaad" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0157_typhlosion/typhlosion_female.png" +hash = "8d43b19d981ab3c71638bc9f61c67c8ab005cd94cbacaffcf217e245a8c2cd26" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0157_typhlosion/typhlosion_female_shiny.png" +hash = "646133f6a8e76ff274cfd5aa7de2f11b644ceaefa0260cb4306a5c81a8b385ff" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0157_typhlosion/typhlosion_hisuian.png" +hash = "4e1f39564ee98b28fa6e840127d5f355e883dd6697d61ea52c3377d7c2b75473" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0157_typhlosion/typhlosion_hisuian_female.png" +hash = "54df0cb93bf8e8eaecaab996849d18bb92012242531ccab5c8420c5988c570f2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0157_typhlosion/typhlosion_hisuian_female_shiny.png" +hash = "4acb8b9f68edb78882a55c672054d469ee8c19d5754918e0735a8779a7bcd1cc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0157_typhlosion/typhlosion_hisuian_shiny.png" +hash = "10508316defdf4960ce3579177087532dbf607236facc5f7a7fe1b1d3c8b6e4c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0157_typhlosion/typhlosion_shiny.png" +hash = "950587ba5717861ce2be7761372eca8bcbd1dd97b239e0d1d591683f86697822" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0158_totodile/totodile.png" +hash = "67086bc716ea38a10df8c361570248c2b71cef3446b4e735dc442e83edd16777" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0158_totodile/totodile_female.png" +hash = "ed92bbb677d19b225e3c6b6c859d45398f774156375c17614f9b294f9efc8527" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0158_totodile/totodile_female_shiny.png" +hash = "993c083d33051a439366cef66f17de8447f9c5746e8ce46bfcefa01f333014b7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0158_totodile/totodile_shiny.png" +hash = "502f3a0ff1ba76e145cde80c9dbcd28a3d1249fcddbe6db3047346edb940aa52" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0159_croconaw/croconaw.png" +hash = "2daa5c7eb470a300155d0c8a59f5658ca895b7f352e76c63f7554e69138539ec" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0159_croconaw/croconaw_female.png" +hash = "dfc60ba9489a96a11900a495efbf35fa5de00b35e94312d55285816df44a6c58" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0159_croconaw/croconaw_female_shiny.png" +hash = "17c443ce3a2f9cea0af9935178b8c41f6357285511c3cc6f39c4203dc6d46531" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0159_croconaw/croconaw_shiny.png" +hash = "ba6459354f71bf408cf9ed21c197f64984645868e3c24fc5860bb1589da48a5b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0160_feraligatr/feraligatr.png" +hash = "d33d7a5739c161c86acc0764babd4423dd020d1d9399eacc4bcdcac30e76e23d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0160_feraligatr/feraligatr_female.png" +hash = "bd8a5caa30ebc63b3f5b0791e4c767a60d3d909cb2b09fe45bd1198869ad50b8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0160_feraligatr/feraligatr_female_shiny.png" +hash = "5b6d588c29ff1e19fbf73e40a2deb3a9d53adf391265f39abb0a61dab0eb9b0d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0160_feraligatr/feraligatr_shiny.png" +hash = "e23eccb114365a47afe586d8e38d2ebd3309724eb068e14f41c5969c6438d41e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0161_sentret/sentret.png" +hash = "b80cc19a99fd6554e468439cff875de888a59f79a99a341ad7ee463596fdf5cf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0161_sentret/sentret_shiny.png" +hash = "5ee6f3c48c47557c93481537954381d400034eb7b86a0a8588d0c008f53644a2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0162_furret/furret.png" +hash = "8733fa3533dd3508c15b0c59ceb4fdd6e08ab708441e22b56cff538d78b4f851" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0162_furret/furret_shiny.png" +hash = "040a0b31e5cd9fb599d9efbd2e4beb2fd6e5d12ca1e554dbd910c47576d6809f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0163_hoothoot/hoothoot.png" +hash = "2782a9858c0722f70111ed88080db7f8cef66da81f9caa2069e00e32e2b0a2f1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0163_hoothoot/hoothoot_shiny.png" +hash = "dd67a3fe0976a6cee43d91898112744d251be910e7c4d45cf5b4dcc66e2065bf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0164_noctowl/noctowl.png" +hash = "1a18407e2419044ce26a9598ca046ce40148c7f717620d519f56f1adba239c3f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0164_noctowl/noctowl_shiny.png" +hash = "804ee7721b387ee088acfe682a6fa922c7520f245c0aaa79f27543f932ce0f19" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0167_spinarak/spinarak.png" +hash = "88b137033b621c1e7e818c9f48792808339fde0c5443a9c448c19e8f28476469" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0167_spinarak/spinarak_shiny.png" +hash = "ac07628f6aa8f1c00bbdda519c92291853646fe5659dbb1bb27d607cf933d99a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0168_ariados/ariados.png" +hash = "f9dc519056c4f3f0ba71e2d8709351f0825d68658fef8f8866c69b6952bf9701" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0168_ariados/ariados_shiny.png" +hash = "7f90300db7f2da1f0b985b28064ee4ad67cb171b9dd1f26900d66bd4619dde82" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0169_crobat/crobat.png" +hash = "78e9aa937daacad0dc7cb986e7d8bb05056d741c4ef03edefdd37c5f91bccc0b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0169_crobat/crobat_shiny.png" +hash = "82e50ca8ac566f7c50241cd37a8b3f08b42f7717fb087e7d6446f2e841a0ab54" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0170_chinchou/chinchou.png" +hash = "b8dcff433079f25c05975913b06823c2e6bb9ba56660a36887e5820512bb1e14" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0170_chinchou/chinchou_shiny.png" +hash = "356ff8d71892cb9c8f8222da8a1df650d7f43c0c3cf7bfef041669603495dddb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0171_lanturn/lanturn.png" +hash = "171c202f16dc2a5ff93b068ed2b5186513f1f5adec362158d433de23f22cba5e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0171_lanturn/lanturn_shiny.png" +hash = "b98940a742fce3b04a0c4b26cbdb2c04a6dc1e1040064a2dc2d6f7b0a2bcf6b9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0172_pichu/pichu.png" +hash = "0d5ff3144c181adc36eb0c26bb25c37a1542430e4567f6ab96c64c947fddc2af" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0172_pichu/pichu_shiny.png" +hash = "2981226816d2b26a3a52fe3e19ae3c940f987b1297c7a34c906d6197bbfd9689" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0172_pichu/pichu_spikyeared.png" +hash = "fc1e03012849c6ec5b101ed65f3b8a4f5bceaaee5f9e408892692dc7d497e7d5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0173_cleffa/cleffa.png" +hash = "b319e6845a7449b4259a287178330bebdf386dc55d8e501a808e18dc0c00f9e1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0173_cleffa/cleffa_shiny.png" +hash = "d0278616cd5899e4409010a6e7c76befbf21e54269bc1792bdc46fe5d7aa6809" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0174_igglybuff/igglybuff.png" +hash = "f8d85a56b4703a316a4725df9252432366557e9093d44fc12c5ed6ebcd3bce09" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0174_igglybuff/igglybuff_shiny.png" +hash = "adddb347b2361c7b8f924b2fcf7ac449bc9dd3d979df5d4fa5ee4aed47c73d2a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0175_togepi/togepi.png" +hash = "72f95c0e3c7ec55208b80f8b3be6742becceec5f919bb9d742e8242339bf1075" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0175_togepi/togepi_female.png" +hash = "a429b0f43923286af630215523c8d0b9b583f73bf7c3da9f305000e45cd41e64" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0175_togepi/togepi_female_shiny.png" +hash = "639b780433cd31e4578f9fbfe6f0e1227991e232177a897bad1f387b8e3f07ea" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0175_togepi/togepi_shiny.png" +hash = "fbb2fc225d1346a10dc62b5d38654db069dad2f82e796080198d2314974c9a43" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0176_togetic/togetic.png" +hash = "f0bf7d83f78a3ee6109cebd5bd9ce8d0f00e5352f2ed55b8774a5eea1a51b77e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0176_togetic/togetic_female.png" +hash = "002d9fb8dd39f7f3011b1b9c8a49ef493974f9ca08a9e4f2acb65a33eead9bdb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0176_togetic/togetic_female_shiny.png" +hash = "eea08273a69d1bf4c703b22cd065a0b4fd1665ebc1b065a897dac3103c8c84d1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0176_togetic/togetic_shiny.png" +hash = "cef2a9065d27cb847e414ac7cf2aba079753e53342ce54881a17701a12d49a0a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0177_natu/natu.png" +hash = "44c9b4f4deb35276a99622e1ba8f749411aa76b80f16597d9c34ddeaa069c85b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0177_natu/natu_shiny.png" +hash = "4d73cb38c6f3f372c3bf24682e760822d0ec0e42aba61a1ca28dc6cbd11e87a8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0178_xatu/xatu.png" +hash = "3adbdf949b87dee175f5f09bdc80e96c5c1db4b4e95941328bcb63c772a02640" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0178_xatu/xatu_female.png" +hash = "f2ad82c3050343cd6557247f535eefc7990f4a5a9f34da6381fce79e4800e720" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0178_xatu/xatu_female_shiny.png" +hash = "cc221f0d3c695b35800efa29fee1a7b2350f1366e956c3b0ced5501846cbcc8e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0178_xatu/xatu_shiny.png" +hash = "b874df9528b469461111078414eaa465899483e9ee2bc6e44e5e12ab2b7ee390" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0179_mareep/mareep.png" +hash = "698c13ea8fe7970bb248fd262b3094ae6cce7268ddd5d95405f1b71a30022674" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0179_mareep/mareep_shiny.png" +hash = "3dee32bd206e1e61122367d3495fd048933865d12ac4e7d42f4081117cf04cde" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0180_flaaffy/flaaffy.png" +hash = "bc492e8f5eac26cfa862cfcc939e54c13a6ffccd50f72c363457aa06c1cbbe6d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0180_flaaffy/flaaffy_shiny.png" +hash = "6af0242426cc1bb842e4bf2ea9991527ca5cc3b356bfcbbb13bfbb80185ec583" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0181_ampharos/ampharos.png" +hash = "776df5e38b8d47decf7749bf22f13bf7d192324c6b17bba5ac8e16780857ce8b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0181_ampharos/ampharos_shiny.png" +hash = "70115429ffc90b96686a9dce9c0b65f0b9d0c7f4701aefbf15da048fb1f8d879" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0182_bellossom/bellossom.png" +hash = "123adb821f939f6fc923d50e270ecda289e6fe3c5ce98e31cf6bf71c6bb72042" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0182_bellossom/bellossom_shiny.png" +hash = "67913dd20a9281906f3f7bfa8db820f527f3bc156c6856e1909259061145f377" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0182_bellossom/bellossom_valencian.png" +hash = "123adb821f939f6fc923d50e270ecda289e6fe3c5ce98e31cf6bf71c6bb72042" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0182_bellossom/bellossom_valencian_shiny.png" +hash = "67913dd20a9281906f3f7bfa8db820f527f3bc156c6856e1909259061145f377" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0185_sudowoodo/sudowoodo.png" +hash = "743a626201421b36212c75a6ec8872e3921eab06d7a3d16c504ceaaf091a1421" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0185_sudowoodo/sudowoodo_shiny.png" +hash = "409de62232a06d45348e72cbe8f2eaaaa0c5e971922d080ad0b517d710221261" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0186_politoed/politoed.png" +hash = "ffedffbcae7e4484614c90344f8f262f0c75f00a514e1d20e9b52981e3bd56c5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0186_politoed/politoed_female.png" +hash = "7552cf087cadd58eaeca4c105c4257412caed5c7161707b59462c042d2d5a610" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0186_politoed/politoed_female_shiny.png" +hash = "d20abd5b93521b65dc7986e5d4e068a98deb968fa52af6fa137b738dc5a9dcf4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0186_politoed/politoed_shiny.png" +hash = "a07d801363daafa0db3c5c3cda433af91af256e47a8c4ff4b98a334a84bbc720" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0190_aipom/aipom.png" +hash = "efd70aa34a2eda5ecc79ff8a7649bc854911f414f9a7611c9a80e6a1f3eef009" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0190_aipom/aipom_shiny.png" +hash = "f52b585a7b41e993a1734e29405a052ce8ba317f7ada542c6e4ee6be9bb3a6c2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0191_sunkern/sunkern.png" +hash = "5034a48c123ff117b19556ec7f2366481cda0ee2ab6b8c0a98890731c1be16fd" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0191_sunkern/sunkern_shiny.png" +hash = "a9b7cea17f9aad6df51e03f437622c8af844fbb33591d0073ea162da9d743561" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0192_sunflora/sunflora.png" +hash = "6ecd16916e91fe63cc2ecf0a281b07c8a34bd178b99475192eb6debd38ddc21f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0192_sunflora/sunflora_shiny.png" +hash = "44d6910ac7461b03c75f3bc2358c23c63a8cd50e81f69674945960d2232a9a53" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0193_yanma/yanma.png" +hash = "bbb6d42f2685ea3be8aa8e475460cd9ab9f925ec93b6f8927a97e22bf2b95ca6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0193_yanma/yanma_shiny.png" +hash = "6d0ab4a070b56e111a6c61d3907ce42079b42dabb2200c4380252b5ef83e0662" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0194_wooper/wooper.png" +hash = "949b3d8e9d211629ee3bc2dcbb4f81b17e90fc6128c83b57701171c3fb625dfb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0194_wooper/wooper_female.png" +hash = "e971a1c6a5671dd8412e0a385251d1f738ff176e86d877d51e5ae0b465115e7d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0194_wooper/wooper_female_shiny.png" +hash = "8b0120fc6c88c2a3bf6c1db90cf43d7ae84d31f99e0394636d0cae168d8f0a1a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0194_wooper/wooper_paldean.png" +hash = "cf196dcf656bd922b54cb89328c9bb8bcb2fc661da3b5ff1cb4a1e15febe7539" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0194_wooper/wooper_paldean_shiny.png" +hash = "9b07368a3ec27b660c413f07b5ff07621891a919a1178ccfb8e04e0715a3207e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0194_wooper/wooper_shiny.png" +hash = "008876351ad8662ef0d78d079ec566e1ca1494a0988eb67e91f9f7fa875db5b5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0195_quagsire/quagsire.png" +hash = "0697df6553e89c96be22391096b34bcb53e15a2de84ebadf5f5355fed77f0271" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0195_quagsire/quagsire_female.png" +hash = "bf34d4e4b9c01206cd702bf7fe3c707984d5339416fd52704b637c8be127c177" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0195_quagsire/quagsire_female_shiny.png" +hash = "8dba9e725fd2e3d33b24896bb5b2397f0e43915c36b7d8a4457b442247586a88" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0195_quagsire/quagsire_shiny.png" +hash = "eb5204c39ee58eec64fd42b46c7561b4d729a0fb4dc0033739a13e0826dd72d9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0196_espeon/espeon.png" +hash = "6428869926fb641dfba6a33b513f803ad4732878686b7598354e4c4e76cc957d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0196_espeon/espeon_female.png" +hash = "22dbc2b100b26a338c11563d17fe9d804c656f7e0198508b1076cac47c8332f1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0196_espeon/espeon_female_shiny.png" +hash = "3afc40fbe937c753d77e1b3ba7cef367b75b030f9dcb03692e6d4f871025b7b1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0196_espeon/espeon_shiny.png" +hash = "3b651a9098dca0a9831610e8f83d9aa2c11648563c963f0881af32c625ceddea" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0197_umbreon/umbreon.png" +hash = "438afb6112f5363984e5514e4bcd2451b6d0943dd0cc0f0007a09b21bdaf46fb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0197_umbreon/umbreon_female.png" +hash = "c7972b9c32044bfa4edaa38b6f9bbf20e68672292da961c4b2c9900baa43f8e3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0197_umbreon/umbreon_female_shiny.png" +hash = "96bce13bc39286e75fb16a853cdb933a8830ede77afdc776d9d9d64cc86734b5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0197_umbreon/umbreon_shiny.png" +hash = "95c589eb4c92541f85c6a73dca24654897b0b688e05619cc64665b0614b39731" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0198_murkrow/murkrow.png" +hash = "fa1d275caa068c6c8cd65a2ea4cb603c2db1cf520bd6e7fcb60fb7599f72115d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0198_murkrow/murkrow_female.png" +hash = "cefd338eb75a0d1931d12cd0c04f4d607f7b279f30b234747703546397ce839b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0198_murkrow/murkrow_female_shiny.png" +hash = "b274faa563c9dbf56fa9789b7102ed583d9f495002a89508a4a368615c4d7cf0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0198_murkrow/murkrow_shiny.png" +hash = "aa2311f10866a8e54cb079ef92eb53931bc73b60fe9675ff8f786387c4c6ad29" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0199_slowking/slowking.png" +hash = "bfc82d43e6067cce50acc68dca3c900b8751b321c8c4e7e28346eb13af5fd06f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0199_slowking/slowking_galarian.png" +hash = "7bb35f66b88307fa0df7c14326489fa4b8e85a3617ff6fa79e3ee51c7b9d1929" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0199_slowking/slowking_galarian_shiny.png" +hash = "b0fda61eebffd8e9407e2f9a0559a92d814e63d2c156c44fcfeb4f7f39c06da3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0199_slowking/slowking_shiny.png" +hash = "bb4bf2d4178ee25b3d867b0194f43478a38260c3b5c458abb8519f65b2ef0e77" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0200_misdreavus/misdreavus.png" +hash = "de1e9f49932a91ed0a33df32eefb33387766a6781bf05d22643d65b574a08d8b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0200_misdreavus/misdreavus_shiny.png" +hash = "cdcb901bf5cbe590db37a738fa87baa9a9ce8edecf7b636e188e2e6b2d1d8b39" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown.png" +hash = "9ca4082752d0abd6981d535df485bb6ac0019118bf79817ca161efcef82e0506" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_a.png" +hash = "9ca4082752d0abd6981d535df485bb6ac0019118bf79817ca161efcef82e0506" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_a_shiny.png" +hash = "5112fa972ff58840493c66874327b3351db68becefdaff857810df948d60b46a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_b.png" +hash = "ec2b7c102d8c1ef75aac60bd31ee5bfa57d8599000b0d2d19819d30447610cae" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_b_shiny.png" +hash = "7a64c50d95092fbfad3c24bc6d95383912933ad4b1eef92916d43a6e0fb03356" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_c.png" +hash = "b6cf48b6794d211ebaba01e60da44d77179a6c074f8fd3e3b121cff0cf07bc1f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_c_shiny.png" +hash = "105a2babb3d99aaa8a158f6a0e3a83d443e1a026fff27929096f1077ea728087" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_d.png" +hash = "e540fcae3e0674c4004f80f29f2c5436bf632a05cae3bb1bb46b6bae861fef53" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_d_shiny.png" +hash = "0712772de23ccfcf30fbfca9171dbbb710055d0bf84fe5698a330b9ab56c7a88" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_e.png" +hash = "bcf5d80c75f107920fa2cc788b5fccb488a8845945762df805327b24eb225c1b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_e_shiny.png" +hash = "b9a29fbe6047eb90acd66c55897103f0b75568117a4e9456b125b01a00172827" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_exclamation.png" +hash = "d23322764a65d144ba97189a6508f94b5d34277be51c7d1e27ab5ac22ea89e53" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_exclamation_shiny.png" +hash = "5a6bb0449b5acc9694dd35b52af2284c0022a6003f9140cc35f27c284fa85814" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_female.png" +hash = "0a2561d0c995ace8261f2f358ef3426dd53f6705d3efcd2ec1f74d1385d87557" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_female_shiny.png" +hash = "9322ebec482c8d00650f1ef3fd34ca3fff8c58738c19557a1173c69c28beec7c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_g.png" +hash = "d06ab2ab4b4b060e3a40b6a91b857391654e6e993e1e3de0e770883619c8940c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_g_shiny.png" +hash = "13ee636e7e69a7f1670d3e1fa56631e42b0bc16e626d289fc1c335b7adf24f00" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_h.png" +hash = "65523826884668776308c1bd2e800c5f5e834607ddb6c9e2a968194d59aa1b67" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_h_shiny.png" +hash = "c04d4c935812d9ae58b5e1c8bb8350f439040521feed19b378def1d6bb64fc3b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_i.png" +hash = "45a8cca4138fa55208b4cf0e510c12734bd9d2a343a56fc3b7d07041a49f5354" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_i_shiny.png" +hash = "a9b4d130870326eb7dea2554c38be8d5337c37167e74f70003a4eed0c670ea64" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_j.png" +hash = "3983a813a26565d2c43f9f40aae35ae5438328d276358a5d01838866a00e62f8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_j_shiny.png" +hash = "a07e6f2049794bb5d38338d4dbe53e60fbc0d2e243acb956aa50e7ef8458951a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_k.png" +hash = "3e8c894d2397a50b35629ec45cb3fbbc17ecec7388347d2173b9d75736c905ca" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_k_shiny.png" +hash = "e6159e54ad02e4421686a20677b55ea40e8bd1df419e29bf30072f9614b9ce6a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_l.png" +hash = "d6c3b307f8dfb58f9b9ee9f136bb7539323f25b866d686aba26618d031a7cc77" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_l_shiny.png" +hash = "2605cbe3a771a3c2efcdbbd17d0db4c86ea12ffc2768d653822838e2012deb83" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_m.png" +hash = "15c7fe554caca29bc883326dc9a1d5a3d837841e54d0183c98115f3985aadf2e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_m_shiny.png" +hash = "2f7dc559525ae4fb628df4771efaa90a05d8fb97fc48ef181fc5133aa53d8304" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_male.png" +hash = "9ca4082752d0abd6981d535df485bb6ac0019118bf79817ca161efcef82e0506" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_male_shiny.png" +hash = "dcaf309d63ecc816501e3514a89ea67daa0861b8ba02d6117c007b0ba5f95f67" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_n.png" +hash = "810bfdafc467bd3a9795145b34930ecdbe77ae02b614d47e5b607c3140c7fd73" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_n_shiny.png" +hash = "9a8462ab73e56194410e7da14985908aa61bb074e53229e3e053fc99afa4a513" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_o.png" +hash = "8023072055e5db43dd8488aba5bdffde0ce3071242777814a20019db84ca1949" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_o_shiny.png" +hash = "f1e1071ee04e574668cc6f49f7d9ae9d1153f7fdc126cfe9c76674d4e0b5da96" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_p.png" +hash = "5196a1e72d678499fd24a9eb3d28f0ee08c5cb555af0ac745161d10e95948105" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_p_shiny.png" +hash = "4c157df224967ef5318f02ea9f758fd1d31fb07ed2d45b7a0ba4925dec33c2df" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_q.png" +hash = "83ef36b6cb09e09dc1bd7bd8fb89d29273591dda9159c22a5ee6d2108556dbad" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_q_shiny.png" +hash = "70ca90425b5647dc1199958a79462ea937cb96cae904494f8276c294213884a8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_qm.png" +hash = "be9bb10d4bdd356980e3514991b7a9f6369f63c5993cece2a479b8ac8ee4c9de" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_question_shiny.png" +hash = "c1a385c4fec60cc63eb4d57971d349acd0e90f5e1a56f106fe906de237b85f63" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_r.png" +hash = "9fcd8d1fa0122af35f435492f8d195577bc4ccdac0180c7b13986c37a9dc0d70" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_r_shiny.png" +hash = "427296a5739c6727ea2b5e2950fb382b0fcadb6523b1ee44ac15438b30c4a199" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_s.png" +hash = "3c8f1495d6466bd3e55934e6439fb7a9aa3539a0584e666270343c027a1c37a5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_s_shiny.png" +hash = "e1511ea77b9a1f7a9c3f67f61883be85bac5c38a09769b71836fed16ee5d8218" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_shiny.png" +hash = "5112fa972ff58840493c66874327b3351db68becefdaff857810df948d60b46a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_t.png" +hash = "1c2e1d693ef47704ffa9967ded7901876cfbfce4c02729ba0cde8c856aea9289" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_t_shiny.png" +hash = "8b6f2ecd956030de90e9dbfa844306849360b60a665fff1d2769ce83166f52f0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_u.png" +hash = "7e401b3430674cec7d96089f166f8597d7d155d7c2201dfdc286e2b31254b848" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_u_shiny.png" +hash = "8e8ba9a38120625d093a5189c5d3e43be37d3b606b728572000b185414f250af" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_v.png" +hash = "178d6e1da0a7de8874ad3be6171822b7f48597eaf2d2c0f71e3d8804a1550ec6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_v_shiny.png" +hash = "403e8e44defa734e7b3881a89ee2cb5116d5e02877f1b796fe73e846c0371074" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_w.png" +hash = "c10f2113feb2d25f03e9ccb4346fd212d3e36d9e75a45f7272655e4a61aa45ba" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_w_shiny.png" +hash = "380f1815dd7ecfc1a031121f5a080b5777ca239119fc56124a13c5ff5fe347ba" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_x.png" +hash = "f0e29d68648295cf9f1b31ee19cd3c34fb8173ea960430b16ff563882f73ab14" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_x_shiny.png" +hash = "bb69b4023ebb40c4cb62e1916c0c5069e8d25fcded4cedeab41a011e5d03e0cf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_y.png" +hash = "eb6c6ceb0403a81ba74fdec15eab879dd0a11503a80e867112535c613063a6ec" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_y_shiny.png" +hash = "66c2c76402ad6e96834848da3fd6b757341cdb2d187f594469359ad1f683d3f2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_z.png" +hash = "b47d13ea6ae3ea858a72c338e79d7b57a204f0ee57b447031c1e15be19fdfaa1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_z_shiny.png" +hash = "b8e81c4e775661544884060d3c81f89436b05b9a9ead2272994281c5a382be08" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0202_wobbuffet/wobbuffet_female.png" +hash = "fe6b40373b94bbf01140f7afa1c63f900925c0984e6fd9393a2ad0ac43031bb9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0202_wobbuffet/wobbuffet_female_shiny.png" +hash = "4abbf22969144d87c5f99f21e7de663d5a7d699f9dd96d517b0d10a26b5d8778" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0202_wobbuffet/wobbuffet_male.png" +hash = "e33acd87be116260401e8d22b76de1416972088da37668a10addffad1652fad1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0202_wobbuffet/wobbuffet_male_shiny.png" +hash = "27b7ee21dbef6ef02e6915d26d1c9e2c85ed1a2fc138c3add9dd09866b0d074a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0203_girafarig/girafarig_female.png" +hash = "59dba921f2b47c597311f20697653627b9b22f49ca1117b4966f0285012b89c8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0203_girafarig/girafarig_female_shiny.png" +hash = "98c31fa28b25f8ed6a96a6e0d77906125e779a3f7b917bf3ca6ef32a32e93dc5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0203_girafarig/girafarig_male.png" +hash = "3813782c9e66c9064539399396986a5de0cda7e136cf23f8882923ca7d765a62" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0203_girafarig/girafarig_male_shiny.png" +hash = "8bc5f60139b78ce209c3ab0ead781ffcc37990c973addc8f5a4c5a33a378040a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0204_pineco/pineco.png" +hash = "33387cbd39fbc22206d7aa798cca69dfe7e905a712b620744b1b96ae6ba74eeb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0204_pineco/pineco_shiny.png" +hash = "57e8cea76edf6a0382c34754b8a7d84faa29d3f1b5a120ca113d52d3417a866d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0205_forretress/forretress.png" +hash = "23e258cc33e3eb835f877d0e23391ea431450318316f545fa3b3d453c78d3397" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0205_forretress/forretress_shiny.png" +hash = "3a5cc9e3e9d4b43dcd2162d79c014285dd4c2531152bd9ffd866736e6734da62" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0207_gligar/gligar.png" +hash = "dcda1d539d046b8e4c1893e03bb5352e54ece3f42c94bded571ee8e6435ba20c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0207_gligar/gligar_shiny.png" +hash = "31ed00a9c7a0f8ff0dbe03eeb697367d40e491c8a62202f840a122f906116a6e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0208_steelix/steelix.png" +hash = "e30ab24cedc95ee517509878e056bbd69b05b28b5234166ffbe7d1420f52d7dd" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0208_steelix/steelix_female.png" +hash = "89401820a1dc632a8bca7f266fb44c98cd0d0fbe308a58dedec7ff00e014ed04" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0208_steelix/steelix_female_shiny.png" +hash = "bd76126468395cbad78e55f6d8afc13125ea862d61ad1124be7442a2c5d35a9c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0208_steelix/steelix_shiny.png" +hash = "1558ac9b95f926b0cef4d26b9ddd8eb70414de6f9d56740ed70b353d2c697289" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0209_snubbull/snubbull.png" +hash = "b939fed0835c889c5c679a414aeb4ce5cbc0756913bbe82945afb86953054d1c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0209_snubbull/snubbull_shiny.png" +hash = "445651fd271bc04d551739fd02fe36f65635ea65c74dedbe0643de1c4a24932d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0210_granbull/granbull.png" +hash = "c27172061af145ba3a78edee4bb8bd7048ba0ce9e8192dd4a5332b2190525ce6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0210_granbull/granbull_shiny.png" +hash = "5f4b509deac32f6d9310f55915442d9e40d02218ac93919c514e341eb1932a0f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0211_qwilfish/qwilfish.png" +hash = "8f921d714535de6b5ea1a48eb4d61f922e928476ba20423fe4a565f9a43c792d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0211_qwilfish/qwilfish_hisuian.png" +hash = "35f52b1959aab48596388b3c767983050485769b1f7717e71cbb117c0a290246" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0211_qwilfish/qwilfish_hisuian_shiny.png" +hash = "99980a61b368fcf3c5f9806946edc84259bf83d5376e00e8430aae9e2a28577c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0211_qwilfish/qwilfish_shiny.png" +hash = "8e15cf03645632e9964f851972f625f2f92e53ba52517883c7cd1ad63ddac627" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0212_scizor/scizor.png" +hash = "8ffbdc521220c5fcea42e311ba448c19799fec8cb6dcdec342913e1ba387646a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0212_scizor/scizor_female.png" +hash = "3efd970907cda2a37227a9e7cb3c7f3b278af912a62cea5aa5304cc3251f2923" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0212_scizor/scizor_female_shiny.png" +hash = "c50d3cca04d98601a78c37cee9fde7913cd859179b314c1d7c674ce49e22174f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0212_scizor/scizor_shiny.png" +hash = "6e5eb91347149c9147ffaebe7adc36299807cf4f033419a95b8bf14c7f63b0bc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0213_shuckle/shuckle.png" +hash = "6d703cf78f00aa4333d36bfeff34707da8930d4824e9a02263bb234a87b91d0d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0213_shuckle/shuckle_shiny.png" +hash = "de39eb96e5293750e31967d69365fe19d88734f21b48cc07472068e54c4f81ca" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0215_sneasel/sneasel.png" +hash = "87a6598fd7381dfdb2c61c4d4138a51ca4be2f2b054446fb11fb8832214e1008" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0215_sneasel/sneasel_female.png" +hash = "259b8d17eab78a3d5d1c815ce08dcfa84610295d1a790ec8c578c7ab154f13b3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0215_sneasel/sneasel_female_shiny.png" +hash = "cca084baf332665a64511f4663aa793e5f9eac6e7950b87af088be591a69e988" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0215_sneasel/sneasel_hisuian.png" +hash = "76ab5dd3526b86a1bde17d5ca3655857f83b3fee83483c95dd3aca5610d59019" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0215_sneasel/sneasel_hisuian_female.png" +hash = "f31d50e3c8457f98c388619c427ac671c21ea4d6059afd79bad35c0d5538bce0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0215_sneasel/sneasel_hisuian_female_shiny.png" +hash = "a0ad39592129379a06cbf2f5f09b9cb0a52eadd38d5c0aad998b0b86c1e2a809" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0215_sneasel/sneasel_hisuian_shiny.png" +hash = "f2577a255beee686bc6d96419e501322d3862f03ed5ba62772ebc8fbccd11fbe" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0215_sneasel/sneasel_shiny.png" +hash = "971c3258598e0ebb0deeaa6d87bfc809858049dca029afc90861d589bdbfc32b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0216_teddiursa/teddiursa.png" +hash = "01cc936ba6a18867cf16748567c339092b3613befb492c4f7ccbc1f09f21e2ab" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0216_teddiursa/teddiursa_shiny.png" +hash = "30ad5568161a9d9467a154f463ec3794eebdbb4510c54794c1d57f2db0bebe08" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0217_ursaring/ursaring.png" +hash = "4b0f3fe16786edc6e53a34da44232b0c7408373b2a56e7ef783a707eee13e05d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0217_ursaring/ursaring_shiny.png" +hash = "d34f915ad1cd93b7f6cfc59fed33d67ba86b96f37c6a5fc436badf08088fee9c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0218_slugma/slugma.png" +hash = "731758b7065e5949f4cf1aff6279e179b10e7ef32b86c18c5d1a1cbab1ad820c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0218_slugma/slugma_shiny.png" +hash = "661e41b9510eae09dca988c77e712bedc55cae8caf16e97f872671b002c70bdf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0219_magcargo/magcargo.png" +hash = "4904f4f948697115614f7611a7101b4319832d61d2636bd5ebd202dbb87b14fd" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0219_magcargo/magcargo_shiny.png" +hash = "0a3b9998f4571fb5da169c2c4f8e30008c53430ca8245c6f5516a813bdfe5c28" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0220_swinub/swinub.png" +hash = "0bfe5562e3ca0512857db7ca7d9324a896a003b9c9f39454c42e23b1224e75fe" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0220_swinub/swinub_shiny.png" +hash = "6abe921609b71a077ad7692aca53b8cba446fd6754dd65d7503b5b3793118c92" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0221_piloswine/piloswine.png" +hash = "83dd0ace8a0bcee1f0410c768a52f5cd1e0f6f2478509dcc3231acc8220adb78" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0221_piloswine/piloswine_female.png" +hash = "ba1b6a6e5cc78bceaa5253c9070082ad40c86f7a855b6956bd7499f74991b964" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0221_piloswine/piloswine_female_shiny.png" +hash = "6409678a2a3ff71d0f8b02444c59b25045e676f3bdcc78ccf1871218e079bc37" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0221_piloswine/piloswine_shiny.png" +hash = "c253c94e8edaa3a587424978474dfc408e23d0a76e2c9336d0c4a906fb1c628c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0223_remoraid/remoraid.png" +hash = "c14bc95c51a55e76933c639b55eca8c46387cac995621c0df64430d0fc5a069a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0223_remoraid/remoraid_shiny.png" +hash = "324dbbf56d2e27efe398b1dad40cd9b9fe3bf907b4ba81184779b602b5fe6719" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0224_octillery/octillery.png" +hash = "051b013f0a81b6437a29e57f0e6c75474f9aa24e17accac19331f83448e51b93" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0224_octillery/octillery_female.png" +hash = "cef2b7698a6333c771e91119cd5b86a9aa6ca770f6e1da1653c1a814e65c7ee1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0224_octillery/octillery_female_shiny.png" +hash = "def6a0669e5e1ee41a1c48e25aa8f08f055a2dd4584208b22b1f46e25cfa6b6a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0224_octillery/octillery_shiny.png" +hash = "daceb32b9fac854aa74e97761762a8a1517fd6838c27f135827262a4541aac89" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0226_mantine/mantine.png" +hash = "31ed08f6645c526bbcf1dd8c2ff9f122647a570e736d04323a499cf4406152b6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0226_mantine/mantine_shiny.png" +hash = "366728ced8b48d1ceb6f96b476e1fd37543b7173ff145d1f703c98ccdd2fe418" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0227_skarmory/skarmory.png" +hash = "cd0e93a222f9324923c8a69f30264f702d0c697b1fd94cedbbd7a31a0824e630" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0227_skarmory/skarmory_shiny.png" +hash = "dd0e40468c6727133f46cc1a28c7302d94ff29eb250fb6b6ea03f58b8976333a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0230_kingdra/kingdra.png" +hash = "8d6ee16b0bb30cc4d654c1738748b897b7e28bd11b0222ffc1b0480c581ea7d8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0230_kingdra/kingdra_shiny.png" +hash = "4b1de6f2347bf09f3b45ea056137882df894ef6991a48574dae3e79b0dff1fb1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0231_phanpy/phanpy.png" +hash = "e4609f56f5976982ac13f03c2e84e5a88ce878336d668cd3bdbe616083ab29bb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0231_phanpy/phanpy_shiny.png" +hash = "a0f751089a324e4cb2f81b84446c0942d65c72657d2f1ab5cb43171b7030940a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0232_donphan/donphan.png" +hash = "c7652783b41714357b1a42be249279832f5485afb1bb9f4c8299a57f769a5ff0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0232_donphan/donphan_shiny.png" +hash = "3b1e705623fd2a0aaf77914c7aa3626e6a88dcd21bc481693f0cba500bec53d8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0233_porygon2/porygon2.png" +hash = "04559ff365b3dbe2962671f28119fb32ea52a1d5c5e69f2daeef5f503b727b91" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0233_porygon2/porygon2_shiny.png" +hash = "dff30f2b29d18d268454ad4ecfcbaf2aa11dc5d1243467f7509e2d52182b9da7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0234_stantler/stantler.png" +hash = "bcc61ed79bd86a184c1d9173a2a634f53eb805fe1ed86daf0183a15308a62c5e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0234_stantler/stantler_shiny.png" +hash = "1c2373bc41ba7573bb275d79271c8203ff9aae815a6de6a4af92679b89e400d6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0235_smeargle/smeargle.png" +hash = "7062eca97f49f48791b545602af4a4124eb46936a2c52af6d7e9d82233661d8e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0235_smeargle/smeargle_shiny.png" +hash = "075351ef3fed85880647b10b7c6749442dc7f83c74a4850946e92c0caf2bc6f7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0236_tyrogue/tyrogue.png" +hash = "b6ba584dfb71de1b955d9e21f03ea65d21b01a92027912213571330b90c36c8c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0236_tyrogue/tyrogue_shiny.png" +hash = "ee278e03183dfb2d5319883510f1d5800f09cfe81aacb6b10f8290b84de55378" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0237_hitmontop/hitmontop.png" +hash = "8a1b3b1a28825ec9a6f8e619004481a7ed2235f3f94d1dccb46c9bb2ee80a045" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0237_hitmontop/hitmontop_shiny.png" +hash = "958cbb553a13395d746a4728f247b7174ba51572f9636a62aa6163c69733245b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0238_smoochum/smoochum.png" +hash = "232ebd9ad78669b20f0e9e58e790c5363f6dd6341733fb0adcb4c1a3158507fc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0238_smoochum/smoochum_shiny.png" +hash = "c0ad0bb35a565dd398a29c336d806db62c2b241da42bffc05f7fd33825d42646" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0239_elekid/elekid.png" +hash = "9b3e858ea17e1bec53b8220b001cbe1818eea84f032e6ad47d3e7fcebc265b65" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0239_elekid/elekid_shiny.png" +hash = "d526db285074993c0d76c6f39e17001dc97a8b24205602204a1a24bc7cdca28f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0240_magby/magby.png" +hash = "492ff4b81845f4080a6cd4d7d50d142176f980de87ad8c70ab498791f211167f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0240_magby/magby_shiny.png" +hash = "8815d0be04c9f334d5619c2e131d8d2a9d2aa208c428aff56450836e768dd58b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0241_miltank/miltank.png" +hash = "3412b57c4f1f5df87f6457244d32bf010b90d43401962a89f4ed73af164df1c2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0241_miltank/miltank_shiny.png" +hash = "cfc57b6528822c856acfd32d5bc88a61ba63d69e80e96eb411fb6f1393fdfb54" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0242_blissey/blissey.png" +hash = "2de001bcf9bade5fd9d451d9620c36057dceaedad56cde70a0d80ef349f233da" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0242_blissey/blissey_shiny.png" +hash = "82dca01477a3f4d81aa2d57b9e0252dcc632c6daee1f9f2337c9e7651ed355af" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0243_raikou/raikou.png" +hash = "9dac227d95dc8de49dc1c873433fc2cb51889b72fefc208b6cbb57c79ff78769" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0243_raikou/raikou_shiny.png" +hash = "c7ef5c55106b6304b4e98f55af7d39b7eccb84b0c47e883c07fd5baa4243c256" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0244_entei/entei.png" +hash = "6ea3fefb552a856ad15a592b706dd81faa751f484b4effe85bf0c3f5a8ba631e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0244_entei/entei_shiny.png" +hash = "ad44dcd003ad6b9153d990a3090915e64dec692897da246326a4061a9b238f59" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0245_suicune/suicune.png" +hash = "dc9056dccb488e7ae43d8a2fa6184fb49ccab3703e488e23ab43aa548a944dbd" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0245_suicune/suicune_shiny.png" +hash = "a4af0f17446221fd038525dcf48e7860d761d50ab7877e7e05f5b0c5bb0fc515" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0246_larvitar/larvitar.png" +hash = "96ccf04f1ef6404aa5253e4fb7e8b6053e124be24b5a3822a2ea9bc0e3b51646" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0246_larvitar/larvitar_shiny.png" +hash = "8c44bfa711868e6c3e52af57f9536bf9fa0de9c5fe87a03d50312d2236456e0b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0247_pupitar/pupitar.png" +hash = "c94c126d825d6530d8e8dcf07b9136c19f13cb1922cb18c3fb84cfd016692b67" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0247_pupitar/pupitar_shiny.png" +hash = "06001225505baa3c75de7c3939aa8849f420c4be4d7b37e6e972cf24b7406a95" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0248_tyranitar/tyranitar.png" +hash = "40e6c46fe10c2901b4a3429484141ddac1ded8aee25b785d4f7642b1da7d69de" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0248_tyranitar/tyranitar_shiny.png" +hash = "2053d27c1e5c04f7ae71737791bb01ae5082582d8d5a4b574ed68f6eaff1db9a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0252_treecko/treecko.png" +hash = "0d1c904f74b2afffe7b731637add23f8cb9b43d93f34ee0a78160fd8551c286e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0252_treecko/treecko_female.png" +hash = "8145ee83c906e5b9a6c9e3423fd0f261c23dac67a5208609136713745ce0b149" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0252_treecko/treecko_female_shiny.png" +hash = "fe307767e6eb059506cd7940dc3414ae7c669fd773dfbde84fa8130c9505bdac" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0252_treecko/treecko_shiny.png" +hash = "493e2ec0129f25de873356ab6a576463fc5276022181c6225dd257cbcf387149" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0253_grovyle/grovyle.png" +hash = "33f5ae0ac45e12e14c1b7e3437270599c430b5c701e291cba4a91374844a0090" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0253_grovyle/grovyle_female.png" +hash = "9e1b8b6f1fbcc89c41c6e8dc417d8e708c51f4a4ef6470667be664e81cf50bad" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0253_grovyle/grovyle_female_shiny.png" +hash = "ea708434f09e5aa683cf2755139408fb6d67a407ff5570d45aebec552bb1d98f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0253_grovyle/grovyle_shiny.png" +hash = "4a2bd67d579331410c257bee310005f525b54c40d32f10f095097c27b7a3d1eb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0254_sceptile/sceptile.png" +hash = "e52213de749c38da428b272faea7faaaf74498bc31f9bdc9e0301ea538ee8244" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0254_sceptile/sceptile_female.png" +hash = "196295bd7466dd194fdd7654ba692f1f152f9707295f0730270f6a292f289a62" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0254_sceptile/sceptile_female_shiny.png" +hash = "f2c2ccb6b0592cbd94b3442177cad1e9676262c72efbf8af926788eda81356fe" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0254_sceptile/sceptile_shiny.png" +hash = "c33de38949b00cdcfc7d52ee59c3cbd572e716be2488f7d89f6165eb0f3caf0c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0255_torchic/torchic.png" +hash = "0f9119b883589569ade6b70de6495a59bc92a0d8d6448537e411eee40bf3296a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0255_torchic/torchic_female.png" +hash = "54720b504321ce828e35f8df9c480d5eecc01d56d506dd3ca5e176b206f6da5f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0255_torchic/torchic_female_shiny.png" +hash = "79e264420c80109293e82f4093a5cf9611a6db89bea22de3a966ad76af9a2e4d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0255_torchic/torchic_shiny.png" +hash = "6427834088561e6781e39dd0df103e289e52899a58cf709d4404cd52bae65b68" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0256_combusken/combusken.png" +hash = "8e81dc9a6fd3ed45dbc3d08a9f46aa46ca833e4341e2623816fb8ca95408bf04" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0256_combusken/combusken_female.png" +hash = "5505ebc1ad88b4a2c2b52ad8a542608542147c736e737811da62aba1e2820822" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0256_combusken/combusken_female_shiny.png" +hash = "08b391e5f5768e52c50486a28e0db770323b550fbffbe470d6e1b74d1a296423" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0256_combusken/combusken_shiny.png" +hash = "935f948aaad538168d0b2009eced14524547997e6914a636f0b31dc355b827ac" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0257_blaziken/blaziken.png" +hash = "35d26ebe30a77bf20e19019c1eafbafc74e003d92487435c8c3a5a08dbd39eba" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0257_blaziken/blaziken_female.png" +hash = "67e1496b305a597d4ca7c198b821d295f8bbbc94a232d7b46498d400d69cb4fe" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0257_blaziken/blaziken_female_shiny.png" +hash = "a529a5a461690c8d362e4d9f9023715be84da63dc5d6eea9d63d828b6c59bf90" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0257_blaziken/blaziken_shiny.png" +hash = "5e3772f7eaa0beffab69083999aabfb8a29f0db2b1b200806eec3b05e1bba2c4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0258_mudkip/mudkip.png" +hash = "391e8ad0cd3fad63ca8c337e4259056f8ba286c74df60c1d3cb28722511f3ca1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0258_mudkip/mudkip_female.png" +hash = "f8879e2ee2e481f22b9cb6d97b386fe9509cd119aec6afedd92930d1c15ebbae" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0258_mudkip/mudkip_female_shiny.png" +hash = "d04035363d02dcb8c7fa3621052021ccfb2c9161361b85359eaf1401f36c4d59" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0258_mudkip/mudkip_shiny.png" +hash = "3ced6329a7b5a59f2740df6238c75665f45d90c8e5317e870c93ed0753c73a81" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0259_marshtomp/marshtomp.png" +hash = "217f6c4fb59fe72a8fbebdca79be00df8d2f64b3fb461b5fd87eb64887db85b6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0259_marshtomp/marshtomp_female.png" +hash = "3e72dd59df8b56ce7f37d1b49347bccf8a3d6d2d98797fc3e146124bdf100c48" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0259_marshtomp/marshtomp_female_shiny.png" +hash = "04075cc5664083925b8ee62c5ffab641bf883fbfd3aa1e7535b51bae596d39b7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0259_marshtomp/marshtomp_shiny.png" +hash = "e6f7987af71179ca896a34d98238a689188d37dae74e4a3c8bb3bbcf73f2beff" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0260_swampert/swampert.png" +hash = "70ddc81db996d387f5291ec2b8a91130ad7ead1b1308720b9c19a02b8019da43" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0260_swampert/swampert_female.png" +hash = "a2eb4cf0bb26c5a3f2d284bdc59e5e6e93232dee381951a8347f848bfe202d27" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0260_swampert/swampert_female_shiny.png" +hash = "d41cb44b7b023d86775d3fbe481bbd266ec121cb470d605f5ff0fd4406c176df" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0260_swampert/swampert_shiny.png" +hash = "c49e654316db7107eaf93afff5f4c1001b6a7ce8a27f718c516d9954123ac3b7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0261_poochyena/poochyena.png" +hash = "7642476283f95235078059babf3a85cdfb570d95d40600e3274458b37b51509b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0261_poochyena/poochyena_shiny.png" +hash = "585412ed535c7fa279495e734fe5c304f76785362f46e4f233d01736e3f88292" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0262_mightyena/mightyena.png" +hash = "de67f06ffeb73dfab839b572aca05dd90d9f3de709ba26a4bff5b0effb030644" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0262_mightyena/mightyena_shiny.png" +hash = "399396fea0203a79ce7f97fb4547a49ffa47afef07772ea47bdc87c8ccc000c3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0263_zigzagoon/zigzagoon.png" +hash = "d99673be438af51effeac51d0d2bf51fdab66e09a8f6620fad4c0f6312f9eebb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0263_zigzagoon/zigzagoon_galarian.png" +hash = "563cda49fc3f54fecc2e3abd4b0b9c0b143e44114783dd95ff60488b43e87314" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0263_zigzagoon/zigzagoon_galarian_shiny.png" +hash = "62dc7ebccdacfb6b0a393d4f1101dd9f8e905a9dcb95366efc5f9ad51e91427e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0263_zigzagoon/zigzagoon_shiny.png" +hash = "e5a5cab956b159aa2fc9fef01d00c5ee2d1c92769f65d75b3736fdb0e88c770d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0264_linoone/linoone.png" +hash = "ac9d2d0323e680c3fc0779b36973ab82f5b43158cb3da8bbdc087451b94cd333" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0264_linoone/linoone_galarian.png" +hash = "e441ad8021fe66c640f463e24ad49cc462a29d71074b7bbcec4dd6b7f6c45151" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0264_linoone/linoone_galarian_shiny.png" +hash = "accbc373b468e4d672f94823411a392aec3b38c38e35baa45e064899c06439fc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0264_linoone/linoone_shiny.png" +hash = "3e096c3f40f93a098ecd5d5e2c5618739dc393881bb7be4dd87375001820fb6e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0265_wurmple/wurmple.png" +hash = "5a22bbc1c883b8c4b1ac7096658017c4c93197d9c89a52b1b037f80b68f8b722" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0265_wurmple/wurmple_shiny.png" +hash = "fcbf9716df518d06871b0c049fa7f44779309f2590d81b8d036bed84cc74ce2b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0266_silcoon/silcoon.png" +hash = "fa760ebd460661a64bb563b6ea91ac0cd77a4ac7f5a75cdc2ec371fb67af1e20" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0266_silcoon/silcoon_shiny.png" +hash = "fe04391f054b56bc0540b158009cf0862687fae06525bc2d418f61d4eeaedde0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0267_beautifly/beautifly.png" +hash = "7983960d3e847aaefe2bd3c3585cffe6ea90b0a25c3a9824d7ecd75cb71189ae" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0267_beautifly/beautifly_female.png" +hash = "e60e1eeb9def5f60c770c524a0c91b6a966c26f8b6d6cddeb1fdedcd3e22aeba" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0267_beautifly/beautifly_female_shiny.png" +hash = "4434829954855386512dd345d6f71c35a4bd03fcf98d468d237f7d6055c40757" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0267_beautifly/beautifly_shiny.png" +hash = "7cdc7a3a21c2f96db3ba25c017e05daa0081c3c7b15fe7c295465587ddc5c1bb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0268_cascoon/cascoon.png" +hash = "bc74a041f9e334863bc9a432a24bdc823942f7d8a617e1ee5aab1a40fb109b31" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0268_cascoon/cascoon_shiny.png" +hash = "29297cbb258648c406c24501d7ea071ccb2172bdce3c7834a0ed8730953e6f09" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0269_dustox/dustox.png" +hash = "bacc9862a2b4df6276b23533689a2954f323faebf9081dc2d64b817bd61f29b1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0269_dustox/dustox_female.png" +hash = "de917ee9618154026cf777a27750bf2459bca1bfde6f7161de74dad0291b906c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0269_dustox/dustox_female_shiny.png" +hash = "93ce016d87cf7ade6cd0ffcca6a34bdaa7b4f4643d4f486c5bf76a3579e93b76" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0269_dustox/dustox_shiny.png" +hash = "bce329f51b0082c14202e2dfd740e163408d83f79d5e2d90e0fd24c33fd9245a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0270_lotad/lotad.png" +hash = "8f1be6e3d7faf40b34b4f86bb4eb404d9f54fc40e312b29af09d9f6dee2e9127" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0270_lotad/lotad_shiny.png" +hash = "b8e617c15da1a3dde948405943a455186a55fe74e256cffefca69409b52a2938" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0271_lombre/lombre.png" +hash = "75a712f99c41f8e3fa29ddae941b85458d7fc48747317af7ec88c7f4e8dc283f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0271_lombre/lombre_shiny.png" +hash = "afd96d334881bcf0f3880cd62475178c35c4933bcb382481fdd8b041ae4d4ff5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0272_ludicolo/ludicolo.png" +hash = "ec5d9246f95ea8839ffd6f3ad55bf129e745dbc04bad42278d942663ac395e3f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0272_ludicolo/ludicolo_female.png" +hash = "f99d73bc54646256d4e581ad7d6b444cf2b87e8da8296c5693fbb414399769ec" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0272_ludicolo/ludicolo_female_shiny.png" +hash = "0545fbe021e998222decacf2f5d515f04ca92a102382aad574fbef439108d2fb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0272_ludicolo/ludicolo_shiny.png" +hash = "f6e2afde2c4a2620a36286b6dec0dd16deb9d4ad881f9ff7dfe02dbaedbb41e1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0273_seedot/seedot.png" +hash = "f1d089f92de13f9341c6c2d6f74ba0d03302bd6a3f32039c5f7ef147498888e0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0273_seedot/seedot_shiny.png" +hash = "45ef464d5784daaf260dc4c99333b926109c2d3a1524a63abeb497e202ff001f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0274_nuzleaf/nuzleaf.png" +hash = "b431360a51c2e58bdca3f9c9a0698d29675215cba8a0b27bc7572bcf1e88d643" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0274_nuzleaf/nuzleaf_female.png" +hash = "e5e8175abe0eae346bc99f0742f1ac83592799c3c59dad0a866a9fddb9cc58b5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0274_nuzleaf/nuzleaf_female_shiny.png" +hash = "b673017e266385f8384911a94c3e247850629d9c8ed8954204ce99757a65a316" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0274_nuzleaf/nuzleaf_shiny.png" +hash = "573dcdba523ece32164533d9e9dc941ed84992af4a6d759c73b97e85e01f78e3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0275_shiftry/shiftry.png" +hash = "d17a969070a57bc56b748f23970967eaa0e31248cafa287fc726e4acd586991e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0275_shiftry/shiftry_female.png" +hash = "876e203b7f69a460654745635a6266f0afddcf0e3e36e013158ce92c71afff7e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0275_shiftry/shiftry_female_shiny.png" +hash = "b15caad3436064702fb4e983df994932256d7ae23dc1c81ab03409c49d91908c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0275_shiftry/shiftry_shiny.png" +hash = "7aea4260ff479fff9ea80dc7a9314f8b5f1d9c3dc17017d6b79af1e325e3de93" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0276_taillow/taillow.png" +hash = "99f99f9be90a5dbd3c3e6f8421a040e9bf25f6297b2a1baf0a87e29c3c669e90" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0276_taillow/taillow_shiny.png" +hash = "959f3aa436b44bec5e61703bd13e5f315028c8013e53266f919e148499e0a0d9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0277_swellow/swellow.png" +hash = "1457ff1c8060c6cabce62a259e21a9f3f29349894915927a3e7effb1509320b7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0277_swellow/swellow_shiny.png" +hash = "51388d9e7e0d078366d79ba5d1af3012c091ae077e70fdbe5674203ae80d9b91" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0278_wingull/wingull.png" +hash = "272f4a53c67df68cb2609cac5f932a561c12fbfb21f7f710ce22e20bd7706988" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0278_wingull/wingull_shiny.png" +hash = "0e70a6ea434cdedd7d1374ac21bf1b50ed04d2388ec0752493c1d65b0216fc70" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0279_pelipper/pelipper.png" +hash = "ec7dc077d44651316dcf1beef68063d2d964ecc58a5d1518a574edb142a04add" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0279_pelipper/pelipper_shiny.png" +hash = "97f5cf64c8d594cda17967d4a5f51764137957129c1d10fd797edb3392cb3a79" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0280_ralts/ralts.png" +hash = "5b6df942bc9c596cff75f56256f3de363559785ba2dc5a7a258c0836b89094e7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0280_ralts/ralts_shiny.png" +hash = "48003e21a72f1a1f98108bf556960ee025400e33528c877c51bb3eb9054479ee" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0281_kirlia/kirlia.png" +hash = "bb14574c31efad9aecec581c83b1ae5440db921853f64acf699464d226ebf1b9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0281_kirlia/kirlia_shiny.png" +hash = "d51d5edd4fb9221445b1bbfb92722a6251c3095d2c30bcf235601c96dbef4de3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0282_gardevoir/gardevoir.png" +hash = "7bcb2d57f352cbdca356f2d338722911a3388a4befdb96c1885d8e0f6864ea74" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0282_gardevoir/gardevoir_shiny.png" +hash = "eec36f5c86cd197a720589f0e84acaf8a0f22298c65047789ff5468e339d0fe5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0283_surskit/surskit.png" +hash = "5afc4db0678b7dd05a419dfe4e4024a08410481896fbeab60391c2fe1038958c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0283_surskit/surskit_shiny.png" +hash = "14cbe9e139b1ba67e78dc3f4c75f1fb4c13622b05b2619a4add5233ed2ee6105" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0284_masquerain/masquerain.png" +hash = "a94de4123d3dc8eb17351f6233e613af8f57b4f5dd9fb0c7b91882ffc8087ed3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0284_masquerain/masquerain_shiny.png" +hash = "a707d7fd392a98f3bc1a5ff352fccf9d151fc41d4506dc54399f0835a5eff6d4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0285_shroomish/shroomish.png" +hash = "486a058aa7f6d668211bffb64da83ae7ec20d04a656b7a3defe3e98bc8d6c52d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0285_shroomish/shroomish_shiny.png" +hash = "5b9927a8811bbf5778811b8b887a939d0b7bc41112562b8472096e3c73422526" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0286_breloom/breloom.png" +hash = "503de75dd2c081a6d30cc3b61823ec08731dc8edb028da26309a36d35c600e2c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0286_breloom/breloom_shiny.png" +hash = "a36656bb8e9ef35b72b6f7e7222f032abe02f4cc4eb9f2bb45f7a4ab02e89618" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0287_slakoth/slakoth.png" +hash = "c119426216476a232e2924c6431f961775f7fe12cfe36f864d18bed445440d52" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0287_slakoth/slakoth_shiny.png" +hash = "44e87ece348f254cd501a8a3c73c8b51879f95fb3ef202752709b201d78b93e1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0288_vigoroth/vigoroth.png" +hash = "f5f408b070623972efec36fbb89947ad079e8bc50dd3bff5d93f749c58458eb3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0288_vigoroth/vigoroth_shiny.png" +hash = "bb1861c59c23ff93c84329fee565a7ce4bdf23207385603a147c37dd81262e4b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0289_slaking/slaking.png" +hash = "3d60d8285415c8134c8be88ff39fea044a407562a08fec7a9e878ca7c2f14afd" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0289_slaking/slaking_shiny.png" +hash = "05edba12c463dad6b00271aca8cdba75fff22e700e7d6f17fb074919b9a3998c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0290_nincada/nincada.png" +hash = "2942fd19e1054516bbb0060440e10252ae3a39ffbc51c0c3bcaec0db4e00dce6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0290_nincada/nincada_shiny.png" +hash = "8dbb60d545969401d29c64a0a92bfbd244b100fbe06fc8c1ba24dc8d61773ecf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0291_ninjask/ninjask.png" +hash = "a23fbe54b754de8cab488be68d22f9c721f0d989bd3a6519a59f78b97d5f5fc1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0291_ninjask/ninjask_shiny.png" +hash = "35e1698e35a0ad834f387233b3cc1a4111dbe048df8c6949b6076577836d2546" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0292_shedinja/shedinja.png" +hash = "cd32ae84ea824e478c3b8a9f94b1fb0f30371de23bb4fa97cce5ce9390b7d45c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0292_shedinja/shedinja_shiny.png" +hash = "48df0a585b71c4e55435777ed5d759e684225febe64984f8bc9e471325f31002" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0293_whismur/whismur.png" +hash = "c0dd3d06d29bcfc3075e5220ce645d8224002326e7edd1981af53feec61a3758" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0293_whismur/whismur_shiny.png" +hash = "55baf2f2a538b565edb7d2f7acef97cf8f0ba26187ae13a2ff65b27df4992c40" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0294_loudred/loudred.png" +hash = "3eb70e0aff59945e8207e8ff6b5bb02b28b3816b04a8857887cb2a211fa8a8ce" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0294_loudred/loudred_shiny.png" +hash = "b701bc239e0d13436bd9fc45251ae1fd686a69d276e5e8589f1a2dcf142c483b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0295_exploud/exploud.png" +hash = "f749328c693222b414903ae33668302d699a957414eae042597b5fecd94c8b55" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0295_exploud/exploud_shiny.png" +hash = "fe24dd9af246f95a698d17e20bde57a20688e282e1d5246102c93859266851b1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0296_makuhita/makuhita.png" +hash = "6dc6c8f1d3cbfb4398085ebcb966390862e0f65cff250599b8a59c374883aecc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0296_makuhita/makuhita_shiny.png" +hash = "e0349709516a67cb9cab1bfe1a5bc125b74f187334540679646f422862d2739b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0297_hariyama/hariyama.png" +hash = "473d5a6b2083c45f5d18ebc7a165a98cf9a3dafa744e09b75243814c96ec93a7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0297_hariyama/hariyama_shiny.png" +hash = "229079d47b24a439f68240d8bc8f1900457ef9a675a92912f16cf7fc32f3e980" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0299_nosepass/nosepass.png" +hash = "1e41d7b27d1101a45d25819d96539d12aa53f912997b81ef855055f07008b72f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0299_nosepass/nosepass_shiny.png" +hash = "645cda71cf5a78f2080e530a4e63980322819a1d745f327213ee5076851da49e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0302_sableye/sableye.png" +hash = "825d581232932a9e2dbaac3d72867c254ff862b07421316714d06525d81fe01d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0302_sableye/sableye_shiny.png" +hash = "d4ddf232583e232b0414560b4b83d31db191dd25d596be57724021f1bff1ab72" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0303_mawile/mawile.png" +hash = "e7f2325092eb6d9cee06b079681975b6bb89c6d07f10a65df707f5cabe1cb58f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0303_mawile/mawile_shiny.png" +hash = "c78f881640b49019ef71ff3673471105201eeda3874a4450cd009d743c9f2cbb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0304_aron/aron.png" +hash = "969c2148e9442038d6ed6ecc88056885f21abbb4cc330764433ad6376d81f72d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0304_aron/aron_shiny.png" +hash = "93344e96a27fe967e67ceb7c2a0b22d02f2e64008384774684b6a527e1e83b74" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0305_lairon/lairon.png" +hash = "0f7c77e25706315cec93dec98d5d0cd3a2e26c3c76ef38acbccc2e483dc653b5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0305_lairon/lairon_shiny.png" +hash = "b6ec9801835e35b8e79d47d4f5b51f42343cb2e8423242aae00bb881d8cd1d59" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0306_aggron/aggron.png" +hash = "bd44ee3cccccf365c8fe990fff676513f74e21da65ab968506a9916073016680" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0306_aggron/aggron_mega.png" +hash = "95fe84d3fc40c7a8e1757039c4e476fb2f4cd5ed5395475a00ae2704e23b284e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0306_aggron/aggron_mega_shiny.png" +hash = "abcc541ea73603e18e242f28f969070b6ad24e8c7f0ada37c1f475746e7451ce" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0306_aggron/aggron_shiny.png" +hash = "685554b252d4f5de6fe796db0520c1cfa3366f15d05dbc3a18b30f3d06cb348e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0309_electrike/electrike.png" +hash = "6980a3fc4a5e8b0c83624203837da45d2669bf8d2cf796ead725433cb74a0999" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0309_electrike/electrike_shiny.png" +hash = "e88505683a3fef4c0b7527da27325b7341cd13581535bf37e78d9e847d7bb549" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0310_manectric/manectric.png" +hash = "fe7171737ce983b07ec51fd2f3d4c0e1a94d790d4261489d5870d6648300a5ba" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0310_manectric/manectric_mega.png" +hash = "b14cd88bded4e9ea17929605b623e56bc77fc8e53a4eeb67fa7f06113a5e0422" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0310_manectric/manectric_mega_shiny.png" +hash = "24c95cd208c46b1cfd583d4bf2f2aec9becd5c6d5f447a0f7bd2bfce12877f18" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0310_manectric/manectric_shiny.png" +hash = "d9c0a317a144b4add94cd6537593dcb84443a07ee051e6eba1fe167abe7cc024" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0311_plusle/plusle.png" +hash = "5c9b720f262d9798d58798c48cf2ca7ca9cc3adefe7ab6acaad0be1ad40d4373" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0311_plusle/plusle_shiny.png" +hash = "625dc9b5250f698356819d7ddf72bb0b34690797118d93a40a7b484fb7a93afe" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0312_minun/minun.png" +hash = "314c785bd22e768e3e144259ae1ec0de67fc25708d47d0da31bde8d40d73cecf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0312_minun/minun_shiny.png" +hash = "73a0878c6b666cf550cf4daecdef4db4c278ab9c8adaecae7107c6c2f8b82327" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0313_volbeat/volbeat.png" +hash = "591169348cfbb95a14db35c415035b0ad900ab1ee4385cbc7a10820b98925bd0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0313_volbeat/volbeat_shiny.png" +hash = "490b1a21d181c3a9b70bf58b08a790edb80cf65805b61e705022990beb67c11c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0314_illumise/illumise.png" +hash = "06ee0920709d84b9438da811f735330db35f5908fdde3e72fa84e48f4810e254" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0314_illumise/illumise_shiny.png" +hash = "bfce55009ed61efe33e5dc60f73d2a56ec2dffe5e9a29aecfe1be2f0c89f8669" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0315_roselia/roselia.png" +hash = "d26d3f44d078c9973cbeeec9d693ca6e9757edcffd49e0a035ba0c4101ca589b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0315_roselia/roselia_female.png" +hash = "f4c43db7b7fedd4a9117c2b35ba5b31a90608eaf563147f44b11ef35f61f8465" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0315_roselia/roselia_female_shiny.png" +hash = "45d711bdb976c4685d685d7fcfef88854af604283b8266d6610edc8118053c22" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0315_roselia/roselia_shiny.png" +hash = "f356b48deba032a83ac4595ccaa12725c85ef3819e0c6eaa07a5bd07ea0657b8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0316_gulpin/gulpin_female.png" +hash = "463b0f72606e076ee272617b2158411c9b25c7c8369e45905d461643dc1edbc3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0316_gulpin/gulpin_female_shiny.png" +hash = "b1d5bf5253702153e255080bdeae46390a989547b964dae78fd56a2231dc0a5a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0316_gulpin/gulpin_male.png" +hash = "24fcced3a90c3f41b788c8c05e92e301ae9c77a53847d498fd08c45b60f24e36" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0316_gulpin/gulpin_male_shiny.png" +hash = "b62b21830a6e9cd443eaf972d62d64ba1f2709321479c8d4c9975c2ad52d04c4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0317_swalot/swalot_female.png" +hash = "b5c914df2972f3297537b2742d107a4cc88b6403a9fcde5e94669b23d48d943f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0317_swalot/swalot_female_shiny.png" +hash = "326a9a3d58d3e3a3bf554e161723c97dc37f6a386e93cb866924a5a5191d27c2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0317_swalot/swalot_male.png" +hash = "42c926f6cbfdf54225cf82d0e7adb56014e2292a731e48288236a8aef98a0c32" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0317_swalot/swalot_male_shiny.png" +hash = "17f9743d3b5ec027b4b4a5ac8d6d89512cb8382b9ede25c506074f75ada17e03" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0318_carvanha/carvanha.png" +hash = "c2ac33fd647b536227c42730f9a5f441262a32029b3b2014cf5d4d8325fd80ab" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0318_carvanha/carvanha_shiny.png" +hash = "86fb2b3d0e7908010a90f636cbda673e81b6c33d51150b5f7dba7a9599c5d920" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0319_sharpedo/sharpedo.png" +hash = "cc5ba9c944d2abffad53bcb41606066b0bfe387ffbf69b9e04f82606bdb4313f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0319_sharpedo/sharpedo_shiny.png" +hash = "0390ce1151bf04e982ec1ce023c6a82c5080063b40994035e1eceeedfbdf22ad" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0320_wailmer/wailmer.png" +hash = "ec02d1d3276314db6fabfebecfeef841df881979f7b65fc83d8e6fcb00e2eb43" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0320_wailmer/wailmer_shiny.png" +hash = "fbceec107bc3a8677e641f715b5c5ec5fc71dd6112d794ed40d94bb8a7d4e25d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0321_wailord/wailord.png" +hash = "d76960f85e2175b03e3a4591b2b271356ce52ceedce81ae84c9ed77545bb63a6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0321_wailord/wailord_shiny.png" +hash = "66ea52ff42d8ce40857f5780b588b86732f3ceb9eaa86f533cc5aef4b7dd3814" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0322_numel/numel.png" +hash = "088f24ea480fb5340993aca39f99bdf0ceb1d7ac073e15668eb943fb797f700e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0322_numel/numel_shiny.png" +hash = "74e24749d9c22570405ed075f5e9f7b79ea9c0bf4bffe9fa1feeee2bca7dde86" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0323_camerupt/camerupt.png" +hash = "0031f177225c02252fa9052f2569c41779ff5f69e7195c7c269233a7ad2b0796" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0323_camerupt/camerupt_mega.png" +hash = "808e8d5808f56f0badaec516181c34bf6c963d66acb54fa180587bb3f806cbe1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0323_camerupt/camerupt_mega_shiny.png" +hash = "30c7985641748911733a7e95525c0e2ec8626185cdb0db88fb488bc67e91dc68" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0323_camerupt/camerupt_shiny.png" +hash = "e8f23eb5b71ccda8667873dd8bc9dabc29df0faaa513ca9605df96723028b4ff" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0324_torkoal/torkoal.png" +hash = "8997bdc6ec8a4dd66a7e4fbe3d54cbf312fbf015aa024c04315d07729b7f562d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0324_torkoal/torkoal_shiny.png" +hash = "014f492cf3004220aaeda71ebcc5efd368feaef9edcf9fc4dfbf41f25752e748" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0325_spoink/spoink.png" +hash = "2cac083ac6cc7c1b52c3d7118b6f484fe3fd679c1403a56065ad529ea8cd52b6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0325_spoink/spoink_shiny.png" +hash = "d612cf68c3463073f26fec678d19c19d53f5ac069a1809bd33e9ad777f6eaa92" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0326_grumpig/grumpig.png" +hash = "ec0f8f7b5996b311147c8d690105b62677e467d66a952e6e8ac5df7bf60a9767" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0326_grumpig/grumpig_shiny.png" +hash = "19f0853ff967c21fb7f5396599c907613e8416d2ae57459ea807e145ef621a8e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0327_spinda/spinda.png" +hash = "d1c0700096dd1aa0fd84a33ca23c5f11cae91db2c748476637db2b660babe02f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0327_spinda/spinda_shiny.png" +hash = "f183e5c93bffeaaac663b14e2aee07d164e40fb5d2ec8cd98e74acc0dcd91675" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0328_trapinch/trapinch.png" +hash = "ad2ce7e70f6d9d623ddcdabf4a5fee19a80e82f95d9d7ff9185f4b2e151757bc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0328_trapinch/trapinch_shiny.png" +hash = "0811245879c9d4ca5f0c72d109f47955848892ac0648810d3dbe9ed14930b3b7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0329_vibrava/vibrava.png" +hash = "e1ffc59fc3a7410cc7021182aa3404ed2b4a3fb01ae5ba62966a4345a92acf65" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0329_vibrava/vibrava_shiny.png" +hash = "6ec9c6a4aac398bc71e6ff88bb495eb5a3339ef05029332d69d3536479c38eea" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0330_flygon/flygon.png" +hash = "a66e4d903bc8bbe543f6abfda44c06bbeea4a3fa6bdcf23f85815e8f382d88be" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0330_flygon/flygon_shiny.png" +hash = "7bffaa21efe0d2091976418ee9792a6a8997d37ba29d8625d254a601a451da76" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0331_cacnea/cacnea.png" +hash = "64dfe967e764e2fed78778985a4b82fec3e03c993cb7be16754aea833ec2c612" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0331_cacnea/cacnea_shiny.png" +hash = "0d4221a240916e096c7e1b6efe0ac1a42c8f266b46680aee9953a24a9b2ddd39" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0332_cacturne/cacturne.png" +hash = "17f2ce3287d51868f1586d88f95b8e0aaa1f4f854c118d64c967d92e3a4f29c2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0332_cacturne/cacturne_shiny.png" +hash = "45a514fb4a6aff4ec6bb360ca51eaddbf6876461009333ee749eb283f72a4c48" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0333_swablu/swablu.png" +hash = "bfb3c3455b8a368c5a7d86a8c902c9a6a6dce44030f4f0b77accd60f051a8ca4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0333_swablu/swablu_shiny.png" +hash = "31caf777e2ad85f2b3d8a6bd8244d6678ffdef198dd36e1956d470637aebe38b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0334_altaria/altaria.png" +hash = "4632257b4a3affa843bff75899ce70df5472d3d098c28b61b09151b6e77e7520" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0334_altaria/altaria_mega.png" +hash = "de73b10002dcec54aaa5a6e41c431c690f90d320be0d0b65c0cd08b0ff09b62d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0334_altaria/altaria_mega_shiny.png" +hash = "607abb14ff9208d399c520a22e97a88fd6e651327663decb275ae81786e23b94" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0334_altaria/altaria_shiny.png" +hash = "c51d3ead35cc8efd5eb635a8c69c973c8cbd41dc8f2318db044cfcf8d25baf01" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0335_zangoose/zangoose.png" +hash = "d769d3ac261ab379014051444f1cb060e61ace4c43c7604af949c92f9f16cbee" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0335_zangoose/zangoose_shiny.png" +hash = "2dc556d648ef6a805b1c300d91aacd7ee72e7e6f19e5a1ef87e5c8ab44bd7b23" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0336_seviper/seviper.png" +hash = "b3c17b99d1742ccfa51e9f33e5979ca5f728dc37c9e89c99df28f186bf68ad58" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0336_seviper/seviper_shiny.png" +hash = "9fc3c27dab538102db5142f459268c710f504a20407d38f9d3444dbfeecb7fed" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0337_lunatone/lunatone.png" +hash = "3488c15b35fed35b72df14d3667198ae66f7f5bf49c7d488c830230bd91bd903" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0337_lunatone/lunatone_shiny.png" +hash = "560054737851c950c4137354f33512bb4abb18c0fa41efe3c565891280b30e52" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0338_solrock/solrock.png" +hash = "823b4566aba8bcb715dfc0f7cb2377eff0af527e7cbb0df149153bb02c8c8c19" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0338_solrock/solrock_shiny.png" +hash = "fd585f89779b7efd88a63aaea6b329e825f82288de4400b12a333b7a428d0dd4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0339_barboach/barboach.png" +hash = "77c4e861bf6ac2c6ea3081d4cc7da45762c82be0ed3a518b7b5e1c84edeefcfb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0339_barboach/barboach_shiny.png" +hash = "d7504e362a51323aec90de579446ae18ef2b1d3c0d5d4cb64af9a1b9998bbf8a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0340_whiscash/whiscash.png" +hash = "aab175b2ae958d392660b7f73c19dbdb8d6813774d8bf7b5198d792ccb40f918" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0340_whiscash/whiscash_shiny.png" +hash = "d476e63dbd0b293eb4c584e318ce70a165f7e7131e360f2d83ac7ab997028105" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0341_corphish/corphish.png" +hash = "409b8377bbe3874d4c72b1c7b6133692f9fa80d26750fb0ff7fa030cafa6d5b5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0341_corphish/corphish_shiny.png" +hash = "411c3f5e34880824abc0eece07677535b96f96075fd57dff3ca2d62fb9b1d074" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0342_crawdaunt/crawdaunt.png" +hash = "b146132508e367607b86afd68f2b16688bf3439ff4be5b61652fcf0ecc209838" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0342_crawdaunt/crawdaunt_shiny.png" +hash = "187725b1bb88b3b567d065696269b80cd788c6d54186391154ce0a472ead3cc6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0343_baltoy/baltoy.png" +hash = "6aafb58989c31bdfba66d629884d775b90d2c00e07f77a15a5e916c019c850b8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0343_baltoy/baltoy_shiny.png" +hash = "775c9930acb3f612ffb435e6fcad1232d02a1183791d8990c994feecbda6f78c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0344_claydol/claydol.png" +hash = "6dcfe10c491f96666f8add7828c869eef32291ce5d466c377b2fc9713e9b0c40" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0344_claydol/claydol_shiny.png" +hash = "efc99a8a7b0b109453c550d925bd9041b94ae199c9990ebe5827f66902c143ff" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0345_lileep/lileep.png" +hash = "89a325c0db4bfdfbde7694e04372ab19298d4d99a5b107be81e8b908232e3340" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0345_lileep/lileep_female.png" +hash = "2de1cd4113b426bcca8cfc1d72646e173d7e8ebfed380f6e6473eb33bc006954" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0345_lileep/lileep_female_shiny.png" +hash = "c9ae0c83e45192c05aa2f15e57e9b32cad19aae7500c84bb7c14831105fbe7b3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0345_lileep/lileep_shiny.png" +hash = "20b4d7728f7ee96f3343d08ec32d4af9e0117372a1f8fd0fae6da2737d3c5e50" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0346_cradily/cradily.png" +hash = "0fbc0a44d926096ca7b0dd5883b5eaec303149e645ff5f084cd666eee049db5a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0346_cradily/cradily_female.png" +hash = "2e25a02c4333c8b2292214d54fe33d3abd34e2e0e892af80a1a3a7be2f7a6829" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0346_cradily/cradily_female_shiny.png" +hash = "971f0ac1e8742c37805d5884406a9bdef625ca2f0ee6f0c04678fb3605405bbc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0346_cradily/cradily_shiny.png" +hash = "75764ff83822e8ea2974e05bdef2bab3d99cfbdf8dc4b3862235e623bef3a89f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0347_anorith/anorith.png" +hash = "9721f2d862ca406751ce5becba3046ade90e828536a189ec369951be6fce78dc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0347_anorith/anorith_female.png" +hash = "7561ecd24aee366260dd162e7a97154036c72367e8378788ff2715c01ce1eaac" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0347_anorith/anorith_female_shiny.png" +hash = "bbf5b0271541da523f3357528caf0171444586a653788545600260fc3a6eb1c9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0347_anorith/anorith_shiny.png" +hash = "1192433887d6b5a57e67a8e5151f78b4065c07eb3b8adc54899c3d22fbd88d0b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0348_armaldo/armaldo.png" +hash = "7548ddea575b4bb774eef12abcb808a1b12c9e395cb2e26f1882faf0c5bc8ab6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0348_armaldo/armaldo_female.png" +hash = "be1de08724d170a82f2e8023ab50b362b056af6e30fbaac716c51d34d38b5e90" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0348_armaldo/armaldo_female_shiny.png" +hash = "1e68282fdf44d9538a2798ba14712645c97b9fe7b9385f51b08d2d19321dbfe1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0348_armaldo/armaldo_shiny.png" +hash = "fb31e4c76f2107f4a8a2fe32983d5642a84794ab6fcf91a22cee54f9c1cfa3d0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0349_feebas/feebas.png" +hash = "e182a78c92ad9bda1f67082a2f3cade475ae0b05f659e5b49c817bc27837474b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0349_feebas/feebas_shiny.png" +hash = "b0c4c24b6da03ff54c29131086a7cfd0e2199522e51b9801f6d7b04bd8ab35b5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0350_milotic/milotic_female.png" +hash = "a0a06eb9336d5492daeb4aac7fe7976df7710ebfd074bebd3d641e3285475383" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0350_milotic/milotic_female_shiny.png" +hash = "4b18963f8c19687a06df7b31fc830c008e23458296246692edab87d7f236a20a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0350_milotic/milotic_male.png" +hash = "29790b500473a5b006e8d969d831a0654fcd19f091454bb46927400890b28a75" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0350_milotic/milotic_male_shiny.png" +hash = "bebc71ec6320762b1dca81f26b45631da66e7f204e58f5686aff7d37512e7b90" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0351_castform/castform.png" +hash = "158cb99f6132ac5812f32b1bafa02a821e3c93ff0bd8f328036a0d970e043a9c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0351_castform/castform_rainy.png" +hash = "43f94183fe9bff4c4245163233b9ea2ce943e4ecb6985338120ee320016c3971" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0351_castform/castform_rainy_shiny.png" +hash = "0828108fcedfb2270bff222f2f50b32255e4c3120dd98fedcb3c04994c98232e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0351_castform/castform_shiny.png" +hash = "d4f17cd4212839b77f54ffc991196d65ab52db410d3b330c39033baee757c5d6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0351_castform/castform_snowy.png" +hash = "8af030dcb61fd354f2a3e9ea258d6abb16fcec5725c182e8e308f2ff7089b5ea" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0351_castform/castform_snowy_shiny.png" +hash = "728e8ac70aee4197b5c40ffe7944a4a1ab68ab21790ffceb0f153813a78bdca0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0351_castform/castform_sunny.png" +hash = "fe97e6fac3ba2b93afc91c540c3374742cc586ae533d7b23b051598adbf36e76" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0351_castform/castform_sunny_shiny.png" +hash = "10c5c7998039c5c3dc9249575f8f3bac3c88e7c9713bf961595397404c0eb2cc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0352_kecleon/kecleon.png" +hash = "9f3914474591332f1fb0b86fc019354a88ac9b793de4ed2db39cab90860f6101" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0352_kecleon/kecleon_shiny.png" +hash = "3a9b4b4c06a20745f6b026e2b4cf7fa307e9f09a011ba19a90f265c544bffa3c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0353_shuppet/shuppet.png" +hash = "92eb119242372d5e6e44b9812b9f1af87e0bf17dfbe982dab146f2c6771d5d82" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0353_shuppet/shuppet_emissive.png" +hash = "7850beaf7daf96fba467056f0e74b5540cf3bec5cfd83a6ddbc55933d428850f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0353_shuppet/shuppet_shiny.png" +hash = "0434a9a75a256095c595d19760cbfe3a00aca06ff0e5921b0a69f446fb0da3c6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0354_banette/banette.png" +hash = "bf6f76ab108cb96a81479cdb63a134a59fd8a7ec4891c07e2a2dd0a0f472a69b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0354_banette/banette_emissive.png" +hash = "97b4d67d5aa8243c447097baac6ef7025b77087f2009f1bffeb688168c672805" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0354_banette/banette_shiny.png" +hash = "3755bcb61d2a2220b428983125350065e3c90e7fc12da55dabd09193500e5899" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0355_duskull/duskull.png" +hash = "5d7bf02c25f77ae596509920717ae96a7f576fd43fc0b4b8ed76a8014f13039a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0355_duskull/duskull_shiny.png" +hash = "f4da014908971a7c598335032e0753a5e46b282efe85368827ce716a0403722b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0356_dusclops/dusclops.png" +hash = "93956dc801671923d7f0484f92b5db3e1859267fe4bf047472bc863f6bc0173f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0356_dusclops/dusclops_shiny.png" +hash = "2fb1e5265fbda8013bed24175b0da1de95ec8fe14ac50db9f6ed607e8f8d734f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0357_tropius/tropius.png" +hash = "539cbf23b9d4a2e1640b2e581e673bfb665b40187530946acdc16b68ba0a8fc8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0357_tropius/tropius_shiny.png" +hash = "a7e6a04868956d120e9ce4471b925b0835af155c4a9e4b187067b523e7e29693" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0358_chimecho/chimecho.png" +hash = "a92965647253b884de22a9a61f0ac92b3b9551b686450de4413c8a6530b89c66" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0358_chimecho/chimecho_shiny.png" +hash = "abcdec9f3bcf4cc21209410bde182edcfc6fe01bc5df8e0518e7b33006e7103a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0360_wynaut/wynaut.png" +hash = "7e4ba365a73aec682a3923d79c7349f6d2a59fe1d452cf0dec6a43077ad11dd5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0360_wynaut/wynaut_shiny.png" +hash = "2d4974f4d9c7db2f0ce9a30c96989f3e34369c000b20ad562e6c2213cffa643e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0363_spheal/spheal.png" +hash = "e1ee75cda4aeac53f462fb26333600058764b33d56ef441a02c0a00193c3e115" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0363_spheal/spheal_shiny.png" +hash = "277e3a3de7823510b10d46675e212b5f5dfb14e43c41f1e7d6ae75ad8dbd5692" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0364_sealeo/sealeo.png" +hash = "39f59d2ac8f1fc24468cadc6b32c95b177d3c825780c34db1a57ace0375dcc89" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0364_sealeo/sealeo_shiny.png" +hash = "0a3c7fc27dc4956c9d573f1b95c163af655c7ed3beee41b62fb6f7fedde9e64b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0365_walrein/walrein.png" +hash = "4d41b8fd4c14d42f4b94110be364ae936c68d4433d272e938b96a75abdc55ce1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0365_walrein/walrein_shiny.png" +hash = "7c4c3c2c5c895190563d58b59bc9600468cc38521ded71f2d89f8c1442a5fc26" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0366_clamperl/clamperl.png" +hash = "eb32df1047911d8740e45add0532c4a8555aa47cae9206a8bdcf1b3dae0d32f9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0366_clamperl/clamperl_shiny.png" +hash = "51abfa463175ff2f1681152a041faa286e0e37a3d4ca401c3e4a53e91443cadd" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0367_huntail/huntail.png" +hash = "74d362076b0dea9a19960bfa98ad4ac3e6e044631814f15261f09289fde4dbc0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0367_huntail/huntail_shiny.png" +hash = "6a6b91b083fc5dd5d9610d37eb3172f586828fe9db9a0acf993b7ac09ffdffbf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0368_gorebyss/gorebyss.png" +hash = "dbe422586346eb4f99e238db53f59993ad8a2e3c232b034e1a3bd21d69cb81c1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0368_gorebyss/gorebyss_shiny.png" +hash = "d85670f00673d888edcd396b91cb7d56ac31cc10a05e4369b8e0ba512fa1c6c9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0369_relicanth/relicanth.png" +hash = "3460510e533ab0bd85b8720d7dafa53ce437d0d8aae40b6fdff621d5ed65d384" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0369_relicanth/relicanth_female.png" +hash = "5ac92488242fe31904ea56d293434839a192d5b29f3a2d7605b6e856bfccabd5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0369_relicanth/relicanth_female_shiny.png" +hash = "26300c3956358013aeff7c8ea911cb0c8654057ac209f1efd9db2eb109e10951" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0369_relicanth/relicanth_shiny.png" +hash = "4e45e6f63b4ebaf6d2a5fde2864ddfb6bab9bef9ea842f0d1d95ead341febb44" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0370_luvdisc/luvdisc.png" +hash = "70d38111399317464759025408ebe6e6d92693b110fc36b4a94dbde9128a549e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0370_luvdisc/luvdisc_shiny.png" +hash = "48f97cf76ff17790dc321db85a340a0282be4ffaf3d7f6772b52f389d5676e38" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0371_bagon/bagon.png" +hash = "fe1334a8f09a875c2a201fdf6c60e0a5c4365ddf7ba4227a59ce3bbab746c64f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0371_bagon/bagon_shiny.png" +hash = "8064250796460e4d58b15e58af48b08c9f6c08cc35b275a1b8fde35c7394bc17" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0372_shelgon/shelgon.png" +hash = "49c999fc83367479a90fd6d91a2888c09ba856117236714614bca9030ee47db7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0372_shelgon/shelgon_shiny.png" +hash = "7505ac111e92b340de2170e6dc27f4f573f73e7448e332d679b014910a2b9c3a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0373_salamence/salamence.png" +hash = "f9130ec7b8f881b4c510fa978eea370de24dc4c781815e8e9e4d5f095322e347" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0373_salamence/salamence_mega.png" +hash = "9c0dd5af49c039d957c715eccff02f94c6f14e7f1139d9e0664d5d7fbd9a250b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0373_salamence/salamence_mega_shiny.png" +hash = "2d1e7c43ecd125850a8c44d35fb691a5a1c1224d742a16e37431cef230d81d6f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0373_salamence/salamence_shiny.png" +hash = "a70f1a030a80f7b3df58284edf5837132a144f21d45bea77ef5f5979250ea497" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0374_beldum/beldum.png" +hash = "c223781242a2e44f6c3bc643e0c45c9bd236dee93b0b4a5b30760e4d76d42467" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0374_beldum/beldum_shiny.png" +hash = "ce1a26cc3eb6bb3ed0619e7340129ef7d64b85592e2fb3b40fbc7055ac24a97d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0375_metang/metang.png" +hash = "1853c9cef29d3be342e45c2560d41a6d75892edc0894fbaaa67507f190949340" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0375_metang/metang_shiny.png" +hash = "710244267dc6b2af8ea708d267780abfb372cd068d1ebb37306d1ec0ff5c7658" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0376_metagross/metagross.png" +hash = "ef81ca82e27e1144d87d69d3cbccef29808d810bfba13bdd87b13395359e577a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0376_metagross/metagross_mega.png" +hash = "2afd340fbfd56cd84b3257b5a32acab7da34f43d6ce230e438b20560e48fdf34" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0376_metagross/metagross_mega_shiny.png" +hash = "4aa3c862e0153558a9b149649f93c392b4b0b7aa666e3011d98032d902b95762" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0376_metagross/metagross_shiny.png" +hash = "d75121fb7a03bb53f85fd76bccaef5828c1ff3bd123a750489ed57db25d98747" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0377_regirock/regirock.png" +hash = "a412896e8201420c0a70161e7a19585c666507ab367a9eb7785a3e9ac16f8724" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0377_regirock/regirock_shiny.png" +hash = "68aa0133d0d7b4fafc3e4ebdf1334b574c584db188953ab0f731c30294b0f03a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0378_regice/regice.png" +hash = "dba8922db53e21bffafae8c7c708aa88380aca85e7233fa11ba2644ec49e4b66" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0378_regice/regice_shiny.png" +hash = "6b75acc791423400a0aac6fd64e786af51a2e50cfbc0675159a9fa5dd3ca5bb3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0379_registeel/registeel.png" +hash = "e518e8940f86fe257e8bb9813c493d8f2b4f04e9bb864f103e7df263ee7a93fc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0379_registeel/registeel_shiny.png" +hash = "37237cf2d7daf230359713bc1a3a010a31fc48b4d5bca9be929fb2beae26ed97" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0385_jirachi/jirachi.png" +hash = "178df72535c47182db099bd6aab2ea4d5f853bba4940ea6c68d2cc1fece70324" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0385_jirachi/jirachi_shiny.png" +hash = "ddaf0b78fa417fea03b4fe51277614ffbbb0805b183200e8cc56777b4512bd5f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0387_turtwig/turtwig.png" +hash = "141f1e78e2c6fb60bd74401d38f0b996492281c3edef1b4555d874005b4e174a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0387_turtwig/turtwig_female.png" +hash = "5e1b57a1976fb81bdf782e0f505e91e07f620d2fa439d164f2c5285e71d3131f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0387_turtwig/turtwig_female_shiny.png" +hash = "1002bc79f1496d3bf4d93be981d817c324036017e2fc164167f3a74cfc424360" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0387_turtwig/turtwig_shiny.png" +hash = "a162d8740288c701cd3e0e9deaaceb6902cd752a6bdd7b03aaf76f7f4066efd9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0388_grotle/grotle.png" +hash = "b23f4bd0cf85bbfac1d530df824baaba8c1b46949196a96e7006ef4e502a323d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0388_grotle/grotle_female.png" +hash = "3092d705704466dd312a89028bb077d127ca027384680f4293f764aad36452b9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0388_grotle/grotle_female_shiny.png" +hash = "049afe02ce014ef53af084df2be4ff28b480610e04c1438fe4353b4b9e411b2a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0388_grotle/grotle_shiny.png" +hash = "8e7bc93633f3a73199133e5c819add279dca5a157e15fc56d2874d1432d2a6cd" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra.png" +hash = "accdeb3b5536a1d524d16d9fd85f1cafb2870cb232b139c242673d4922327cae" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_acacia.png" +hash = "accdeb3b5536a1d524d16d9fd85f1cafb2870cb232b139c242673d4922327cae" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_acacia_shiny.png" +hash = "0cd461921f6f2b8dd4ac041b0cef30d18fb4c1b565991964e3d2ff9d3cc50897" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_azalea.png" +hash = "accdeb3b5536a1d524d16d9fd85f1cafb2870cb232b139c242673d4922327cae" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_azalea_shiny.png" +hash = "0cd461921f6f2b8dd4ac041b0cef30d18fb4c1b565991964e3d2ff9d3cc50897" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_birch.png" +hash = "accdeb3b5536a1d524d16d9fd85f1cafb2870cb232b139c242673d4922327cae" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_birch_shiny.png" +hash = "0cd461921f6f2b8dd4ac041b0cef30d18fb4c1b565991964e3d2ff9d3cc50897" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_darkoak.png" +hash = "accdeb3b5536a1d524d16d9fd85f1cafb2870cb232b139c242673d4922327cae" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_darkoak_shiny.png" +hash = "0cd461921f6f2b8dd4ac041b0cef30d18fb4c1b565991964e3d2ff9d3cc50897" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_female.png" +hash = "a63c700724f8e0793b71786e94e381390576efd7fbae88228eb5c11943b70b36" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_female_shiny.png" +hash = "6bc4b20c35a30ce05353864a2b811eec8aaa7994cca92a0fd022b5c025889562" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_jungle.png" +hash = "accdeb3b5536a1d524d16d9fd85f1cafb2870cb232b139c242673d4922327cae" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_jungle_shiny.png" +hash = "0cd461921f6f2b8dd4ac041b0cef30d18fb4c1b565991964e3d2ff9d3cc50897" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_mangrove.png" +hash = "accdeb3b5536a1d524d16d9fd85f1cafb2870cb232b139c242673d4922327cae" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_mangrove_shiny.png" +hash = "0cd461921f6f2b8dd4ac041b0cef30d18fb4c1b565991964e3d2ff9d3cc50897" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_oak.png" +hash = "accdeb3b5536a1d524d16d9fd85f1cafb2870cb232b139c242673d4922327cae" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_oak_shiny.png" +hash = "0cd461921f6f2b8dd4ac041b0cef30d18fb4c1b565991964e3d2ff9d3cc50897" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_shiny.png" +hash = "0cd461921f6f2b8dd4ac041b0cef30d18fb4c1b565991964e3d2ff9d3cc50897" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_spruce.png" +hash = "accdeb3b5536a1d524d16d9fd85f1cafb2870cb232b139c242673d4922327cae" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_spruce_shiny.png" +hash = "0cd461921f6f2b8dd4ac041b0cef30d18fb4c1b565991964e3d2ff9d3cc50897" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_swamp.png" +hash = "accdeb3b5536a1d524d16d9fd85f1cafb2870cb232b139c242673d4922327cae" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_swamp_shiny.png" +hash = "0cd461921f6f2b8dd4ac041b0cef30d18fb4c1b565991964e3d2ff9d3cc50897" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0390_chimchar/chimchar.png" +hash = "49f617119e175548939a35cec368649badc477a090da0f302dc8cba25fab1bab" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0390_chimchar/chimchar_female.png" +hash = "9a3158f4690ae068a324f6875ed80c1248a283ce25016e25163d082c6e65f2cd" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0390_chimchar/chimchar_female_shiny.png" +hash = "46dbc9c0821bdaa98671d6912c6da6ab6b202a225b04f99c06654ce65940f032" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0390_chimchar/chimchar_shiny.png" +hash = "45bceb10d0a034c142c44b9e84161b03be1117f541bd8c9c637a88246d88cfd0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0391_monferno/monferno.png" +hash = "cf714eb9472631f617875174baa0bf51615e861d918ba93b7d1b6c98093f7b48" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0391_monferno/monferno_female.png" +hash = "ee9a0aa1ab0aca0dcf7b2f48d889e4d8e256d9ca5ed7fc663a20ed79e41b4150" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0391_monferno/monferno_female_shiny.png" +hash = "28050e74855bd82532c68256e754c98b973f8fe337b10952d361e06e1c9cca25" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0391_monferno/monferno_shiny.png" +hash = "5481256dfc495c26213692d1999f1d3b37f5d087127bef180147d37dbfbcc7bf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0392_infernape/infernape.png" +hash = "c31987b83b8ca758782e6996f8e8236feda668c71cd380f0c941ba68d82dc040" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0392_infernape/infernape_female.png" +hash = "5df82b4417b69e0d3b236adf0e9cb9746f334c9d679b947d5457fffc138946b5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0392_infernape/infernape_female_shiny.png" +hash = "742f7c67f26b54b0456841219ad73d6c948b976e160036a3f7a9ee0d21a05cd2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0392_infernape/infernape_shiny.png" +hash = "97f6a9784d24ddb90bee9b7c06b8bb32826f62f51e97baa758cf355879348373" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0393_piplup/piplup.png" +hash = "9ea7ce2a363a37ac3886080f5ff863ffea5c5035d2cbfff015fbcf7bd96e47d1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0393_piplup/piplup_female.png" +hash = "b152130099271cbbb000725857e5d3a485bc6d1169251d57e74e6ba76daecf20" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0393_piplup/piplup_female_shiny.png" +hash = "90e242038b86f3c5f1ef055adf67ade5753cd7bfffe20a2bc4a923e045e91d10" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0393_piplup/piplup_shiny.png" +hash = "8c381383336a2cc40b09a6a253c72e785a81d238c86f3338ba3dbbc598de2bf1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0394_prinplup/prinplup.png" +hash = "7b95fe3f608818f2c04426ce285aae99351155e9ea31a339bf78f70ffb388c1e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0394_prinplup/prinplup_female.png" +hash = "9279dc0a4fb8f20c250d0c7c72a37bfe9a309e7b328d4a4b6094a3328cb1034c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0394_prinplup/prinplup_female_shiny.png" +hash = "f9067aa9b6ab3ee344467ad29e001cbfbb6883a351acfb7e1333f0859f2ec7c7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0394_prinplup/prinplup_shiny.png" +hash = "a873c021fb291203d3482e2c996c4ff4c97888bfe254a5d5e5bb33e4ec7b7a1d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0395_empoleon/empoleon.png" +hash = "98589c5be6bd8147e51a51d265a10a85dd716ae410b22e1938ec048961e09849" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0395_empoleon/empoleon_female.png" +hash = "079a0a895f21a9fa3bb21937f4143bf67b6ee16953c423c2d0ba07b9bae48ddf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0395_empoleon/empoleon_female_shiny.png" +hash = "908b8cba8713e8347f1c51ece957ef5ef6d0a7f76f5b4a965933244728b7984d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0395_empoleon/empoleon_shiny.png" +hash = "5165048520af29be24a1d5b98033fd45a446743bf5c1e57dfafc2080e93bfed9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0396_starly/starly.png" +hash = "b6519f1997eca2f17453e5cf4837c6e498a7f323f032a8474c97d641ec335e78" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0396_starly/starly_shiny.png" +hash = "cd30539ac043076d0522cda62331d4372f5a9586ab00103cea75e35cc53d3b9e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0397_staravia/staravia.png" +hash = "452c1596626ae8fca8b63a3dc65def881ab589e17751110adbb43bbf26464107" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0397_staravia/staravia_shiny.png" +hash = "2e96e8de56a761927b0c5091247f864a74f80c190f143482a61d8a34628ef8ad" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0398_staraptor/staraptor.png" +hash = "2c7c30aaf625cca016350ef5cb65ca3a6e03f551e05fbb8f1742f247e4c52062" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0398_staraptor/staraptor_shiny.png" +hash = "564fb72da62f3410d09d7884b62479b7e2d8028f572a747060641a8870e278ee" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0399_bidoof/bidoof.png" +hash = "d4101d3b299f7dcf2bbb3baf7ca366464a6f004e69efb2b62a367d56f48900c0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0399_bidoof/bidoof_female.png" +hash = "a8a7a8617aaa41d3c30fbf93081dc5c31f80b1ff32401c9a2a3b4df5169a593c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0399_bidoof/bidoof_female_shiny.png" +hash = "26befb7f552a31ff24a25b11c2afa22308ac3f5b08d6a411d9caf5d6ff0a0fe0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0399_bidoof/bidoof_shiny.png" +hash = "24aaa31c891b11135c4b6a5f59ea03f3992a6917a68408dd4fc34b7917245bae" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0400_bibarel/bibarel.png" +hash = "98b8cdda75e55755e07a43179d526dc6a196c9a1b7c40fe937be471a95ec76ed" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0400_bibarel/bibarel_female.png" +hash = "4e6a20f59b3df5a1dee2942f660b63585321729763bcdbdf3f54130f8744ecce" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0400_bibarel/bibarel_female_shiny.png" +hash = "925ae551ce9289af7d622c59a7587c867bc93411933f317fd8d168772360167f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0400_bibarel/bibarel_shiny.png" +hash = "97a76c2642f94eaea58e4e46797acd54933de9d188f22d11d17b90e9ad92a557" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0401_kricketot/kricketot.png" +hash = "c4c4e94bac74803ec2b1e8a1333d5d90e62456fb0fba46d81b8015cc76cc1e98" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0401_kricketot/kricketot_female.png" +hash = "a20aec402f1876dea69c467fe7c28d80f97aa7133cd7708c733713d10de5e3e9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0401_kricketot/kricketot_female_shiny.png" +hash = "5beb0c0f9ac5cca6e3df45e9041e576d631b2f607e55569d5bb3a0ce93292b83" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0401_kricketot/kricketot_shiny.png" +hash = "14a237e46815485b9ece0e02f25ca55da943f77446dfbc2cd668de691e98c5de" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0402_kricketune/kricketune.png" +hash = "c8746d6fdfb5d6c0559a72b3f016bd9e86c5d11c3befe009931a2cc00bc1626c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0402_kricketune/kricketune_female.png" +hash = "35356c336229239a45e5fca8fb1cca1a7ad855e93faeda0bf3966c2080d247dd" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0402_kricketune/kricketune_female_shiny.png" +hash = "80a01a4602b03ccc3792bcd58ef4c21f7a8be8df6bb76cc9f2863a4cffad7c98" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0402_kricketune/kricketune_shiny.png" +hash = "0fbc292571837d12684d4944583228c615079c31925e1a57dc30a03b10e407a3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0403_shinx/shinx.png" +hash = "47adfd762df11f01b53a6e93cb7087b04160186f7cbae361d1b913dbb9f63d92" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0403_shinx/shinx_shiny.png" +hash = "72963ede51528aea0d0464204a0f323f4cd586b6c360f84051526278c0d63a4c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0404_luxio/luxio.png" +hash = "6ec215e32cdf670cb39a991854f51e98a058eb70aebbe08e7ce4ab84261ef14a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0404_luxio/luxio_shiny.png" +hash = "9dcf08d087dd3584ad309341cfc79937144bdb744d7986b4661f051fb1fea12e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0405_luxray/luxray.png" +hash = "055cfcae453caeb67bed11db23fd75ff9f924d7a510eaa9ba178e26ca6bad056" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0405_luxray/luxray_shiny.png" +hash = "54d05592c9d77b7f68de350a95bdf397155b4c651fdcbfb8c979d498f039003e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0406_budew/budew.png" +hash = "a9ea4fb666d4d1528871633126005619e2d65f97c52544dfef178121e9ce130d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0406_budew/budew_shiny.png" +hash = "8221a21e49644ebe6b243ac95592d02afee79a2b2b406b3c78bcb97b60b0174a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0407_roserade/roserade.png" +hash = "338eb352479a02f37d5dc5dc26d1b96a289f696a1486a7d8ecee8bbde1bf1a61" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0407_roserade/roserade_female.png" +hash = "ff2ca96273af0249e211900930103a9748d144f0eb7209059419a96bdc7406ec" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0407_roserade/roserade_female_shiny.png" +hash = "7397496b1b294398336c8ef264c9af83f22f164ce840293f1513689b50496b81" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0407_roserade/roserade_shiny.png" +hash = "2477eae4b42b11d9658385054f02e1d399609ccdabc9889fe9a22e0a0925fed5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0408_cranidos/cranidos.png" +hash = "d51b87466a878b9d869f314e708c9a78007c917e918b88700e9a3a5ba9412254" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0408_cranidos/cranidos_female.png" +hash = "0eb579534cecdd1af3d2f1b4e7c5e80ee5407a159d41288c32cd89bcb7e5260a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0408_cranidos/cranidos_female_shiny.png" +hash = "71f003c19b61709026e4d3f395d6676d70d3d8633392ef5e694a20493902a8b7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0408_cranidos/cranidos_shiny.png" +hash = "ec1eed41cec4ecd4b48bd5c3e23cb211771df79e65e7f9e49f11d05845c8f9bf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0409_rampardos/rampardos.png" +hash = "299cc209c27ac6fe38c9c1a2748859f091542248fda26fa34cb56c52e3aa4949" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0409_rampardos/rampardos_female.png" +hash = "dce89c121cb33693a70b8d9875f013cf1faf83933cf16aa8ea55fd13c81e4a4a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0409_rampardos/rampardos_female_shiny.png" +hash = "5f8b7fc2e5c3b2460444fcbeeb63e6295764ff82dc616bd320969f86ff5d1e01" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0409_rampardos/rampardos_shiny.png" +hash = "9557fbb05658c42332c91d8b6d6be8004c0427c92c617e49b058f1619f57b743" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0410_shieldon/shieldon.png" +hash = "c577c57e1557a67b7d077dc50abf27cc30df36e893c2584db231a5790f0e87e3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0410_shieldon/shieldon_female.png" +hash = "d57c1cc86ed964be39bc6672238058ca602a6659e5a415be41305fc75efc3096" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0410_shieldon/shieldon_female_shiny.png" +hash = "27348187ea02820395322b218ccc84a7cbece7c338d434f52bfdef1129ac94df" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0410_shieldon/shieldon_shiny.png" +hash = "7bcb20440c8d5e77af7d648dd6cbc307098d6fb55325556e94fdb603f8f84cab" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0411_bastiodon/bastiodon.png" +hash = "8c526ebc2bd4def3245bfec4d2ed50db075e86e255f686fef0465ae10328a0a3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0411_bastiodon/bastiodon_female.png" +hash = "bbf047361e6955ea0f18dffab7762a1561cd24c73de950a8d5560570bac9ea3a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0411_bastiodon/bastiodon_female_shiny.png" +hash = "18fddead659182ece8140da6d7cdfeb8a9b68d061bb0ea0eca1983c6d920b1a5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0411_bastiodon/bastiodon_shiny.png" +hash = "5269445008da5596cbbfc5911b264c91021c43ac4cb078983b6b36cef8981612" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0412_burmy/burmy.png" +hash = "8a57ec1c890310c24922f746717dedad507a47fd6e70c89d8a81d226083e25be" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0412_burmy/burmy_plant.png" +hash = "8a57ec1c890310c24922f746717dedad507a47fd6e70c89d8a81d226083e25be" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0412_burmy/burmy_plant_shiny.png" +hash = "7793021ccb4d46b75653a93f3ee2d2a31d1392b23ef831d53dcee43f3c2fd8bb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0412_burmy/burmy_sandy.png" +hash = "7077be8be3469392c037f84cd5dd4513b276bbdcb6248ce64efc82d20187bca4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0412_burmy/burmy_sandy_shiny.png" +hash = "65019e2b72480a287ce4091f1f650566769aec500fc54c25ca090815809a5465" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0412_burmy/burmy_shiny.png" +hash = "7793021ccb4d46b75653a93f3ee2d2a31d1392b23ef831d53dcee43f3c2fd8bb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0412_burmy/burmy_trash.png" +hash = "8a90acfd9cbf8401172855db7ef74d83f1b7c5785cf1308c293de402b7c202cf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0412_burmy/burmy_trash_shiny.png" +hash = "8a37e645a233e6de0d3dd3a2e72713419336050fa8158e5571a22d4c7bc27e3c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0413_wormadam/wormadam.png" +hash = "e56e8dc2b8d24eb7ab188020e99ff391a77091001463166312ae9758c3ddfdfb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0413_wormadam/wormadam_plant.png" +hash = "e56e8dc2b8d24eb7ab188020e99ff391a77091001463166312ae9758c3ddfdfb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0413_wormadam/wormadam_plant_shiny.png" +hash = "2f8f43291e4cb984a11fd9262ddacc5f6654659f762e4e004b3cd018dcc2aa0d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0413_wormadam/wormadam_sandy.png" +hash = "183a34a3fd08f1cc780a985ca51caf35f765e607ad42a7c788dd3417212ee195" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0413_wormadam/wormadam_sandy_shiny.png" +hash = "b7d5254fa6d35702dbb1624288c32a7a915522860f6ce38b9985ab2fc676b56e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0413_wormadam/wormadam_shiny.png" +hash = "2f8f43291e4cb984a11fd9262ddacc5f6654659f762e4e004b3cd018dcc2aa0d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0413_wormadam/wormadam_trash.png" +hash = "beedf19b25eee5aba1a39920533817f63a579ca796319d6c5cfad0b86da0b2e1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0413_wormadam/wormadam_trash_shiny.png" +hash = "9458b2bef187b3a8d1dd151e7b2c73f5ff62da8c5c0046951bb6ffcbbe87fc86" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0414_mothim/mothim.png" +hash = "3ff7c12dd5af17131ee685212cb9eee6e53c9b311a0461cdf791759c52f62821" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0414_mothim/mothim_shiny.png" +hash = "5cc8028201a0b2ccc938162f9c2764ae0b477c58a36af1b82d3eff67e496a059" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0415_combee/combee.png" +hash = "73a317dec9a2e65b374bfee2d657dd3683d95ccac4899f29494c0ac085e55a42" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0415_combee/combee_female.png" +hash = "35a499e4ecc06a90fc59cbcd80c17bd5b340992de3871fcf8c15097bb8595759" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0415_combee/combee_female_shiny.png" +hash = "97bffe45579e3def8de3187abdf99e9b1be2c99d7d2e33ee03db560d5a7f18af" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0415_combee/combee_shiny.png" +hash = "4673161daa2705b5fd022912e653f12b5c74bde2a41e26e5bcdb677a4a972690" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0416_vespiquen/vespiquen.png" +hash = "111c22da00219237ccedd93bdb3f4d1556dd06a6a31734522f80e8a572321cf9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0416_vespiquen/vespiquen_shiny.png" +hash = "67399001840037d8b3a75b03447a31130d0323364d2491f0765ced766c468a8a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0417_pachirisu/pachirisu.png" +hash = "c4085f02a61f528a8b1157c889ff4933e67b57f4f0657a27e35366c9271347da" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0417_pachirisu/pachirisu_female.png" +hash = "0f4c5b71a60b1b2ca094d9bd5f9dfe750164f114ad5fa4bb54cba671a2a88717" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0417_pachirisu/pachirisu_female_shiny.png" +hash = "d21208743e6e4faae9a04dd6c1482b9557565c55d3873a780de840e2495fa904" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0417_pachirisu/pachirisu_shiny.png" +hash = "12223c92f65bc8828899454de26bc475162bef14d1079a6354e5f7daddcfba33" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0418_buizel/buizel.png" +hash = "1f1a4ddf53dc8fdc1ebed552c386e6a96f595613760cd2f9389a86ffd2237d4a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0418_buizel/buizel_shiny.png" +hash = "573ec7fd37ecbb8d3a9716f704f4f0a50b95c6dcb26f6b4fbb3e024f3077b577" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0419_floatzel/floatzel.png" +hash = "c58981ab5b5c9eea30eeaa6e8a35bfb91144112c09c703a40d331dd279df7869" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0419_floatzel/floatzel_shiny.png" +hash = "57a23401bb215a512c4db2da2536dc0f9038166ed0422fbee2dfd8a7d60f9e49" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0420_cherubi/cherubi.png" +hash = "805289de5b21b8447bba86087b96ef8d5a896f8a1f9c2050a9e39d4fd40e4952" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0420_cherubi/cherubi_shiny.png" +hash = "1a0acaab4094f5f1642129c61622c309939720fd1065d193b995693e0c50c7a7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0421_cherrim/cherrim.png" +hash = "11db212966e2b20182f1473f718e69c1278f4a22ace6bee78a4b1a53b038a6e4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0421_cherrim/cherrim_overcast.png" +hash = "11db212966e2b20182f1473f718e69c1278f4a22ace6bee78a4b1a53b038a6e4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0421_cherrim/cherrim_overcast_shiny.png" +hash = "7d286b3d0f5587f754a07427e9787198382bd58815397856acdaa5d64aad3960" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0421_cherrim/cherrim_shiny.png" +hash = "7d286b3d0f5587f754a07427e9787198382bd58815397856acdaa5d64aad3960" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0421_cherrim/cherrim_sunshine.png" +hash = "a5f1b500cd34d23130dadac3ebfa2d4dcb298fcf68c25c1f01f8e8bf23aa39a8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0421_cherrim/cherrim_sunshine_shiny.png" +hash = "5a00600d1c4eaff1e0c3aa833d513744a3c8ef0b248b13ea081e7d36b2bc94e1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0424_ambipom/ambipom.png" +hash = "54b7d7d517e429476dde02a5689804f7557e3bc7fcb32754bf809c71c8fcaef3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0424_ambipom/ambipom_shiny.png" +hash = "3d41527a0d8a5edd3c4ffceee6fb989514995dd776b5b5a4340eb5fbd16ce94c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0425_drifloon/drifloon.png" +hash = "829e35c335f364fb41dd08c266d0ff71057547cd80697abc97333e3814d1093e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0425_drifloon/drifloon_shiny.png" +hash = "6741658576bff029df52f2c46f595b35bc30d769f9e348e117aae210073ed6c3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0426_drifblim/drifblim.png" +hash = "8d9a4ffe7ef72e30586784993b9825e370a3888137cc94416bc88bab3b5e6360" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0426_drifblim/drifblim_shiny.png" +hash = "c66294a0d699b57f611eb511f874a23f7fe21615614695381ddd62f4e84ca303" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0427_buneary/buneary.png" +hash = "53ecf716cf956a7632f2762b382aa28db043547ced3085f6a047570c0979abe2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0427_buneary/buneary_shiny.png" +hash = "c6e3613918d14ee520ab62af278655748f1172802b3d199731cf4f7d9f7b9006" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0428_lopunny/lopunny.png" +hash = "0782a961803571a04afc8f201a2b00f45bcbf365d4401702cd300f0ca2f30616" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0428_lopunny/lopunny_mega.png" +hash = "e092a6e0eaf78223a2019a038c56d28abdea19eab6e81ef47688259e84120cd2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0428_lopunny/lopunny_mega_shiny.png" +hash = "5924966e4baf7fd7169fe8d3e1d4ecd02d77f09ef983051054ead11d10d41791" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0428_lopunny/lopunny_shiny.png" +hash = "5e6bfe5986022ba8beb2e65bdccdbb71fcc4c19addd259a7ab23b8390a463042" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0429_mismagius/mismagius.png" +hash = "fd5e17b6a595972bbe638b63d362756c57e395f422d0b0261ac2ea1baeebd6b4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0429_mismagius/mismagius_shiny.png" +hash = "f6fc7b9a938119239226a0768b4f8707b9a52e0f041aebd153c7b55b36a664b0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0430_honchkrow/honchkrow.png" +hash = "f3abb3f69233d589ceb5f2b27ed17b6ec273d2c1258663bcbf56e93976a26298" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0430_honchkrow/honchkrow_shiny.png" +hash = "0ca955bcf7283a9a6e80db60be08c6a7df802c333c416a5c2d3fbdcd0a89dd1c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0433_chingling/chingling.png" +hash = "fadff9e79ea0150db8f1020bf5413af6feeb85712a31f41637860c258efdcf2a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0433_chingling/chingling_shiny.png" +hash = "285a1a9d17e1610c44d9133f378ae586f8491883ddea5cc2a68dbb5e4ed40514" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0436_bronzor/bronzor.png" +hash = "f252ba5082b4143b04486273d0bfb902bd012aa5fed6a6ea0ce90f2b1c3d03c5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0436_bronzor/bronzor_shiny.png" +hash = "0a48561a22ea70d484e9229c770e892f0583b23b9c694a4ddb92110ea739ad9d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0437_bronzong/bronzong.png" +hash = "785a9e7a5176970ec4cc495346887e972a387f65f03a5bf1383b1ebf5a649a5b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0437_bronzong/bronzong_shiny.png" +hash = "f3f9ec7a09b945bafd86d5334951a8aa973742272ab6151744f8004ad6e6d457" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0438_bonsly/bonsly.png" +hash = "581b9608e8a15ad79e174ad9c99d503f0eddd7eaf6de76c2abec6082b04b82ed" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0438_bonsly/bonsly_shiny.png" +hash = "b452644b9e0ac4e7c93d5d63c04e2781f2c3594ac55ae12163c030d981d6599d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0439_mimejr/mimejr.png" +hash = "fb993829e9ba1a68bd266b6359a3d20f0fc7ba749038b0bcada30eda450945cf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0439_mimejr/mimejr_shiny.png" +hash = "7fb7899c52b2b14979789db0c985f47eb205e9af37e725ab270f60fbd4b2c27d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0440_happiny/happiny.png" +hash = "9ebde47a04b00d241ad8963c375a3d3052366c1e8511113d135bfe7a64eec533" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0440_happiny/happiny_shiny.png" +hash = "8b44349dcbbfc51bb18dec57f848b3b09578679f3187ab5262a05a2b1ca3f668" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0441_chatot/chatot.png" +hash = "2232c861dd1152273203e31929a991f0026e9e8fc5b57f8165fafb006d73e195" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0441_chatot/chatot_shiny.png" +hash = "7ee43010e1580283499c77270841636a89e11e0e0ac24934546dd57380c86584" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0442_spiritomb/spiritomb.png" +hash = "f5bdc364a8904a12dbaf6d4a71f17781a8b2d50a9a0822e14b06e6c14e6f12e2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0442_spiritomb/spiritomb_shiny.png" +hash = "8d47dc793dcfb56f03096f937880ac32d99b8c2757b7a4d8fab1ca3f20c64654" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0443_gible/gible.png" +hash = "13c1516230465977a10c7050015566c84c58e130e8e62aa35cdfec31f36beb80" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0443_gible/gible_female.png" +hash = "550cee4d42f517bd13359688f1cf6880f683672b21b42c945f5c8b16934953a7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0443_gible/gible_female_shiny.png" +hash = "1df487886759cb5ec36556f96b2154f1ca6e7b06d38b400d5e0b9968b6901a6f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0443_gible/gible_shiny.png" +hash = "e10fe183af9702da83a4faaca1395d7d56508ec2db4d981f1dccc73646d79476" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0444_gabite/gabite.png" +hash = "52576f41dfb2a87186cd600b0e788f908b2f3c2d44b6d4b5c42ee35e2c8bd16d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0444_gabite/gabite_female.png" +hash = "f6f583fb2fdfdbefd506c362a954c09036b8f7f086f7d47efb0f28638efd73d5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0444_gabite/gabite_female_shiny.png" +hash = "01cea85658ed1d50892d14e8f97255d86a3698875c1e5fd2a100bea588f61696" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0444_gabite/gabite_shiny.png" +hash = "1e6866b31eb29484de83c353218eee8b470475692094aa750f1fefd42575d506" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0445_garchomp/garchomp.png" +hash = "1ceb7b12f9c6e0ffb4fc6e7247aa50fd561789eb7b04927f2f0ff32463915363" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0445_garchomp/garchomp_female.png" +hash = "2bba93b072474f4b5ffa762a18bf54a9ca3bc30b3c307d5b624368d54eb823b0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0445_garchomp/garchomp_female_shiny.png" +hash = "b8ea90f1b6ae79732e28e3e1b664167f81cdcf2baab4bcb6990df961c1079608" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0445_garchomp/garchomp_shiny.png" +hash = "def6d8e102edeac37c89c06e77d179267de76a2ab423712dc7f0ad952185f166" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0446_munchlax/munchlax.png" +hash = "9b1532447e792441a5786664c78d6d717972d1d777d0ed43d628e95f32a763ac" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0446_munchlax/munchlax_female.png" +hash = "57165faa1650cb00283e5c9c3ca12ec046a2996185baa7fed832060932d7f463" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0446_munchlax/munchlax_female_shiny.png" +hash = "379af597009c4953e1569e7812bc87c914946a684387dc12d740738131ce3593" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0446_munchlax/munchlax_shiny.png" +hash = "196c4930a417466228f0be442b6afc621d2ddcca44b5d568071a0f63c5808b4e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0447_riolu/riolu.png" +hash = "cae1e489761f55097afe0504ff1fb4ac162fab9841bd40621148585f51616a1e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0447_riolu/riolu_female.png" +hash = "804cf48035aeab3e4845a0491ae787acf8e7943206ac1539428f85a9e0810724" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0447_riolu/riolu_female_shiny.png" +hash = "d8667443abaa3451f2a60ededafc12061a0294040f8e76b15b41fc377eb8d65f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0447_riolu/riolu_shiny.png" +hash = "d81d16274cd9da3a7f102109619209bf41a34f2da0db4d3d0f096e1be485a5bf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0448_lucario/lucario.png" +hash = "6648151b971eaf3aa2d6d437ac04f8eb0fa0ceff7675469ec5d206b89cfe1f41" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0448_lucario/lucario_female.png" +hash = "43abd672e3c24160df41e288aa3eebf245978600e7dd2e17299370e42f20ca8f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0448_lucario/lucario_female_shiny.png" +hash = "85ed7fd9e701bff1418ddb13bb4dda9b11f9a1bcc4b58e7570da3d07fd3147fa" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0448_lucario/lucario_mega.png" +hash = "9bdc98478c148c977f03b414571d763b4f5d5b74ffda202132450ac4826157ef" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0448_lucario/lucario_mega_shiny.png" +hash = "07ae33f7aeffd66dd1fa9e235288510b29592c439f2c9c07c91fdb772cb84fd0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0448_lucario/lucario_shiny.png" +hash = "2eefdda3c1575803a046214dc27146120798f89439398ac1141fd16d9f371ddf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0449_hippopotas/hippopotas_female.png" +hash = "3d3954c713983f5070fc8f9a48885ace60dfa3ef7de168876e3352606bae5346" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0449_hippopotas/hippopotas_female_shiny.png" +hash = "1697bbd630cbbc0eb164a9aaf8bb0b7c640e834ebc95313cc542dcbd2640341e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0449_hippopotas/hippopotas_male.png" +hash = "ddd7449e750363994459dd3bfb6d35861860a618c363d6265abc8e25aa7197ae" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0449_hippopotas/hippopotas_male_shiny.png" +hash = "322cc9917acfa6b222c46996bcad181274c81a90a91dee4dab58a3674a0356aa" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0450_hippowdon/hippowdon.png" +hash = "b0084cd8ab1f45aa51eb44211ebf6282c9d85a6a9da79d8e21b4c428902d355e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0450_hippowdon/hippowdon_female.png" +hash = "5eb20bbb607b158aae067b8b703a97b3b4e379cd26dbeb18be2574efe0413aa8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0450_hippowdon/hippowdon_female_shiny.png" +hash = "12f960f64abe3d40b303c40584fe3d9a7ab4838f9730a7f0e742b0dd8be94a6f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0450_hippowdon/hippowdon_shiny.png" +hash = "a71517652ba2105e4cd3c3f1146cbc8c8bbe9709384bf76a9e752c3822df5dd3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0455_carnivine/carnivine.png" +hash = "0df8d81d3e9c2da5cddc2f1036cd287f1dc3fde4d5b3d504c2510e6b15121ef9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0455_carnivine/carnivine_shiny.png" +hash = "11fafb201b19e79cfc3b54f4f3f1208ba1173e6d2444fb81877ad5960b313992" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0456_finneon/finneon.png" +hash = "3c97bc8068473861411eb73810270e50730311fab5b326a83cf7e451c48aa79f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0456_finneon/finneon_female.png" +hash = "5bd4a05acfbb005264a36126a708aa921cd8598e911f85307fb3dd62cdaa03ee" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0456_finneon/finneon_female_shiny.png" +hash = "de0498d87e18db87d6fa5cff8b7b314af0a63c3aa4df00043fda35291f2b2e94" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0456_finneon/finneon_shiny.png" +hash = "aaceab1e4632691977d8408f434e9c9f67a88118f69ef677bae77252ac9c2887" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0457_lumineon/lumineon.png" +hash = "5c95768bee1527645edb24753d246437e046394146fe8bb2b25caae6c87ed637" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0457_lumineon/lumineon_female.png" +hash = "9e5a24d10da13686f337a08887698ccdcf41d80a3c95b63d870fcaecc7fd458e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0457_lumineon/lumineon_female_shiny.png" +hash = "318deb4443d49dcce3bd82effcab1543525a582ba354ed69ebf471518366a629" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0457_lumineon/lumineon_shiny.png" +hash = "2b573053d23f52c2d5915b6ac7badfb1d43acebdf76c94954dec0a38ad99edc1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0458_mantyke/mantyke.png" +hash = "faef1c5676332442da37fd3ed4ed12ee70d6d736367820a30b86a88c0f549260" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0458_mantyke/mantyke_shiny.png" +hash = "b358b248b8124f4c7c99856a4bcbf386d88f7c15e015bcf8a9fba5d31608d10e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0459_snover/snover.png" +hash = "f195142fb6badf4fd7a97b923186f3240ad097ce536eac98555449dc228b8712" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0459_snover/snover_female.png" +hash = "78a895484b798c45b828eef7df31f270332cf12ed83d955b489562bda0674ab8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0459_snover/snover_female_shiny.png" +hash = "49b82108e48072f53e6dc0366cb2f7d819cc5efdd9d6beea285d541229af5347" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0459_snover/snover_shiny.png" +hash = "60bbaf73c928f42a5f216d990be7777a5755ebe5cdd4739ad2a19edaec0eff7e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0460_abomasnow/abomasnow.png" +hash = "753031616e1d9b322e353c47c6251d8f4a40126ca2299cac7227610783c2d899" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0460_abomasnow/abomasnow_female.png" +hash = "7531844de15dd583105d079e4e25aeaa258aecb4c30a398a3f403893e58f02e7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0460_abomasnow/abomasnow_female_shiny.png" +hash = "8d14b08bd1b612298978b2e7bb42a2877fb596359dcfd6c66eb252dcc08d9f64" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0460_abomasnow/abomasnow_mega.png" +hash = "14387c16268c70fb75dc5544d4b6059887e2d9e80149b3d7b9451f0521483721" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0460_abomasnow/abomasnow_mega_shiny.png" +hash = "54f9175d65133ec9f38ed055fad8e0e3c7444889a7412b2e27b17af9fda74ecf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0460_abomasnow/abomasnow_shiny.png" +hash = "5ff24ecd617d09230059cdcce541e2503aaa4b5c1f5c2da9221c93b8a9f72cfb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0461_weavile/weavile.png" +hash = "61b16834141a2c29ca480ce68c1aac62b85aabf22d8eda720a9970a5db816e8b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0461_weavile/weavile_female.png" +hash = "6489b2dee8556349f5a04e39222b770b998d7a7608c2ecb97e749d63dbbad632" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0461_weavile/weavile_female_shiny.png" +hash = "24ff84a6502c2f0c1660227274ce80ca97a094e3e614bd3b64d5c4697a066ba7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0461_weavile/weavile_shiny.png" +hash = "e526d2254e7bc1c41194465d7510d5646ffed7da3982f3c69b66676e21b45b55" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0462_magnezone/magnezone.png" +hash = "1eee3af544f7e863036e7f02caa82352bbd052e4691dfa8bc311e1b9176130f6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0462_magnezone/magnezone_shiny.png" +hash = "916eca15a911f8fbcb63f5cf892cf8ecd72c418886d202199c12d86129d2e50c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0463_lickilicky/lickilicky.png" +hash = "e1dc80588efb8a65de0dee9db64b4083fd0a9855195bd298b73fdb6fcfa4ebe0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0463_lickilicky/lickilicky_shiny.png" +hash = "baf27468cce06cace2baf64df747cdb19ffb202ab1a81dc2439e907d9e343159" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0464_rhyperior/rhyperior.png" +hash = "cb994a6b8cec93217301ef8508f6945112bbd72472e9b92a19465853c500448b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0464_rhyperior/rhyperior_female.png" +hash = "d9266437357a80cf5d54344d91dd4093f3b799966129b03c2d1eac5c30722e0e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0464_rhyperior/rhyperior_female_shiny.png" +hash = "a2215cfff11c0f5b47c4181464628b753572abbb6d2643524de0cb41c11068e9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0464_rhyperior/rhyperior_shiny.png" +hash = "b13a9d826d418871c37e2cbf3c7de918c906ddcbcc541caa022260ac08f89dd8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0465_tangrowth/tangrowth.png" +hash = "d3976e8e114409aa6046a947e91c92fb6911c353a1bc40fae4c949512b987cbe" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0465_tangrowth/tangrowth_female.png" +hash = "5406e910ac8ea2757c264400a3319f7dbcee3a1ed231f6eae9a8f84d0cb771e3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0465_tangrowth/tangrowth_female_shiny.png" +hash = "d3d92577c8b3e2fc5d0a110ff1ca7399034c5f656ee57729d5ac74030d3121cb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0465_tangrowth/tangrowth_shiny.png" +hash = "2df904101e716b154e5b3612472346e95493dbea8b20c4b215305142b616e532" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0466_electivire/electivire.png" +hash = "ee36b74545031b04f7ec8624ac9195d28d2d608450221adbd0b1c90e4e1a4055" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0466_electivire/electivire_shiny.png" +hash = "c6d05d611065f1af150e88b4c5db1cfe5c2d0b59d5ada3375617d17dd731e096" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0467_magmortar/magmortar.png" +hash = "b2101e50e871172c7667de55872e765d250d5c046251a88ff3c0b108a27b0ce8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0467_magmortar/magmortar_shiny.png" +hash = "fb76f8a189b02fd8cdf9d372c7fea7a6045127ae084f4288548f08370cfb4661" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0468_togekiss/togekiss.png" +hash = "701fcfbfa8aa8208b69158a12c9a36aa96f8ac589564a42b453d326317470e75" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0468_togekiss/togekiss_female.png" +hash = "725fac90f339ab4b3606977f9f41a464fd715921b601ef707a287751bc12cccf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0468_togekiss/togekiss_female_shiny.png" +hash = "66ecc7b1e3485e97455e64bb9957bc12dded745e34408c1895103164e78daf97" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0468_togekiss/togekiss_shiny.png" +hash = "46c661ac93ab09a5eb1a078dc8921f8684e6839a44993821f3f90590f486acd8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0469_yanmega/yanmega.png" +hash = "453c94ecfefcfc3fac6e5e775e4cc77da4aa660ff82f62cdcbfc1b5f8e355c3a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0469_yanmega/yanmega_shiny.png" +hash = "452145b621c034d73234321038cb1a16b931e3ac3201504bb7fa5658d9088b30" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0470_leafeon/leafeon.png" +hash = "61c891a4ab655c55fc312c7656417e3be05fb528ff2b50658a84a4acff91997b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0470_leafeon/leafeon_female.png" +hash = "16445862d7e386984c16b820ce8896702e4187049f1b52488a879cd8a1c8ff07" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0470_leafeon/leafeon_female_shiny.png" +hash = "79ee70d249a5c697ba816a45007e0f8143ad364457bdd3b73b0a9abb192ff969" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0470_leafeon/leafeon_shiny.png" +hash = "058287e44dfbb94fd6bf8aa133b13ac19d99e0b52efab46fc7d4c96a3456252d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0471_glaceon/glaceon.png" +hash = "a63b37c412e19fd10ae9771d535de40e8eb4f1ad190d4940b0db5c04fbdd82d7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0471_glaceon/glaceon_female.png" +hash = "0ad3a0db6f6bbd0883422340c8b636faf2ebf849d6a639e5db5159017cba9e1d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0471_glaceon/glaceon_female_shiny.png" +hash = "a212782ef1a79a3ce4a801447f20a2a03d738587ce80b537bdc24dd791844659" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0471_glaceon/glaceon_shiny.png" +hash = "96eb6bcae087a10e572ef82f5d6219da54b7af8608c956623381f63d1f402386" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0472_gliscor/gliscor.png" +hash = "b9528957759043f73e31909ea3355c29ef7a05950fca5a7f21f0cad7f5753a53" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0472_gliscor/gliscor_shiny.png" +hash = "00defb5b65b66df7af9f1a5eb5ad43bf28e9fa57afa080d5dfdc167fcc6f6bca" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0473_mamoswine/mamoswine.png" +hash = "5620cb4f397f545646664a7255ae0c18edab38104bc4df489468b18c58981e56" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0473_mamoswine/mamoswine_female.png" +hash = "6bd96933f32f0a871bdb50c95b2a4b544657599e39ac7740755f9c3d95ed3e66" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0473_mamoswine/mamoswine_female_shiny.png" +hash = "70c03c79df14dc8bc9cfe47bd225341b6224fc50bce827c64c1a56ce14315620" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0473_mamoswine/mamoswine_shiny.png" +hash = "4a006414ba84c6a40a2c26e4d7cb56bcfe291e799d4f62e9c39047e71fb4ef06" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0474_porygonz/porygonz.png" +hash = "9c4d0e5277d7985b29e1cac5202da44ee109779de7106fee290cc5f4ffb5e9fe" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0474_porygonz/porygonz_shiny.png" +hash = "421644b6860d5b8e25dc5c4b6a468b90e602ac6640d99f4359c3144a5e1750f5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0475_gallade/gallade.png" +hash = "825f2bdd036afc081fb5d8d55741d96b396540ba8425f3b3c777ea295c7e85b7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0475_gallade/gallade_shiny.png" +hash = "4ae8248fdeeb2ae8bb7a3ff10267d20686da21f8c65a87b080cf72f68607625a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0476_probopass/probopass.png" +hash = "a0c6d46ee25c288afc0f449445a9417b5f9ab3f40dafb9564017aa2984bf6735" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0476_probopass/probopass_shiny.png" +hash = "57785b790e76031fbb73544aedfb89bf8455372bd375157a053bd5fd0e4cf9e4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0477_dusknoir/dusknoir.png" +hash = "d27b355ed830a23037fed58828cf6db8dbc767394847cc2cd9b3ebf71b86ce30" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0477_dusknoir/dusknoir_shiny.png" +hash = "b5c2e0bc2304320535239a7cb1064b9f70cec94e1a476c6b8c8787811b3640db" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0479_rotom/rotom.png" +hash = "97d44336a8c2d613b12e231639765bbe6cd0ae7ea9b5ffbb63bf39f859b343da" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0479_rotom/rotom_fan.png" +hash = "be643f696d99bea5575315f597c708e05fe9edfb2b96784848c695ae80d79ef2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0479_rotom/rotom_fan_shiny.png" +hash = "00acdaddf12d18f1fba6016eaacbd361995a15db45f963e3fdc988ce1d92459e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0479_rotom/rotom_frost.png" +hash = "a9e954b28fce6f6f420aede0dfda4df7195ad8b42ed297ba07a89f56cb63faa8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0479_rotom/rotom_frost_shiny.png" +hash = "b10f257cb6cfe79c3f6caf77f272c611f164b917fe4949134a76ebeae7ac3de6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0479_rotom/rotom_heat.png" +hash = "c3d8f1c34e9fe4b4c703df111340f821b40359e77b641dd42da0c7297a742a27" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0479_rotom/rotom_heat_shiny.png" +hash = "7cef23232df5aef7a248c6a1f0d540953184f11f4b7c0f2f987544a543bf7437" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0479_rotom/rotom_mow.png" +hash = "4d7acbfe630dd06ce600f1e654cf7a3edd37c67f7011f906d2a5527445f01afc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0479_rotom/rotom_mow_shiny.png" +hash = "bd2b78c7caef56d580c22204ed751f29c3cd268340c13ee08a4c998e854dd71d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0479_rotom/rotom_shiny.png" +hash = "0a7a89863cb2f452f3082a548d07da5d5ff5781a9c6a98ad9447ba2dc960559c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0479_rotom/rotom_wash.png" +hash = "de7d9754622cdb976857e9f9ca91a978f4288bc51a6bef5b927297a860c82b85" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0479_rotom/rotom_wash_shiny.png" +hash = "bc78c81390ec926a5e98a1b9db48d1d5e4ab2917a0ef884602f9b3a0975a296c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0480_uxie/uxie.png" +hash = "8c62418e0f89344c0939677b78aa30e785e1457df37a88a8bc03d7b10c49b37e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0480_uxie/uxie_shiny.png" +hash = "697dea270a6d86d91e6fe710141746e8cf91476e34d990a214bba3dbf297841d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0481_mesprit/mesprit.png" +hash = "78bbfb23f99d1304d48a3cab63ff772474868637c227c83dc6a96c929f8d5859" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0481_mesprit/mesprit_shiny.png" +hash = "7b4684d4ea8dd8e8d93842d4bc905ae0a0042ef720a3eb41281e642ad84bafb7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0482_azelf/azelf.png" +hash = "b17fdc3257908e2f0936b3cbfa2538c2d5167604b02681e502771642578404d9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0482_azelf/azelf_shiny.png" +hash = "593614a7edf605cea8a22073bb776c0a67d9a4ec67e7887e4d7c8586341cf1c8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0483_dialga/dialga.png" +hash = "fe5cbfeaee6be5bc54e6f6a18e9c7dfa3b688cb0b21374d698db1cb5e254c7b1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0483_dialga/dialga_origin.png" +hash = "3c74ab837d01ae03bb3ecc168bd2173652887a7cd122e7acce352d4f44ccd087" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0483_dialga/dialga_origin_shiny.png" +hash = "95e5389494e8147bff8341960f96ff212f31c9dcb6afb98a56ae48fa03348c98" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0483_dialga/dialga_shiny.png" +hash = "e3fc61ff87d4ace265a083d099a6b9db888f79e208da3c5a16955ceaffd8c1d6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0484_palkia/palkia.png" +hash = "ccb3735bad0394309cfdf07e5c5298be2ffdfa4d3190e9bd196416bf73e9fc25" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0484_palkia/palkia_origin.png" +hash = "fd57ad9992e6ae5637460f0359d666fcb30df7b2c3ec1033b07905db4b2538e3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0484_palkia/palkia_origin_shiny.png" +hash = "6ea730b1daadebad207f27e28217649039d48411c278bb809c3e2e2dcb2a5873" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0484_palkia/palkia_shiny.png" +hash = "0c94a7a5a4c6f73fb12d3d4077f663825556ab9a66f0c8dd6682ddfb49e86765" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0485_heatran/heatran.png" +hash = "9026ffd66b89c52e5988860c05c7f68279c6d3034b97fb1437ec34ba70cf0ed0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0485_heatran/heatran_shiny.png" +hash = "bae281b030f3018c97265c8e93fc4fd519818f16617a3c9bd284770d4577970c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0486_regigigas/regigigas.png" +hash = "18be8bf4af3fb746efbc8d6e31d10bce1a5f6bc1ba58a72fec84a6d0336b4090" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0486_regigigas/regigigas_shiny.png" +hash = "f774aac0a9ff127d3529ff9fa41bc52522e98450c78a9392aef6434d772f31a6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0487_giratina/giratina.png" +hash = "22b14bcab19bd6a586f4474ba2a45ab063213014a43d31835fa927b783f0ae7d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0487_giratina/giratina_altered.png" +hash = "22b14bcab19bd6a586f4474ba2a45ab063213014a43d31835fa927b783f0ae7d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0487_giratina/giratina_altered_shiny.png" +hash = "ffa8f6159ebde5091e0a97d9d8568529063aa1911bf21d2d11061bfff80ebcf6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0487_giratina/giratina_origin.png" +hash = "406f53e9b41b0ecc6a347537451392c2ffc0e06ef8f2083f936dd07351522b29" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0487_giratina/giratina_origin_shiny.png" +hash = "b71f0e75691e3e567de7e33c7e3f95112932f352cbc2b919ab477d4eda0fa76e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0487_giratina/giratina_shiny.png" +hash = "ffa8f6159ebde5091e0a97d9d8568529063aa1911bf21d2d11061bfff80ebcf6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0494_victini/victini.png" +hash = "e1d56352c92d22ab3848fb81be42587c65a0ebe7cc6e945ce49375e896feda95" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0494_victini/victini_shiny.png" +hash = "346a608db61f30ad1c5582df9b295fafeed8678cf3b7afcbbbcaca98c070e06e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0495_snivy/snivy.png" +hash = "62b1bc3790d132d6fd23957e8dd077f5a0df28957670c4f0846f417966351671" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0495_snivy/snivy_female.png" +hash = "3fa8fccd0e7db1a73e618c63d47b2256420870a73a927af0a725983b33c48845" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0495_snivy/snivy_female_shiny.png" +hash = "362dbcc800a070802692969136e5b52d4caa7b54e748ed68e389cc9636c6cd3a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0495_snivy/snivy_shiny.png" +hash = "9b76ada0d66de5b711d3b9d56270c835e9fac729fd305bd5e86094772c927327" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0496_servine/servine.png" +hash = "1487ab091706741f2848fe4c3700d2fe9a0381e346dbca57ffaf73d741df9144" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0496_servine/servine_female.png" +hash = "402c362b51a760a4e0783f63c82e037b7812b600981f338520b0c5546e2b5e47" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0496_servine/servine_female_shiny.png" +hash = "1e9283cbee10613ac86e88b86ab82c07e4e6748aaaa5bd024ed292f69bc753a6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0496_servine/servine_shiny.png" +hash = "eedd7e16de1957274999b81b6117755000b05c3db1c632c12b6c9f69f64adddc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0497_serperior/serperior.png" +hash = "5b13546cfe881127784cda3ddc8fcab9304d28133ebc3913dfc18dc443f8676d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0497_serperior/serperior_female.png" +hash = "c32bec307c22bfe699559f93d87d2aa2e0987849a6765531c4f8b4cd5672684a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0497_serperior/serperior_female_shiny.png" +hash = "0510b4250f92df6a82a93984a47769ef0b7fde6a7194dc2ba9b4e80ca1b463c5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0497_serperior/serperior_shiny.png" +hash = "03cb29e97d235b2e693fa67f2d2add2a08bc4780e7af572a51ba734d28bd721f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0498_tepig/tepig.png" +hash = "62ff054b60ce3768f9ef19bd37765634979df23e013b973729d5e07ac8b94f9f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0498_tepig/tepig_female.png" +hash = "9a8003bdb27d62452cf11804c96a940b56f6fed939a92653b47c8f6251fc5760" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0498_tepig/tepig_female_shiny.png" +hash = "ce9278346b33871491d67bb6215909a2423c7b64b9a79f876ac511f99401583b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0498_tepig/tepig_shiny.png" +hash = "e3d015a72e0a54358bc0683c29a6da59a772eabc10881db1a0efc94068c2385c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0499_pignite/pignite.png" +hash = "58971e751e9d761db00c7bbeab4269148ff2f8fe4ba6492fe7d4f263733e34bc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0499_pignite/pignite_female.png" +hash = "238fec109b3d829e55f8ec5773e6d878662a1749700420629aa443dc0c67738b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0499_pignite/pignite_female_shiny.png" +hash = "14d4189eddb64c923793acde21db595cec2d3412c5d802744287246c7e0708a8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0499_pignite/pignite_shiny.png" +hash = "bc5d56afc4f0f895378b19aa0457af23ac9bd4c7a29641a302b0e2f84f738f29" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0500_emboar/emboar.png" +hash = "114215ad2d5dfb7d5b452c826f74bcd956420d4d75f6eb2fb3c06fbe433e7434" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0500_emboar/emboar_female.png" +hash = "89e840ffbdd070fb3a9465161b1c9e1abe26796e0c36edf88e3b6ad6e782b46f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0500_emboar/emboar_female_shiny.png" +hash = "10f958730889a398900aef938c2c1fab3a5c00c26688e2742d016411b0bd5694" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0500_emboar/emboar_shiny.png" +hash = "09418a5222d2212bf8d1a66864ef7ecaa078e0c84a04fd4bb17bd050bc4694a0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0501_oshawott/oshawott.png" +hash = "ff207a622a12c3fd1f8a988416cbb29086441a6cdc0823333d6181542cda5acf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0501_oshawott/oshawott_female.png" +hash = "80739ab8b8ac908828215175dc8f94f9109cbdffabbc5f37a74c4d7f2ac454d5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0501_oshawott/oshawott_female_shiny.png" +hash = "0baf35ecadf35ed0bf39f36518a670ed8b09ea6992a3d542b0e3b3ae8b29098a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0501_oshawott/oshawott_hisui_bias.png" +hash = "ff207a622a12c3fd1f8a988416cbb29086441a6cdc0823333d6181542cda5acf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0501_oshawott/oshawott_hisui_bias_female.png" +hash = "80739ab8b8ac908828215175dc8f94f9109cbdffabbc5f37a74c4d7f2ac454d5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0501_oshawott/oshawott_hisui_bias_female_shiny.png" +hash = "0baf35ecadf35ed0bf39f36518a670ed8b09ea6992a3d542b0e3b3ae8b29098a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0501_oshawott/oshawott_hisui_bias_shiny.png" +hash = "62c25e65c22a4fe07f37e8428bfda5fa8b24136344b0f7c1ea8c768745f4ddfa" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0501_oshawott/oshawott_shiny.png" +hash = "62c25e65c22a4fe07f37e8428bfda5fa8b24136344b0f7c1ea8c768745f4ddfa" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0502_dewott/dewott.png" +hash = "ca5cc17119c036210269045d5b7561c1903ea9911dedd9e7672138c5261bf7b2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0502_dewott/dewott_female.png" +hash = "7d4db78803b82f9a14754c18d83c3d758bb4c7e4132b50a4bb8e5eb0152d7dbe" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0502_dewott/dewott_female_shiny.png" +hash = "86ee5ded0dac9d958d19326447472ad157530816560d2a28f5cd94a865197ba1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0502_dewott/dewott_hisui_bias.png" +hash = "ca5cc17119c036210269045d5b7561c1903ea9911dedd9e7672138c5261bf7b2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0502_dewott/dewott_hisui_bias_female.png" +hash = "7d4db78803b82f9a14754c18d83c3d758bb4c7e4132b50a4bb8e5eb0152d7dbe" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0502_dewott/dewott_hisui_bias_female_shiny.png" +hash = "86ee5ded0dac9d958d19326447472ad157530816560d2a28f5cd94a865197ba1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0502_dewott/dewott_hisui_bias_shiny.png" +hash = "70f4a587bb05abc3c250f091e64c964ff82eec5d464c17d4b54239f977a13050" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0502_dewott/dewott_shiny.png" +hash = "70f4a587bb05abc3c250f091e64c964ff82eec5d464c17d4b54239f977a13050" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0503_samurott/samurott.png" +hash = "ab2b4dff5e9ce620f1c1660b9346082b4882a03ceac0a8619a059c6a109a2b2b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0503_samurott/samurott_female.png" +hash = "3bb31c0c2752e06ea1da0ff3432a12bb6160d37dfc7be5931075ea65809c71d9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0503_samurott/samurott_female_shiny.png" +hash = "e04e634ff2ba4b283db7f50617cbb9f76f415883096a1fdd33b5472ee7b6f32f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0503_samurott/samurott_hisuian.png" +hash = "2e4b9a76ce2727ca9b6441d1e75c2cf9135a9c41b5e0e3a0e84065dae85f70c6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0503_samurott/samurott_hisuian_female.png" +hash = "403743e5acd4bd688b055d9c4d55207e8e08282790bdcff762c23b54079c72cf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0503_samurott/samurott_hisuian_female_shiny.png" +hash = "e14eef133109eb9b21f6edcbd4bd95735c1c15cc422e1fc8a390d0cfe25e18b7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0503_samurott/samurott_hisuian_shiny.png" +hash = "cb487be082f083fa79a8fd6a7227398ebd5d92dd44e333c1cb2409a8b233b956" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0503_samurott/samurott_shiny.png" +hash = "752be76497d7b5856e84be60aac6706bea12a5ac0aa2ff74847b806d339d68de" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0504_patrat/patrat.png" +hash = "f3ac7f902ca7fcf4f827656d332e9ee1e90ba5be27a29f17617dc3a4f73d5ef6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0504_patrat/patrat_shiny.png" +hash = "40f26ff63a725c8a8d326410c20aaeb2baaf569f32b4a02fd5f1a85845f76f4f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0505_watchog/watchog.png" +hash = "53cd6497e5d2d6b33bad732d654c3a09caf9965d1a83d2025f16123ae2c90be7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0505_watchog/watchog_shiny.png" +hash = "c167c801fb61d71ec1a28894c091a60fdd19a45130140d7b062dde2d7cf3b6d7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0506_lillipup/lillipup.png" +hash = "e6a091d0448b667944dd1290847a040183f9f9b4163abdabfb08157813e63912" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0506_lillipup/lillipup_shiny.png" +hash = "a729a251cca14aabf0294aabb2867fa8096ef4495b576d7b2ede1e5b93d18651" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0507_herdier/herdier.png" +hash = "c0e559a25e9fb23b18ee752307e45057396ddc0e935f1a310bea94aec5d7cdf4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0507_herdier/herdier_shiny.png" +hash = "4506ed7c4cdd34d04ba00f37a5f6760fc0383edadf523d6c10953c59907d2c59" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0508_stoutland/stoutland.png" +hash = "b9ed6f3cbaefed217bb4105835a4235362e5bf931193921c04be36ef49efeaab" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0508_stoutland/stoutland_shiny.png" +hash = "879d6e787253c084c4933acf1dd4f0eb2479160713572b989d5a905dff9b31a0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0509_purrloin/purrloin.png" +hash = "d69c699d34eb68e75ca82e95345fdf725ff1189c21a0e71d996b54a671008a21" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0509_purrloin/purrloin_shiny.png" +hash = "9ff3b079dcc6a46364a3e938a147a54f6a33467a78b4729836561d3e818efbf4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0510_liepard/liepard.png" +hash = "575568e597b7ab234b168301ace00bec2a01003b904850426e9b69f4536a50fc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0510_liepard/liepard_shiny.png" +hash = "14488834a0197b7f9d35c2652cd10004bd3ba3a8f436ab0ba9301f9fe33c10f1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0511_pansage/pansage.png" +hash = "36a645c35f8e3b07331d4b4b8c9ad8b0ac5a33c93922716025743c7bf514af93" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0511_pansage/pansage_female.png" +hash = "68c6b3535e28dc2ea0575f7eb0da5b6aa8a84f067dd64783c77e91c77de636d9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0511_pansage/pansage_female_shiny.png" +hash = "fd056cfb06b5fc03da9fd152c60fdcf87168dbc786cbed67661e6fd9a56c028f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0511_pansage/pansage_shiny.png" +hash = "055c8cc41f32c419cd1a8a4c32efd0945260e3c95fc2dfef21e827a6d1d01737" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0512_simisage/simisage.png" +hash = "a24ab77cc9df7657b52dc240fa7571e5a4dec638c6272754a9495a1e364770e1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0512_simisage/simisage_female.png" +hash = "7a200f316ad1c3f5f0d7b3cc859aedf82dc1e171882f9460632b8aeb5f11551f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0512_simisage/simisage_female_shiny.png" +hash = "7798163c27e950d60d9c9391fef9782658ec5c2c3eb0c37bebd6e4b6c7b8ec2a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0512_simisage/simisage_shiny.png" +hash = "fac8eb20d7f35af829969641fb36487e9feb86664f4c5c0054c0decf69931e1c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0513_pansear/pansear.png" +hash = "53a2d059afa825b8aa2c93a581b5d546e5b74ebecbf6350dbee9a82c1504e384" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0513_pansear/pansear_female.png" +hash = "ef0e6e3a9790dd678bf0f9fc036f5de65559967ffdd0db1ebaf01fed8b531fed" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0513_pansear/pansear_female_shiny.png" +hash = "c3ec880b9eec104f141ac7ba33874012ac269e42e6d9ddfda2b38bcfbbbef458" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0513_pansear/pansear_shiny.png" +hash = "8385d441a5e69fde28bd3d9baf75108d2d1ca948bbacbf6c8041411ef71c7213" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0514_simisear/simisear.png" +hash = "dead0dc27b5c439a8b3b00a46da3a62958333d52d25c74243d39afe58f3e6475" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0514_simisear/simisear_female.png" +hash = "6de0ab9995ec5cc5f975904a95c33e2b2d5d224c9a7c2a26b3c218e0b0d39d8a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0514_simisear/simisear_female_shiny.png" +hash = "5db4ca01d24909dff50145f44f7aa8715284433c95f4c5deafaa3b372eae2b5d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0514_simisear/simisear_shiny.png" +hash = "e6af2d502c7ee4404a3779c59f11454a60b8e158a4dee12980553b1af811def5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0515_panpour/panpour.png" +hash = "70f3ea5b8b7ab218c2ef8de48a55f5426ab1eda2b1065dbc0b519298b2e58f76" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0515_panpour/panpour_female.png" +hash = "cab69e204d341f921738e9c248c1d54e4b30207748bef4cf21e88f75619f0e88" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0515_panpour/panpour_female_shiny.png" +hash = "3b6a4c41d903866c32b6796385a935802f64316382b0918db0cbba8c48608c08" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0515_panpour/panpour_shiny.png" +hash = "b0b84d6602fd760ac714df45b3ba230d21470be1d32613e53f456f1b94b0b2ce" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0516_simipour/simipour.png" +hash = "d9540637e221045eb35abe2d55b776d38971205e227b6f4c84252dc67c845cf2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0516_simipour/simipour_female.png" +hash = "194d056b73b8bde2923521b984b4cafad6a0da74b3f048c42d7f74d73d6a1a2b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0516_simipour/simipour_female_shiny.png" +hash = "99b50dc3889c4370e40eb116cc731609fda245ba9609f0bc63c0de5b8e2b52d0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0516_simipour/simipour_shiny.png" +hash = "2a50321c6b774bd1222c4815d8a41f4541854a2e5a8ce5c884c9edf1afff978c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0519_pidove/pidove.png" +hash = "27e6569dcf6cc77197d3b5edbdbfa9a97830d805f0de809d6d996b56094c5fbd" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0519_pidove/pidove_shiny.png" +hash = "222d74db8847e381373006b03a0c0bc79bf87cd733a0b6ece0e8725a9934c851" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0520_tranquill/tranquill.png" +hash = "552dc4436f90f364739edeac6783ffc39f96fd3a888ff47cef7d291359b9f99b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0520_tranquill/tranquill_shiny.png" +hash = "39167a59b12d92dad7876e2142c16677413a34cb4a4ad1021bad799726a2ef51" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0521_unfezant/unfezant_female.png" +hash = "6cdb845a4069e9d414fa05716ce9e676dd73b1f012763a048ced2005c258cdd8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0521_unfezant/unfezant_female_shiny.png" +hash = "9aafab1b79235a66a9a6989f21c62bc5bcd2f47070e154d53398ca5dcb2b4eb9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0521_unfezant/unfezant_male.png" +hash = "866e1ee9edc68696d0288429d993462f90460d2e4c9257e2f4567e49bd34ba4d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0521_unfezant/unfezant_male_shiny.png" +hash = "2b583a7fdb66b007dfe8c82ac405aed23cd0a08b04a994525d6b5e3748942283" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0522_blitzle/blitzle.png" +hash = "ea54cb6ad534c777991fd466d82998367147ca8f7bead3c4539ffdc07a9b7f1e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0522_blitzle/blitzle_shiny.png" +hash = "e08f5f3209488ce9bafaa1f151eda9b21df66df67f39359a4f75f25dcd141128" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0523_zebstrika/zebstrika.png" +hash = "38638dd0411bdc320c46969306f60677f1d20e0c1f69b0f4678d62c05396fcb0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0523_zebstrika/zebstrika_shiny.png" +hash = "756482c43d43b0621da01d57f8890ad6225dc49570afb9d53195ac8dbc4b9915" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0524_roggenrola/roggenrola.png" +hash = "18905a4c6e250c0009a5fc5e0a4f0e266599377e9721dcd6f442c7ffdec712c4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0524_roggenrola/roggenrola_shiny.png" +hash = "b9407e2afb98fa858c935d9e14f6c7d3e166ce6d0ba0c0749cca27ad6469f9d8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0525_boldore/boldore.png" +hash = "c84c95fdb92c426eb238342ace91ba9d5cd3f35f8236789e852f02b86907d700" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0525_boldore/boldore_shiny.png" +hash = "482ccbb765459228afa19abcb1271518dee94c54a98cd48e9a16a85376da6ae9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0526_gigalith/gigalith.png" +hash = "28d7479b8151cd57b3fd6c896c730266d6edb9aea3bb9af6cdc8fbc3085e6c7e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0526_gigalith/gigalith_shiny.png" +hash = "03dc5701576cb4461210f57216ed69259d02720a576d7a0d12057c6cb3aeca8c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0527_woobat/woobat.png" +hash = "6d60136ef3275e0d3d2048267db12fa97d9b87bf8b3d1c88af1a6ba41c11808e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0527_woobat/woobat_shiny.png" +hash = "d95410f6367111c2f31d2a72ba84ce4997e85ddbe9b37c2c6d592181f08578de" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0528_swoobat/swoobat.png" +hash = "22468823dd61eadd3c908fd4c6c76126aa7bba4d97e9a6b984054146cab223db" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0528_swoobat/swoobat_shiny.png" +hash = "81c671764a65ea7c1a6fb2315be2ada30312e1050de0b105bfc55f4286bba145" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0531_audino/audino.png" +hash = "fa6ad5989350a59e05499aadc1d2f9e31df971607ffef984c224ca8d8592d39a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0531_audino/audino_mega.png" +hash = "02438c9897c0c572c6eb4569cf5430c317f83ae80324362aee9228ac1cd78d0e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0531_audino/audino_mega_shiny.png" +hash = "d8a87c79cdae78fe717fa2814c7570da314e3a67007c934c0e5737655fa32457" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0531_audino/audino_shiny.png" +hash = "257fb43567061aa07b1e349d30963b750928f481e1033a069b19aeb6623c028f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0532_timburr/timburr.png" +hash = "379a15e40ad432f151159cb735b506759c77aac03ff37c9db2ff3371d0ea1cd2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0532_timburr/timburr_shiny.png" +hash = "2b199503a523b06cd5f32476cb9ed6a308fd5d19192cf82d199065eb9c5d7108" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0533_gurdurr/gurdurr.png" +hash = "eaa384eca40276ef6783dda1e0e7744ce64f229285559e09cc034582e20daede" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0533_gurdurr/gurdurr_shiny.png" +hash = "87f7e41b92b71c3d275fa8eb810b14059cdfb8963dfa4b18cc9c8d36441147e3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr.png" +hash = "6415c64009554fd128c00d9e0a4f2e78d0b49a98f9f9cbf6e46e4cd85090464f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_shiny.png" +hash = "765a81205db258ec2f32e504af2d7923ab5d2d0c387b7e627f5656532eabdf12" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0535_tympole/tympole.png" +hash = "c87e4b653efce1aeb7b3610297c2f93b2bb35f06434ebc63986c0f6396344ea1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0535_tympole/tympole_shiny.png" +hash = "b9a7bc6f228a5650e43a500e5ed54a5c9187e0a23fb1b476bd43152731ad7a0f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0536_palpitoad/palpitoad.png" +hash = "e98302defa23b91b7f5475f130054af6b3840cc25880c49b8ee0864e770f7ea6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0536_palpitoad/palpitoad_shiny.png" +hash = "6422512e10bedee350d25858a319af22f4a26ea1dba02484d570bf8dbfa44b20" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0537_seismitoad/seismitoad.png" +hash = "a8bf8b35a1eb351ed6cec73b0d9ed01b32bafb8ac44606121db991f008ee6152" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0537_seismitoad/seismitoad_shiny.png" +hash = "1e166f45aa0efc0f8603ecce3b5cd3011fe0a463e19ca555c065e8be954c0637" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0538_throh/throh.png" +hash = "85bac6a7726413549335afee109cd7e4ab455eee94da7aab142ec220f62ece44" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0538_throh/throh_shiny.png" +hash = "de3551df1d80f1ff4728574411fbd0221f8f21e7b7dff5e0525467e9a32705d6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0539_sawk/sawk.png" +hash = "8fe58a576876daf57d9a3f2e37ce00a3af91a70e5163da895b34b440db157803" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0539_sawk/sawk_shiny.png" +hash = "b65737362917da986f0d79baa8ee1ce897ceadf63a3f572f1503ec5099936a32" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0543_venipede/venipede.png" +hash = "a00e24bf4c97f591314fe3e9b41a14aaa4b8e17fd6072e31947ecb2c342fb3ed" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0543_venipede/venipede_shiny.png" +hash = "efc97adb7f90cfaa98cc977c3d717005d73ef5f358ab749f340cca6ef4fea38f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0544_whirlipede/whirlipede.png" +hash = "b3b3e7e0314106b707b81749ff38ed2c3ce656a7e731ba9b67562f048d0ca710" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0544_whirlipede/whirlipede_shiny.png" +hash = "d442b18c07982d816799fac5173a2d590eb72f0bfffe9b30d057b33f34f90bd5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0545_scolipede/scolipede.png" +hash = "d103472bb302ad99559f03f481b94b28765c082c052d28d5cf684c7ebc92e2d7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0545_scolipede/scolipede_shiny.png" +hash = "ceb19a81cb5664d9324778785a5541288a0333570e4c968bf2791a8978878050" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0546_cottonee/cottonee.png" +hash = "a9de68dc7f1f35808174a20930bc4a62956b6e108f225229622b24bfe882a2d3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0546_cottonee/cottonee_shiny.png" +hash = "497d3f437aa148f98d386487b82cdf7dec27f893350fdea652d4725387d3d2cc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0547_whimsicott/whimsicott.png" +hash = "53d98f49700b39ad84a29609cf2b8a639682806c07643d503ea20068977c9e5a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0547_whimsicott/whimsicott_shiny.png" +hash = "117d88245c92d28d096d54743c90d3ad7c08320c230c4ddb5e4ab27ca60c9c53" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0550_basculin/basculin_bluestripe.png" +hash = "4e0e6fc7bf7967ace1fe555cc89406848f4ff85219471c66866026ca2752835d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0550_basculin/basculin_bluestripe_shiny.png" +hash = "acadd8b3428887547d25b616e4cb61dbe8f64209564285e4b95bd79c5dd7a9f5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0550_basculin/basculin_redstripe.png" +hash = "5cf529f9c7f42b0697c7af29241c521927eb39d2e0873b329abd90e4e9ffe987" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0550_basculin/basculin_redstripe_shiny.png" +hash = "d05b8ce2916bdc50bff677741723a0873ca59b226e9ef9642cbe780ab133321d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0550_basculin/basculin_whitestripe.png" +hash = "a8290f33873b7063bc3112a11131629b49d1209c71e78f271b5c80b20cc80bb2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0550_basculin/basculin_whitestripe_shiny.png" +hash = "de938f5484c57dc3210eff563a5a2624e0cc87b6bd954b09f133c55b78ea5e57" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0551_sandile/sandile.png" +hash = "79b301a8fb1eb1486437c145be0dc645145f23bd60322552d1536f568a51bc4e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0551_sandile/sandile_shiny.png" +hash = "9a46204d87d62059af8e7ae01bd22db662bce2c91d234351420c9d0f97145d58" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0552_krokorok/krokorok.png" +hash = "e2b910f7251d6e414f0dfb4a9de4576fff8f813ba51773221e2b5167e1a80219" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0552_krokorok/krokorok_shiny.png" +hash = "c32265e1d448cf647017f03d27531eb35cad8ffdab2e5f2fe2ad8f408160c4d9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0553_krookodile/krookodile.png" +hash = "8a71cf2764260a986dcf29eb2c7fa58976b980538862060c03558e6f7e98db9a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0553_krookodile/krookodile_shiny.png" +hash = "f7da47e452eb8c59f81c20dcec3dd12b6f1a37cbe421993ca9bdc7c137bda0ba" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0556_maractus/maractus.png" +hash = "6c15cacb5eb92dd62561f4480ad2f80ec7709fb1b6892110a39c65280538fd25" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0556_maractus/maractus_shiny.png" +hash = "61b66723aea34ee6acf5b42c3502082400f4fb5162ae9ade2562cca396e939f9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0557_dwebble/dwebble.png" +hash = "1825ae4b76f141a2db93c3df5de79bc6fbf2c7af48d330f3eb460028e232dc2c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0557_dwebble/dwebble_shiny.png" +hash = "b9566e8505a29703e411b3dbc991565cab822ee35495c93776a2cbb391e87b86" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0558_crustle/crustle.png" +hash = "70df80c3b69b096be5a0682ceaf0b40704380d2c98d53e340251a1e3cb869812" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0558_crustle/crustle_shiny.png" +hash = "4f7bb6f703c7b414e9a146ff6359a576f9083428c138a2b78cd81f983477d526" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0559_scraggy/scraggy.png" +hash = "79fcba0ec846d00ee2c186be080c8f06ce77f3ce646321e3fc2384b0025aeb01" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0559_scraggy/scraggy_shiny.png" +hash = "8eaeeee5ae26d244f31ad66ce506d09270c86bf857a79e64bb0610a0d6999e13" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0560_scrafty/scrafty.png" +hash = "d00eaa0d081ab0dcf9c38da6d5d2bcd9e6fa814cfc67a6c0560e83c2a039bd99" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0560_scrafty/scrafty_shiny.png" +hash = "80e6485119cd397ae7dfb78b72a70aa3c533b26084f2541f0550232bd9ff12a8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0561_sigilyph/sigilyph.png" +hash = "24206cc41e9fafcdbb1a3ecc75678f1f33457e33cce79f52b882908a0d00455d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0561_sigilyph/sigilyph_shiny.png" +hash = "c03ebb366613532575b95f5732e55f49a15b5215500d4509fce21c2b59bff06f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0562_yamask/yamask.png" +hash = "ccab307b88a5c1eec20c65584a6c2898b14291faf79c59e5eeebe055da968d6d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0562_yamask/yamask_galar.png" +hash = "9e4723e7d085219d83d9bd6510e415e5fea568b08cb0f24cedb97b7125da0aa0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0562_yamask/yamask_galar_shiny.png" +hash = "acc00b2db66bf0dac59f387d924a3d2912c9fa268151eb416cd0fd5069608b73" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0562_yamask/yamask_shiny.png" +hash = "3bf65052c109282ddbe323c3ae774c80666793ff09150afa42fef686b1fc782e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0563_cofagrigus/cofagrigus.png" +hash = "0e5220bb3c38500b2511d730dd361fa5ab09776dbdae001c207a6699a614d50e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0563_cofagrigus/cofagrigus_shiny.png" +hash = "8365e65528193e046d3dd52bd25d94534b565f669726de24851f162a42f44d49" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0564_tirtouga/tirtouga.png" +hash = "e2b781f8acaeac53fe13fec9188c522ab37f29e6afd94eaa3cad62ae5ffbc7ef" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0564_tirtouga/tirtouga_female.png" +hash = "63ed4099536524a681a83e4acdcae0b10373ec68dd8605ca1a4cecd133c15325" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0564_tirtouga/tirtouga_female_shiny.png" +hash = "0ffcdeb27c2c6a653e9e59ebb2f64d5c4e7df9877f46a20a718c2f86e4e4ab12" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0564_tirtouga/tirtouga_shiny.png" +hash = "9fe0385b5994d73d0d9d62256f7b018226a6f5810076d8863630aac4ffc69729" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0565_carracosta/carracosta.png" +hash = "bcd2f3c546c2ce9a8d81c4798fa172452202b5e306c0b48fa5aacb702cb86514" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0565_carracosta/carracosta_female.png" +hash = "48771e02fbd5b8bbf8a15f30d2b7ef5c33f132b3a376c2a6c1e6a6762b80d393" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0565_carracosta/carracosta_female_shiny.png" +hash = "d5257c0bce3463354d447ebc53e9f9b3500c25b0ba15d559ed2fc9ddb8cd8200" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0565_carracosta/carracosta_shiny.png" +hash = "98c3dcd3a7e90120aeb3e593771aeffedbba8d0004633f3151114bf9f58d3b19" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0566_archen/archen.png" +hash = "865bc332cf47ee7ce15f4114cea88a8405664db1cff2c89e616e2e6e27e95062" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0566_archen/archen_female.png" +hash = "14a4b611fa694db161dc2179e059bc02ad146b45345445640bd28b4670a5f4f1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0566_archen/archen_female_shiny.png" +hash = "d9708c0d60a409361cb4f632a9c14665a51987a7c320ec18a2993c5d61ddac18" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0566_archen/archen_shiny.png" +hash = "9ddf6b2518608c582fed03245fbc6c2a7a26a66c8e4506b34eecacaeaf3380f5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0567_archeops/archeops.png" +hash = "650ecd1ded761fe968ecec06e2162ccf49020ccdfc3faf56ff6b9f842b737553" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0567_archeops/archeops_female.png" +hash = "d502c85040c67ed762732a637e8b232f43e2e3cff1dbade7cd29f3773df6e6c5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0567_archeops/archeops_female_shiny.png" +hash = "7f7ecbbadb6172b05153f8aec62f383d0355bf6eb43d05d7b3af9072f4a663ab" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0567_archeops/archeops_shiny.png" +hash = "e8b3d105f249149e553e390b333bc73470e7107e8c00e72280fc7e135b530397" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0568_trubbish/trubbish.png" +hash = "db4086d637af3fefaf39aef7e59fd04d1793bc3a6290700d7f5c5d037d3f244b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0568_trubbish/trubbish_shiny.png" +hash = "63ea4011f8dd9a36b247d130508ea20e6f60b05a515ac4bf5144c7abc40ba202" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0569_garbodor/garbodor.png" +hash = "e3512f323f867838afd59529da75af80024df0610603224a51cbf6dd44a68939" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0569_garbodor/garbodor_gmax.png" +hash = "deb3fea8dd324d3803020f9527f85118d6c3271efa777314cdc533505fe2952e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0569_garbodor/garbodor_gmax_shiny.png" +hash = "addf2ef040aa0515035218cd7def2295b65f531a7934cc06fe4b1f29ad210cf7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0569_garbodor/garbodor_shiny.png" +hash = "837a61eec74cf05d33504fb47167291e9c02cdc4222384d785f04aa053c03aa4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0570_zorua/zorua.png" +hash = "8090c8e17a798c429ce304d6b53504b664928d93c26eb19a7780bc0f4dbf89c6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0570_zorua/zorua_female.png" +hash = "8a6795e922da836b52aa52043768310d84f2be6faf44b0f29ba4b50d57d912ff" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0570_zorua/zorua_female_shiny.png" +hash = "8122cb93756291507e95ac95caeed23416c6f162c128f9f5d23d6958090a2f4e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0570_zorua/zorua_hisuian.png" +hash = "8a5fb1cfb81d46b0fd96de76253e1a6c1d99d2ed7a8d864bc9a91c1596957530" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0570_zorua/zorua_hisuian_female.png" +hash = "b7bcf300649612e7fa0c0eac5a8338c1248239dc285ce6c65b1d084886a69abb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0570_zorua/zorua_hisuian_female_shiny.png" +hash = "26c4773ddb95c91f9753836c0a237068e4761d26f9bd75d758a53b0dbd4458c0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0570_zorua/zorua_hisuian_shiny.png" +hash = "28be4f51c7d7feaa20a8a42f318a42f1e9de85d541e9331b55751c40380235db" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0570_zorua/zorua_shiny.png" +hash = "7ad7100310725f92058509b3356e2cc2af27901c9ca04817bdbb40679dd53b1f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0571_zoroark/zoroark.png" +hash = "ab8d453cf8f67be9ca410180725c231501719b7368fe81dea0209d3f745b108c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0571_zoroark/zoroark_female.png" +hash = "3a4370bdd5521a37dd555bf748cc1ff2f578af8428964da1bc178944e4409468" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0571_zoroark/zoroark_female_shiny.png" +hash = "8d0efc343eb6fccd91947d88a9b223e76bbd2eff189c29b8bfcffa7a82e60dd3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0571_zoroark/zoroark_hisuian.png" +hash = "5c1d25e04cf1da79a1fb87fb2d93e4adb749fe86ae3e87061bbe2c9f5f7f9deb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0571_zoroark/zoroark_hisuian_female.png" +hash = "f9b37c933e29a780c666f33df2f1ac86d30142ad616f7e1815a263d0755f8a6e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0571_zoroark/zoroark_hisuian_female_shiny.png" +hash = "56d8af9bd223bff6f2632d025b5d45d7d61399c7627bee951ce27e7c205f4cc0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0571_zoroark/zoroark_hisuian_shiny.png" +hash = "4c830f53dc7d3054b36a30270895ee41bd2ce7da54e77cfbfa8f4c7e3a84559d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0571_zoroark/zoroark_shiny.png" +hash = "5e59cd38b6096a9857705dbaa225e10c3d2f70ced533b4f25a7a3c6901fdffa3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0582_vanillite/vanillite.png" +hash = "03cf4a4410cda1a75d926bed8593d371d7c75504ed7f4205554f186176744ec5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0582_vanillite/vanillite_shiny.png" +hash = "b6df32fcebc2af2d99355aacdc921ddc7fe5051a9efb49ec57bcea048c660ab9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0583_vanillish/vanillish.png" +hash = "664605a43da6ecb2be4a60dd790903df70c5e9de2a8155c815f797ec85bb3d68" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0583_vanillish/vanillish_shiny.png" +hash = "810d5a6265b3e2ce483e5cb74a4869eba13ea90394619d9d6a83fa245095fa88" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0584_vanilluxe/vanilluxe.png" +hash = "d57fc0c45bba00d21681da385ddbe0f26be06d4e8e399a392dc220acffea5f69" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0584_vanilluxe/vanilluxe_shiny.png" +hash = "a1d354af381dcc4c0983286225729d4d5cb4f297d6a1efb73f9f15ea4fa5436c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0585_deerling/deerling.png" +hash = "f22e644bac2f62eb1f16e4b2cb2ce368abef1f8a923826cf7c6a8edcaa0eb918" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_autumn.png" +hash = "b25147d19832104c30ee087f7cc307db402657df7873ecfe022eef520ee853fa" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_autumn_shiny.png" +hash = "9f6cbf3e222a68146590328ae8004cdb9f21abade00d88b03814be4be0931a13" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_shiny.png" +hash = "f51d5f06883d540a99c2e1c4565566157909c498a9e2d7db86434a3560f784eb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_spring.png" +hash = "f22e644bac2f62eb1f16e4b2cb2ce368abef1f8a923826cf7c6a8edcaa0eb918" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_spring_shiny.png" +hash = "f51d5f06883d540a99c2e1c4565566157909c498a9e2d7db86434a3560f784eb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_summer.png" +hash = "0ac400fda97c46d586c7d5293361c6c35df9a6b44df85b5cbeeec71cbca5c379" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_summer_shiny.png" +hash = "a1a10bb6c734614c7f18ffde2e54ca6bd142432d3366fe520872d3e76b699a3b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_winter.png" +hash = "bdb4be63735fdefdbf1cd9b81eec610fb1fe217c9917c7334c4bf0a6232f33a1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_winter_shiny.png" +hash = "ad7e52001cc5caa23a27140cba06efca0367d7f21db873025980958f3da1df46" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck.png" +hash = "ac1d62d88ae6362ff101a408e0b9c6bd747ad9d9d9d4889f81a6ea3940593f8f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_autumn.png" +hash = "6fe23142f504f663daab18705067f03a9e8c08f43ac6adc1c1deb0f1397e77b1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_autumn_shiny.png" +hash = "84f0ef11a9ac6e4667b54d7f5fc2ed2db7860673c2817eea326fb7d63ba22d4e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_shiny.png" +hash = "9d48eeccc6fb776ada473dd864b6ce57309da1421618806a758969954df276ee" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_spring.png" +hash = "ac1d62d88ae6362ff101a408e0b9c6bd747ad9d9d9d4889f81a6ea3940593f8f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_spring_shiny.png" +hash = "9d48eeccc6fb776ada473dd864b6ce57309da1421618806a758969954df276ee" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_summer.png" +hash = "2242252041d7b659f782f73a9d93924ae18857addd58dbe723fedd8fe240ab1f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_summer_shiny.png" +hash = "52a495edd475a37f2db3de52110aa6d4490719a1c8e7827a2aca351e901fd2ff" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_winter.png" +hash = "8f82ce062cffed1f38af55997cecfe6afaf0f5e1cad3453e465fb8b98a272258" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_winter_shiny.png" +hash = "23591014e3bb5ce2b83b49788e4cc468e8778ceafb392df310e288b7faa6e338" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0587_emolga/emolga.png" +hash = "dc5c5d83275028edfd48728326cbe692e1063d534d23c74fa89eaf2054ee4e92" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0587_emolga/emolga_shiny.png" +hash = "3a400ee6071e634b57e602fcd6154b1782b8852e60e60d01cae802943d30b9c5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0588_karrablast/karrablast.png" +hash = "c73dd25b57214976298555726336f35588fd41301e936ea7740919621b9a72eb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0588_karrablast/karrablast_shiny.png" +hash = "3de6a7f082410684e96beb11b07b89bd82a32f2f3e19951135b12e2e6c5da2d0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0589_escavalier/escavalier.png" +hash = "75816884b84a02e604ad8db032d3b653c14784d70d7bd48d87caf00e4eb38ceb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0589_escavalier/escavalier_shiny.png" +hash = "08d4373dbaff0421e1654e180fa219d432c98f4bdc2b249dbb5631c86c0fa8cf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0594_alomomola/alomomola.png" +hash = "d240f6feddae444c85b494d23b27e3052644b2839d305667a46535ff5b3f23eb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0594_alomomola/alomomola_shiny.png" +hash = "2193ec918339401ad1e01ae37ac217c65cd774aaa8f8506cf8bd7fb30995b36b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0595_joltik/joltik.png" +hash = "61e3793d77043b8badcd810ae4e25778529bb1998c946f11fd85aadb41603c8e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0595_joltik/joltik_shiny.png" +hash = "ebb53a754995c19b36a490ea1546aaa06725c314f10138d054209c610325b224" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0596_galvantula/galvantula.png" +hash = "01a1fb8e383ffa97cff1be747af2ea53df883194df47f35dcffd75d77920518e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0596_galvantula/galvantula_shiny.png" +hash = "c3d424f89a9483a26e925f9f03a98bc3c3cdf27b9dac9004e727e0d38ccfc32b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0597_ferroseed/ferroseed.png" +hash = "db887bb4322db7cd76cb8db50aa1c69a3216a139af25b7b2368e80e05351bd1d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0597_ferroseed/ferroseed_shiny.png" +hash = "4ca2f28014fc8fa29848d1275bceeab257e01a86f4c9d4b7ae7cf4fc56472fb3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0598_ferrothorn/ferrothorn.png" +hash = "0597def4bc44d7d955d531896ade77f3098791cd0be152ae69a6aae246a1263f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0598_ferrothorn/ferrothorn_shiny.png" +hash = "fbfa7387427c99d84e59ff836e50c3c612c8d6c2eebab7aa9618d76c354c4b08" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0599_klink/klink.png" +hash = "e66f532eca866df0b41d6b5401375fb46f758260819da1d9ba49242272593374" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0599_klink/klink_shiny.png" +hash = "8438b233472edac557eda373bf030bfad90db8199f560fa2c3fd9e9caa840e49" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0600_klang/klang.png" +hash = "cd21e3eb1641e028241f21ca8f51c70264ca6adfd165946bdd55c3e24301a555" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0600_klang/klang_shiny.png" +hash = "f27a3aab158af73cc779fab3b62907346ea98375ee0d84afc5bfe008ba619a36" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0601_klinklang/klinklang.png" +hash = "10d44df4a4cc473a74db3bed4ed5241c29b24dc3fb5683c08ce9c69d152550b1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0601_klinklang/klinklang_shiny.png" +hash = "e06ccdb93e689f1d5f45f6279ae930d75369ecf4bf27462b851126d2e2e35a3a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0602_tynamo/tynamo.png" +hash = "6f2e78a604fcdea49280c5e85507ee468878f4878da126f2778cea19bcce2ebb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0602_tynamo/tynamo_shiny.png" +hash = "be2b68322f6358fd4eb6f0e06081154c02781c94cfa3beb51eb1827361839b32" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0603_eelektrik/eelektrik.png" +hash = "896671ed855462281c4627eb350d7d2644cf1c94bf5942e650b0e11388ab4739" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0603_eelektrik/eelektrik_shiny.png" +hash = "2d51d87021f7d0508e93111dd6e4d6154b2bdb518a57735076ed90a94ea34849" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0604_eelektross/eelektross.png" +hash = "638b0dddf32c53dd0b370f5bb7944486c5aa61e3c687732b70dbc0550906ff18" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0604_eelektross/eelektross_shiny.png" +hash = "16853542054f5ce9e53599aa63ad8cae9f32a1f617184826754724edaeddeb0d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0605_elgyem/elgyem.png" +hash = "51fec83f59acdac5b3386e65f6859a8d55905c7d15f2d80d979ca23af297800a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0605_elgyem/elgyem_shiny.png" +hash = "c0a5afc59ab12ae754cc713275a92e4f05e9014c483ea4619157556709aa5f0c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0606_beheeyem/beheeyem.png" +hash = "403550b3ef7021ea715e34f2262824587b9a9635001cd792a846b89f95d5279b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0606_beheeyem/beheeyem_shiny.png" +hash = "04f44b2b6620b2eaaa08d55670154ebc5e112d986456f8444cdadf222c142ca0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0613_cubchoo/cubchoo.png" +hash = "e30fc01aca527eddcf52f8da78b0ea5de35cbd930d0d87ea4471c38a501e546b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0613_cubchoo/cubchoo_shiny.png" +hash = "11be5ab70c3be040da869af51d70db3ecd4a67a074c98d7eeabd271e1b449080" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0614_beartic/beartic.png" +hash = "a6b72de3a6feb817d43d629f611a1927a9a04c79a8ce94418cc9418c88eb4c8f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0614_beartic/beartic_shiny.png" +hash = "ef2a3fc9d56d99e6ffb69880156ab59a61000bd0a1e2daac0b7bb47c009ffbcd" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0615_cryogonal/cryogonal.png" +hash = "dd6b3dffcf4756838081c9ae03ede606dfc476ba56e222f526f59378896b6aac" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0615_cryogonal/cryogonal_shiny.png" +hash = "c61eee2b3497b8974f1aff972c49a0cc5c74890797b509a2308545c5775de28d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0616_shelmet/shelmet.png" +hash = "a14fe00cee033a23ed87241855c802f97695cb86ea1ca7fe3275d17121c6c9f4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0616_shelmet/shelmet_shiny.png" +hash = "b20b210ab6ae399c0aa07a6aff9738641877252ff47fc44f6b92b6c910633a7b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0617_accelgor/accelgor.png" +hash = "e63f52167c7fedb79ba27d596e103cdce8bd3efffa4e18fbc6c38ca90a6a6a16" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0617_accelgor/accelgor_shiny.png" +hash = "dd0c3f8554afef2a4f8805a4b84cab4cf5872b589851751fa9821064e0e5699b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0618_stunfisk/stunfisk.png" +hash = "b641b63e80dbd7756f8d6171dc56c0a321c9d5dccf07f77d4af679bc2f54f26a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0618_stunfisk/stunfisk_galar.png" +hash = "b0e2a5c9e9604041f5468a0fcd673534c28885fc8b17eb28261e2033b7763255" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0618_stunfisk/stunfisk_galar_shiny.png" +hash = "958a0cfa83babfd6cdb0e15c8966b886f175239248b5d2cb0926cfec4e2f7c55" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0618_stunfisk/stunfisk_shiny.png" +hash = "0b8064d917fd319a772342512fcb7c3788e83c8422bfeaccb71864c8fb135be7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0619_mienfoo/mienfoo.png" +hash = "78c3f715ed3bbd8d90c8fa6ecee4a463f858ce397ff6bc07adaa79629ce4324e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0619_mienfoo/mienfoo_shiny.png" +hash = "9fa6359f5aeb356cdd03b4937e32d05c59ba0967db85ac6bd82373cc80b7222d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0620_mienshao/mienshao.png" +hash = "a7c26ee222e6bda3d29d285da07b66236536efa6eb7c953989070ee599c46fb4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0620_mienshao/mienshao_shiny.png" +hash = "bfb586a490727649dd2b5ee406e9f6e6f3296d4eaf4e6c44a019fd99eb408682" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0622_golett/golett.png" +hash = "1a01eb9bc8cfd009d86f81114aff675b5b5951a72f5fd770a1236627643b09f1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0622_golett/golett_shiny.png" +hash = "4db287bad5dc8f097e9bfceaeda61f8d1eb09888bbae0086d47c89b1518b2f31" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0623_golurk/golurk.png" +hash = "9d80c569a6211938da0c1f22191963a0a579b02894ae6048ed4a29ab691581b1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0623_golurk/golurk_shiny.png" +hash = "0aa0ed81b3e20196403b94bcfbfefc27bbe18479eeea779947c7976238d7f580" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0626_bouffalant/bouffalant.png" +hash = "007c826ab70a457320b1deefb684b7c6009e3f8621f9de83c13c7298d9078c07" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0626_bouffalant/bouffalant_shiny.png" +hash = "d95ecd107db39a859d6dde67eef1a137fd2775f1030f56f455a5632e7f86bc19" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0627_rufflet/rufflet.png" +hash = "8c7fa3785268925484d398318d19ce043cafae67f7aff2aa329a0f9c645c466a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0627_rufflet/rufflet_shiny.png" +hash = "bd42a533ff343eaed08c88da4343c5241f6b657794903e5494b6707c32870c28" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0628_braviary/braviary.png" +hash = "95cfe84858f5d5774416b6147de8d44239c32329d0f2113969644046a479f1d7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0628_braviary/braviary_hisuian.png" +hash = "83c0bc642864b076e69b687d4d4a480fdb249651c7dd4d7767d4e82fcdea9214" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0628_braviary/braviary_hisuian_shiny.png" +hash = "2f6c0f42c56027d1a7b044069a82fc7cf61941d844003a6301fe1ba688f80f33" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0628_braviary/braviary_shiny.png" +hash = "c503da7675361b2cff506a68aff8e1eb3fd5567c6b01f4b5555a57842882ad12" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0631_heatmor/heatmor.png" +hash = "c65cf46979376378402ecb2a4d500f2a5397401a1f6d58cde5d67f8ad13745b9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0631_heatmor/heatmor_shiny.png" +hash = "ec16fea10fdd65754d8fc92e5efba741389a37d2ff61403f3cbd430d293523c3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0632_durant/durant.png" +hash = "04bcce6defa372769223949c8c074f01852cee6a3eca53ded86d522ba02464e8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0632_durant/durant_shiny.png" +hash = "646b0f5ec91c587e3f3c1ef73727da3ca784bbb94e61bedb3dfee309137fed9f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0633_deino/deino.png" +hash = "7fa4948fceef885742e5222ba572568434526648ee06f382e0839c3bda23af30" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0633_deino/deino_shiny.png" +hash = "5c21d26de0f955c692693f0b0122b99dae2f76dbebd84522ed5dc7600fee8d58" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0634_zweilous/zweilous.png" +hash = "80eadb15a996aba8b2946c9e3e2ee8ec46be5586ad0488140cd2c29152289bdc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0634_zweilous/zweilous_shiny.png" +hash = "3ead62bac9c16a696187310892e971e7c930215e4c5936109b9165f2850c5d41" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0635_hydreigon/hydreigon.png" +hash = "aea378daee1303c676c0a47a9cd0c113e491e709f659dc339b8724a1dd4e42a3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0635_hydreigon/hydreigon_shiny.png" +hash = "5cc5982fd1c04e1dc407b4b48b6a2d733d939230d9c482599bcd99bb422be262" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0636_larvesta/larvesta.png" +hash = "faf3119013e7945c8a4e2c68ddcf0b576aa29d617981db31812f51c59bf64704" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0636_larvesta/larvesta_shiny.png" +hash = "0f30ea6c0f6dcac5b1869b6bdb5d1dc11b44b949339b39209f57ae004c1821bc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0637_volcarona/volcarona.png" +hash = "424ecacf0c79c493ca85f128a3652c064eb161d538719460de09dcbfc77d0976" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0637_volcarona/volcarona_shiny.png" +hash = "e7a5ec60bd184ec4328d8dd057e75861b5645c190015d7f8f82605651d16e7f8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0638_cobalion/cobalion.png" +hash = "6428d73a2b4897db34031cf5ea910bad5e5a91b92b32ad92d0366b2a9cc7330d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0638_cobalion/cobalion_shiny.png" +hash = "0f2ea7ac28e05e6c44a3d889005af42999eb6bffe09988969904f9e5bc32cb3d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0639_terrakion/terrakion.png" +hash = "7bf1c014752f733798382662c3dbbbf49d20ccf95b5c6d5dee264bee7120500d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0639_terrakion/terrakion_shiny.png" +hash = "35e67fc8d023452f451022fb2caffda3a90145c25248a692ce6f286fc635aae8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0640_virizion/virizion.png" +hash = "f8fc7de98f06cdef47c632a87119a0eb581639a1f954da02eacd53a2ee056703" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0640_virizion/virizion_shiny.png" +hash = "e4adad1a35edadb8176ecd799b4612c13d05e1aebbe37473891ef21fa75cf7a2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0647_keldeo/keldeo.png" +hash = "3b24cc3655dfa149ac5de789e73aed31b62b5d024d7c7d928e1c46fd9156838f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0647_keldeo/keldeo_resolute.png" +hash = "468b46daccfceddacc35593ec3d432556215040fa66e9d564694dd93003ed8bf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0647_keldeo/keldeo_resolute_shiny.png" +hash = "c2fdf02e722affb2cac5896dc44169b1d85d898ed7376e85e6c2b81d10107d12" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0647_keldeo/keldeo_shiny.png" +hash = "ee494fbaf8fda9c6cd66dded32010fe8372add35ac90cab6ef14e8b3be8d2a6e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0648_meloetta/meloetta.png" +hash = "8a2338530edcad7ab60becbf12dd42f046452419a4b26c8f22e9d0bf8a12fb51" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0648_meloetta/meloetta_aria.png" +hash = "b2e683051e7fa0c456142f07d09ab9ed73b285d034f1fd5d368ab1ed6d96a29c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0648_meloetta/meloetta_aria_shiny.png" +hash = "c91bd6c3433ee981df186c32fd5a09a1b2cbaf4f6e00d0af406e5d39060393d8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0648_meloetta/meloetta_pirouette.png" +hash = "e462231c1819335baaa8a998f177653c71b1874ec9d038c57b7abd3139febb2d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0648_meloetta/meloetta_pirouette_shiny.png" +hash = "d168f21a26e5226b6ac782dbb610e0cc99ed0ae49f459dc95c557cb09aababe4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0648_meloetta/meloetta_shiny.png" +hash = "c91bd6c3433ee981df186c32fd5a09a1b2cbaf4f6e00d0af406e5d39060393d8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0650_chespin/chespin.png" +hash = "d41b1bcd6524317476e9dc0532b29936e12ecde7edcd457d4e5a7fca4b609f82" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0650_chespin/chespin_female.png" +hash = "e29ff139c88f108e4abb45efc87e4a633bf4d76ee49ec838f259892b141ef673" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0650_chespin/chespin_female_shiny.png" +hash = "3da1f2447629eb752c964672b1e3c86d85e69cd9bfead00e87e726adf0987829" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0650_chespin/chespin_shiny.png" +hash = "9c913d8ae3c5dda1ae448620ae3667f45852e6f6807fe1c57e64266075705707" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0651_quilladin/quilladin.png" +hash = "0b7bb134a7fe6af99c2a3c7819715330284331ae925171a9b607919624814590" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0651_quilladin/quilladin_female.png" +hash = "33a97c98cd8871dd80fefe1d839637cc46ab812c10b6427c735caf3d2aeae685" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0651_quilladin/quilladin_female_shiny.png" +hash = "01227150e809f450740e526afbd1e3d2cf4e998833ec81e29322717e8cd6f48a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0651_quilladin/quilladin_shiny.png" +hash = "fd306916fbb61cb86bcce98573d1cc2cea5323bf0931f4f2940a2967275aca3b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0652_chesnaught/chesnaught.png" +hash = "b903e1d49ba3a0dfc79ac5e736d248f74340274a50f91d84690b64292309c2ee" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0652_chesnaught/chesnaught_female.png" +hash = "616ae41f11178709b2a28cd7f52bb0f419d2f769a33a59842e3d4ac7b0022853" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0652_chesnaught/chesnaught_female_shiny.png" +hash = "0b9740734b28fd8cd59a96b648c45b139c9934ea3562313c446a335cfbd74d21" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0652_chesnaught/chesnaught_shiny.png" +hash = "a010d3addeab2c527abfb8608a458352b7eb69a4d608a9d3930618e76300ccfe" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0653_fennekin/fennekin.png" +hash = "fb4da7fadf85c2efb58aa088f473ddf8918cc752f78deb996f3c9daf6945839d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0653_fennekin/fennekin_female.png" +hash = "a97a544f046d0dd0489cc6671085af761384eace8856c069043ced43b0fdc04e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0653_fennekin/fennekin_female_shiny.png" +hash = "1bbb65b7b40ed0dcb67ddf7738193d20806566bd86b467c1c54af0e1dfd149e4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0653_fennekin/fennekin_shiny.png" +hash = "c06b8eada31e457bc948b672e88d474a0b333ff511e81cee6c2f59b0c10087e8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0654_braixen/braixen.png" +hash = "a7a9cdd8130cba6ea4a6465a1b9017386c413c2c89efff861cc2bad4ae971890" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0654_braixen/braixen_female.png" +hash = "cb7b9b74c4bb59cf8af669c0f7e5e44a240fb4972df3c7590e3a67b933813f03" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0654_braixen/braixen_female_shiny.png" +hash = "c688a94769ec1dad7de7b827e108bb61e2e3ab396974c0930fa205f52c075914" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0654_braixen/braixen_shiny.png" +hash = "36043db781f004ab643c76ed1f5e82c91500fa2de6e6b6d509ac192592137849" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0655_delphox/delphox.png" +hash = "5a0e966c5838d825504a5d07b0021eb499081add4674f4dcd375daf78f958196" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0655_delphox/delphox_female.png" +hash = "b8e0cca6cc00e64554b7cc66cff901af72e389bdf8363372e7aefb0182becaf7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0655_delphox/delphox_female_shiny.png" +hash = "1bf0398d4a9a37ffb8918b73efcc5b39a230ec1d2b7cdaa75c9f230a75c2ba7c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0655_delphox/delphox_shiny.png" +hash = "eda5efe982d8f68ffa858491fbf266d39e91902b1f26ba7f0505a691c02d3f0f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0656_froakie/froakie.png" +hash = "59ca981d595e25cd084ce69dce8deb6e4235ecf703077dbeab9f32b16b057eb3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0656_froakie/froakie_female.png" +hash = "a5d7dfaf34248a3717bd5f6b6231a57397e7d6648da4643bd05c921425b4208c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0656_froakie/froakie_female_shiny.png" +hash = "64b2ba65b4c5e3f6dcce7df9eddc9bb2f9d4f7ad72b7a1ab8230a21b9c2b255e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0656_froakie/froakie_shiny.png" +hash = "4e07c7a7fdf8b141e155a9da6f00745a16b174fe7eef8e47f36deac6d07034a5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0657_frogadier/frogadier.png" +hash = "a2870e76446d70d0d8a775f5addcac3172b77a5236ca42b3ca6a8a6ce4cfae76" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0657_frogadier/frogadier_female.png" +hash = "afb71cb89668c016ff4573f991a118c74654565f34527bc36df2ba7f1b61fe11" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0657_frogadier/frogadier_female_shiny.png" +hash = "ec6a8d26aa24c8f0260672ad92228dc01309c35b2308094d96aaeacb85f5e47d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0657_frogadier/frogadier_shiny.png" +hash = "efe0da0cdf98ce83b982017db813ac64a8d9a4415fc5dd8a59b43b486c0d971e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0658_greninja/greninja.png" +hash = "7d4986d5646a61ee426e7eb5eabfe7f9d656b34d6d95792336d10af07198d071" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0658_greninja/greninja_ash.png" +hash = "5c3bdf5e598f691dbe01993c9caf0ba0e776e4df148487e912662a2554c68cfa" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0658_greninja/greninja_ash_shiny.png" +hash = "3fb2c4acd539d212ce729e40f9646e5e45892be87246635e0830b93aca69db5e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0658_greninja/greninja_female.png" +hash = "6c29bf92bf296663c9454af08451ac8df4602f28affd12ca615b76bc95e15e75" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0658_greninja/greninja_female_shiny.png" +hash = "967512a297d1af03cfb04f3220400da000b86ff95527a0d732b6bccafa335c1d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0658_greninja/greninja_shiny.png" +hash = "6c6b57073f146a427838eb9de842a5c34ef89d55d1236951a718bcb96ea016cd" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0659_bunnelby/bunnelby.png" +hash = "060b988be2b938045065d8ea1b698fcd06bcd9aa7d81be6093a4335f00b89094" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0659_bunnelby/bunnelby_shiny.png" +hash = "124ee237643b3b5178738851f9714f35cb1a05a437ee2657cb72bdfef02ab373" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0660_diggersby/diggersby.png" +hash = "104bdb3987bf82bca5c19a5c29946c4edaf5791f89e97bdc35d0452a60780d4b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0660_diggersby/diggersby_shiny.png" +hash = "5c41a90d8ae9c14f0f440da8efbb5175e09512d9c3c0b989e9a7ecf5a7228b0a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0661_fletchling/fletchling.png" +hash = "8e0ae30165725cc1c5b5f803267ef2cb9ec893531d3c698a6d33ed39537cf5d1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0661_fletchling/fletchling_shiny.png" +hash = "b04700f4746bd7648ae6d0706e251f5718c75fb247aad628cbd10eff5801759a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0662_fletchinder/fletchinder.png" +hash = "195f758b92a88c674385606aa0f43f99589733d59d4ee2e0ebf488821a575263" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0662_fletchinder/fletchinder_shiny.png" +hash = "aad7fb9ed909684f48cbe5dd2ae9e575861050f83f175956de3bbf9637e007bb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0663_talonflame/talonflame.png" +hash = "196d8d9df6e355d94b41e9b81d494fb981656744409ed85b0a4d0f8d51459d61" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0663_talonflame/talonflame_shiny.png" +hash = "e9c9945e550bdd9454c5bb9a015e7b98bb6a868bfa4353c3a69fdd4ae571c726" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0664_scatterbug/scatterbug.png" +hash = "8118258d4e52a928aa0e75054420ef74a92e0adeeb9b58941a9055d6d4a6129f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0664_scatterbug/scatterbug_shiny.png" +hash = "f72d649552471c68e2fe380bcef2a5c8cf3370496edde26c5f4fd228c4d6c50e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0665_spewpa/spewpa.png" +hash = "549b834ce6f641fc6ab65889b3adcfc8bcfe4bf60c14cfd8cc2e2aa6f7a50cb5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0665_spewpa/spewpa_shiny.png" +hash = "56899d2890cfeaa6b8a78f3ed1a08606cd16e2185f45982938e590a9e04efa30" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon.png" +hash = "e1858d6d7beb2ac4f50137177b2952b79cfc990b739ad6323cce356fa10a6cfa" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_archipelago.png" +hash = "fe406d93d0c0e0a5eebb4e2cb837f08ef297bbe6f9303f943fa08d18a38b9752" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_archipelago_shiny.png" +hash = "3d3d985ef97248ec033b7c64cd8c34739d51bb9f0a40e7105e9cfd94850f604b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_continental.png" +hash = "b5f4f3af084ae1018704ea0f2a895495e7d6dc99a08cb812e730116ed9df8bf4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_continental_shiny.png" +hash = "bf4a156970b2aebebc388b40caa2021036e5f326ce3716639e99f2424a280365" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_elegant.png" +hash = "cde7cdf28f5422ac2c6c2eb368c238865a97218171922b8eb235b3148c1f832c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_elegant_shiny.png" +hash = "106543b497d09e1d5b3df2f026e9e395bcc8352a3c4db527c04c23704e016b90" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_embroidered.png" +hash = "8047f9538c7014895b6f22c96e0dd48ded5770429314005dd621188e954a3f31" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_embroidered_shiny.png" +hash = "c360b9ed3af7a49eeea7832b980646a0202da21c27fdc2fb8d1c88b0cf74150f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_fancy.png" +hash = "d4847b86b4144017cc68faaa5397db7bdc1b1791ee7153491e66bd2b3de4f67e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_fancy_shiny.png" +hash = "e27869c0ebd6e4e3a95b4c2a9c4f2ad393d70372905a813b3e7a5adbb0bce333" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_forsaken.png" +hash = "975ba081bb9838136d6b4f020a6dbb743aacef7b6b66700718553eed927c37a9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_forsaken_shiny.png" +hash = "a5620db4fb06f7101c5015405412450de2464faa7eaba6ef1a90ceb7d0e981b6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_garden.png" +hash = "ce4db6c19f57c5d9001e103fca9f2b108cb4310509f435f3ac9683a42efcda55" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_garden_shiny.png" +hash = "07e420b2d0482f65652a78c65c222ec20c66829a230643d44e1e1ea1a34ca02e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_high_plains.png" +hash = "24441df52e11b585998779c6cd7f7bcd8c8f66df4e6db7738d00213030f4bca5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_high_plains_shiny.png" +hash = "095bf51d6989295dc17cb0d248b80fb7688fbb8a374a193b4296dec6ed8ebcc7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_icy_snow.png" +hash = "998bb6d0098a98a22cf91378e66417b8d5a125d03e216b6ac615a2d45096cf6e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_icy_snow_shiny.png" +hash = "756234ca156cfa5588c2ab2ba074c863b3ae582982bce60a327765a7185104af" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_inferno.png" +hash = "b7221dd51f46c0a24d6df5363908903d62300864f75b73495067f73fef15fbe7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_inferno_shiny.png" +hash = "526eeebc38cce45d7e202811eeef32eb6722967851c73f8b00fa23f1693d6948" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_jungle.png" +hash = "fd5866feec776466de9480df04138a823ee30ffec9b89e42b46f38f59d73e149" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_jungle_shiny.png" +hash = "6d3adb044ad294f30c9c1e2a15c29e861dabd85d3ccdcf2ffa3fac3426e8eece" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_marine.png" +hash = "dce5354f50a324dc743eab24a48be612dc91611a6cebf4fcb9c8ec82703231d3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_marine_shiny.png" +hash = "28cc6b7f2f8046a15379bafb83a44dae6f37257b58c9060d4747e60dde13d391" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_meadow.png" +hash = "d6f4dbbcf26a5a365b36dd70803caec37411c6335f2cafb41f8d15bc4501d9c9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_meadow_shiny.png" +hash = "73e12af2b8773b02b0a6cd7e2b162aeb4abf9980ee0d919e987afb69c8c8dec2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_minty.png" +hash = "e7fd5cb67c6df8fd750e87b87b6dfcb30c0a8a62611595d71907f00c59b4a883" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_minty_shiny.png" +hash = "64e9702fb3ea1cce809aa37a503772c35b38e24ae157db084dba5f57e2c3c7f2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_modern.png" +hash = "572f035a61568ffe7bc494be8cf3232d167f5b7e5c2ae92a5f6ffa9706d9bc54" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_modern_shiny.png" +hash = "e77b894feeb9e2610849e675df891544832f17b4792c4a7c02cd13e8253eb990" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_monarch.png" +hash = "8838972338347633e2aff981802b89fcfe80d3859dca3945f6cba666f8121e76" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_monarch_shiny.png" +hash = "c84b1f0a417b87a200f310a008389979d10e099eaddcca44d88ea2de2938bb68" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_monsoon.png" +hash = "1724bb570a5d1f8c6311d99f7a198e143f545c792f7d3ea8a19524fd7b5acf6c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_monsoon_shiny.png" +hash = "242987b04af30dbfe843f1645e2503ea8684f441338a27b03bd36d17f8a6b2b7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_null.png" +hash = "e1aac4a4cdd6af4e3ff930311d0d48cd39729dc890ead4ce12d9499c79ddbab9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_null_shiny.png" +hash = "1c64a91d43670b95f43b5185a18e7bc823d7963a75ae8586c08fdd38efc5be8a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_ocean.png" +hash = "fa676240d0b0152512800e48c6678f463397e3cbb87214824ad715530f63e7c5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_ocean_shiny.png" +hash = "0b9bbf0401e988f68cdbc3b826ddadf9fa7c210fc12c6072d354e4a56f081ef3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_pelopon.png" +hash = "002bfc4855e1db29d15450e0b2095ff36059f4d9a216bb35ed9fb97fd3ebd4a9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_pelopon_shiny.png" +hash = "78ea428a3e890b8b3cb41af3059569b47bcac6510e451d3690a188f02062a31e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_poke_ball.png" +hash = "c7e5e0c320869360838e84310c4bec55f5f48e50ddd21dfcb4406d82e1440314" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_poke_ball_shiny.png" +hash = "06f4140715db05ca3ad95cd7fde5bdc877fbdf1e183a738aaf6abe677e8521ec" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_polar.png" +hash = "00f5d8b39af2a0d1affc542d5e08b6645b6e80e729756be85910add73edb4497" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_polar_shiny.png" +hash = "83c15fa12b96a3920f0fe18ccfe523a173d06460818afa3a9c9ded8190f62755" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_prismatic.png" +hash = "2e9ab93c5638a7c1545c2ab6e9cc54c8e002f1fb1eb37212b55a186b47189095" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_prismatic_shiny.png" +hash = "e277bfbf959a33ac304e0349280209019a1405d671ce747e7fdacdc4ce15bdef" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_ringed.png" +hash = "205bd6573cbbd591eacd86e67effb5a2936d400ce91a9b9db1275ae62a42f753" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_ringed_shiny.png" +hash = "f3dd80aa08873c438e64184c9ee275851c8e7556c4b8213d3bcec58c014d5292" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_river.png" +hash = "df50059aa4b0569fa96c045d8f2d08957231488887bfbce3f96b7f15b906c90b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_river_shiny.png" +hash = "789df3d82d461fb6d856949f2535d15188c62e78a0ae49e252fc62ffc801bb58" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_sandstorm.png" +hash = "4f42d4da77539e0eb5e8a5e2a63655bb6a03c160cf2ae7e9496ce358e06f47d3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_sandstorm_shiny.png" +hash = "b0e263bdccf382b6dda0e62c71a2cde2481f2b675f63daf4e9c8dabf5b96028e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_savanna.png" +hash = "1030ca123a9a51758e41cd603188984a9814fb54ef0adf36e4400edb685bbcc6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_savanna_shiny.png" +hash = "c7095f01d68a56ae5f28181ba2bc80dfa780d1877d3c4b75f4849f09f8c81363" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_shiny.png" +hash = "73e12af2b8773b02b0a6cd7e2b162aeb4abf9980ee0d919e987afb69c8c8dec2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_sun.png" +hash = "f3215078bb8750cb0464ccd47b8fda535c358562fd0a007785be8a819d93d061" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_sun_shiny.png" +hash = "33cfd15f7b30cc2221dc474a390c28f54875708ee9f2dd149573fc183b1e17e8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_tangy.png" +hash = "3fc332b87b1542cd3783c8992c52ab9afe2ebc748a7c2eb49e5efbc50dc185eb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_tangy_shiny.png" +hash = "edf9bd72134975331860f418c784b16a7c3582118251d66f98935e584f85c8f7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_toned.png" +hash = "936df86e9740fbfb51f04ea365da601dd861919d34f7f0769b8b33ca570d6b10" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_toned_shiny.png" +hash = "927dc322723d77bc43930c364857b06553ca5e5946670684565a9e463689a9e2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_tundra.png" +hash = "dfb7d8eb5d313ab6b92106d8a1759a65b28aa44e97312871bfff0a34b77dade6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_tundra_shiny.png" +hash = "2599ced3e659cb741fe54dd877955f312aaca43b2d669ae28dd17a14e9d9b2a3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_twilight.png" +hash = "1792f87e55372facaf4ca673e01cdd609791bc8729f7cbd2ea86e4eae9f6268b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_twilight_shiny.png" +hash = "ead083043e62b2d27452ec1e3999c479e32905acbf0eeaae4bb9d12578407b1e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_ultraviolet.png" +hash = "ec934d6aaff6bd94597fb72bc02ac1544550ea8eb298bb2c4a9f84ec6ca40c1d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_ultraviolet_shiny.png" +hash = "56d210763f3c0d45143abb7d150a6040a0de17950ef74841fd4c3128c33685c4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_void.png" +hash = "f50b285c7d776d8ebd441e07af497dae36f25b392bc319c4a6450c096f01dbbf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_void_shiny.png" +hash = "410fb08583a51e7ee6b919c706aac37bbc224460a5adfd83c2831e705f61c413" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_whorl.png" +hash = "86debb5e7b917566b1acbaf041b9f888c64b7cede54eca4e0ef2241886ad4048" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_whorl_shiny.png" +hash = "403e88b55bab16fe5cbbd2f8c93cfd2cccfc7ce392b4269914a719e736ae1bd8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe.png" +hash = "54bfbfaf732b854655f91b32d1899c87facbb7305522bc18affb7db32994971f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_blue.png" +hash = "49baac5f5fb85cccd084ce3f38bd530b6741fa526b3f4403fef41dfd273f6be2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_blue_shiny.png" +hash = "1b8534870a136d19f47002ebe333e0d6ca8523e55cb3a5b054f8ceaca003d80d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_orange.png" +hash = "ad2f11be81b81a755c2760b76f2e9999b7b3d2c5caceb9a39c1da85e3e2b09cf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_orange_shiny.png" +hash = "6b5fd11f6d510f964d476d900bf7d10a75923d67236774cc6ba1188ec9b13515" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_shiny.png" +hash = "4ba284f5f1dfad016abc9383b2532bb14d8f497ee1c37082b4523a38b457d6dd" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_white.png" +hash = "a0f038760b697bda8cb075d753ba811755ba12c5f40f664ca326a8753d7c230b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_white_shiny.png" +hash = "98bc8a623929ad26b05400e3fdbf71fa8d8f0b7d4afba86624c6a635e7f5322d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_yellow.png" +hash = "614f0a5d17ef4a40efddd6fc52efc2daa9dad0295b10d52d88295be1228dc6b5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_yellow_shiny.png" +hash = "03e7d67c82ad6903a302af10eb9e6e3ced2c7f3a0df00157a70e6182390b9e5f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette.png" +hash = "39d6e89958b721fa06868b8055b169c2999c36a5d79a9bcc8b04e182560e048d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_blue.png" +hash = "178de7e22ca8f4a3321d8a388f8720b60ac61e9835a2b875e7658ed6a98894af" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_blue_shiny.png" +hash = "f58097f5f5aedb945fbcfa3df8be2bae3a3263e6a09c6794584e579251fddfba" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_eternal.png" +hash = "0c3c7ef1335609d79c4e913efbc86624f78e1da91edcc5b2c7baf3a18c7437db" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_eternal_shiny.png" +hash = "6369a9fcdd5398a04464097b66388dc6d1464ba369ffa49c4905b387f3f545e0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_eternalflower.png" +hash = "5513c20b3a6fca67ab586d561ea7b9c7cfa191f313f572134f9442e06370a1d3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_eternalflower_shiny.png" +hash = "ab2d9e3c2497305ec7b4a94760b0a571743a0386be81591c6c11f893a7b10fb2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_orange.png" +hash = "ab134b55f75eee819b383f8513ed83c09a00d4a03caf97699cb5caa6be3e19d6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_orange_shiny.png" +hash = "781fa2675d1458690d43868c8c1765246b7a8b04a19dcc0607a384dc7b079900" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_shiny.png" +hash = "c10f24d539dc8b2b9c1e82968ca5094e0534f150d3e03d005a99f1eb6b959394" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_white.png" +hash = "5ea933e71225209ec4ec2acdf29b55e9272f3fbda847343862928d69642e8530" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_white_shiny.png" +hash = "7e347d7efc70cb7a000642737766eaf7208714fa7f8ae9934317709c2fe0d442" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_yellow.png" +hash = "8967094a8b2635f11f11345d6e1828efa10b66ff4a628517945e028035a7d01c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_yellow_shiny.png" +hash = "02f32c9fb13c865c5f7019b853b10ac5c8cb5de7ba7e8f517aee97f331b10c07" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0671_florges/florges.png" +hash = "91cf0af2c22cacd4f7fc5b07e9487ffc67da83e06d02ff39139ae07c8ef15452" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0671_florges/florges_blue.png" +hash = "0f821f8e1204ef155c678ef014dabd9817134a537570d852d7fc57a80fcce761" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0671_florges/florges_blue_shiny.png" +hash = "bd924d94a7953a3b0922e70cca0bb3d8c643c872bf4537ca015072115dacd0c4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0671_florges/florges_orange.png" +hash = "65bdd784b4249aee79bca9557eaaa8a09362dff6b88d7da37b423c161f1e2efa" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0671_florges/florges_orange_shiny.png" +hash = "862f2e6351d36ea2649da4bcbc1b5bb99137d0b4d840c994b0aa5aaea071cec2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0671_florges/florges_shiny.png" +hash = "3f94c77ee0770886852b50fa3d0d6b3f24283791e9d22a8de095652a998c4d5d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0671_florges/florges_white.png" +hash = "e51ff5fc137266c6600d911dc8dc02ef59e246cf5d5e5fe79735f3f0d8b402e1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0671_florges/florges_white_shiny.png" +hash = "63569e8df8068da79fd391e710f62cde561c7ef830198ab66875c6457a9f9e91" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0671_florges/florges_yellow.png" +hash = "b0795060db1219d20401512e8898a6bc26d9e2dfdce3912443dac39190cbdbe5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0671_florges/florges_yellow_shiny.png" +hash = "81159ee85cbc26052bd610606a0d1e696777e07aade1df9ea71ddbfab30a2de3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0674_pancham/pancham.png" +hash = "ad34918480073b90dc026ff4f74ff07d248b3b369a4495fd706778f0f15c765c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0674_pancham/pancham_shiny.png" +hash = "6f6afb9c8ae46956d59a60d2e55de5cb68d72c64b209e5cd5e5552187842ef3d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0675_pangoro/pangoro.png" +hash = "1aefdd69b5eaee5e36a134cf3ec05f5deade953fa3fe4ea474c5996a93148b05" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0675_pangoro/pangoro_shiny.png" +hash = "d16a9b8d64b51e9b5c2029e97783121b5829b3f425fc7eb2b0b1d176e712960d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0676_furfrou/furfrou.png" +hash = "6e33eb1258887b41af4c82fe56da00a96757cce41e923e9571005b7c09dbe332" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0676_furfrou/furfrou_shiny.png" +hash = "9929c662823dcce54d55d4aeae68f19266735ed2a4816016756f324047f2e2fb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0679_honedge/honedge.png" +hash = "0ca6b12b4e60c0318215a2836d13805eb152008d6b401aa5959a156ece6bb403" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0679_honedge/honedge_shiny.png" +hash = "6334276c559cc5f23b07ecf15c9205c40aae8d4ca9706bead9eaf49132e08f97" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0680_doublade/doublade.png" +hash = "41b5e848f5aa7ce155c2f8f85e14311427cae4b8ac7f18aaf77b309cfcf3d467" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0680_doublade/doublade_shiny.png" +hash = "4af5c47dabbf781e3bd33e6e8aaf3742993cd1344b5e3473e7d58e9cef8ddf47" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0681_aegislash/aegislash.png" +hash = "0ea7e37b716ac3bd65381cfe057d7a191c5b97198e91e66d18a5580f3021a299" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0681_aegislash/aegislash_blade.png" +hash = "344794f5a28dd81ec0874317ac15623ab876fe697c8337e0ac23eb53e5c01b38" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0681_aegislash/aegislash_blade_shiny.png" +hash = "99a044abf89a47bf14f816b77cc7f90e44ec062c3f24b328999ada9e5d44e4cf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0681_aegislash/aegislash_shiny.png" +hash = "11f2481d2718cd23db831e47b6e0a6cdf9e835d8f6429039e2b71a670cf2b947" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0682_spritzee/spritzee.png" +hash = "fbd135b8a9489d075c6bb11593d9b7e97b1d35caf58eda06d8f712efaad7219b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0682_spritzee/spritzee_shiny.png" +hash = "0e057024a45cef4d81e7d635a4cd527f47e91e839e4c3d77e461369b7370a85b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0683_aromatisse/aromatisse.png" +hash = "244ae7b7bb767d110858dba5f460ecda472fab459b4a4fb711b7adeaa0f54fcb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0683_aromatisse/aromatisse_shiny.png" +hash = "a84a65dd8658f3569094b54d721b175a7fdbcf8a6a18e071811488a10f05ea64" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0684_swirlix/swirlix.png" +hash = "110c34e8706503f4e09bf4954c693d910e4aa094e02e1a7418a84a92ab334a11" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0684_swirlix/swirlix_shiny.png" +hash = "8d794f35134c4c625cf205de17e4e4ab97f9be5d21d887e3ac8c5863757d0331" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0685_slurpuff/slurpuff.png" +hash = "33d520f5cc72e16579740845b29341fd2dcd14b1a493f8549ea552b776fa3a7f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0685_slurpuff/slurpuff_shiny.png" +hash = "c536817c2437e4e48631d2b892f52c29eadb86ccb348f07eb4cbacd6a0fa4207" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0686_inkay/inkay.png" +hash = "cf1ea3dcb02f435312fd5f5439d6788d52651b8bd86e8c205ea30934cde57c57" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0686_inkay/inkay_shiny.png" +hash = "1744f765985b859e6ac5755f95a2bc8ba1f9251799edd93afd4c8d3c56b79728" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0687_malamar/malamar.png" +hash = "5d0b597216f9256285ce31084be973a421c234932689fbf7319b0641161ee542" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0687_malamar/malamar_shiny.png" +hash = "804da3fa7db369a307b29490f4b57476029b6a34d8f3ab71808ee8a6ef6a4a74" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0690_skrelp/skrelp.png" +hash = "1fdfdb0d6ba0a705e8ac165805c57aaba7f00ea9adcb0e04b2b612808b203228" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0690_skrelp/skrelp_shiny.png" +hash = "916861105138d39d821bcb38d7db05686d76d65ea8288dc87bc05a2b638184d3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0691_dragalge/dragalge.png" +hash = "45bd23a962a573e038338c11be9db9d85e2735403003ad2929ce9e030ea64540" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0691_dragalge/dragalge_shiny.png" +hash = "4c7a2779de716e47b45b59ff4e4afefbdcca0208ffba86eb10d7e0fcf2e49636" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0692_clauncher/clauncher.png" +hash = "fd3ebec81f3f106e91b8523db961b9770c44d4b74216477673c0ab4149923d99" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0692_clauncher/clauncher_shiny.png" +hash = "89c184dae853a0543e66fa9c98ca421303b6b648431adcf27b3a858847b9c0a8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0693_clawitzer/clawitzer.png" +hash = "64875761e913ec050159d7a4f81d0512a2691943c262c2cac5d6c5e7afa6c844" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0693_clawitzer/clawitzer_shiny.png" +hash = "b5f5f2263037ae7cf14bc4bcf1739e1b330f3c7b8e438d768e0ea883024bc97e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0694_helioptile/helioptile.png" +hash = "cbf59de2a88c476c09ecbe67af3e98f77ef08fa65e0e71671f9038a0e65af6f6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0694_helioptile/helioptile_shiny.png" +hash = "ec761a2b9c4433611113b53c990e7b9c77b36052a99e0aa69fc87a5646ff6583" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0695_heliolisk/heliolisk.png" +hash = "dd76149570c1bb1682368bfc1b50830853b7bfb085039492ae7751bc3ff89538" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0695_heliolisk/heliolisk_shiny.png" +hash = "41ee6847b6977623b11e31baaa40ae693ccc78fe005e1cdeb9314290ed8ebf9d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0696_tyrunt/tyrunt.png" +hash = "4c67190cacc89dc2ae22d386f2a6a8f982238cd51bc8082422e8c29896f41423" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0696_tyrunt/tyrunt_female.png" +hash = "5128c908259b8f154607cac8089f23457b6e986e0b3a4e1588a2665bd04db50b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0696_tyrunt/tyrunt_female_shiny.png" +hash = "e4897afa71ee21bb23f80d5a5a58ee0530f1f32c856ac7e9fb7506ad93e426f4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0696_tyrunt/tyrunt_shiny.png" +hash = "6912abb342b0576532487d64ded586d911bdcc86327dfd3af039882acced03f1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0697_tyrantrum/tyrantrum.png" +hash = "8ece731bf8f81f2a61b412ebd42889e04e849c26f3503ab469a140b0fd497bef" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0697_tyrantrum/tyrantrum_female.png" +hash = "eab6d4211262dc03243106f439ede0eb4f47257486bac38c2eff452960c4d26d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0697_tyrantrum/tyrantrum_female_shiny.png" +hash = "e877b0fdc66b9e395390135aeb0e83f7848bdd19aca108710fee13050c6a065c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0697_tyrantrum/tyrantrum_shiny.png" +hash = "f814f3f156fd6c82b438c5523adaed73992d3bb76c8b1958c5c28c759deef388" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0698_amaura/amaura.png" +hash = "78c448cd51c6dda1eac05fe492a46952e4ce546e23469f370a033c4dd264fb12" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0698_amaura/amaura_female.png" +hash = "2bbe8553ee5f49075c4e398a801d82994ced39e487cb4decb8e57be646715ab1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0698_amaura/amaura_female_shiny.png" +hash = "800dc1b47ca64395b203a946196e152d193290138e6a422d459228c7b2b095e8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0698_amaura/amaura_shiny.png" +hash = "21c4eff8d15865dbc3d87e60e9245898598e07a08de500dc1d0bef8637677f62" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0699_aurorus/aurorus.png" +hash = "dc89be7cebe8d9d5eb31afc01942ced8d57919fe28876b2d544e47534de36760" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0699_aurorus/aurorus_female.png" +hash = "b875d1fab1c0e5bd03b2d59815ee2ebfafda93830a3d77a72c7044001b8b5639" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0699_aurorus/aurorus_female_shiny.png" +hash = "bd082ee85e61b243bf21d930eab2de813e8273ba9a92c58d063eb6273c81c7bf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0699_aurorus/aurorus_shiny.png" +hash = "ea0afea836672fd761297f9a67dddb7ed45eee811afc8f14f9ddf1c6740bdf42" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0700_sylveon/sylveon.png" +hash = "49c1dcbd61d2a15b78b9d33373821b32759dfc31f9dbf3356ecbbdf85c0ca1ab" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0700_sylveon/sylveon_female.png" +hash = "1612ebb58904296a9274ec396be2e7f87b1c6234de6640fd9be7c1a1805b124b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0700_sylveon/sylveon_female_shiny.png" +hash = "99c3928a5e2205fbc6e5c400c647b6ff18e1abdfc552babfd24aed91e19ae121" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0700_sylveon/sylveon_shiny.png" +hash = "08b3a35c9ea69f25a05e681237e94ac251278b82b75ebf3de63c67171a86d0b9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0702_dedenne/dedenne.png" +hash = "46e49f53cd02b0456705589249ba4c9c6f9ee62048565ecd06b711db5babdcaf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0702_dedenne/dedenne_shiny.png" +hash = "1c3814a450148d231feb87ed25c5d51070538d67bf6780f7810589eff93d53ec" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0704_goomy/goomy.png" +hash = "b763eb66dba0548574013479facfc43d0405f5210148be4c1a489e2f2ed3489d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0704_goomy/goomy_hisui_bias.png" +hash = "b763eb66dba0548574013479facfc43d0405f5210148be4c1a489e2f2ed3489d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0704_goomy/goomy_hisui_bias_shiny.png" +hash = "55871286bb5372743885a04447990436418cd8d3fda708fb23664dd4248716d2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0704_goomy/goomy_shiny.png" +hash = "55871286bb5372743885a04447990436418cd8d3fda708fb23664dd4248716d2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0705_sliggoo/sliggoo.png" +hash = "b9e6b316a6fc6865f237cd79727a1266024be0d80bed670025943043515df46c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0705_sliggoo/sliggoo_hisuian.png" +hash = "8ee3fa19d2d9287850b483194af2a46d208eb7d3ab87f9d3b194b474605487f1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0705_sliggoo/sliggoo_hisuian_shiny.png" +hash = "6b3c6d07ffaa36aceece1236cf1555710779de705c20bad86b3d34d34d1019df" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0705_sliggoo/sliggoo_shiny.png" +hash = "3f797378d89182495975171494edcc706ef16f081ba21fd7f41936bb4f4dccc1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0706_goodra/goodra.png" +hash = "35892df43cd731998892e0b28175502cf62d6dc8ac0b3537b5c05eeb0a45ee69" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0706_goodra/goodra_hisuian.png" +hash = "30e389c5df74a1d356bd54646ac31885ce71d2f28fc997dc1910f303b21a7fd5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0706_goodra/goodra_hisuian_shiny.png" +hash = "619f54e742dc3a5a5d3320c833ec7197ff72c1801c4e01e185134745601cdc8f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0706_goodra/goodra_shiny.png" +hash = "874965e2d205b94c797e52def628d75eeaccc1f29b62a7799a5f3ef5b9f9025b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0707_klefki/klefki.png" +hash = "2043ae736b37a12d2c87a3c31350744ae9714dd9d18b39a36110327dd8a5b4b3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0707_klefki/klefki_shiny.png" +hash = "8b0a96040c519a719bbd558cc74687d5cef5b6bffc274706198bf07687979308" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0708_phantump/phantump.png" +hash = "13fa9bb605da67e41f01006ca88d1283f40829268d220841758b5eff27f0549b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_shiny.png" +hash = "e6ea0e283d96651853946b96079a5fc14ac47a0d2d0696f5f8686629e97c70f3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant.png" +hash = "8794d18089cc1e4c687dba1e590df579c592b8f2102f5be37f7e1bd8a2ac3e8e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_shiny.png" +hash = "5caa57f894969e7a3b009ff0a7e498374086d824b7d87d2aa898ef2a913f7155" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0710_pumpkaboo/pumpkaboo.png" +hash = "e4c4fd0b448006c71f81f6d8ac53c3ef01001c1ecf6bece6bff743b89268182c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0710_pumpkaboo/pumpkaboo_large.png" +hash = "03f4b83e3cad23124427dddf65e1b2f161f24da707efd28c565397c01ec1299f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0710_pumpkaboo/pumpkaboo_large_shiny.png" +hash = "8cc496092c418b5af94fbefa96e4df7b1585ca761f1984e949d5594c252c09b9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0710_pumpkaboo/pumpkaboo_shiny.png" +hash = "d389607a39cdc651911e686d303bbfa281033b5da9f998132c64af4f5be6499e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0710_pumpkaboo/pumpkaboo_small.png" +hash = "13fd212353b37a8ef89ec20f37c366bbe9e8b82773e3d47898d0c779cd1e9c9c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0710_pumpkaboo/pumpkaboo_small_shiny.png" +hash = "0fe66dd0ba7d5d40208c16f4d28700b63bc7ca9412dffc92aeb9f77d7ce0b49b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0710_pumpkaboo/pumpkaboo_super.png" +hash = "46d93528b06d8ae0b9bb36a6a760ea37b7c873741de37b393da589825e91a885" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0710_pumpkaboo/pumpkaboo_super_shiny.png" +hash = "c9929d060791f090c7df7a00ebc8eb512aca39dda1d143b69a7daa47fc7d284c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0711_gourgeist/gourgeist.png" +hash = "beb67b434b04a2529e1ce94244ab0ff625764a653a5d774bd88dff76e91e7c88" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0711_gourgeist/gourgeist_large.png" +hash = "be7845d6f010e76a64d7138d61cd12dd3240a123acc39fb0d7612d121c5646a6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0711_gourgeist/gourgeist_large_shiny.png" +hash = "c76a3ca6e0b86040d39e5606012b3497a40ca1a2fa207b05d2a5f5aa25b251d0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0711_gourgeist/gourgeist_shiny.png" +hash = "8a369b6a5570536c66880d40de58fc8bb7673a4c952f3f463732588d3307e75b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0711_gourgeist/gourgeist_small.png" +hash = "80735c93008217464482208b761c4b4b06792b2287dcfc1a8428aee85a2e2434" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0711_gourgeist/gourgeist_small_shiny.png" +hash = "f3282b86862d9f8203854e5717af0cf3c776d0e1de1546e59b7d0590718d80fb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0711_gourgeist/gourgeist_super.png" +hash = "f713053deb4a0a73fe9d310b716ad866b019a77638d9aaab0b3c93664a7b3e1f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0711_gourgeist/gourgeist_super_shiny.png" +hash = "0827f846146992e9b6ad2e8ad79609580d26f4e4cc0a6d89152106e48672c0db" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0712_bergmite/bergmite.png" +hash = "4739a4f21da93ba6e2499b7bd5b5bca28f2ad770f1e86a1cc180271988f12fc1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0712_bergmite/bergmite_shiny.png" +hash = "df055346e3540aacd026f5ad929a6fbc010ca4654ed740b5cc19f95837fbc8fd" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0713_avalugg/avalugg.png" +hash = "e61f7b9a5b50b94b6f37941a9e23abd7dcb6edfdc1b7a83c2a7033a43fe8c8dc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0713_avalugg/avalugg_hisui.png" +hash = "dfcd9f371dff0ad69594f950e75223f417f1c10488125c38b15d8d442aea63c4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0713_avalugg/avalugg_hisui_shiny.png" +hash = "5828345facfa5522cb9fc809371a5c4e364300d9acb9c765c92b94425c730b9d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0713_avalugg/avalugg_shiny.png" +hash = "0490b2e24fb85b9c70ae3dfe29789428a309e6f6847c5a517f94324da7f1f3ac" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0714_noibat/noibat.png" +hash = "8930a2ff2e2b16319e0a3766f0c0994e31b114afb2de23152939e733317afe0b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0714_noibat/noibat_shiny.png" +hash = "1aee6dd32eae07cf7ce310ece1abcc9d7505919ccb052114ac73f86181d7165c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0715_noivern/noivern.png" +hash = "b9b7181152a960203864bb7df8b74a0f69d94fc7487d82da6e7375c48c9269e2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0715_noivern/noivern_shiny.png" +hash = "8776bfbef7e21a5f9838176880c93f2a55c47ae5affd76e8dfda608d51b66346" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0717_yveltal/yveltal.png" +hash = "3868dc8dc7638d3b1f557a9b197cc76298d8bcfdb6443986713b90f057c255e5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0717_yveltal/yveltal_shiny.png" +hash = "1d0897ebee885a56ddae8ce03bdb913e033e6bb67c2150607dd925c90905c718" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0722_rowlet/rowlet.png" +hash = "fdd5902be0642f80316ae4beb80836e89b069e3ebd4554077e016c68aa792a95" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0722_rowlet/rowlet_female.png" +hash = "113aed2d0be14966ad5045d90fcce5e1a5674d0c4f8d5ceea5f173f702c947f7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0722_rowlet/rowlet_female_shiny.png" +hash = "b19a2c263535276436a9620343721b351850b6e69e4df0bf4cb034a0dbb12057" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0722_rowlet/rowlet_hisui_bias.png" +hash = "fdd5902be0642f80316ae4beb80836e89b069e3ebd4554077e016c68aa792a95" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0722_rowlet/rowlet_hisui_bias_female.png" +hash = "113aed2d0be14966ad5045d90fcce5e1a5674d0c4f8d5ceea5f173f702c947f7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0722_rowlet/rowlet_hisui_bias_female_shiny.png" +hash = "b19a2c263535276436a9620343721b351850b6e69e4df0bf4cb034a0dbb12057" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0722_rowlet/rowlet_hisui_bias_shiny.png" +hash = "589120977058b91c3ddb60eef1ef968af1fd59c13afae17c16de6034d7b57108" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0722_rowlet/rowlet_shiny.png" +hash = "589120977058b91c3ddb60eef1ef968af1fd59c13afae17c16de6034d7b57108" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0723_dartrix/dartrix.png" +hash = "aa0705b2ed6d80148f91866b90a5d5afe5230a2f0646372a549d7d5c2e952a9e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0723_dartrix/dartrix_female.png" +hash = "7188b85d79e2ddc80bc49c035bf0d7d3da48ef352a014401469f773843000c3c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0723_dartrix/dartrix_female_shiny.png" +hash = "968a1ba03dade527497eacdacbaf48c68f9941c517a6c738cd41ad12cb9fa125" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0723_dartrix/dartrix_hisui_bias.png" +hash = "aa0705b2ed6d80148f91866b90a5d5afe5230a2f0646372a549d7d5c2e952a9e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0723_dartrix/dartrix_hisui_bias_female.png" +hash = "7188b85d79e2ddc80bc49c035bf0d7d3da48ef352a014401469f773843000c3c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0723_dartrix/dartrix_hisui_bias_female_shiny.png" +hash = "968a1ba03dade527497eacdacbaf48c68f9941c517a6c738cd41ad12cb9fa125" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0723_dartrix/dartrix_hisui_bias_shiny.png" +hash = "57c2898e603c77f3e4e37af83bdbbf2c97521f8f65b547ad87ebf83fc4f87609" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0723_dartrix/dartrix_shiny.png" +hash = "57c2898e603c77f3e4e37af83bdbbf2c97521f8f65b547ad87ebf83fc4f87609" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0724_decidueye/decidueye.png" +hash = "db9427e4100de0d073fcf3cdc3a53907bb138eb1a96d26d650232472c4df8cb0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0724_decidueye/decidueye_female.png" +hash = "8c65d8a39b740a9e7dc05ae4efd1dd7d5d94960e1da128634f6641538966a1e5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0724_decidueye/decidueye_female_shiny.png" +hash = "247f5178bec80a5897f7005a9b7484f63638463f9bc139abd452328dc50cd900" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0724_decidueye/decidueye_hisuian.png" +hash = "f537d06fc82d026dc91b1c2fea541ec90320d1a3115523ce74e37bbc3ef71ee6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0724_decidueye/decidueye_hisuian_female.png" +hash = "028eef5f42b9f6c847ec714aa0cf8d227805fbe9a24841bca6022cf87aecc190" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0724_decidueye/decidueye_hisuian_female_shiny.png" +hash = "17878de0be600e3688e7282d9a504a54dc4b1c2c8b551265904be9ca23ea0559" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0724_decidueye/decidueye_hisuian_shiny.png" +hash = "7b7f8fd9c6927640c82a3c3af79692ce8da2e42ac2f90f9af8bef364ce3699bd" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0724_decidueye/decidueye_shiny.png" +hash = "820474679567f3a48b2dabdd3d91e690149b51352efc8488ad547da67619ac49" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0725_litten/litten.png" +hash = "e6e3db9d3a7597725149b398dfb6504fb45a407cb1f6f42cf4b4be33e007e54f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0725_litten/litten_female.png" +hash = "fc46842daf5f0ffd6ca7c5a5344c5dd2ab6d57a61f8eebd8ab922caf1dc7d2be" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0725_litten/litten_female_shiny.png" +hash = "fb42fec34d525fc3cf2fd82b8d15ec63ba4385d0fb20c60e5ace95c86114079d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0725_litten/litten_shiny.png" +hash = "ee05c9c481cfed752f1ef40c834d80852975a8129c77a36088a35915d6eb06b7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0726_torracat/torracat.png" +hash = "f3cecf029f53c2a6520d095dfb09de393b14a802fd64a3c1e9c366f043090a4b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0726_torracat/torracat_female.png" +hash = "36dad19342111c69f7ae011b9ecf2190aa83e233f86eac0a0f6d3077abcaf7ed" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0726_torracat/torracat_female_shiny.png" +hash = "dbb3d7125c28749de2a89173b2348bb3f7d526778bf2800e8c5242521a1cfca8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0726_torracat/torracat_shiny.png" +hash = "96428c8c2ce21958bbe95523c18990be68dbe9bae066ea652212e50d7d2dfd40" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0727_incineroar/incineroar.png" +hash = "00fe9fda1e42e08eac238f42f664309e7f2bc26163f3d1f398553cdcb7947bb6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0727_incineroar/incineroar_female.png" +hash = "6155c5845cd2f94ed5ca8117f898c948f12894c583c661c3c0d3c58c6693d4da" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0727_incineroar/incineroar_female_shiny.png" +hash = "b398f3b31896828a49618c62b2c33870a9ea3cd574f52328b0e4653d5a66525a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0727_incineroar/incineroar_shiny.png" +hash = "7fa96119a617c6a9364353bc520f30bedf63fbfacda4c524bfec136f67264a4c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0728_popplio/popplio.png" +hash = "46fc45b8394e6ae0670ecbbb4537c38429a2872737abcadb0c6ccabf151b1e12" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0728_popplio/popplio_female.png" +hash = "11818c91f4609d460f6fdec9a864de1cde79d958012ce1ea5c3060f189be18cc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0728_popplio/popplio_female_shiny.png" +hash = "1884d6a904e5b353e3b205199db9d1cd9cc3f4f2ce475c3fb56724c083987745" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0728_popplio/popplio_shiny.png" +hash = "ae8f2d032b72ae29ed0c1f5b6f12d2ccb7121b37c48c2296668827b1901f8565" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0729_brionne/brionne.png" +hash = "dca506017d310d6920d2d493bc2bb611dce0382436059938ecc2f46790b24fd9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0729_brionne/brionne_female.png" +hash = "31d022416b74242fc39d946a8f195e4959e2d54311b29f819ae4c38a1bfec3d5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0729_brionne/brionne_female_shiny.png" +hash = "d77e4c8c077e1bdde414b463cbf3de71163b9bbbad7b7fc019f43dca624ea2c8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0729_brionne/brionne_shiny.png" +hash = "b58506e70cc1907c01f2c019f1c0f1882c07c26e6336e7a98da521b0efecfcbf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0730_primarina/primarina.png" +hash = "cc92a8012359510cfae1c144c3179cb58020663977e9258cab5e48fc083f640f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0730_primarina/primarina_female.png" +hash = "fb0efa49780593f94e5087e05d8acfa7afd982252957aec3a9653d023a089bb4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0730_primarina/primarina_female_shiny.png" +hash = "3319c34f04e7ef7ea9f9c22716c7afc203dac38b6f0b4d2fa073eb9a50d1c28b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0730_primarina/primarina_shiny.png" +hash = "c1faa0120e7a2a7df9e52768556865d88e726c70fae673331932098f80282f01" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0731_pikipek/pikipek.png" +hash = "8bdf1d2bd72e5e049ab7d4814abc9de6894a75f28b2c606d01fee2a4ea49a4f7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0731_pikipek/pikipek_shiny.png" +hash = "bd5c134a350c7c47cf3251eb21b458c41636c1f4d5dd3810bc6e3a4831d96122" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0732_trumbeak/trumbeak.png" +hash = "7e7b125267e4b5b4b7a12c5d27e196927bf65e769377c68ab50c8a7cb86a613b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0732_trumbeak/trumbeak_shiny.png" +hash = "86ba6c658d6f276f220197ebf2115532d39325b91f7cfa127d1ac654c988bd5c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0733_toucannon/toucannon.png" +hash = "6a5d09ee0eafdbd48cbbed9e42d0006bf3f4cbc9182ffb9c98c5ea173c0c82df" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0733_toucannon/toucannon_shiny.png" +hash = "c4e254f8e7b6420153a277a594264d537fa130b0afe6fb4cb428961861e364d0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0734_yungoos/yungoos.png" +hash = "0c5b31952472abc38582a9ddf58bbe13aeb0f5e5dd2e6ddfc9cbe592ac04226c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0734_yungoos/yungoos_shiny.png" +hash = "e8c008b0c491aa36b9cac3a4e8f568afd4df947f5ab4da89b5595a082fe39ffa" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0735_gumshoos/gumshoos.png" +hash = "a7abddfa8152f8b4712f1a56bd216203b64ef245d5b47b9b711fcb5aaa8409bf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0735_gumshoos/gumshoos_shiny.png" +hash = "6a90ed4410a3c54bb0b7916da9978e4de880c62ba7b2bfb7ec0419ba0625d01f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0736_grubbin/grubbin.png" +hash = "52d3e9d763a06605c36c500e77f105276bf04a07f08c785520862bc3aa0d8c34" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0736_grubbin/grubbin_shiny.png" +hash = "7293300f10d78f8a6229e8f272c8416baca6ab109056687c5e10d63b692e79fc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0737_charjabug/charjabug.png" +hash = "d4c6eb95cf3e152efc6899cde5d539aa0e9bc929baf7bde05e03ce812f814698" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0737_charjabug/charjabug_shiny.png" +hash = "c39c637d369cf5ce83a187f87eef55a0a5d8efff9ad1abf8739182fa5fb979e8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0738_vikavolt/vikavolt.png" +hash = "4c6116bda54c71b8b3891079d676016af436bb1e4675d1f02a99bad953e0d060" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0738_vikavolt/vikavolt_shiny.png" +hash = "7412eb5a04a840ebdbb31896663dd7c198c5a60d0b23d6204ca5cd3b99ea35c6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0739_crabrawler/crabrawler.png" +hash = "4fc2f565afcb53f6b78e9045c996741a9ba46f70a0fc7deed8fed8f6fe28877b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0739_crabrawler/crabrawler_shiny.png" +hash = "e4c67c5caea0dd8f893992443cdef03887854834d2dbcb161f71be2edc74f4db" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0740_crabominable/crabominable.png" +hash = "9dd4f84b7a23592698c548477738c48e1af9b128ed26602731fdbd87092707d0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0740_crabominable/crabominable_shiny.png" +hash = "5d6a271a85a3c7ea47570d9d35ebbdf2a3e4224f8d574d42f928ed4cb1d41f39" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0742_cutiefly/cutiefly.png" +hash = "ed83984f20cb2e0a4342198b114c4c9ff5c1252256e921b2de428aaa2f2ea1cb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0742_cutiefly/cutiefly_shiny.png" +hash = "7b8274c1e3264453628c3ca688d7f10938d73d57cfc26ce3c1aae4e929b1a447" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0743_ribombee/ribombee.png" +hash = "f48a0d49fb21130d5b331d5fb2fa9c16416752b442927f5e35df2634c935b76b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0743_ribombee/ribombee_shiny.png" +hash = "cccd3520ff77686ffe459b22dc68f36cf0c9e26503dd161ea5e4654e62e20c24" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0746_wishiwashi/wishiwashi.png" +hash = "4fe530cbae83cc6bcec78e4ba7fba337894e856a402323e09d303e536710d973" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0746_wishiwashi/wishiwashi_school.png" +hash = "39cbcc6f9aa1857191f0ed6769c01dfee57f0095de51aa0ac96bb5b2b816601e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0746_wishiwashi/wishiwashi_school_shiny.png" +hash = "96746e781a7273e5b3a53a85d56b0e8e0151cfd855965b93d8b327a7d2366de6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0746_wishiwashi/wishiwashi_shiny.png" +hash = "9e8e18bef23cbc332a242add8b00b0eb2070e6abdc5f17d6ad4f98fc3f3ad405" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0746_wishiwashi/wishiwashi_solo.png" +hash = "a829fe11e60de48e2262c22ba7f65867b9b9ce01ca40b74cd69ecf044cdd9677" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0746_wishiwashi/wishiwashi_solo_shiny.png" +hash = "9e8e18bef23cbc332a242add8b00b0eb2070e6abdc5f17d6ad4f98fc3f3ad405" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0749_mudbray/mudbray.png" +hash = "4949deb765992ed308deae08e37dc45769045861cbb6b6ab2ca8f01fa37e5244" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0749_mudbray/mudbray_shiny.png" +hash = "c97a9f31935b278205f571e7676d630b88fd993181ee992dde3c053642fbefca" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0750_mudsdale/mudsdale.png" +hash = "1a7bb40cfef6f18c9e51c10098c89216ce14539f4885cd0de09c47f1d7b59110" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0750_mudsdale/mudsdale_shiny.png" +hash = "13858b8efa5d9c37285443ff5cee6b7e646375e98056529cb70e3b75518e3648" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0755_morelull/morelull.png" +hash = "3b1e358cfd1d48f991c93bc81461d880e6ee19206c3bb40babfca3e4c702e713" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0755_morelull/morelull_shiny.png" +hash = "ac9f73c43f9d6c16eda59746a8205ad69cdf34cb58f92b533dcd09d0bbd00399" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0756_shiinotic/shiinotic.png" +hash = "1ff4fed81bb47eeb2c6c623c78ef0ce6de478363064185a40ff33721ec03a6a0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0756_shiinotic/shiinotic_shiny.png" +hash = "305b8aa25270bcb971f660275a1f57c75b995f6010040425d2a12e3690eff813" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0757_salandit/salandit.png" +hash = "d864e9338674c53a637aaff2f09ce2dde9710947ddc2e6703736d0f7ef8d3e23" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0757_salandit/salandit_female.png" +hash = "fc222369c281b3db65d6a90fc9d2a6016d00374127a599facede963aca1e42e4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0757_salandit/salandit_female_shiny.png" +hash = "fc151c80a6c52ff29b899b3fefe8c6bb2d0398a93ac0784f1f56ac60c9c3b544" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0757_salandit/salandit_shiny.png" +hash = "7ed591080892ee344e465ebe5782a8b9e58d62b720ff1964500e8950970f26f3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0758_salazzle/salazzle.png" +hash = "7c2d9b3974775142c377debe44b3dcab3eb5f75f1a9b7944e22d7304f3c1e6f9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0758_salazzle/salazzle_shiny.png" +hash = "6ce74bfd362022dd789ddd35ca13a5f2fd9f425a045b56c30d7b121bc37b3469" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0759_stufful/stufful.png" +hash = "26484b6989af9a8959a213eafccd200878686c08b6aac418b209e968e9f83d0f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0759_stufful/stufful_shiny.png" +hash = "6d6a6fc0c4507c2c6a2adcb3c70320cfbe690dcf92220f664f8017ef994ee78e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0760_bewear/bewear.png" +hash = "1595a52fefa761b5451a6a4ca877e88043cf03da2e2e48203def421b1e726523" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0760_bewear/bewear_shiny.png" +hash = "7532fddf720fee76cacbad33b1aa63f64b268bd0a4fde759a5e5a3b31072d5aa" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0761_bounsweet/bounsweet.png" +hash = "2cdce7fbacf6dc5f4c2fabdf57860c11321b5c159db6a260c340ed74d4451201" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0761_bounsweet/bounsweet_shiny.png" +hash = "fee2203f940a3816cded495ab2f1608a7e501e654cd97656f5d707e1cb086c83" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0762_steenee/steenee.png" +hash = "ce6d0f5c87fcbe359952c67290365f39e3a33eb4f0bc0a06dd926c2aedea4804" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0762_steenee/steenee_shiny.png" +hash = "15c9e5f616006e24e9180387ee39b8a0eec667ec625425b1b0698a5a317ff1c1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0763_tsareena/tsareena.png" +hash = "954926fd643a6b716c5d1047c3482edf84b3b5b8b001aace8ecbd406f22fd2dd" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0763_tsareena/tsareena_shiny.png" +hash = "157a675adf3836adce2ef4fdb1063f1e18b94dacc453a54c3591a747b2ba5aec" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0764_comfey/comfey.png" +hash = "21320070d325853c52d50a956f9f989a7eef6298b091c95ec68b1894869a4f55" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0764_comfey/comfey_shiny.png" +hash = "1990a2cb841829f7f91bae41a06adc120aff872bd2dca72fa3552532312a21cc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0765_oranguru/oranguru.png" +hash = "3bcc4058ffe0c0e8e4e5d538f4f1faa92f4e665f86552f028f31ace8ddf8ca3b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0765_oranguru/oranguru_shiny.png" +hash = "4696e6a284b976fd3fde4bd5e71a8a2c3fa2732f1491f83cd860970844b891a0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0766_passimian/passimian.png" +hash = "57e895a414cdbffda180f846686cb317316122abef11b9f809155b694953645f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0766_passimian/passimian_shiny.png" +hash = "604f65b57f9a29a388f0f8ba4cbad2d094e2918130093743657406fffaedc6c7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0767_wimpod/wimpod.png" +hash = "5acc3f5d63a03c512c8ee220028b79575ffe7ab2b9b2da0cafdd9c3c6c85080d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0767_wimpod/wimpod_shiny.png" +hash = "a71b4f9eb4320e4580a2ec5ff611dd12867f2deaef5b8fa99d9c144cac7ba8a3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0768_golisopod/golisopod.png" +hash = "05a0c681b01bf0264c7a58e2d2a1f21791cbe09bcf650847944b6ac19f3bb66e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0768_golisopod/golisopod_shiny.png" +hash = "adfa89d17af5c4be7217a3e6debcb13fd83b009639931d21e1ac88c17a9e7a59" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0771_pyukumuku/pyukumuku.png" +hash = "f563ff11cd9964ffe51d4bb5f06efc466d1523e7183b53b2621ddf79a9234d07" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0771_pyukumuku/pyukumuku_shiny.png" +hash = "c7a14afd25b7c56c50af8cfe7ecc69417233a391838fe4c5392a153e2b4387da" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally.png" +hash = "97cac4c08cdc9264b0a3afe26968c5d29ea183ca532adbf7bfaf2b07fd02ecc8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_bug.png" +hash = "929bc32c70f5e0627c157a84ebd71d0e1b929599adbdb71ceb8ad047bef4476c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_bug_shiny.png" +hash = "8c1bf147cd63bec907ffc3bb04bc7c5cb81dcc7c0ed9481e6d50c27b337dd167" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_dark.png" +hash = "111edc8d96c58b0d00d95ad565dacb331d1424478ec14e8a81a213cac83fdc21" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_dark_shiny.png" +hash = "19bf8b68b543657334966a78971844a5e62e66d5f9f71d260e7e8768f014a0c7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_dragon.png" +hash = "c2a8edde20f159dd6d2e06cb9478182daf5839f2f0672305191da93912fafabe" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_dragon_shiny.png" +hash = "0c1952863fdb55ff42ff8c4907b34082a6b5593d98a48832c8abd4e9dab58927" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_electric.png" +hash = "67d9dc5f87eacce40aa3d29f7acbf0e3fe708d0a8644138dd0546cc4720bf2eb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_electric_shiny.png" +hash = "ad8c60b7fdfb41889f23cca4556d78a613b4111c99f476fb54eed8ce6969ffab" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_fairy.png" +hash = "e44b9a9d8ae89261ce9fbd5ebb9094454d3281c25b519077665e7ef5b473b2e4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_fairy_shiny.png" +hash = "a7cb3e7844d2368d2bc95fd57ef18db4ea254ce63b0eb3f419efd35acfb907fa" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_fighting.png" +hash = "660dcc28bf9a68a2e1031b4698ddc71a3044811e3b3a8ca7113e757c82c6a2f3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_fighting_shiny.png" +hash = "5223677360fb9788124ad94249d8eb6cb955cb95f1742ff741fd4b548332ec38" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_fire.png" +hash = "9136e5f407ca84f16eedf370315691c8d79339db67756c3004421e23316ca5b8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_fire_shiny.png" +hash = "f9c0458ca82d2ef68d6467de155a938f1ef1a665a3f2fd2a03facb21e1979780" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_flying.png" +hash = "d29b6fbc437f8ab5170a26594579d0e8cfa7fd7b9575d0506af781526b555ab4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_flying_shiny.png" +hash = "8f50aed6fbd5bf311696987598b45e007090e5ccc49943a1dd21bd0cda650282" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_ghost.png" +hash = "7dc4c920e935bc24d46d8103c4fcde698c61a99927dbebc935d1cb41ba7a9956" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_ghost_shiny.png" +hash = "c5828686609df9c01bfd62a04a5bf47660cb0420691db604002c875601dec9c5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_grass.png" +hash = "8b0e54efffa842a4769b7bcacebfb8892122d77fab99a892d65ac9e162a30422" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_grass_shiny.png" +hash = "91e184881d27db84cfd385bbfdae41a07081567036d4db809c512f9c8c6ba068" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_ground.png" +hash = "72320d5ba35f9267447a22db373c0d4c813cbe0445ea00e8d654182171516404" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_ground_shiny.png" +hash = "61c5216cd6bcb179781240cb65b811dfdb2d61e2e17993ec071b0b317d9beabf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_ice.png" +hash = "61c8a946c2e626223ee012fc3b148ba1dd561f5c55354df5e366007c94a8dfd4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_ice_shiny.png" +hash = "1b5051fa5e1d5b6f794ec54306ef625c2d9557f69492218a84bc226fcb14b706" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_poison.png" +hash = "eb86daa36db263d663017528a4e3a3c0952b63d7eb96d81faefb1b0847652481" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_poison_shiny.png" +hash = "fb501d0929577113df8b038248690535b64a266b48eb0c04b60ec2cd62931663" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_psychic.png" +hash = "b54a882bfbb77a3a9e075e848b123f4f657a072d57fd2c3d2ffc205e41e388dd" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_psychic_shiny.png" +hash = "5d638f91a39442b46faefe27f46a1bc6361782ee93b0e645ed109cd179f00102" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_rock.png" +hash = "5bf4d0207ae9898e50cc6aa4ef014956c575dd91c4c6bdb77706a08285aa7a7b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_rock_shiny.png" +hash = "a50b21128cb5d9080f57bb4bb4f9179012b2e91ba9e1efb9cbb318328eab67ef" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_shiny.png" +hash = "235cd535b7d2586147786e5b834269e2eab6aafcf5f8a3dc0df749c99b1d9fc2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_steel.png" +hash = "4bd81a1106ec326e866074bf397bd2eaee10d552b57f9c741fa9ef53a601888c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_steel_shiny.png" +hash = "41fb24cc5050279d58cb462adaf7ba036ea5c43a1f1153d55780b39c1de2bb63" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_water.png" +hash = "e0dc11da33ce02e08cc991be4c79a2c36508e2fb70f824abe3b777edae5876ab" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_water_shiny.png" +hash = "99c8a24af94b65cb8f5c88e0e13c5b7e588b9e927599f968b521ad8e918ef8b2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior.png" +hash = "67d2116e94943ca0a97df4423a4b038f1887b0c66b19b67c93cd7f33eccdc0af" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_blue.png" +hash = "e53a634e329c6fa4ad3685a69d6192509fc1eacb614a0d9cbb7f05f22f8a28c5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_blue_shiny.png" +hash = "f1de88d7a2a23ac0a2584c3c73d0747114b38845646f40349cabdd7e8d2783e0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_green.png" +hash = "e1585617ce661049e78c73ddc1d4b776bda6f339febc1c55e9fa4223e4a6c80d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_green_shiny.png" +hash = "a183374072265764f92c6b1255cf090047bbd55aba8c33570bfaeaa0d7b28729" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_indigo.png" +hash = "ed3f9836eea15e46a9cc31fdf719ec9486f7f63ee7f90866a5be27e7f806a7cf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_indigo_shiny.png" +hash = "32cbc72bca8433e1b1dc10d69542fd158fdd802b56a1e8e4f2e9aa34107e83ad" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_meteor.png" +hash = "cc651df0697f9d94a86dd2704b00a46c17bf86b5f8770f71303d63a01674620b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_meteor_shiny.png" +hash = "727b5f369383a4b575c1dc5bada80d8e94c736519e75de20359c1248ecbaa392" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_orange.png" +hash = "9d2cd1048e50c9e22f6dfe0cda4034b876771be8b261e20198b7f8fcf2a89c3c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_orange_shiny.png" +hash = "9ec7c43432229a0bc28885b7ddba41284d01be883c78a0ce634d8c3ce37b00f6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_red.png" +hash = "0b91bd432a4dd58116158e5f25f66a170111875d7a00c62630d948d5aae4539e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_red_shiny.png" +hash = "db1b8590169f1e4e72a7969ce40da7bed635a2eb176dd3aa98cacff72c6b0539" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_shiny.png" +hash = "62002f3e80e32a7f93fd712c24b4a46620c5d804e3d8b312fb7907b59aac027b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_violet.png" +hash = "1d474750208dc42ca2c0cb5aba8c6735745d1a55ab510b9646b42bd05c9ca4bd" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_violet_shiny.png" +hash = "4420fe2f0acfdc2d74664a05605b826a5d1c47545691890115fa41af7d0f1fd4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_yellow.png" +hash = "e6dede19cafbc99d3c7c1222d6d966fc142c2a601c92f9470d003b2bdceae864" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_yellow_shiny.png" +hash = "1938fc0528b79c4d43c2ebbabfd89642b1b30e0319658447d5862c40f4c25446" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0775_komala/komala.png" +hash = "a339f487ed2bfb944f6525a5e94acbbf39002559ac86d2890065471cec2be32e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0775_komala/komala_shiny.png" +hash = "67cd343dbee687960ada11e26351bc8681cdb57f938b805800ddb676e841a265" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0776_turtonator/turtonator.png" +hash = "ffb4cae866a3e70692864fc11936a8d5512fa4a5a685819853409aac81d1e24c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0776_turtonator/turtonator_shiny.png" +hash = "4fea1cdc2badcf040c4165c022ca296824da1653bbd2fe51e1043dd8dd79e825" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0778_mimikyu/mimikyu.png" +hash = "5ad8791603e024fb4adc64732cc3b3711eef4b00bb02d8a9b201e86180b19772" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0778_mimikyu/mimikyu_busted.png" +hash = "0af190b39fc058d7cf3b26cf5bd9d437626a23c9330243ed4f9953d7f6d00f92" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0778_mimikyu/mimikyu_busted_shiny.png" +hash = "62bdae4a4ee82f079d76cceb2bda6a45efb8b89f74ab4802da614863e775824c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0778_mimikyu/mimikyu_shiny.png" +hash = "4635f510a47b28ced2fc99525f8932910cef5b2560c45328577405ab7f3c7582" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0779_bruxish/bruxish.png" +hash = "5b912e4876c801a831a3f5039686c505ed8cc248670b31e7d34aeba3b6f12d99" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0779_bruxish/bruxish_shiny.png" +hash = "fe30c965cd62f2a56be5b22f14ef960f1cb129c2caf779f565df5a6c89ed742d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0780_drampa/drampa.png" +hash = "edd700eaedaa4d331af75588536351c1811b03200675149a3251a172ee755d5c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0780_drampa/drampa_shiny.png" +hash = "64c24828331e39227dbc514ca8eda502a5a0c84ed77a7e9ccae0cba5058bcb89" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0781_dhelmise/dhelmise.png" +hash = "b63fcf4e5c4189bfe4623b7681d410a2c3e07f863b7fcbc567f775883035ba7e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0781_dhelmise/dhelmise_shiny.png" +hash = "e7cef84e861fb984214b6dd9767040affacc42fa7d2ffdc77960178010a2d912" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0782_jangmo-o/jangmo-o.png" +hash = "82aeb8132a0a9faf710e5512a9d650be4edaf59f65296658fa7c88fecc7086bc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0782_jangmo-o/jangmo-o_shiny.png" +hash = "b31d32c20f8cc3596a792adc4e18a2e35d05b1ebb5843a8e9cdccbb95ab5b09c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0783_hakamo-o/hakamo-o.png" +hash = "0fb021142326c37d147da91b111b75f9f4d643a55ba822b07b59ecb31e50e37b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0783_hakamo-o/hakamo-o_shiny.png" +hash = "d6c4944261391f36f7422d25d6c93c6f9fa212bd21d691e519507698c67efdff" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0784_kommo-o/kommo-o.png" +hash = "3b4956d226148c98c3b913a0563af57aa70b105eb30fbc6ac54f72178b2f7a51" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0784_kommo-o/kommo-o_shiny.png" +hash = "ea015a8901d3276aac503c5d2c435c21aac4a9a1a3c4c3497921c21da2e583de" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0785_tapukoko/tapukoko.png" +hash = "74e3e84488ffd89852ee25c7b5bf18ec80751aebbba6726edd0b07aef7d49cb2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0785_tapukoko/tapukoko_shiny.png" +hash = "6a7f851e5f6eb0f378e0fc2b767b8049e91ed4d5dd2ee103e1636c00817234a1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0786_tapulele/tapulele.png" +hash = "b6606607b7076583bb50cfd40f2042513c88c0f25b3a93ebea6c482e911be948" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0786_tapulele/tapulele_shiny.png" +hash = "10785ba4c1e07b156cc37abe2dd366113b86b8b6e0fa811b8c50e8dbad06fb94" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0787_tapubulu/tapubulu.png" +hash = "dd31a3a52ce3cc0dc0687dde7176611ced76c70af4c677a46a0b66fb3a9256f2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0787_tapubulu/tapubulu_shiny.png" +hash = "f3bff88703249bd7cb198092efd02fd71fa380f17a156747710b0f6aa93a07c1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0788_tapufini/tapufini.png" +hash = "68e0b7a2f04f888a9f6e9424d2c3224fb93e93746a73da8b822953160d369480" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0788_tapufini/tapufini_shiny.png" +hash = "d978ba439412b0925afe46dd540b7c57d2276a73b39bd4dc0d8b05142c24f115" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0789_cosmog/cosmog.png" +hash = "b632a746d7f712f0a0a05240b9933b633634e2b1125040f72375ab8c25afb39b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0789_cosmog/cosmog_shiny.png" +hash = "fd17cbe10586f6b6b3c6ab296c65d86593a240cb0e09b648d7fc7b0fb067858c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0790_cosmoem/cosmoem.png" +hash = "65b0d1797a405e0678a02ef10b23e065ddf55c05b31505ea2072d2b53deece8f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0790_cosmoem/cosmoem_shiny.png" +hash = "07d189e584811943b55e2b24b4bbd041b30c540fa3262087c0bc29fb0f8cf644" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0791_solgaleo/solgaleo.png" +hash = "e8209db5f493b4345ec5f921f521a497c21b87ed889a7390bd1eaaccb934e312" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0791_solgaleo/solgaleo_shiny.png" +hash = "26735d542498223475800a1823a7efc50d0b813a751079606e8155369a0421aa" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0792_lunala/lunala.png" +hash = "3efdff36e4d2fdc0994ef30a6f4e7e82a82d7c3d6a49e2e118a641cfa7f53a0b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0792_lunala/lunala_shiny.png" +hash = "c695cebb0d07df0d3c45f5b4221b35fd5c1c201cea320e1b0acfbd261b9972af" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0794_buzzwole/buzzwole.png" +hash = "74b8a12f45b7469a12ae779864b184c7b0b6ed6c7d0a67cb874442b2b11d75da" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0794_buzzwole/buzzwole_shiny.png" +hash = "01d7ec69c6328b126c32a0f50bbce69113c9a32ecb6e3de1876d753a6470553d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0795_pheromosa/pheromosa.png" +hash = "563e24af3fd1d147bc0f51cc61df0d145ea339563a6281fbc77e39a061c83754" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0795_pheromosa/pheromosa_shiny.png" +hash = "636e6be3213bebce334987f25f4c8ac31ed4f890422d9b0db8347aad116a6715" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0797_celesteela/celesteela.png" +hash = "4756397c8f6ed4f0df9003c521f73fe4d58748985ac1c187cd9b1ab6509e3db2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0797_celesteela/celesteela_shiny.png" +hash = "4312604713c95844cda27d2319be68eac1d8812118c016ecb1bd93aee1536cb0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0801_magearna/magearna.png" +hash = "78212574c86ff5e242467288d1c7141268031758b302656b36e13e2db3c82c5f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0801_magearna/magearna_original.png" +hash = "85d2be8ab448dacf2fb89fab0fb66693a8acf8143451ed9e8c2fe06f9f6d98a1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0801_magearna/magearna_original_shiny.png" +hash = "48650e5742c5d43522e5b9de0f4e98ae7e6174e1840d31f3ca9e8f37d9401af2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0801_magearna/magearna_pokeball.png" +hash = "f2842557cf7d61194a27a1b798f9251a29b5883fe9e1754a4ddc5964241a8a07" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0801_magearna/magearna_pokeball_shiny.png" +hash = "9e6c02402246a04a9e92d0ad53a7cbe7878b12682d6ef5e3ceb7cbdeec1134af" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0801_magearna/magearna_shiny.png" +hash = "3eac8aec552c5683b2bec28f3808c9b1e71d852bd0497399fd737a2582eec73f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0805_stakataka/stakataka.png" +hash = "48a317000c8f5b687ebbd78a8dccea8456e42a0c4a3992d2730f562d3e8a03f8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0805_stakataka/stakataka_shiny.png" +hash = "237b519c81e6b4937a8b80bd201eb6987b69e72fd24d83d0c2ff4846a49c590b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0810_grookey/grookey.png" +hash = "215b19368d3f216ff98bfe295e20bf6a3ca6d42dbebf93ca99624a32b25ce124" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0810_grookey/grookey_female.png" +hash = "a2e0c01c3eeb9098ee7e43888203716a349501378f9bdc922b0a73a33fa3da4a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0810_grookey/grookey_female_shiny.png" +hash = "4a3f1db3e1f7efdf17bdf5f81fbc4d04deb70de9b050c0e43711b286c108cfa2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0810_grookey/grookey_shiny.png" +hash = "2a3c11833378d57005c6e03bf28a9c6bb01bd3a176ceb1878e7ffdbd0f3f7f73" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0811_thwackey/thwackey.png" +hash = "023253b5f56620eea9b32c2d257f30211ff489fbcec9cd413dda2adb6b1392f8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0811_thwackey/thwackey_female.png" +hash = "856cc10ef9505d2d92155ad8f6cbe5890c0b3effcadf5b1efb61a540d1f36c07" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0811_thwackey/thwackey_female_shiny.png" +hash = "63a911170684a514635fa74e752bb011c459b17d9dc031a4a0c49e589db0bf62" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0811_thwackey/thwackey_shiny.png" +hash = "87eb3dc796c7fda6088661c6169dc57939ea7b655c5da22ee8ea167e36e3b0f5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0812_rillaboom/rillaboom.png" +hash = "4119adfcea7bde1f770d0664cc0358f76e4aaf8ba01d2032934e5b172e6ce1e5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0812_rillaboom/rillaboom_female.png" +hash = "bb6fcc25e61d2aae853a40ea2ad1f42b0089f7d174170d3facdf815586c52721" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0812_rillaboom/rillaboom_female_shiny.png" +hash = "448c8f498316e7495bc2a0b811a5755c99ff5f175e8c1b64a1f24fec19b0bac6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0812_rillaboom/rillaboom_shiny.png" +hash = "66b240b257eef72b5a11fbd9e3b3208fc8b19a129e09d98fdd204ba7f51c2d85" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0813_scorbunny/scorbunny.png" +hash = "1abeb814a26bc2eeff4cb087c7d16f914ba38d25c2f1b728f5433ae5ba0e2019" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0813_scorbunny/scorbunny_female.png" +hash = "0179dca07ab222bc4f5c1899b7f9d5820b3a72c3692fcea8d707793a1c72a3f2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0813_scorbunny/scorbunny_female_shiny.png" +hash = "cfc06bd6104dbbdd83d11cba1cffb95af9a58384e9616f7d436cde274c4c56fc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0813_scorbunny/scorbunny_shiny.png" +hash = "3570b6cc673a71f600e1d9298063131de8f1f522164a9e8f39577b32f403fce4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0814_raboot/raboot.png" +hash = "35c00ad2422ad730cc22a5d5da37e4edc499b6e7f69308b896329eb37041333c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0814_raboot/raboot_female.png" +hash = "e1b1f6bd5f69fba9533a8906e9191f278debcad6dbfaabfd713e2f348571bdea" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0814_raboot/raboot_female_shiny.png" +hash = "80deb0189d4ab9fa3f9cfdde36ccc1b53a67c3d4d42c4a11cab7ac1a0d6601ed" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0814_raboot/raboot_shiny.png" +hash = "f1d68da44d7cdccd6ee38a30cfb0da7fd9211fc2535572456499874f624ec0d2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0815_cinderace/cinderace.png" +hash = "ea54c14c13f94fe4710f87578532ce6c8c7ff9b063c9b99fc0db28bc474d42cd" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0815_cinderace/cinderace_female.png" +hash = "d4401114724877072a33169460537cea2255a79cd488951cdf3b66419114b329" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0815_cinderace/cinderace_female_shiny.png" +hash = "0a545d8572a5f504bf6f3f93bd897e80f862d654d679079897901ae3c3eccf40" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0815_cinderace/cinderace_shiny.png" +hash = "5c10b1183c1ea612474b5bb942cace5c915c0179ded9f6349faf18dc59f7b635" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0816_sobble/sobble.png" +hash = "6a214ccd98add49742e38399cc45e0bb34449f9e7469a4a2c41d76f01bb7f5fa" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0816_sobble/sobble_female.png" +hash = "7d251097342a0b14ab5bd98a885546a4d5fb035c7f3c4612aa3f37c3e18b7662" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0816_sobble/sobble_female_shiny.png" +hash = "75140e995344a3e05546c15be1c553041c8f442cd09c64b448bad95433b1eaaa" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0816_sobble/sobble_shiny.png" +hash = "a7015f1b95ef44af51a045cdebb3d4997f4a62ee7d9cf0aa123ac8583d84ccf7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0817_drizzile/drizzile.png" +hash = "43dc6e398742b858fb29828d3c3a57c6814bcb0368f707c2dac0f66a932486e5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0817_drizzile/drizzile_female.png" +hash = "55842f1913b67ace6ef2b8afa821b078995a979c91feb54a068dbe18e7e65292" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0817_drizzile/drizzile_female_shiny.png" +hash = "f92a7971ca8f8a01ac6b979ff884a018bc9ffd282f2ffcb8a3006c3f3d0242d9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0817_drizzile/drizzile_shiny.png" +hash = "fe1a71ac870cddfb89f95b725c7d99d5b3e33211009e6fcd8b81f2a0564e5b0a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0818_inteleon/inteleon.png" +hash = "67950f16d0076d5d8d7f8f2952e5a9a6b616cb66679fdc1069ec75763ef49e20" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0818_inteleon/inteleon_female.png" +hash = "3a945acbdca319f80e6111ebbcc27e0dee4d5c86f2e1b2788ac1e3c33f5c2b47" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0818_inteleon/inteleon_female_shiny.png" +hash = "1c69cfaef4e81aeba9365ccc1374083a98c1b72ca2e1135bfcea966efa9caa4d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0818_inteleon/inteleon_shiny.png" +hash = "430f2a96fca048bc069c79eed709dfb743ca883e712d544e4132cbcf84cc91a8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0819_skwovet/skwovet.png" +hash = "409744ba0b67db4dbbc41dfd08734c02649961920ff64e9640b2ceb5a16d7cca" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0819_skwovet/skwovet_shiny.png" +hash = "7ccc1da6257d3f51c67a12eb362ce2079c75fb117c2a1ac88bc53a5fd79c149c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0820_greedent/greedent.png" +hash = "dc6767736e209f6a12668654b583f3598589c789b8ec5cc6a54dd4bd35a6d0af" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0820_greedent/greedent_shiny.png" +hash = "5024bca9f50e00d4e3c60d4567af7e2fcef33b17e4d0330effb72e1a4e001947" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0821_rookidee/rookidee.png" +hash = "c8a8c95a78e54d92d763191f09fd8f05820e849fdff1428afbdee41ab227aca7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0821_rookidee/rookidee_shiny.png" +hash = "7c77c70f4f19196c222024c1d44ce2342a63fa25c9aea69eb48adc29f0d8c806" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0822_corvisquire/corvisquire-shiny.png" +hash = "6e48dbc84b74279b5f2d09e6a11ad3961c97ac5ee6eef77f1f40e57eb80129aa" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0822_corvisquire/corvisquire.png" +hash = "e636a6c2e903f22daa5a2216d426a1be2c2b403064f3e38f0651f745ef16165d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0822_corvisquire/corvisquire_shiny.png" +hash = "8a2ef03cebbc56329d4704e6b998fe29eee9e635710f5d332c427182a0323f2b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0823_corviknight/corviknight.png" +hash = "42d853377011ccae7036d272ee9362dc4bfe62f73ebe3f64dc2baa7cc2a4da99" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0823_corviknight/corviknight_gmax.png" +hash = "6cd7df91c14beb51b5a0a8a632e33e78434598ddb25694543a73aaf40ab7c5e0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0823_corviknight/corviknight_gmax_shiny.png" +hash = "ad72c1faa588e42aaab8af0c9355dcaf3d68b5d253d6b6abad045e51c500586f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0823_corviknight/corviknight_shiny.png" +hash = "9e835464cac5f8e263b252921132402253b7d6e83ac346d4839c0881cf8c4a99" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0827_nickit/nickit.png" +hash = "e059d127e41c5319078f1f9542c8b4302402a2a69deeccf3fe79f1dd899c64b2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0827_nickit/nickit_shiny.png" +hash = "acead890b90fa926afd2e123d8d4c48dd2c3009a66d854fdc54ca9bb3fe3524b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0828_thievul/thievul.png" +hash = "9ac2a04a5409ab8ddb46d1eb294d2a8cd35f6563bea3062c1741dd3185a3a606" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0828_thievul/thievul_shiny.png" +hash = "467425b72a09756f31dd3774c1e8ce3b20f5dd81e1f7d91b5fc437c625dddfee" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0829_gossifleur/gossifleur.png" +hash = "5e0a30fd9f434aaf687906a44a7724444f065220e0a67a5cae17145ab299599d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0829_gossifleur/gossifleur_shiny.png" +hash = "7451bf6588c2d10bcfce3225c5750ce886cad024b7c5faa988f1f77102325cd4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0830_eldegoss/eldegoss-shiny.png" +hash = "795e78825cad32f1343acace61768338a6f2798866bbbe718db017888b7f9e86" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0830_eldegoss/eldegoss.png" +hash = "1b2477cc765e7cd5a8f45beefebfa5758d91d6f791f05a64fb96b6087480c7c7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0830_eldegoss/eldegoss_shiny.png" +hash = "795e78825cad32f1343acace61768338a6f2798866bbbe718db017888b7f9e86" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0831_wooloo/wooloo-shiny.png" +hash = "2fdaa2e3a7f9ecdbc10b604b51e73f774c33cfac546e25a7b945f1abbba8b7e9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0831_wooloo/wooloo.png" +hash = "e3abf6500635c4fc079b5e66b01e00d40605792683179a7880dbfe5ff86b3427" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0831_wooloo/wooloo_shiny.png" +hash = "2fdaa2e3a7f9ecdbc10b604b51e73f774c33cfac546e25a7b945f1abbba8b7e9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0832_dubwool/dubwool-shiny.png" +hash = "a05b0b5974e1ce1fd16b39bf3eaf3afe7deaac209afc6b3844104bf94481d52e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0832_dubwool/dubwool.png" +hash = "1c72b9c85be58730bd6eb16951d512e53e859a69db4ae3414f6d0b33c2c5a9e3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0832_dubwool/dubwool_shiny.png" +hash = "a05b0b5974e1ce1fd16b39bf3eaf3afe7deaac209afc6b3844104bf94481d52e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0833_chewtle/chewtle.png" +hash = "3f194a8681b20086aca3c82a544826f359825606f47e375cb655f51a3b27a099" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0833_chewtle/chewtle_shiny.png" +hash = "3f056f56336d6c5dc89505da3d83e2400dd5fc2641645aed86640e54ffe81c66" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0834_drednaw/drednaw-gmax_shiny.png" +hash = "1d5a5df46e1b34c6550c79f9f50f95ed75bd65e35b338617d269a7b59749b3df" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0834_drednaw/drednaw-shiny.png" +hash = "f75eb3f18c900b499b6135e990d5471ac25d55b72a6ac9a4e1e2076b53eb8f29" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0834_drednaw/drednaw.png" +hash = "4cf603cdd8a0f07028d4b0677b069563b1a746abd94b94459c323e609867ca54" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0834_drednaw/drednaw_gmax.png" +hash = "43edf69dcc0364273b555a5f1db6898882629197d1af59a7d0e7d34fac3fcfba" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0834_drednaw/drednaw_gmax_shiny.png" +hash = "7be90743a151894a0cac29ace5431a29936673610b72f8951b06b417dddb545d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0834_drednaw/drednaw_shiny.png" +hash = "f75eb3f18c900b499b6135e990d5471ac25d55b72a6ac9a4e1e2076b53eb8f29" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0835_yamper/yamper.png" +hash = "c5f83c153df23d0f5f92f4735390a83a32269cbcd27ffa7eac055e02ce9088f4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0835_yamper/yamper_shiny.png" +hash = "2363729a266fefced8b3ea8ada2ee23d5b7b80f5121a00c59fa923a6f4ef1be9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0836_boltund/boltund.png" +hash = "af64a81591095b5420e6c20144367881578844a9db888127ad4b93385b1c25a8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0836_boltund/boltund_shiny.png" +hash = "622c13b936535c3782e19d69f759152b6451f0149885c23c68ef698200d6ffb4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0837_rolycoly/rolycoly.png" +hash = "d0b2bb565955e7c3c16011d5fd57ca7572ad6a7663b0a7c1133e979e4165895b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0837_rolycoly/rolycoly_shiny.png" +hash = "af61daf1a93bd630836ea65d302fe2de0f62d79a27e59bb65432426c57888c9b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0838_carkol/carkol-shiny.png" +hash = "ae48f39a0c73f917d4352d7bbd782e1f5d0339c325ec429cfb854ed5eaf3257e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0838_carkol/carkol.png" +hash = "cca41bc1ea907f649cd810abe3c4b37b589aa8565edb46cd6751fad453b1e7ec" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0838_carkol/carkol_shiny.png" +hash = "ae48f39a0c73f917d4352d7bbd782e1f5d0339c325ec429cfb854ed5eaf3257e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0839_coalossal/coalossal.png" +hash = "77b15fa8328ef23d2986b9ff84c87070c7063297d192fd015b9fde64a8decf96" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0839_coalossal/coalossal_gmax.png" +hash = "a9c55d677c8b8116fff36be9548ef11071072d3639389b166dacfe78a9079fdf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0839_coalossal/coalossal_gmax_shiny.png" +hash = "4dc2d89307e9a3caf9d8019fe998e780d961ea72c21228317984dbbe740a5dd8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0839_coalossal/coalossal_shiny.png" +hash = "4aa234b777b62d96e49cc1b42235b2307fcb846e726050c5b25ada1020fdbed5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0843_silicobra/silicobra-shiny.png" +hash = "6aaa48c984423dfa06a6cba6432a6a810dd6c49231baf9f1a97ed41ff1d78a4a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0843_silicobra/silicobra.png" +hash = "3f0a43f7bf14dfdb005ec23c5155709471a246a26221df6993894bd96a60baf7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0843_silicobra/silicobra_shiny.png" +hash = "6aaa48c984423dfa06a6cba6432a6a810dd6c49231baf9f1a97ed41ff1d78a4a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0844_sandaconda/sandaconda-shiny.png" +hash = "208197760707b13cbec0663c9dd310dddab63fe628878d71580d71bd065f6618" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0844_sandaconda/sandaconda.png" +hash = "836548d717233e69905523b097eab8ea27015e187ebe2eb5e97227b2bfbe9c6d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0844_sandaconda/sandaconda_gmax.png" +hash = "f4f1abff41c096f96aaf4944ecaa9dde1d27bd328061c44c35b74e5d6c255728" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0844_sandaconda/sandaconda_gmax_shiny.png" +hash = "54914838ec0f61dcc849fa2416a17ea2c0764055e12fa1504f32c4b62e7a5d6b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0844_sandaconda/sandaconda_shiny.png" +hash = "208197760707b13cbec0663c9dd310dddab63fe628878d71580d71bd065f6618" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0846_arrokuda/arrokuda.png" +hash = "600123db969b5d80615189372188fde390351e068a105ebb917c4fa1ed39fb18" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0846_arrokuda/arrokuda_shiny.png" +hash = "d69ef77a7c8aa03fb8db1379df34906b2c93e611bb6c1750ff95a042660267b4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0847_barraskewda/barraskewda.png" +hash = "12d62843769fed2d4a4c4e9d64bbcdbbdc347246f411d7bac77b8c0bf24a8dda" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0847_barraskewda/barraskewda_shiny.png" +hash = "f285c5ed49ce885643c6f8f4d3ce9709b6b337550e53d9164316071a291bd247" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0850_sizzlipede/sizzlipede.png" +hash = "580532d24567b96b9db2d9115ddaf6e040e662395c18a56255e174e6d4d92497" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0850_sizzlipede/sizzlipede_shiny.png" +hash = "aa981c7165cd8c33f3192ba8bcb7e98d08f2254e68589f417a7c141a2b962321" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0851_centiskorch/centiskorch-shiny.png" +hash = "0b97b040c034e921ed0c9f0e1ac5b3273d88c0c49e844fb4e5bd4a906a61e40b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0851_centiskorch/centiskorch.png" +hash = "68c7e26fc8ce05362268c8b4e4b8459bb2ea79bbe26ce48092e5cf1c0343f41f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0851_centiskorch/centiskorch_gmax.png" +hash = "f7bf8b897a2613a0a008ee8d3233763efc112b41a28fbd16f76848980e03969c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0851_centiskorch/centiskorch_gmax_shiny.png" +hash = "9fdd1f17e1ad6ad03bfed6a7249b11b2c18137231c6db5302ee94c00c6f7f0ca" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0851_centiskorch/centiskorch_shiny.png" +hash = "5c5e3412511a69d914e182345606107691a07a78d5a005f4f392542b05c63414" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0852_clobbopus/clobbopus.png" +hash = "99d8e3de4f4f29f873666cbfcb2f9cd6b9e529c6ca04943a8037bf39b17a2b49" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0852_clobbopus/clobbopus_shiny.png" +hash = "489ddf7d490a4692bb525fce0f5f8a6492ec90721e622193d8b392a4914c4b03" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0853_grapploct/grapploct.png" +hash = "b3dbab2dfaedefe61898c3a0a5204a77497b262aa66afe7c4216e4077837aace" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0853_grapploct/grapploct_shiny.png" +hash = "da00c4b3742b0a3e7b068b598b1915f043100593078245ac6691a35b35783f4a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0855_polteageist/polteageist.png" +hash = "e25ef63ddba1984346f477ad1dbe566881eb99b09f79523e0de2d329a24943c7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0855_polteageist/polteageist_antique.png" +hash = "81533e13a82f8551e33c4962c91ac3287c7fa661de6195003e5e6f31ba838927" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0855_polteageist/polteageist_antique_shiny.png" +hash = "100554bbd784587fc0cb19592a9f34982392d39054b2ec706d7d373d53e1fa28" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0855_polteageist/polteageist_chipped.png" +hash = "e25ef63ddba1984346f477ad1dbe566881eb99b09f79523e0de2d329a24943c7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0855_polteageist/polteageist_chipped_shiny.png" +hash = "90ef605b7b82d992d0b543473a457c02018862ef99e7a7ddb9c1424165da3c6d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0855_polteageist/polteageist_shiny.png" +hash = "90ef605b7b82d992d0b543473a457c02018862ef99e7a7ddb9c1424165da3c6d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0856_hatenna/hatenna.png" +hash = "f0f2cf4e851a3ebbeb11965ddc3fcef45a3ab124da1f16083cfb4a637393d1d4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0856_hatenna/hatenna_shiny.png" +hash = "83978b0730b73d46cc4ce070ad8b61482d490942c5bf73089b9f1cbc27785004" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0857_hattrem/hattrem.png" +hash = "2b9df5619ee2454be72be760239a34b6e21ee7c340cd3af46767d858fab5d944" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0857_hattrem/hattrem_shiny.png" +hash = "0e316d7281cfe5ac8601c26f503340179a23a3df57fcb57bd23da95b57389ed1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0858_hatterene/hatterene.png" +hash = "68c829b31554a5081bf1635a714961001b6e2baaffd61b841cfc5bce8b8b3358" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0858_hatterene/hatterene_gmax.png" +hash = "fc3ae3618398a75248d3e88dfe0051e7662b2d1c97a3dadba14be912c42966b5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0858_hatterene/hatterene_gmax_shiny.png" +hash = "a0c97fed3e9100cfdb2867627c4e9ebeddf7db1f1d83b04c94d6b870251a6a3e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0858_hatterene/hatterene_shiny.png" +hash = "eeecfc9b9a39a32746a3f29ec625878729b98436dd23490c288854a43306cf27" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0859_impidimp/impidimp.png" +hash = "49f2fbf2aaa2a61d8e5505c3272252ca1c34383247686f30525483457a57cf32" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0859_impidimp/impidimp_shiny.png" +hash = "4a7ab39ac5ca8ddef0da1a0c3010785d2774cbcbe22b833c01d46d6eb5674cc3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0860_morgrem/morgrem.png" +hash = "ad777ab006529925e3c941fb787011144dc6859b0d332584b94f5e918671e2b7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0860_morgrem/morgrem_shiny.png" +hash = "f8812ca94acc5cf0a85ef1746fb1a413094109a1a08d7d76668d0a95c600ec18" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0861_grimmsnarl/grimmsnarl.png" +hash = "86ddc125fc62296ca471e71a5700e62f4f98c0302be34ab44909593fdd3a2f14" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0861_grimmsnarl/grimmsnarl_gmax.png" +hash = "50ac7d2b9e71cd6658ee21daa78f5fe56cc6f49910710e6d17ffd74192d1878e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0861_grimmsnarl/grimmsnarl_gmax_shiny.png" +hash = "364125adb001ca0433dbdc659087d16540546b9bb4f2604280852780b702f8db" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0861_grimmsnarl/grimmsnarl_shiny.png" +hash = "41f40d40214d264b7cd08e0f7d6784c8b8e234ca16f6c2f480dc202ff1092a45" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0862_obstagoon/obstagoon-shiny.png" +hash = "d5266bc9c4dc684fc8ac74230dc60dd5e82e622d852369e33229e6c60fca06b3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0862_obstagoon/obstagoon.png" +hash = "4ceb17ac78fef3849889ac5527e298e098da6dc87a07bf6ce3baaa35409c9d03" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0862_obstagoon/obstagoon_shiny.png" +hash = "d5266bc9c4dc684fc8ac74230dc60dd5e82e622d852369e33229e6c60fca06b3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0863_perrserker/perrserker.png" +hash = "1b134a5aba571228d80ab12453a5060c979e7d5985b4f967fba3c023795155fd" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0863_perrserker/perrserker_shiny.png" +hash = "a33c7dd05b081168a4b660fb29cecbeaeb695911ce4a26de6e8f8302c791b1d6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0865_sirfetchd/sirfetchd.png" +hash = "a154e4222bba2afe98a1e419bf1cc0043ecbd07843f260fe98613de08126501e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0865_sirfetchd/sirfetchd_shiny.png" +hash = "c8e88d97b357feb5a4d4343786a6d01676f17222eae20e49ee0900081cb90156" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0866_mrrime/mrrime.png" +hash = "cb1d7a7336e116925b88217424abcc4032ce29586b399b7a2278361a94b9218e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0866_mrrime/mrrime_shiny.png" +hash = "8e425916264881d2670243639107d5d38f12a294aeda4580940c60471f05e048" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0867_runerigus/runerigus-shiny.png" +hash = "73d3e9df8bf0b41b7d43834485f4b3403b79c4a6e7ef54a2dfd1730af9f6e5a8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0867_runerigus/runerigus.png" +hash = "e1b7078f9bd2bcefe908a33b0ed256c63d06edd572cfa7b475ca20525c8d32a1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0867_runerigus/runerigus_shiny.png" +hash = "73d3e9df8bf0b41b7d43834485f4b3403b79c4a6e7ef54a2dfd1730af9f6e5a8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0868_milcery/milcery.png" +hash = "91dd429b3724e064d53b084350a569ba1a7a2e266e74b13af3bf22d27c725cd3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0868_milcery/milcery_shiny.png" +hash = "dc6bb37a1f2ace52afedbb6fe0b28aff960edd83fc4430b29c721e032a7dea02" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_caramel.png" +hash = "c191960e4b77fc89361aa7e68d1622d55e0bd80df6bfff8ce28398f6aee1af1b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_caramel_shiny.png" +hash = "1e0521955797f97aaaf8379e70bd5b284d3c210ddd957eccb9be6c20063dcd47" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_gmax.png" +hash = "55f8e88cc1574eb429835ac6b84b79f55e35d8118b6b9ec67e4eb41412424ad1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_gmax_shiny.png" +hash = "9028606a9e2842c4ccde2eea85680c5d4a2dc5e1fd8b56c4a3be21b85452180e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_lemon.png" +hash = "a1ba4a2bdbda2f3d7b67947e6824dfc55ff1d2ebe29f36794229bcf42be17887" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_lemon_shiny.png" +hash = "1e0521955797f97aaaf8379e70bd5b284d3c210ddd957eccb9be6c20063dcd47" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_matcha.png" +hash = "e1dbfa7ea196c1d340c8c14645adb9c55e2d90f8e5064e83b8a9a9b07a053363" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_matcha_shiny.png" +hash = "1e0521955797f97aaaf8379e70bd5b284d3c210ddd957eccb9be6c20063dcd47" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_mint.png" +hash = "c7607bd38692915e8b676207677cde1d608ef9377f5e61661a9d57c2253b3a43" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_mint_shiny.png" +hash = "1e0521955797f97aaaf8379e70bd5b284d3c210ddd957eccb9be6c20063dcd47" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_rainbowswirl.png" +hash = "e781e189774cfc92e7c9c26868464b74ac6f72bf40eb4ecba8d7cefc663171c0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_rainbowswirl_shiny.png" +hash = "1e0521955797f97aaaf8379e70bd5b284d3c210ddd957eccb9be6c20063dcd47" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_ruby.png" +hash = "0f1bd5411f389d4e2a6bec7d18c25ced52d958199812159946a4b5aadcd59e6b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_ruby_shiny.png" +hash = "1e0521955797f97aaaf8379e70bd5b284d3c210ddd957eccb9be6c20063dcd47" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_rubyswirl.png" +hash = "4c582d67f8bcfab6aca6c61f47088235fda9dbfb280c3a89fbb5f55f2f765bb5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_rubyswirl_shiny.png" +hash = "1e0521955797f97aaaf8379e70bd5b284d3c210ddd957eccb9be6c20063dcd47" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_salted.png" +hash = "d4bb94248260795e0128c2af69d196bc661bcc97b03cb8bcc9c961c45e0119de" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_salted_shiny.png" +hash = "1e0521955797f97aaaf8379e70bd5b284d3c210ddd957eccb9be6c20063dcd47" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_shiny.png" +hash = "1e0521955797f97aaaf8379e70bd5b284d3c210ddd957eccb9be6c20063dcd47" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_vanilla.png" +hash = "f977b2ecb5a0f20278c01a9f2db5165ea7cd24f7bdfca803e910083d05d376f9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0870_falinks/falinks-shiny.png" +hash = "54fc45dd555dbf94651d8ab4443a9442004f6c0fd4d7e718dc042cf35131e75a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0870_falinks/falinks.png" +hash = "ed59b3ad6dd0fa756ae2e6fa5f9af7f6b4119be9ab9f2b5f84491c7525de1425" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0870_falinks/falinks_shiny.png" +hash = "54fc45dd555dbf94651d8ab4443a9442004f6c0fd4d7e718dc042cf35131e75a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0871_pincurchin/pincurchin-shiny.png" +hash = "948c4c0095d8bb2d86e81f7be874bef23230d58db48cabd02017a28d362336d0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0871_pincurchin/pincurchin.png" +hash = "84684f274b32a7fe106319db43fb703ee68a5b4d69a84220c0cad0350ba6bead" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0871_pincurchin/pincurchin_shiny.png" +hash = "c1ff6c8853809a854beb6a1b0b5cb69df435c61b3e789c10348b2c4392fa0abd" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0872_snom/snom-shiny.png" +hash = "830b8f7eb8a6b9a79e31b692e2fd7c8369bb853d262d10e9a64b32516b2d5923" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0872_snom/snom.png" +hash = "538dff9b95b128d1ca12b78ab6aae1790ff21d69a7a84c44871fd98bd3fef0b4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0872_snom/snom_shiny.png" +hash = "830b8f7eb8a6b9a79e31b692e2fd7c8369bb853d262d10e9a64b32516b2d5923" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0873_frosmoth/frosmoth-shiny.png" +hash = "d96c507ddea5f3d6af527195d3300805961cfc8e8190b92630c07d73e83c3e68" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0873_frosmoth/frosmoth.png" +hash = "ecc682b0b972252720d6f2f4fac59a6dd50fbf6954dd2acb20a501adf6c4b11e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0873_frosmoth/frosmoth_shiny.png" +hash = "d96c507ddea5f3d6af527195d3300805961cfc8e8190b92630c07d73e83c3e68" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0874_stonjourner/stonjourner-shiny.png" +hash = "c505fb375510c10dab211ad05bd4318a0dd16d2da76f82c5bedaca3dfb2411c3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0874_stonjourner/stonjourner.png" +hash = "5947b40aff09c4f73870efde23e4d76b730a75aca3cd5256c21df2a2b0ca6b4f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0874_stonjourner/stonjourner_shiny.png" +hash = "c505fb375510c10dab211ad05bd4318a0dd16d2da76f82c5bedaca3dfb2411c3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0875_eiscue/eiscue.png" +hash = "df1eef1242b272f06cbe5d389de5878dea9f72d8e9ac7ff6406347c01a0851f6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0875_eiscue/eiscue_no_ice.png" +hash = "ff96176533ac3654471ac357f761e1a904410ed5f732e3935cfab398edae3272" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0875_eiscue/eiscue_no_ice_shiny.png" +hash = "e9e2e0d8fc1983c39d498360b2e1bede68e6aa7843d2618d14e82e4dca4dcd30" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0875_eiscue/eiscue_shiny.png" +hash = "f038805b0905832b22a43da4d292becc433d7928bcbdcf8bdf1ba8f01cfdc1f6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0876_indeedee/indeedee_f.png" +hash = "622c65f2b88345aee9068336037cc675034a78500560a6e607df6f6a04bcdf66" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0876_indeedee/indeedee_f_shiny.png" +hash = "0cba74e7456a84c5e38988b9365829180890b252f3cfd0c8b31bfa33a76c1387" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0876_indeedee/indeedee_m.png" +hash = "1df832d50e1fb3ac46a465bd25254bd515602c543641962386e5822c72d2f513" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0876_indeedee/indeedee_m_shiny.png" +hash = "774340f7235ce5eb8f021cf89052809c216c72e84c75f71f4e2d3ee6ac7f4fc4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0878_cufant/cufant-shiny.png" +hash = "a993b41a3aaf310a37a19016d368c4b5e23e4defddf3471af8528d8d520cceee" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0878_cufant/cufant.png" +hash = "c8abf71e67886864c689f99ed9e25ef47eb9a244123d7586de27d0e508b8d8d3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0878_cufant/cufant_shiny.png" +hash = "a993b41a3aaf310a37a19016d368c4b5e23e4defddf3471af8528d8d520cceee" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0879_copperajah/copperajah-gmax_shiny.png" +hash = "89b9810ae398512b958ff613e8051e8da5a31dbf9dc8618b49dd874efff20619" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0879_copperajah/copperajah-shiny.png" +hash = "01df4b2c7a4f61d7beda80348a11d69242f1554c8762844c77cbad4780cf3729" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0879_copperajah/copperajah.png" +hash = "015bc453189e0b2dceac16c660b3fd62a89f54463c191df662118c2ea1bafeb2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0879_copperajah/copperajah_gmax.png" +hash = "6e31a71b3a81022a3e2b919522c2f5d0bca92145c63b768030b83b4c75b648cc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0879_copperajah/copperajah_gmax_shiny.png" +hash = "89b9810ae398512b958ff613e8051e8da5a31dbf9dc8618b49dd874efff20619" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0879_copperajah/copperajah_shiny.png" +hash = "01df4b2c7a4f61d7beda80348a11d69242f1554c8762844c77cbad4780cf3729" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0880_dracozolt/dracozolt-shiny.png" +hash = "47b6375183ebe234c8fd65e2ebb6b3392f641b987243435716ba646e35f80035" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0880_dracozolt/dracozolt.png" +hash = "f59700e82745182ab56c1264a0658cd5b93fcf1cf8b979ee1141223a083aed35" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0880_dracozolt/dracozolt_shiny.png" +hash = "47b6375183ebe234c8fd65e2ebb6b3392f641b987243435716ba646e35f80035" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0881_arctozolt/arctozolt-shiny.png" +hash = "9705a891c93b062514aea00c5fb4b338512270439db6ae56d7b1694b147cd73a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0881_arctozolt/arctozolt.png" +hash = "d5925b966d84410450e3c6440205e1629cd87cdd8d474b55b2d7ac4914d0b611" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0881_arctozolt/arctozolt_shiny.png" +hash = "9705a891c93b062514aea00c5fb4b338512270439db6ae56d7b1694b147cd73a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0881_arctozolt/arctozolt_shiny_shiny.png" +hash = "9705a891c93b062514aea00c5fb4b338512270439db6ae56d7b1694b147cd73a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0882_dracovish/dracovish-shiny.png" +hash = "d914359a5d0987b32b0e739b42b2a6a39f56b5eb59118b5f47f9aeebfc70f486" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0882_dracovish/dracovish.png" +hash = "2b0e0ab7bb41e4226468a2e44b915dd101f45bae78e28f918113d1a15fde2734" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0882_dracovish/dracovish_shiny.png" +hash = "d914359a5d0987b32b0e739b42b2a6a39f56b5eb59118b5f47f9aeebfc70f486" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0883_arctovish/arctovish-shiny.png" +hash = "c3e55992eb2283192fd103d227809705d8c9aa454127a9c696bb22c9f87cf570" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0883_arctovish/arctovish.png" +hash = "da8be45296fa9b3476a20ace6174027b530ca1adb304a3746524e34b2b6dcd34" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0883_arctovish/arctovish_shiny.png" +hash = "c3e55992eb2283192fd103d227809705d8c9aa454127a9c696bb22c9f87cf570" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0883_arctovish/arctovish_shiny_shiny.png" +hash = "c3e55992eb2283192fd103d227809705d8c9aa454127a9c696bb22c9f87cf570" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0884_duraludon/duraludon.png" +hash = "cfe5484b47bdd58cc65eeab9f19336289be65f59a0dc4d25bec28cd87c37572c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0884_duraludon/duraludon_gmax.png" +hash = "8f1068ece2b8ffb28bdb2889bf9467a462ff1a6df6d4eeffe5a07393221272ec" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0884_duraludon/duraludon_gmax_shiny.png" +hash = "cb985206820c81c33445c621b4e9e1707b551d5dd92103655bbe5fb54a49acbf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0884_duraludon/duraludon_shiny.png" +hash = "5fef95bd0eacba5c849b160c59c4bea15e43bae98362e3815c09f18109af3e8f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0885_dreepy/dreepy-shiny.png" +hash = "eee387233f55752a58a95d00380297cef2641bad084e7fa9e40365f57c6ecdf6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0885_dreepy/dreepy.png" +hash = "999aa8b7b5adb57a73c3b63b981ffedaa52c8322244441b7fe4c64ce5633437a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0885_dreepy/dreepy_shiny.png" +hash = "f61704ebb2a86311baa5005915b687b122dbed1d528a92d4cb9101f42a727327" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0886_drakloak/drakloak-shiny.png" +hash = "e445dce0f66bd6d2c7041415fa664aa7d0d1796c768f48e8a74df9fb9a987abb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0886_drakloak/drakloak.png" +hash = "15d5926c6b6d96e779fc5df17bdd3d55d39165fc9024828c8852aff49dd00cfc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0886_drakloak/drakloak_shiny.png" +hash = "b788f9364d01b8bf5a4e3f639f7adb3e0d4486b77df911fe2d2c7cc7a1d75bf4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0887_dragapult/dragapult-shiny.png" +hash = "3130a0a2d5dd68825db92c1ccff1de03a3b3ba65e318d83baca82cd72b800783" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0887_dragapult/dragapult.png" +hash = "9ee0ef4f45e85d53f587499ec6e0c48a14af5a989e9cb6680321349660743c96" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0887_dragapult/dragapult_shiny.png" +hash = "f4b588b7a9390d1db140e6da2804a85bef9df23d90915356092a052a46fd01c7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0888_zacian/zacian-crowned_shiny.png" +hash = "66628ccfdd75b1cf643205d5367c79fc28e8ca36604c151d1a4830ba33225dc7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0888_zacian/zacian.png" +hash = "984aace972ec6710a77ffbd98875a80943f57ea07781f1dc49e4599ee2b6e272" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0888_zacian/zacian_crowned.png" +hash = "aea78cbc63636119133c62c2c1916972a0af5e8a2921b610c0ee83b868eb6936" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0888_zacian/zacian_crowned_shiny.png" +hash = "66628ccfdd75b1cf643205d5367c79fc28e8ca36604c151d1a4830ba33225dc7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0888_zacian/zacian_shiny.png" +hash = "076c0f9db13baac2422c36ec2e06a3b2c45b24239ef0a70fc408465a74b6a3af" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0889_zamazenta/zamazenta-crowned_shiny.png" +hash = "0f0115158a6c9b1c5c0f107531903f579f407791d6468a3e2992481137bfe61c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0889_zamazenta/zamazenta.png" +hash = "dd0dd1108e07f569db370167e44f9eaae3e2dd9a775c4cf5508d937444e3aaf5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0889_zamazenta/zamazenta_crowned.png" +hash = "446a2cd5977da495644b8d84a3c0a057655d59b4437619331dd737d08e412b3b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0889_zamazenta/zamazenta_crowned_shiny.png" +hash = "a33e811403b10a9456d5d300fee099627aa134a845d5c5306002788e107e3e54" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0889_zamazenta/zamazenta_shiny.png" +hash = "4ccf4af518d97be3d909f17898d52c7814d62b478dc11ead04aa121eecf33cbb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0893_zarude/zarude.png" +hash = "ff1b8064b3b13ef5016c07b280ca7be6bae27a05be1250f6738335f8abd30aff" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0893_zarude/zarude_dada.png" +hash = "0391fe5a196f214896467788ddf72c95589be025341697657f770e8832b3939e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0893_zarude/zarude_dada_shiny.png" +hash = "c9b6ae94bb769c00d1ae51ee5f4e3f61985f7dc48f824df81e8a58740f2c8a7d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0893_zarude/zarude_shiny.png" +hash = "de435630aa9b1c84fa12bad03d9a4ef29c5192b01f5dd4b068b7cf4ebda104e0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0894_regieleki/regieleki.png" +hash = "66b63733b101789758d0f8d1424f6fc8034bcc0e4bdc0cfcca158770d28177ab" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0894_regieleki/regieleki_shiny.png" +hash = "59949ae539091b4ef09d0678734ea777af7fd4d3be606fcf0394475d12977800" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0895_regidrago/regidrago.png" +hash = "caaf2a3ba6d53392fbbfaaeb8edc204a4bccf30fb90c4d0124925e27c9097db8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0895_regidrago/regidrago_shiny.png" +hash = "ad0b2dcdba279e871d47620793cbac4a6cdab4c07ed1e68e472b2648f470ff1c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0899_wyrdeer/wyrdeer.png" +hash = "23f9cf801893de5384c1207c7682ec572ca03c0cbc9255ab7aa5aa7ff755bb3f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0899_wyrdeer/wyrdeer_shiny.png" +hash = "1eb3f198faecd30012c0bf138ec5f23fd6c97481bbb2ec89df8c855d73031417" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0900_kleavor/kleavor.png" +hash = "fa8fe8f720e5a0dfde9be795892dde24531097e1a024c3c9d12de192d96c3b56" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0900_kleavor/kleavor_shiny.png" +hash = "d9d4c40d68834fd4e417ca54f24f7e2403dea4c0743e956cf4dede2b87b8e458" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0901_ursaluna/ursaluna.png" +hash = "24d41fd189ab3f9197415e9993ad691ced779a62bff661af32b1723e558e45d5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0901_ursaluna/ursaluna_shiny.png" +hash = "900d1568202fae0a26d3ea5a95a54f108a81231f68c4cca31d31926e42ff46ff" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0902_basculegion/basculegion_female.png" +hash = "dcc0ca3c85c1f19c98502866662ffe57acd9b539e64999e9eac158768abcceff" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0902_basculegion/basculegion_female_shiny.png" +hash = "5403170ed2bdfa0c2f47727c13c5976bfd23a6157f1e6c91e9dcea27f7ca9a69" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0902_basculegion/basculegion_male.png" +hash = "112be4e391349a9fa46e2d183eaaf2b7601a083936cc989bab387fe657a5234f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0902_basculegion/basculegion_male_shiny.png" +hash = "a85e00b8c753c1663381cc7c9f46cbf20e20144c9ebbee918cc0896c49f82fc9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0903_sneasler/sneasler.png" +hash = "eb1e858deb514168c10b5c3628e353aa6abd68c7e25a342f404619d7aa7f5cdb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0903_sneasler/sneasler_shiny.png" +hash = "aa24bb87ee16ef912c9d61281ddbae8171b54d6562ff5bd4c03cd82308e0fd1d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0904_overqwil/overqwil.png" +hash = "01e6c0d67029cfedb4afbcb2067dc0f2eac9f81f639fe2c0b9772e1c6d3df1eb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0904_overqwil/overqwil_shiny.png" +hash = "fcdd91984c78782c847813a54808f61534a0369ce4bcdb2a245d5acc2d86689c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0905_enamorus/enamorus.png" +hash = "d857cc2a3e7d79b262a49011eba77a98945f4e52101edb3ebce583d6c4b8581e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0905_enamorus/enamorus_shiny.png" +hash = "fb600e9e979b86596d215f5a8de86a0a1ea9c294adfaba381a0d156eede06502" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0905_enamorus/enamorus_therian.png" +hash = "df30de636fdb2633f888d4731e37563129fd10e23f00151dbdc5732ab3904ce6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0905_enamorus/enamorus_therian_shiny.png" +hash = "30f4bdef52838de8a8c002258a0011cbdf80d666f557114a7c545917abf19b98" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0906_sprigatito/sprigatito.png" +hash = "c8a4c4083891a44b626364677186772c5446cf24df229c8c9af60ad0509d05e9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0906_sprigatito/sprigatito_female.png" +hash = "09210445ad6c83bc774e0c460beb53918051958d9ff2f4f0b328691e02a1c7e5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0906_sprigatito/sprigatito_female_shiny.png" +hash = "1a6bd9f31151bac3d6c7ecd6e55d4de31c1f3d48c8ed1ffcda41e122934c1406" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0906_sprigatito/sprigatito_shiny.png" +hash = "7150b370df51d6b85a37601fd5e36642ebc33c996a754c844d9951bccc43461b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0907_floragato/floragato.png" +hash = "d918297f479723a911ba9a40eb27f65b1530bd9db713e78c1266a03b16a6c266" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0907_floragato/floragato_female.png" +hash = "75cf787e4b35b1eeb82b512d0ff174a5d0f8839cda0d51cf53500d64649ec91f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0907_floragato/floragato_female_shiny.png" +hash = "7944b227244d3c4d8961c2074ccf3372bb80b6e7b23f82e7062c1da57311b783" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0907_floragato/floragato_shiny.png" +hash = "fc3a6d183c32df15bf7e746903c75fdea8fa6ca29b7b0186dd7cf93f6fc116ab" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0908_meowscarada/meowscarada.png" +hash = "ba1fd3934b443e5a6d79eaa612e115138a94de2095562a786b38f718df45887c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0908_meowscarada/meowscarada_female.png" +hash = "37885b56eb0004a3d8994a2fb2bfafbb50020a3f70f6a4d9ba07fe2d40c0422a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0908_meowscarada/meowscarada_female_shiny.png" +hash = "90a1597b87820d1b261b5eeffd42882dbbf66d45ee0a71f93d1848a6f23a3dc1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0908_meowscarada/meowscarada_shiny.png" +hash = "4c097e53d62787c4ee37d831de8a822d3e0c02f7d1e066d4c688bc4a452e1440" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0909_fuecoco/fuecoco.png" +hash = "6e6b876842a23ddd933717024f4c5afd254c54fa7c1745048c7fff22aacfa728" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0909_fuecoco/fuecoco_female.png" +hash = "bd69f6475e006b94b5bc3af79c7278e703bc5f08a2e7f588b72e34620dde5649" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0909_fuecoco/fuecoco_female_shiny.png" +hash = "7020bc261d8c911c428d5c923bca7c41ffc5508dd409e63912dadb925decc40a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0909_fuecoco/fuecoco_shiny.png" +hash = "fc3fcecc399644098de164c0bcd9c526dc16b7c93bb6e84db082a147a2e84128" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0910_crocalor/crocalor.png" +hash = "f4b9cb3a52ba9d320ca62365a55ac9b160dcf6d92662b12798d7e2b6c3ad1f81" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0910_crocalor/crocalor_female.png" +hash = "56ad988f83e6cfbcd5cce12c9fa7bcc8aa8a07de97738a7908d486b36001f7ed" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0910_crocalor/crocalor_female_shiny.png" +hash = "dbccb8e0dd0083220386deb5cd420ab7f6c46006992d6e1a8ab427a0c2791658" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0910_crocalor/crocalor_shiny.png" +hash = "b4ef63a1841048db4ceabd54fa74a715c023ce46efaed531b0ee7632e26975ca" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0911_skeledirge/skeledirge.png" +hash = "634625d1149b4906be9fac5bb16c51402056c4622705d17acf6f19801708b53f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0911_skeledirge/skeledirge_female.png" +hash = "7bb2ad7a95894c95579a95df55c26983967460df796c75d05936a6a3e18417ec" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0911_skeledirge/skeledirge_female_shiny.png" +hash = "eaa6f21cd09da5c25e7289bb7ed395a6ed94439f93eb08350536846ee4ff7608" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0911_skeledirge/skeledirge_shiny.png" +hash = "5549c87508458c326f7dfa3824635cd2e4ba270eb752982a447cf0ece2d8e17a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0912_quaxly/quaxly.png" +hash = "8e4765e22715a3f9231f3ee13b08d8890d13be9d4d81ac4eb9b51650c5ff4286" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0912_quaxly/quaxly_female.png" +hash = "b84907476fa4c003ea4e7a0d7a3944a7f2a4ded82bed60a45ba2cad32aa35946" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0912_quaxly/quaxly_female_shiny.png" +hash = "38f64ef4c742719888c776f35071fea64bc1aa43441c3bf1e4bcacd8e0067f3a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0912_quaxly/quaxly_shiny.png" +hash = "a62f48f2b3bd71ebc304651eeb3c54a0e6f0389ec0b661df13cec6c1fa0c8d04" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0913_quaxwell/quaxwell.png" +hash = "bf5995a237803a86c2934403dd1d2537f98e6ef29e578753ec144b8f59760f11" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0913_quaxwell/quaxwell_female.png" +hash = "bc1de5f1acdc0cda6e1b43b9f0b5e64eba94198f2bcdc3f86c3d4e5690ace2ee" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0913_quaxwell/quaxwell_female_shiny.png" +hash = "1076bcb55dbab5b54332d249d5cd85f8a815968ce9ce975665723776f233fdaf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0913_quaxwell/quaxwell_shiny.png" +hash = "e78ee26982f1be92bf148af4de3717042e5048e1b0449f874e76f6ca040a9324" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0914_quaquaval/quaquaval.png" +hash = "a5459a02fa484e3633b693baeba70c6a16f55e8c46f5907f6b09d188fac06ad9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0914_quaquaval/quaquaval_female.png" +hash = "b5d5aa131dfc4c7a52c2366ed1ac922b78aeef96bbd6252675f0a56d2c2ad312" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0914_quaquaval/quaquaval_female_shiny.png" +hash = "d632eff398235d775980692a2b7c6502cc1017b1a4fc66c3771e0a44000ffbc3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0914_quaquaval/quaquaval_shiny.png" +hash = "e000f86c35bec8618c502ea8aa63cdbe4ed6027a8ebe8753082d7d5d291e4cd4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0915_lechonk/lechonk.png" +hash = "47421d2b24f07ead1a8fcbe4ef36500b4b5556afde6cb746fec2b81bb56c8e8b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0915_lechonk/lechonk_shiny.png" +hash = "32acfe8803ba183965d2cdca23e6c8a53ef5ab8d95e4858285a44952e6af7eca" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0916_oinkologne/oinkologne_female.png" +hash = "aaa8fe14cf29be090c1f4ae0cd933ca530b9c4a8afbd32701c47c01562fc2551" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0916_oinkologne/oinkologne_female_shiny.png" +hash = "b89f593088591648bfb466b14a550450ecd066aa749e756e5f40043d760266b1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0916_oinkologne/oinkologne_male.png" +hash = "43063cb22c1234a7a410a301d22b11ba182c663b7c4ea36eb203b019b369489f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0916_oinkologne/oinkologne_male_shiny.png" +hash = "70eeb51514838f01bb2e29d13a0a0fb7bbe1dd7f2371575455da41d20346f071" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0917_tarountula/tarountula.png" +hash = "ee88746942f2d3b6c41615ba5fdbeddc6efba5897e87b6c0c3ff5dfd84c2a223" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0917_tarountula/tarountula_shiny.png" +hash = "c962006f3ae07cb31566669b3c654f1599bb991db43685889267140909151233" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0918_spidops/spidops.png" +hash = "e22812e955b53be3a03d6f80aae1080d62f149c18fe0cc1bd44b2179cc32ea0e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0918_spidops/spidops_shiny.png" +hash = "09eecbb12d3e0a074e9fe80d7e42172dd5e55920466fc9d9e46b37cdcd629e4e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0919_nymble/nymble.png" +hash = "c849a83d051efb605181705e41e838b12229676dbe9d2f61e8cb3eba73814b66" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0919_nymble/nymble_shiny.png" +hash = "3522e8b14ed57186849a12e11cca2039cf060a4c6cdc0c05414388d2dd52a471" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0920_lokix/lokix.png" +hash = "3d8f42fd66dba75e451df06103d30d3c7aefa031954c6edf7777a1ad6581217b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0920_lokix/lokix_shiny.png" +hash = "7170afcf337a7cd0c21e2d8adc69a00b27354962773926031fd32d4c4f4eba3c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0921_pawmi/pawmi.png" +hash = "c2adb0cae8173c8f4b4a8baf2cb0f96bc0347027062e7bdb8bbcf784f16c60d9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0921_pawmi/pawmi_shiny.png" +hash = "3d4c921e527c85bb9132e2d69b0962cba86d0457d39bb3091f1953209d5c5ed3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0922_pawmo/pawmo.png" +hash = "929662a222b05060803bb7dbb39df6abc0d189b67a083512546708ba60794422" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0922_pawmo/pawmo_shiny.png" +hash = "4ef0884bfdc9cb4a4730c09ee2b61b4805d983798c8fb9bceb9c334ac671a079" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0923_pawmot/pawmot.png" +hash = "c00d9323a3ba82424e2f8a2652f409327e335f052e424588692b497dc4f6726e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0923_pawmot/pawmot_shiny.png" +hash = "0bc2eca1a2c6ff15c9a610b151b45fd327c40fe1f8da9cfc9f552452da114cfe" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0924_tandemaus/tandemaus.png" +hash = "ca3e4ed23700ee8d11870f2f5e13b9d9f638ce192d83a360b2dd1c25a8c1d5dc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0924_tandemaus/tandemaus_shiny.png" +hash = "5d600626f3ca05f786c33550d30156d28cec978067cf1aad365efa8efd772fda" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0925_maushold/maushold.png" +hash = "785aede394167861293a518bf48a3a47fc363405e555765990d187f13e1c38a4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0925_maushold/maushold_four.png" +hash = "39157b830d8b28898f282097a98b02923d62e876303d3aa8ea729af249aaeec0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0925_maushold/maushold_four_shiny.png" +hash = "b7c365f76e0cbd45d2d6c53b02ba2e7f7e20983e043099a43c0ef2ff20caaf4d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0925_maushold/maushold_shiny.png" +hash = "46e1f904792daeef8a605910e0351738f95755b7e6418e9a445a9bf184c81e8c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0926_fidough/fidough.png" +hash = "b489bf232069115059725312768218eb40c1b6275bd4ddffc8e28aa14ab2817a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0926_fidough/fidough_shiny.png" +hash = "7a406076e8fcfc71baf888b66410996f2cd2082171b94d45decfc2386a28d59f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0927_dachsbun/dachsbun.png" +hash = "24254209bad69ecb86a2cf380c6c6fb4bd2d9de511cf203ffbe595fbe71698d4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0927_dachsbun/dachsbun_shiny.png" +hash = "81734565ac7e32846934a88f2fd18281bcc5b7f11c2b89004a7694b7006bb1fa" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0928_smoliv/smoliv.png" +hash = "34aae4e60b6be400efb70613a3e4be389fcf487a6a87c621ec66956f99add0f2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0928_smoliv/smoliv_shiny.png" +hash = "e1bd9268863f6e9aeded454f2f6e59a38758c079a88b5e6e5971adc5174bba20" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0929_dolliv/dolliv.png" +hash = "9ff050ce5c6bf5ff3ffc3fb03dd68cf2fee88ff4080dc492392c277bbcf8c79d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0929_dolliv/dolliv_shiny.png" +hash = "054a8791e4a74be72e90d935aa7aeb8c483be4acdfbbf9a3c055827ff6ecb9fa" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0930_arboliva/arboliva.png" +hash = "cb65c78cd58d5203f216dc555fda61de5101ea23883bfe6596c78343fd8669b5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0930_arboliva/arboliva_shiny.png" +hash = "4e5a7b0b75a9dcd95534360c71b0046c47a7a57942e43e0ed7787f1261f66de5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_blue.png" +hash = "069894c93d7babb91d1e0a463878dfed6e580603bd1719f0dc01f961f10280db" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_blue_shiny.png" +hash = "0dad4432d53b96da3b9a7cdb081354c90141274d14a51ee35b80ad11edeaae56" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_gray.png" +hash = "89f6d109e1499599d6deabb9fa428e8579e45dc0b11d4e572ae9c4f4e56851d0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_gray_shiny.png" +hash = "098595c9e5048320c87177b6d8944059d41d4415c3d2e91d9d3fd3e97ed89ffe" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_green.png" +hash = "911fa3adeb60fce01e2a0d1f2c75ba02d2df910c954bdeb700d87f870a11f2b7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_green_shiny.png" +hash = "630c561e03bbed5106fb77d2c2024f74589d966440d00b7cc33f5339b28f163f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_yellow.png" +hash = "2900dcf3a0bc28aece208dbc628a49b7cb52381728493a211c88ba939e3ad027" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_yellow_shiny.png" +hash = "e1d92292b4cd98295ce13df3af1143825b9c6362810792799cc3a335b1f31ebb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0932_nacli/nacli.png" +hash = "8df41ac8fb0b7c4fc53682af46a5b2ff365ee264c75cf9c4a58d37cae62ef1ff" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0932_nacli/nacli_shiny.png" +hash = "def8bd1a23bafc15d17339cbc265a58425673209cafc59818c256324985b6f93" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0933_naclstack/naclstack.png" +hash = "04ab39b2ea441366382dea6100249005b1f499a80a5726a26773a17040035db0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0933_naclstack/naclstack_shiny.png" +hash = "7767d14d2c34f77a557ed073faf61291294fe1ce6699647ee88888f9bc7b7c76" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0934_garganacl/garganacl.png" +hash = "8c5ff44932dc9c7ba484277badfea2db9ed748d223efa348160d65a09abfd65c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0934_garganacl/garganacl_shiny.png" +hash = "1d0f84b061577cf66a3a1f8185ba64533e5791bb8ec10a164154fab2f2f52903" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0935_charcadet/charcadet.png" +hash = "76e29dc1f34f20e662bdc961eba3264b249f966d8f96e48133969c5c20bf4494" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0935_charcadet/charcadet_shiny.png" +hash = "58b39bf22cf448f75fcd610c48da4a704f1c44a3e34c589f050beee6a2412bda" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0936_armarouge/armarouge.png" +hash = "ed4d70985a201b374828f5a676a26325cc8f955ac31abfa2a4b81481e17802ee" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0936_armarouge/armarouge_shiny.png" +hash = "7f34798c05aff10946f21c85502ca19cf7c481a3f2ba6f748c4f19f64f3a0f16" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0937_ceruledge/ceruledge.png" +hash = "0e2c8f3ebd00ee74f9c6c81499230aaf84731f3311d6e751e9bb8e300b6f10b7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0937_ceruledge/ceruledge_shiny.png" +hash = "1f6a3f3975fc14f1e79a0c345f5991da1c71e0e3bf6d068d2f6de7f7f5108f1f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0942_maschiff/maschiff.png" +hash = "ecafdb6e8f2b212f46bf4ab67a9ba0b8d7e49a4f2610ae425364f767aea7cb67" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0942_maschiff/maschiff_shiny.png" +hash = "4960140641b8569c7e94136f1ed8dce132118f716b3968f8eba0672f08de8565" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0943_mabosstiff/mabosstiff.png" +hash = "2d4563139c192760c2d76fa7aa606d31919c876da8807e041526366e1e9d0142" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0943_mabosstiff/mabosstiff_shiny.png" +hash = "a8808ef871c9d1342be771b82d88fcbfd89f6eeb210ae700aed6b6ce2577596b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0944_shroodle/shroodle.png" +hash = "ac6bd6e75609c8444dacd579897f28a9d0d0968280897eb850bd69073935d7db" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0944_shroodle/shroodle_shiny.png" +hash = "ecd80b5fd1b597e6920af1658a6fb6083ac5d9bc0263a0b55d8398f97c20a871" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0945_grafaiai/grafaiai.png" +hash = "0013e1ee121eda8c41402d65e5c00af4fb8bd1ec0076d0ed8600481a2a3eb872" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0945_grafaiai/grafaiai_shiny.png" +hash = "9b372b402306881513de118b2de2f23f67cfe541ef4e883794b9a0238e79d95f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0946_bramblin/bramblin.png" +hash = "56f621d2985d63d0eeada8350d8e7663f2f2e19f031c34ffcf7da5782121e12f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0946_bramblin/bramblin_shiny.png" +hash = "62d69fc5e4d6a1e3c15926fc0b22492f7c3a31c85b53f2aceb9deda28366a866" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0947_brambleghast/brambleghast.png" +hash = "cf54a500f83495c78cc9b48f6d039ff317546534ff33d178adc94e5e72e30b3b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0947_brambleghast/brambleghast_shiny.png" +hash = "8cca13ca76e9770f010364642de25712bda48d1d829298f0c144c2168f6dbf0e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0950_klawf/klawf.png" +hash = "3b335ea5ce6edf9e000adad67f998469626c2ff9814c12927558f8ecfad0a5bf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0950_klawf/klawf_shiny.png" +hash = "ff9a66680e3b799bce1ad5e97751e479c33c8268ab26a850fb4a4a3eca41ef45" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0953_rellor/rellor.png" +hash = "578c675837a36f6bd58748223ca21f5363aa1588df614fa68ff969635adb2035" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0953_rellor/rellor_shiny.png" +hash = "3bc8b98ad5e798f2a3033e5289e1c252855a7da78def33ab142a703588e7e647" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0954_rabsca/rabsca.png" +hash = "9af8f96f8ad305f909e7e290183aff69fad75dd2fec8ef0b2d16c8d375eb66f1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0954_rabsca/rabsca_shiny.png" +hash = "87e934f484a617ba62accbddf09e0acef3ba0027c9ae1d79be96e6f92a0bf088" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0955_flittle/flittle.png" +hash = "1848bc0f7df2e5655ed9e7c1ba94b0c7ce44488b152ad5dd034b708c685ddb72" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0955_flittle/flittle_shiny.png" +hash = "3987cbbf7004d539a739a0c433ae464bf6bd791388fa7038deb6e84147cb31e5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0956_espathra/espathra.png" +hash = "b1e07d34cf25fa51133628aabf16caf2a3794b9fda6eafccea202111607eaf8d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0956_espathra/espathra_shiny.png" +hash = "eda030588c19d5167f909fe123f4494ccab71f3e6f97bef860ede60d8a5d7017" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0957_tinkatink/tinkatink.png" +hash = "42c75679efa07cc652356d9ad9423703d505534eb25d4a1031e057a8ed1cce0c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0957_tinkatink/tinkatink_shiny.png" +hash = "540bc9e084ce07bd6600413ab71128945960b3f992112d594fff0e884e0589e3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0958_tinkatuff/tinkatuff.png" +hash = "b93a4caf2fb086f96a86466a817d3417b93eb4f68ef854df18acf1b830f33d0a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0958_tinkatuff/tinkatuff_shiny.png" +hash = "77a594c59725dc9eb6ed5f84de08500fceb0ba8acc49d5a06294e01bd4a82ce7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0959_tinkaton/tinkaton.png" +hash = "3714ff54f33eaa54fc3d42dfd97de35796481a0af35fa6ad95a8d3f82b63a842" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0959_tinkaton/tinkaton_shiny.png" +hash = "8ceaa0aec72ce613634318fa4a09d6c727302cda6fa5c7a5d3baf558fb168b05" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0960_wiglett/wiglett.png" +hash = "2497af0aa67d64a0c11b9fdb075a51f9b5683221b15119941e7d1fef63216ec8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0960_wiglett/wiglett_shiny.png" +hash = "01705c56db23b20c94e8986da087d36bfeff043d6ddaf4fb36803a5fc191b811" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0961_wugtrio/wugtrio.png" +hash = "453293b9b0464d018966d2f86e707666c8be082ed821420a398e65447b822d48" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0961_wugtrio/wugtrio_shiny.png" +hash = "46f6beeaa1ee9f8b86c31147af144be1767333a4664e82d4e6bd3c66c7f4f1b5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0962_bombirdier/bombirdier.png" +hash = "a9fe758cb7dad563842102595cba18a3fbaf085ce3ed5d34b40b19bd82638b8f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0962_bombirdier/bombirdier_shiny.png" +hash = "38476baefcc3edf29b8f7c9e18cc6ab872d345ef1737888f3ffb9fd4e8460713" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0964_palafin/palafin.png" +hash = "b4392e816c798933512db4bf9d6df8a9f3ad208a5b1d513d2de17cf0ff12617c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0964_palafin/palafin_hero.png" +hash = "7a4a8fdb0a0f64d6a33fa5d4cc8e04b50ce801f4e88d036d842b0f54379a9e34" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0964_palafin/palafin_hero_shiny.png" +hash = "7386c2bd1db85c810e574a872531d2210d6be3c0c4fba2eb3f2bc5482477e6a3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0964_palafin/palafin_shiny.png" +hash = "146efe3540d5e931cd717e324eb196f0ec9e13ba1fdd0f359845cf756276ec2d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0965_varoom/varoom.png" +hash = "76049018f1bfa0adb980a102b84d07134a526df3695ad3cba0af135d60486724" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0965_varoom/varoom_shiny.png" +hash = "c8d57631a3ed638de5b2800cc38201deac80e184545694e314a6943d272a413f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0966_revavroom/revavroom.png" +hash = "1bb8df7aba79124b214a1ca2b2315ff6fb605ba9253ebf0c30f2d7fc39f9912f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0966_revavroom/revavroom_shiny.png" +hash = "fcf2615b8b6deb5155337dd481b38a122d9f02870b61747726a21d3cd55cdbad" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0967_cyclizar/cyclizar.png" +hash = "137e55f52f40454b5536554bf762d28388db895d39fa5abb573d4979f62dc881" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0967_cyclizar/cyclizar_shiny.png" +hash = "47fd0f0635a50ff3fbe1c6804b741c84c7f1a56830ebd2fa3ba59f18da2ef4b7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0969_glimmet/glimmet.png" +hash = "3ee01b3e30d2a6f54914b8a74ffc7ae2251f2087ea931039811c4ecc656fdac6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0969_glimmet/glimmet_shiny.png" +hash = "a550ad51edd9a811985f558a84cd4ad60552679d9e2eadb6f73d5cc042dd8ea3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0970_glimmora/glimmora.png" +hash = "095c2461a17e840d38654b582b99b9284b167bf4b2e952cd9810040c95bd6b60" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0970_glimmora/glimmora_shiny.png" +hash = "cc1a2923c62261270e25951439584ace02a608584ac1a0456a11a6aaa9d9cbf8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0973_flamigo/flamigo.png" +hash = "c994f7a8d465fc8f7ae10af1a0c20c3e95b74a3707c388aa96be0c39f8f92647" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0973_flamigo/flamigo_shiny.png" +hash = "ceed313dffc5d80d5169545abddadec40aa3d1d02b81150a319cfcaf904227b1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0974_cetoddle/cetoddle.png" +hash = "05f8232c842d77460bee9d28881a3c1893fb42da99960fd3bf2aabcc5cb62dd7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0974_cetoddle/cetoddle_shiny.png" +hash = "6deb807ea33737669229cc63fde3d8bbae1c495e7ab49aee0fc9414346f4c008" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0975_cetitan/cetitan.png" +hash = "41bc987010012119966f8b3812d9a3fa0b9db6088c200c4a08194b0bfee33d16" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0975_cetitan/cetitan_shiny.png" +hash = "6275986ad65ee72921ef62e8a7bf92edfb187b031fa76683fa9fd2731efde6e6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0977_dondozo/dondozo.png" +hash = "4b01ac98df52d5f4f2c74ea5886a2813ffb3b95d543a7b2006e61b2213843022" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0977_dondozo/dondozo_shiny.png" +hash = "a842cd17993dde2c14f61ec1bc641c2fb418e2f97c4383a209033a18eca084ec" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0978_tatsugiri/tatsugiri_curly.png" +hash = "9ea5de053fdc1a1a6e74afc4d273b46809a162a617a30aca644c8e9e3cca0ee7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0978_tatsugiri/tatsugiri_curly_shiny.png" +hash = "a2e32328beba8bc3b45a9344ba2879ac3354998366e7ad18adfe7bae9c9d1c30" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0978_tatsugiri/tatsugiri_droopy.png" +hash = "93b2e0178014729dacd9cbdd39a686bc5adcf14713ca726ce3e0b617ea021d6a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0978_tatsugiri/tatsugiri_droopy_shiny.png" +hash = "737dd856f80deb5183ec10678874c3d2c9b4c4c2966f0a350a6410224282d7f6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0978_tatsugiri/tatsugiri_stretchy.png" +hash = "6f61bb926269d485a08ef0165beae77150983341e438b7fe4cd6e7763b1ec8d4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0978_tatsugiri/tatsugiri_stretchy_shiny.png" +hash = "95ba18effdb9982764549634426e0ccdd42b340d763eec0350a280569c4a33f2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0980_clodsire/clodsire.png" +hash = "d4419b01ae15aba76a0e2be5e503a09b082ae2b0b8e94412374665b87a0fef3d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0980_clodsire/clodsire_shiny.png" +hash = "a149930d49449656b5777ab314e7e69c19a2c55b788ae8d30e23a3697d7a8e11" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0981_farigiraf/farigiraf.png" +hash = "a14139233d7d634e8f02b4a76351b2093f097445d2a9f22b772bca8ce0763525" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0981_farigiraf/farigiraf_shiny.png" +hash = "da9db56641591e144a1b8da7d924d6ddce2b0f3e7f8a949af0e52a7a9c47507c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0988_slitherwing/slitherwing.png" +hash = "46d3c3a99069f1bed4ed29c49e1b432ded073f5d4b609f9aaf75c9da18fd987e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0988_slitherwing/slitherwing_shiny.png" +hash = "d475e68f0981850d86da4aa49a5787a4eafa5584c3829c766416e232e8d53be9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0989_sandyshocks/sandyshocks.png" +hash = "7799a243682579be1556a7246ec31daaf51e15add9f1ffcd722da41a01d399ad" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0989_sandyshocks/sandyshocks_shiny.png" +hash = "fa5c0d6e422b1f6f26120ddbb91ec980455b2bb578e672cb7789cb5e8191e13a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0990_irontreads/irontreads.png" +hash = "9ed5599044f24e4ddc0d4a9b9219da2615d0046a4c170d51b692dfb534f1ba8d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0990_irontreads/irontreads_shiny.png" +hash = "c9e2a73cfe8edc0080a036a874c5050c6be6654f6f5d00e65e0a0ccc3f1ba01e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0991_ironbundle/ironbundle.png" +hash = "0be444eed159c988322d329022df91c5491ffbd0e520cbdc6db16d308bc8b2ca" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0991_ironbundle/ironbundle_shiny.png" +hash = "398a464c6a9d50ad8c8bc79339203743943031f7177074d4a262eb3ef054c04a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0992_ironhands/ironhands.png" +hash = "599064bf7d6a54a2cc88b3f5db1306433ed3f1f298ec66def31750be71b19e71" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0992_ironhands/ironhands_shiny.png" +hash = "ef132d813c97b019b0e21690cdad815c6883bfe9375f3578f664ba40be0f1729" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0993_ironjugulis/ironjugulis.png" +hash = "76948a521965adce76762250daa744f6bd211655d44eb1665ce2de67cad4a3f2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0993_ironjugulis/ironjugulis_shiny.png" +hash = "93fda1440a98bda57bc3bffa596cefc5ddff6ce83d1a6fdce7cdc7a9d1ca196b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0999_gimmighoul/gimmighoul.png" +hash = "05dc9739dcde0fb705a41f44408063a353433e6aed01d621552f7f4cc3b7827f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0999_gimmighoul/gimmighoul_roaming.png" +hash = "519b24aaf7c26a2968fdc238f0747ab4dc63becc17fccd78e919ce8431ba659d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0999_gimmighoul/gimmighoul_roaming_shiny.png" +hash = "d1d1d40ce8349196d900bd3b99a6a6b954a00fec05f2ffc32c3ecbc6c04a2fcc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0999_gimmighoul/gimmighoul_shiny.png" +hash = "70c551a23997053f4f1a476c1508f3697b9468fd27047ad9a6f6f1991fe6382d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1000_gholdengo/gholdengo.png" +hash = "5f701ebbe88ab5a0e3533bd57dc87d4f2c7ab321726e7d1af8da3179de1d8767" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1000_gholdengo/gholdengo_shiny.png" +hash = "03f1c555e0ffe45f68e97a168e17b5b34f08d4c95c27d9c77a0f22e5d1732f57" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1001_wochien/wochien.png" +hash = "916a3efbd0ba36bd233004d75eb006b6e04d81085b614b46e034d54458df848b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1001_wochien/wochien_shiny.png" +hash = "fc66f0de57462398bf8333d49b2ca84f82bb5b1be62f4ce601188dc34e9876f9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1003_tinglu/tinglu.png" +hash = "905f1f3b502eef2572b09633de7c6ad7a5780ff1b59913930baef33752316d6f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1003_tinglu/tinglu_shiny.png" +hash = "c9a28dd3909ef3e14a13098784c102857d92642d905c514c011f827456640943" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1009_walkingwake/walkingwake.png" +hash = "7af1ce4818d83b0a6ce661392d5e3efb0a9994115848d06592eba9bdc66b9e89" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1009_walkingwake/walkingwake_shiny.png" +hash = "60225a0835de7975d46776ec339fe104c459cdfa468d4fc42cbb82c70f25226e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1010_ironleaves/ironleaves.png" +hash = "2d396ca4664c2a4974bcb7a66b8d91c4605348c86e4900b82ecc1ad305ea01c7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1010_ironleaves/ironleaves_shiny.png" +hash = "5066c922c8b012022c86824d64bd16e595c0950c6808f9b088f5263a8076f3c7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1012_poltchageist/poltchageist.png" +hash = "ad73cb02f8cdfdd968a524d746d7b8a3623ab02ae70975d8beb7eac3cd843cb5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1012_poltchageist/poltchageist_shiny.png" +hash = "301dfba81ea379b415d5bcd56372f11cd662ee56e7f557205f57e2f1983a78f4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1014_okidogi/okidogi.png" +hash = "9b901637c22ae5010df0975059646b66e0f29b438d3cae596caa8d7360e4e059" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1014_okidogi/okidogi_shiny.png" +hash = "3a47ffee59304f6dd73cbaae26352cd340d488830ba209eb8f99b65d1a950799" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1015_munkidori/munkidori.png" +hash = "6478658e7bd7508addc2afe3e20f49d60b6f2c25203ff4a9307915b2d86039bb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1015_munkidori/munkidori_shiny.png" +hash = "ea2f26908f659fe27b6defadb5dd1a2134f600e07914a14df88bf44992d3b1b1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1016_fezandipiti/fezandipiti.png" +hash = "7820230e2765ac7e6415c2670f17f1b6a7b7d1793a759040337ed99b152c4899" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1016_fezandipiti/fezandipiti_shiny.png" +hash = "844d810fb266f1f444494ae256f3f46f57e3c9f1690e4ba047288f4b35d60247" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1020_gougingfire/gougingfire.png" +hash = "c4189903e67a5165d1f5369bb1964a6f7a17db61dc28ae4c33f36c944ae61248" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1020_gougingfire/gougingfire_shiny.png" +hash = "29c5eac1ecf87ddb81de7bc1bde04f6d10b365653eb5f03c392cd4a062150c20" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1021_ragingbolt/ragingbolt.png" +hash = "8fe328419cc5e92b287c9dda140571ca313ef111abc709f0b73d1e83b28b5843" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1021_ragingbolt/ragingbolt_shiny.png" +hash = "e0d50528f4dce96d1e8903eb49e34faaf87a339874c6f2911780e96cce73a2e2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1022_ironboulder/ironboulder.png" +hash = "3c362360d1407478de90003a8ea8753f9211a63f63042086687371f31ecba6ed" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1022_ironboulder/ironboulder_shiny.png" +hash = "6157a2a551c9fca398d9597407c31e8750797a519ac246c08dd7c7cee7aa86ff" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1023_ironcrown/ironcrown.png" +hash = "6b804b7b26a58a167f966ce3136ac16b4ad30846736d41add2a87eb6b28574a9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1023_ironcrown/ironcrown_shiny.png" +hash = "76bb823a530a5e493a15a9504710c4dab85960528b32a3f8cb941373d42c386d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1024_terapagos/terapagos.png" +hash = "ea72ad0effb2c38505f127a704be2d9bd4578fc08838e434a2ca274b16163d5c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1024_terapagos/terapagos_shiny.png" +hash = "bab08689ecc9fd306a2f05283639531aff9db2b5e4e7ae45801af3bdf1267894" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1024_terapagos/terapagos_terastal.png" +hash = "04e3c7c273e653bd12e1ebe859f3021dd475a1db91c158bfc3a2516851a9c820" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1024_terapagos/terapagos_terestal_shiny.png" +hash = "0c9348ae6c98fbbb7c02230437dbc8c8a1a501f56b9476bfe3aff96823ed27df" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/741_oricorio/oricorio.png" +hash = "9bdec6fd877232665198d01f53c4e65555fc2610f764e4bfc1c23902de3ebc81" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/741_oricorio/oricorio_pau.png" +hash = "5442a8db7b616e305861188abf33421d7c70af56c2fec6d892ad555f80c7ec55" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/741_oricorio/oricorio_pau_shiny.png" +hash = "10fec27fc0847fe93ec854e2bd8153e5346afa04b40d41a1112d301ce8ff617c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/741_oricorio/oricorio_pompom.png" +hash = "89a971b286e9b2aec349d6676a3c7232133a41924c3e2b2c751ce568d1c92015" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/741_oricorio/oricorio_pompom_shiny.png" +hash = "b0c490d2621ca0e17873248402d3db1c85921e425c2f74cf842618461404ea9f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/741_oricorio/oricorio_sensu.png" +hash = "a1c6bd3760703b1d933c65562fc9b5c7443c0fb17e91cb57c457eee1d1140069" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/741_oricorio/oricorio_shiny.png" +hash = "542931380cceb0451634464c90d71ec35bfb733f183fc02433ebb98534ff788b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/absol/absol.png" +hash = "a1c2cb9ee36d06f0456d7db218480d451dc25ba4847c9812ec9dc92b042ff655" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/absol/absol_mega.png" +hash = "c970a57c05e84497de6aa5f39ef4751a7d3d52c846e266400fd5e062ead53393" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/absol/absol_mega_shiny.png" +hash = "dd33bcb85e0337fee00b5572102b1ec2bb414699f9df9fa265a70fdf27e53f2a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/absol/absol_shiny.png" +hash = "8b77b9eef68de022143c4eb983e9a0fc9885ed692073a19edf8ea1da717ba29d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/amoonguss/amoonguss.png" +hash = "0f26097bc305e8cd3aa9d911a721c69db5e9d0f521c9a354af50f0bab6117c76" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/amoonguss/amoonguss_shiny.png" +hash = "59ae3b88c38424cabec2200b9daed3262641877bd87b00419f327ca67f467607" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/annihilape/annihilape.png" +hash = "9c828d029d3399b07375e8e82129e0ac133cb300f83aee146ed68229a227dddd" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/annihilape/annihilape_shiny.png" +hash = "611f72a87c441db401881b263e70ad1a11d44bdc66fa4ed2dbde170f4f9d42e4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/appletun/appletun-shiny.png" +hash = "b8284deb650b66d0008e0681eec09550e27434207a19e37788b22db25abb08c9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/appletun/appletun.png" +hash = "0f69509574e78a175f423cfed7f47c19b747573ce425792ab0e5f02187c9c97a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/appletun/appletun_gmax.png" +hash = "8edea51b2dbdfefcac25c3d505588b573653df6b79850bb6c4d5451dd4124bc2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/appletun/appletun_gmax_shiny.png" +hash = "6f092761365a80ae003b43a8af2be5cbebf636eddecdde784eeeaaf80d290066" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/appletun/appletun_shiny.png" +hash = "b8284deb650b66d0008e0681eec09550e27434207a19e37788b22db25abb08c9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/appletun/appletun_shiny_shiny.png" +hash = "b8284deb650b66d0008e0681eec09550e27434207a19e37788b22db25abb08c9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/applin/applin.png" +hash = "de3f267cd08f247ab35f7cd33bc6f1526e4b3a4ddd5e64a27fc569e35a1cd0fa" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/applin/applin_shiny.png" +hash = "106064c27c4165372218f8326096bd7701105a04a5057c49315ecbda768b06cc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/araquanid/araquanid.png" +hash = "ff48f5fba49864b1a27ea928c5e68e8121759f2defbb90bb419b103d858a48d2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/araquanid/araquanid_shiny.png" +hash = "f4778dc04bdc28f7f1083105474d161d06e17dd2576609ae37a15052f22ce21e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus.png" +hash = "0548ac75742cb54e2e3d4bb4e31be3098409a50e020ca85b58e0ee5b32856ed2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_bug.png" +hash = "7979dddbb0f5dbe605c43ea3233312a26dc898e1cbfb640f7d19c45dae4ed789" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_bug_shiny.png" +hash = "2c12a9e775ea3aa9738aa3803714a7a3df261215abf9955e3d4e2dbc974f33dc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_dark.png" +hash = "1694fea0a66c93f15bc140aabed490bb1566e55cf0a7353dbc9acdd206399ccb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_dark_shiny.png" +hash = "11eb83235ecdb0eebf981ac530a15794ad71712fd7c31022729f47aea74db188" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_dragon.png" +hash = "3d2ab4a6fbf61b0f4ea86b9e5ab5d08bfb22be752a024763583edefb3472d070" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_dragon_shiny.png" +hash = "8a85dd26d57b4e24a9944cd29f3d9e3c55562f4b2eab46beb98475531da1c87a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_electric.png" +hash = "9d5832fea04914ed99df2d209d195a68f017005c7d3ab114c4ae6f1152d4443f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_electric_shiny.png" +hash = "cd6416112a5b604c162af30e1f6c7131e1806737b6425365469c9851732b9495" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_fairy.png" +hash = "557737ac56565e24edb6326b33d7937322df2974711d386e78bb4ff512df995a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_fairy_shiny.png" +hash = "22c5d49cbb5ffc3030650f7d352a432480e5a017fb346424a71cb37d33980789" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_fighting.png" +hash = "9e4cf03d757677e9a212f21fad50ed53b8cfc78ee54ecfa5de14a6b5f5198196" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_fighting_shiny.png" +hash = "e8f7fde977d8d73bdf1dd113e912da1efa7b5f4be6efda4ac97d73065e10951f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_fire.png" +hash = "07060e63200841677101631cc26583b04232ef2a7a52fc1fb7ed100464dd0282" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_fire_shiny.png" +hash = "feadd63f961b5e558fd57c86fd8dd2eb3a46b7a0343f094495fd43390bd818da" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_flying.png" +hash = "dcc6163c18dfcea501746be74d1f654a40deea010cf81e6c154cc59619524135" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_flying_shiny.png" +hash = "1e24e4ced2bfff6413a9193bd31366e7ce8e01d500a4e49436d6ef1d5da0b344" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_ghost.png" +hash = "e05b05f7631a49a6e77412adfe90412d30277c2c68cbb3197d715313efc4143e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_ghost_shiny.png" +hash = "e36bd3428e16f5c88d07fbc792e93d2761e1080b7a74d2f63a6a81f0b49b45f9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_grass.png" +hash = "66d52895c7ae69966e345f1eade8228dc57e41374940e33211f659db8c8d4335" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_grass_shiny.png" +hash = "7fe0135bed40e9d58f3527a7ead1c8c6df4ee973bcf8a77fa37bfe9f5f1c664b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_ground.png" +hash = "12ef504098e7ab61c4706abe48c7088f3bf0469b20fc2d05d36c9a5232b46e6a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_ground_shiny.png" +hash = "86a312966baae44c9e4a07f5e9436cffde57efbd32f49e5d4e33ab4f387e3689" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_ice.png" +hash = "bf438f7919ee2055b1cfc652ae45993a4d5f411bee4dfa7f6e6ae0d166b13f54" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_ice_shiny.png" +hash = "f3e79f9875a9fa2b883c998634f31668d7ac0c7e7c0af33c51d895962bbc5e4c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_normal.png" +hash = "0548ac75742cb54e2e3d4bb4e31be3098409a50e020ca85b58e0ee5b32856ed2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_normal_shiny.png" +hash = "377eae791a08d1ffacc0c7c2d6db2794aa41c3e69d5997196492e5aa8fb0e1fb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_poison.png" +hash = "3eb01cb8f2561d47046566baf484374fe17c55dbc1da8e7d02fa05b54ea9c000" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_poison_shiny.png" +hash = "733e3793dcd5fc1da5a8cf5cacaa5e0ed5703f4cd232371f8178d2a60aca6efc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_psychic.png" +hash = "b1b382c518c03d15558e886f8f67f1707569e9671c5c938fd95bb5a0c1086e33" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_psychic_shiny.png" +hash = "68f00e63c397c58b1c206da6619720408cb2f19566bd17fa1178cb7a94d790d2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_rock.png" +hash = "cf6523a8f42bcec4e3ce26d348f5522ae293f065a9187fc39a942aa006d63474" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_rock_shiny.png" +hash = "be2a5524a425dfbc0c6e4976ed664232bb90607cf4a1bcf36004cd0cf851c22d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_shiny.png" +hash = "377eae791a08d1ffacc0c7c2d6db2794aa41c3e69d5997196492e5aa8fb0e1fb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_steel.png" +hash = "736a8ad78d9abc5ff6eb3ed6d8f97a00b4dba10347fa430f635f988b6999b94d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_steel_shiny.png" +hash = "509476aae6b87a50515726fd721194d17014765d35058951be546feb7039efd1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_water.png" +hash = "eb9cc85c2e4b8af75a57df677e7cc58c24ea51c8ea74f7f82fc7ab8dfb68a8b0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_water_shiny.png" +hash = "1e849932eb6fe071ab0935648976caa01d42ffd3fd34b977aaba932225339425" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/archaludon/archaludon.png" +hash = "e4a9894f68d5a2ee13a31a725d63f1581bbfa49afcce125a62ee87916a98d542" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/archaludon/archaludon_shiny.png" +hash = "0fd9c1ec336972edf0e51f2fe6f8595dee3591f1ea4e6f2ca8416f980eea70ec" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arctibax/arctibax.png" +hash = "4bf7c4202fc22107ff6e66ab0e0d8bc1c260c42200f8f9825f2c9c2a7c69cf5b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arctibax/arctibax_shiny.png" +hash = "738fb5c0d4719a76700e5313dcc12b3e8cfe6133de0afd27a30177813b27447e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/articuno/articuno2.png" +hash = "96760ad3c8cee17fae013dec1e5bf0cd8c7b102b400e28913818b5698fbe89bd" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/articuno/articuno2_shiny.png" +hash = "cbbb8195fe60da8d9b67fea3ff4c5f45ecc81296c4ac3b710b4f9815da92c06e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/articuno/articuno_galar.png" +hash = "392d9e4c2b5254b21581fe242c5c39ef65ff169cdecc902ab600d2d42c1698b4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/articuno/articuno_galar_shiny.png" +hash = "35c44666cf71587d0f43db93216c68a42e476daecbcbc25f1f0af7c92955e69a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/axew/axew.png" +hash = "fbd5901d8c9aca7138bd7c6565bb2103301a84667a1c19bff6f46de2550ad037" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/axew/axew_shiny.png" +hash = "b5030b9f5a52710c9c5fb19421c1760d66cf966e33938dd04080396901ca0622" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/azumarill/azumarill.png" +hash = "35e9ebb2ab7997a65bbb87ec2b44cfddcb4e8c2ff80f827450b012dd67a8d149" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/azumarill/azumarill_shiny.png" +hash = "746c0858787440b90e1aee050cb301c5838853769446928d6713241341779dd6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/azurill/azurill.png" +hash = "87687e63ab3ae704deec6bd2a8242f97ec46852688ddca5571a5b34abf04ad4d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/azurill/azurill_shiny.png" +hash = "4580ae1e43885cf2a3c71fc833e06fc354a4b67520554c6f900a0ee5137ac8e3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/barbaracle/barbaracle.png" +hash = "07e2b798da6337f55d93cc11e8ee0f1ef2edc13d18ad0df444239d4279cab492" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/barbaracle/barbaracle_shiny.png" +hash = "4b1b1097067a4e5830287f77fd75997e9c02d6b6e5241c1ed448f33a3f5a48af" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/baxcalibur/baxcalibur.png" +hash = "ba37470cc44f04581a124b8d51c6fd5d6b28d9ce1faa3d3107f7e6f406a2287f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/baxcalibur/baxcalibur_shiny.png" +hash = "78b6d26f5787401999b2117fe83ba334416316f32488d4a34a4a249a64146e76" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/bellibolt/bellibolt.png" +hash = "c43c650b6c57e0e8f6b00bf9f5a9cba1d12cc1e13e63f9b866196320c2e5280d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/bellibolt/bellibolt_shiny.png" +hash = "290d99132539cf76a976b23e4e349ddf6c607f56d8abfe614ddc5c4fc0f6e2b4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/binacle/binacle.png" +hash = "0ad581d4d386b853937335f7ffccb6993d69ba2bbe02a60d0d2de6564caa0552" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/binacle/binacle_shiny.png" +hash = "91c4ec1b38057b275b79997a5a4432ac378109dc49b1513bf1840f64f1c4c800" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/bisharp/bisharp.png" +hash = "a8952cba73391774e55107797bc5c01a23d99afad0dad3761bc6be22496b94f5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/bisharp/bisharp_shiny.png" +hash = "f4c8e4732038b031eed0061197fd286a5a684acba64a2626e11a2dec6bcedd87" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/blacephalon/blacephalon.png" +hash = "9f00193e249be974fbfe5ff8adcab1cd2aa0f0c1d674690ae43400bfa43c9f03" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/blacephalon/blacephalon_shiny.png" +hash = "ce552ad840fe98f8e1d570faf53aae033048d13be2f02e6bb154ea0905113777" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/blipbug/blipbug-shiny.png" +hash = "b53fc367264895f259b71563c0eec8f437e958f3569930e5831e0f1dcbe63bcf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/blipbug/blipbug.png" +hash = "719fdb8d6c1a6562325c77493e18a5eae9028d114f39c91dffb931e8e040c7cc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/blipbug/blipbug_shiny.png" +hash = "b53fc367264895f259b71563c0eec8f437e958f3569930e5831e0f1dcbe63bcf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/brutebonnet/brutebonnet.png" +hash = "fa5dc6ace9ff486439644cb4acc5d076e1277c9e3a3ceeda42bf31dfea5de3d8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/brutebonnet/brutebonnet_shiny.png" +hash = "19dd3ddc35f123967a380008036900d6b8d6e213dc80a26a6563d11fe41718bc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_fuecoco/cafe_fuecoco.png" +hash = "2cc519ececc18ee71fdbbd26417a159404d1b0a9b665e7e1135d2535034c3b88" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_fuecoco/cafe_fuecoco_shiny.png" +hash = "616c786cf00f907eec35ab31ea9fa419d7aad4cecf0f24a535a294ad65ddfcd4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_jirachi/cafe_jirachi.png" +hash = "cccf70e78ebd9f0d9dfa9b92421965e9769ab7330d501587fe8e46105ff55b60" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_jirachi/cafe_jirachi_shiny.png" +hash = "b7159df6fadbde7f8733a88b553d5dab71febb8d0d0c75804a41ce6f60453dae" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_litten/cafe_litten.png" +hash = "47dc00dca3fda9dd715e859556c3bfcbe14b3ea987bb4aaf19c608fdec1aeec7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_litten/cafe_litten_shiny.png" +hash = "1b91fee374250ea26d34fe5768ec788898ce47c6942c07555ea18ca88f115361" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_mew/cafe_mew.png" +hash = "aa10a446eeb9978cef95c43a60e2ceaeb752fec2aee6664e39545776e3459ebb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_mew/cafe_mew_shiny.png" +hash = "dc6be536b8491422b0edada7556136c2b4c438f4ad9d06be351e13c0d3183286" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_raichu_alolan/cafe_raichu_alolan.png" +hash = "7c21289798edf64e5e56a7aa2ddbf17f637129ae57b63f609ac06edd4e8ef7fa" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_raichu_alolan/cafe_raichu_alolan_shiny.png" +hash = "9f80adf1fa77c30ec32fa4d6d5cae33813969d19de1a9037a8cb31225944961b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_slowpoke/cafe_slowpoke.png" +hash = "7533add37676056b59f8140ee5c74dcbb1e80d00bb9d733b11ed3bce7a92f24c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_slowpoke/cafe_slowpoke_shiny.png" +hash = "e093994bf78aa041e894103a62ba2032bf0603cbce7bf7e3caad5c720d19ef38" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_sprigatito/cafe_sprigatito.png" +hash = "f2e46eacf89ef7a8da24eaa6b9cc94483553e1b934852f738e64b5d431a94922" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_sprigatito/cafe_sprigatito_shiny.png" +hash = "61c2edb301353e32635f9308fd2afcfe375b4426407dfd797c625b5282e7e835" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/calyrex/calyrex.png" +hash = "8c8c37b4320fce7cbfcc777da567bc566a82fc3d3da608e8e470e9e7e55fc13b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/calyrex/calyrex_ice.png" +hash = "4bba8367f97c839a847d227fc5a42b0644b33432582d9a8189ab6faeb5325f19" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/calyrex/calyrex_ice_shiny.png" +hash = "783fcf03e51a7a1002b8b2f2ec0838b7eaf374566a0b09dc715d0984bb489fe0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/calyrex/calyrex_shadow.png" +hash = "c5212d4c64733b97db206ca0e04bce27871a61bbf2884c1005520b87a762871c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/calyrex/calyrex_shadow_shiny.png" +hash = "1a22ecb2cf4c0284a16670038a3aba29cda38eb7a6707b4a2f1d9d2828c1c2fc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/calyrex/calyrex_shiny.png" +hash = "c41fa78e08ca50163c1cdec23acac76c51942a880fcba429eaaa1e3ecb354c50" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/capsakid/capsakid.png" +hash = "a128408813b225a0d76c012299e7232826bb0e882c3cd4fe1c34747f51208f99" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/capsakid/capsakid_shiny.png" +hash = "0078d8589b3159fe20f15dbcb12f35c2ae59d75726ece1f0035987558270cdf1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/carbink/carbink.png" +hash = "7b40bd56027ec3a7f60eb295fa83b91cb969f1ef0358e8e6b53a284bee70e825" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/carbink/carbink_shiny.png" +hash = "9edd83f97393314e98321c7ff663aec1e74dbd14f7b9176a4cc24e89d6b0d02a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/celebi/celebi.png" +hash = "47dcb64144618e2fed0c1707e3f14a4748d545ae577618791e15cedf2cacde1b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/celebi/celebi_shiny.png" +hash = "493687f97e79bcf96c33cd3b8d3365278612f53b1166075fd0e84dd48a9f76e4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/chandelure/chandelure.png" +hash = "77972d9147e607fd12b2a2516fbcc9c906da106ff86803042b9b20c00dd31ee4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/chandelure/chandelure_shiny.png" +hash = "03e8ec85d024bd43051510131657a05a28099618fd1c703a706e65217ee5eac6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/chienpao/chienpao.png" +hash = "61f4b0378eb032905f212da00450243498bb281f842843d042af32da770bbf50" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/chienpao/chienpao_shiny.png" +hash = "9ad89ffd2a73f65fa838dcef1e98b6c60ee85fcbfb0a9469647b4fe01f5e71af" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/chiyu/chi-yu.png" +hash = "bac0009fa5e536590ea5dac1db77dc7e66893f7cda9d791eb8dc7d8b2b943ef8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/chiyu/chi-yu_shiny.png" +hash = "b5274a0d269fd4bc2b0011dd79e0e3b701adf8e0cd50ad830086ce73fa171745" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cinccino/cinccino.png" +hash = "2f105841916636ecbcf7c814bf59c88de7b44789a6fc61c01de7c9c251662163" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cinccino/cinccino_shiny.png" +hash = "ead6891c8038bac5da11142c8f01dd5cdc538d893a6c76c6716b8acde7e86589" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/corsola/corsola.png" +hash = "6411d40738db5d0c267592c4140a0a5635e742301f9a08a6dade8ccccc4c5aa7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/corsola/corsola_shiny.png" +hash = "51252f52b50cb5d144c6818a9ec6da564de539b499831fbb6ca5116fda35be03" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/corsola/corsola_solid.png" +hash = "ff4549c6b672ddf8102f71a8fcdf32b8ce181f9c41ac33891c3687253edb921b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/corsola/corsola_solid_shiny.png" +hash = "53cfe3c4248c384f02213c7a21799f4d92529ed6e2822d0fa28f4085066e9e17" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cramorant/cramorant-gorging_shiny.png" +hash = "ff9776b9bdbf25a054b99ecef688ac6d7892279ce25fc239d2f01cf05935afb6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cramorant/cramorant-shiny.png" +hash = "cdff8e128ac2cb4aa2fbf782c1e4c27ef7e258ac298a209449b1040b820c0343" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cramorant/cramorant.png" +hash = "5d7953ebe5d68dd56bdcad2f86bbb775272acfc6baf3ab8dc2e70d394ddc517c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cramorant/cramorant_gorging.png" +hash = "512ce361c52b4e9020874266dcfea5ba019e6cace528ffbefd09469cadcf2020" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cramorant/cramorant_gorging_shiny.png" +hash = "ff9776b9bdbf25a054b99ecef688ac6d7892279ce25fc239d2f01cf05935afb6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cramorant/cramorant_gulping.png" +hash = "7a95281c21b902e47c273b91a69870901771314622a2634e3c277ae846b2c367" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cramorant/cramorant_gulping_shiny.png" +hash = "44c5773bb4c68c15d57a326f683c25459576bbf26aad061720ab607265ea9e07" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cramorant/cramorant_shiny.png" +hash = "cdff8e128ac2cb4aa2fbf782c1e4c27ef7e258ac298a209449b1040b820c0343" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cresselia/cresselia.png" +hash = "da0f878c34a6126d12342a8e29ade85e23a797b8868ad0a9122853f404e86a4f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cresselia/cresselia_shiny.png" +hash = "1e42df081b6efcf160aadc3bc1963a1769353872b7b9d8f9d357544c05eb7739" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/croagunk/croagunk.png" +hash = "af2d3fecad26ee0401ff66330488be3d14a5398c49784c82c59aae336bcbff9c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/croagunk/croagunk_female.png" +hash = "82e27086cec8e592faa13448f6f9d02dd887a8a458203229353cab785cb776a9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/croagunk/croagunk_female_shiny.png" +hash = "69208012e8fca04a33e065c295505c2e97d004b77bad0dc515d2816d185cc516" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/croagunk/croagunk_shiny.png" +hash = "14aa20dabaf97ca46ec7ad536a98b6fe09a9e087789e9afc23fa56e0bc30d8b5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cursola/cursola_solid.png" +hash = "642cb07ee8eb83ba1d5fe6495c68990e4932e79478b28adcbf2db8e22436c9ca" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cursola/cursola_solid_shiny.png" +hash = "f41d65d7ac722fc14c53d28054add6438f58038fa119c509d3748ec11a0c925d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darkrai/darkrai.png" +hash = "c39530d5727b0f596af5ecd244010407c7d984970d282fbabdbea4b91aed6cac" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darkrai/darkrai_shiny.png" +hash = "8d01d6acaa25ff075063f563a99742517121b2538c080869d11f1e96ca9da5a2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darmanitan/darmanitan.png" +hash = "3dadc0ada46f80c9d52701c9ad75e791f23bf9d9da740e24af51c974cabf8dd6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darmanitan/darmanitan_galar.png" +hash = "40870dbc34074baa8708f804fb712d8367bfe511af0b6c24ee45f6dc9852bd8a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darmanitan/darmanitan_galar_shiny.png" +hash = "4d30299d39ad2353f5f46c15d9ce46afa6d1353ea08b435f99dd58a4b157331a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darmanitan/darmanitan_galarzen.png" +hash = "e144595e99a314a0645b6bef240b10427ad8d3a40ff2cb89a0e6f07e42c413c3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darmanitan/darmanitan_galarzen_shiny.png" +hash = "08669b4ad47451cf9783fc6d2f32d505f946ae3494b42f9564f44ebb97b593d0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darmanitan/darmanitan_shiny.png" +hash = "a9ca82fe3c035e1a1a45086bbcbcb4b04030608773513f0405dc7d5ea99bf8bc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darmanitan/darmanitan_standard.png" +hash = "3dadc0ada46f80c9d52701c9ad75e791f23bf9d9da740e24af51c974cabf8dd6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darmanitan/darmanitan_zen.png" +hash = "9babf3aa41c7bfd4f9fd535d02561be346c1977fc17a60fd70b0294688c22978" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darmanitan/darmanitan_zen_shiny.png" +hash = "04158d425eb919c8d318402adc57375213cba07602d4b58b8299ae92840c6526" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darumaka/darumaka.png" +hash = "2d32ab8c09e6060fb5812eb364b3ef2e72f90f6606cb2d1d22b1746574478f67" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darumaka/darumaka_galar.png" +hash = "b387cd6825b5e89f92a34e7dc033c93f1e42286dfb5ea8f867124fb519e5b289" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darumaka/darumaka_galar_shiny.png" +hash = "be00707e93e326296362901495cd9e2d61bbf7eaa791f808e4d0940011445288" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darumaka/darumaka_shiny.png" +hash = "a494e1d8a0c593ac25d0a81104938a9d03a9e21f212ea3cc7e54765a84a4ac7a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/delcatty/delcatty.png" +hash = "fd3716b1ecaba0a22b10eae718bca9cd9ec42530ccc86d69342b73197ecd4e1c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/delcatty/delcatty_shiny.png" +hash = "001722036dbc5f1208cefe7e517aec59bcd10f61744fbd8fcdaf68fe1967f25c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/delibird/delibird.png" +hash = "2bfa1647e88f4e313177e2dff0ca3bcc5dd5bf4af5837b600e6d35adb3efb869" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/delibird/delibird_shiny.png" +hash = "17265934e5739be9f04be7e29d073e46f1472afa20207dd3266a423846193c5f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/deoxys/deoxys.png" +hash = "356a20247d6ac33e58ec4a6eb3bc71d6bbdab4b2471bea84e8d94dd15e6fb412" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/deoxys/deoxys_attack.png" +hash = "f7638509f1a3e58914cdd393081f7c83fc6c537df5d4513fd6d0e988f3b5fa64" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/deoxys/deoxys_attack_shiny.png" +hash = "a0cb117cb6e2dc6ae81863bd3828da3f9c00816a90e5ffa561d857c55b6d01a2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/deoxys/deoxys_defense.png" +hash = "c47cb502d91c8bf03d9dddf38662bc95caf41d77b77019111ca3c67ffa1839a9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/deoxys/deoxys_defense_shiny.png" +hash = "93a4bc27cedf2fd3749d858d5fc8cc3f1b9146d2efeec955333bd21cdf506680" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/deoxys/deoxys_rs.png" +hash = "356a20247d6ac33e58ec4a6eb3bc71d6bbdab4b2471bea84e8d94dd15e6fb412" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/deoxys/deoxys_shiny.png" +hash = "c38a3a025fef7083608e333ebeed347aa31ff317db9117223d5e1e09eed2a3f9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/deoxys/deoxys_speed.png" +hash = "5aad3c6a162f24ceb3f7cbbb913196de38ef4598a49b5c5fa917891ba7aff70f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/deoxys/deoxys_speed_shiny.png" +hash = "023ed00237288f919117f9798e5ecd4d2b5fe1864549d9bd50f6aec657c28ade" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/dewpider/dewpider.png" +hash = "9a7ffb3856c551a01fa74e5f74eb2cadd88014699328710e1df904e7abf3e35a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/dewpider/dewpider_shiny.png" +hash = "fa3da330fa3c0aa01e1430fa41c145d3cce1513e567163b7b0035c78e973d418" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/diancie/diancie.png" +hash = "c7a9936a1ebc3ff3fea4b6e523bd39f7093bfee3ab3aab259e2bc41853e81a3d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/diancie/diancie_mega.png" +hash = "5dec1bb9e9fcb4e59460a012f60d1d9b7df5f94b7ef3cfd50cae34eff9ff1c20" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/diancie/diancie_mega_shiny.png" +hash = "2262d0ad3f7fe9b7a466ed48d810c3f5223bd20da167864ce4457639973e0143" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/diancie/diancie_shiny.png" +hash = "9081bb934960fd5824928a36852c659314fa59e96270040665b867b587dbae87" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/dipplin/dipplin.png" +hash = "b9c77a31440404d6f96f99e4f85448107b9692a6417e51b376e44b5dba24ac38" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/dipplin/dipplin_shiny.png" +hash = "02530badf184414ee5f77fdc00c8c6e342cb7d6eb3a6ab7e87798c1cbbb9ec81" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/dottler/dottler.png" +hash = "b0cf7dcd235f99840a1e6ddd73498903a94bbe2dbc2583ed4a1064fd506f90bf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/dottler/dottler_shiny.png" +hash = "ced4a7fb3e2d8b760d3711851632ae2bf6e47734c94d5e49ab291e170b606d63" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/drapion/drapion.png" +hash = "756c57a899105ad932ab9d04c5dd87c8f46f6d6e967a11e184d3c1b4a315600a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/drapion/drapion_shiny.png" +hash = "4f132a247b419545b3bca5291477e6ca551c0994e93afa2e886b359bdfd4c5a8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/drilbur/drilbur.png" +hash = "3d2156d6e75c38fa3f0ecf9373324ca755ffae32c04a0cf0de955a511ad04303" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/drilbur/drilbur_shiny.png" +hash = "9be7faef6c2658e07a96738a6f647ce4ad28ba896c30ca4a958b3071d681b738" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/druddigon/druddigon.png" +hash = "efca10d63c98daaa7a802d4576eda60bebcb2304b772b3e660c896481780d47f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/druddigon/druddigon_shiny.png" +hash = "a21349b0e4c5e998be6ce73a36bcacd60e5a55abbf736789404877c56c01a031" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ducklett/ducklett.png" +hash = "4523ed99ba353b98276f379e1e6165baa978cf0ffaedc26bdb818730f380ea0e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ducklett/ducklett_shiny.png" +hash = "20460e249696ec7885f871fc119facf3ae9c385ec549c120e6d0b2402419a60f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/dudunsparce/dudunsparce.png" +hash = "877aceba07ae35b72b9aeb6efbc18bbe6c42fb3544cbd2d87c7c28be1bcd8471" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/dudunsparce/dudunsparce_shiny.png" +hash = "ae34c574a365c6396081c8580365bbc5d44692933bf2e5381fed3b7533e45906" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/dudunsparce/dudunsparce_threesegment.png" +hash = "8e06bca6d60fe09a2847bec42d0551024eb649b49c829917246a2f269d15f39c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/dudunsparce/dudunsparce_threesegment_shiny.png" +hash = "3ed051e060cc61d9fe27b4f9290340d5db2ec28fabc8d755230872a3284122b3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/dunsparce/dunsparce.png" +hash = "271ca9b796a19d9dd70a2c5e19c4555f183d0b4ba61849c4666c20167a3bfb24" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/dunsparce/dunsparce_shiny.png" +hash = "f478843b6bdf51da95c9af39c7d9e230656bbb8cce94bbb0b356c5387ed001fb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/duosion/duosion.png" +hash = "8be28882285ce9cb38ca109ccef769a4f3a87429e0de748c1f92182281ffea2d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/duosion/duosion_shiny.png" +hash = "21e0a977816b90e918b59a27200c79d22b85e7901f5807b65446aed953c4b99a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/espurr/espurr.png" +hash = "fbaffa2622dd69b308ece7876e716ea08095223f83ca751511bd05b67e44466c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/espurr/espurr_shiny.png" +hash = "feadb370ee8693b30de5c4041d9f9edc4e8ea55acb9d59b0c8b23c9bb4175a9a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/eternatus/eternatus-eternamax_shiny.png" +hash = "9c525ed5a7af805914ec0fa6ce5806c9cfce4c324df14152be874b4b77bec3e0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/eternatus/eternatus-shiny.png" +hash = "6bad1d44284156e74c892d4d92f6b3bf28bfe7e5a51363995870917f4dc4503a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/eternatus/eternatus.png" +hash = "a8942570f5d66a1f238e9688d80428cadb82b34ee53b9cbdcf88abd893a35c20" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/eternatus/eternatus_eternamax.png" +hash = "c5d7854f83d6aa84b438a10f8c800e8689b6b33fc966d2114cb2a53832058dc4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/eternatus/eternatus_eternamax_shiny.png" +hash = "87f2edbd3b571c71f0845c020d44e6b5c3880dd49b278eac8ad594ce551dacdd" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/eternatus/eternatus_shiny.png" +hash = "3082c6a503c2c2e661b4c5bfdc56e7cf475317e29c9ae84219bafb654ea433e9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/excadrill/excadrill.png" +hash = "88af42cd03f6f29edce9763008d9520d6307faaa5046ea5b8792378a215d9205" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/excadrill/excadrill_shiny.png" +hash = "379591fe96b96f3eb984a61f3a08816fade83bd9010d68a141af24505f8ae4d4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/finizen/finizen.png" +hash = "c27a130a131c6efe251d6ca35610631b0beb8d797f822019d79c01c8d39bd933" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/finizen/finizen_shiny.png" +hash = "712aa1270c79eedd858fad85a67c296b71fccd484ccc24048285eba205de7f12" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/flapple/flapple-shiny.png" +hash = "d38d9ccbce0ebb02d8ca309c551367a8ac7cd1af9a9bd734a2ffaccab79dcbbf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/flapple/flapple.png" +hash = "450643840195f9d82300a3a7de48fd3ebd827c2eb1acf944ca32596309e51fa4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/flapple/flapple_gmax.png" +hash = "8edea51b2dbdfefcac25c3d505588b573653df6b79850bb6c4d5451dd4124bc2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/flapple/flapple_gmax_shiny.png" +hash = "6f092761365a80ae003b43a8af2be5cbebf636eddecdde784eeeaaf80d290066" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/flapple/flapple_shiny.png" +hash = "33da3923193095f33c90aa05aeeae7a241f165887939a12c8d1d80910f945232" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/fluttermane/fluttermane.png" +hash = "c0f2b8c33fafd98465e45c148652568dbabdb5c3f3d7aad37077e0577aeb84b0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/fluttermane/fluttermane_shiny.png" +hash = "c5428460b0b21216bcf656e344a9a227f958864db6446fbc969691a1ee807ef4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/fomantis/fomantis.png" +hash = "8bd4e0fd140e2b834582f125b50701786eaeccd62d5cfdaab1ea27323a21abf9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/fomantis/fomantis_shiny.png" +hash = "d876e38e5458fbd9f9e6b8eb930fd89292697fbe2af7e2a93a568c2a0b6450aa" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/foongus/foongus.png" +hash = "6d3fee3b3b51ca7176274332fef69d1a3564fe7a628616fb787b25b829d7122a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/foongus/foongus_shiny.png" +hash = "44f522d1fc1dc5a1a657da28e352b00d4556deb697b4b05e2b03fbd1e5f5311c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/fraxure/fraxure.png" +hash = "940ec3b9bccba1443b56635e97fa7137e162b7933b03e9e97d05639a988676b8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/fraxure/fraxure_shiny.png" +hash = "1e17414b002ddffde70d663e2b24ef36f33d48d7f23b8fabdcd6c1f8596b0b8e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/frigibax/frigibax.png" +hash = "e2269487d2c435ee28cc6d59ff8feca3ffbc1fc834934ab2bc281c1c52f21100" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/frigibax/frigibax_shiny.png" +hash = "cee5ba80caa156592ec9c9021f721a803ffbd0debb6facc43ad551af27e97d89" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/frillish/frillish_female.png" +hash = "84ff11e95ec31251bde7c17e5b2a4800246a2dcfe1c264cbde16d5a58e686254" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/frillish/frillish_female_shiny.png" +hash = "d1b86a10c9b32f5425de92c23b1fe13d4eb728b47cffb3c6945b17f7ce1063cb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/frillish/frillish_male.png" +hash = "0214c17cab488d4e29e1efd799b86b213137e1b7146514eaedb89db696ebe1e3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/frillish/frillish_male_shiny.png" +hash = "c67c93389071af0bcec2a055618f13c3ebc18a2c0b44c8b826d3569273b0bdea" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/froslass/froslass.png" +hash = "5df28930f8c3cc04900bece575bd3da4e800d0d2b74760dc8e53984b673f0528" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/froslass/froslass_shiny.png" +hash = "d4f926f26714e68a88b59efa9909ef872c862a0e9f66b728ad5c20766dd1426c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gastrodon/gastrodon.png" +hash = "cde9e7c4a93e160983d944a51801a8cb0e82e0be2459810742ddc35baadfb849" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gastrodon/gastrodon_e.png" +hash = "bb81ef262d82ebd030dcc5a3c33f7efe6f41c322faaacee0c6566c36c5c6aedd" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gastrodon/gastrodon_e_shiny.png" +hash = "adc0c95f027989138b6f449f7becb769bb3e81ea38e6b4812339ffcec1ba52fb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gastrodon/gastrodon_shiny.png" +hash = "25e3b4ac26dcec53a1d719d5a9fa67c4747f92382ef34780b4ae47b2780602f0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gastrodon/gastrodon_w.png" +hash = "d9f1513910cba540953f28a23b9e685d4f1b6f91db85dafaeac194511bedb71b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gastrodon/gastrodon_w_shiny.png" +hash = "25e3b4ac26dcec53a1d719d5a9fa67c4747f92382ef34780b4ae47b2780602f0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/genesect/genesect.png" +hash = "a5587b2939422e24e8d0fd65488d0b795639c985cb19ab5d9ac88fb3f6506d8c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/genesect/genesect_burn.png" +hash = "c8a1f5ea9f5c7675c8108e18f3c6221bf07e13220da33f56460dc14aac100b16" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/genesect/genesect_burn_shiny.png" +hash = "2a48575112c0c4c93a4fddccec4048825d71bb61897e80bcef70107cf004f1db" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/genesect/genesect_chill.png" +hash = "17ed85108eaa5a9caa09c6fc86e82fd2e1f0ee9bb5b0f27ab1f9d0a08953f048" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/genesect/genesect_chill_shiny.png" +hash = "aeeeb589f22426df557c421d57314c71d3c8232ab5e7eea1ef018bbb6dfde6a9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/genesect/genesect_douse.png" +hash = "b6a60cd07eb73c132704f84c3239da974a4ae5bfa59f6d570c43c35cb245d4b5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/genesect/genesect_douse_shiny.png" +hash = "a98334f894cffbfcd4bd61c052e9fbbb42737e4654dc66f0e938a4dc8714544f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/genesect/genesect_shiny.png" +hash = "0e430cb2e4a324cb5334eda313e285feab5c5377938fa8ee7034a59aea8c3bda" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/genesect/genesect_shock.png" +hash = "684b95751bcb5c0482607940d0e65a87e5f734d65f34f3f0c19067601c9df1d1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/genesect/genesect_shock_shiny.png" +hash = "9fd89024e1555e10f4d56db4f9935b7e38b37e9d1b5792a53598ed2315ca3eb5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/glalie/glalie.png" +hash = "55d1d98d15315208c16ef066ebb52e153063eaa88ea624d695f6027752a7069a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/glalie/glalie_shiny.png" +hash = "42be85bd589a9e145609f450086b80de1c1de841dca6077f746a1ab2245dae73" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/glameow/glameow.png" +hash = "ad70b40994d55173816346a10a76027743cff7f7f3dbeda452b44fbc3ad46b77" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/glameow/glameow_shiny.png" +hash = "ef832a389063867a7dc487c139b54873e6565d8201ef4b69ac00083e8ffed32e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/glastrier/glastrier.png" +hash = "2997377fb06ac93ab20d3b4d0416eb769c84104caea363b92d5145265fe6858b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/glastrier/glastrier_shiny.png" +hash = "be465cf9b61b5914eed26192af149eb148b8794b35121ef76dac0f0ca406ffa7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gogoat/gogoat.png" +hash = "d49d1404d633620fb69804b5a1cfa5a6be880a7b8807d6d0b771a0b5bcd3183b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gogoat/gogoat_shiny.png" +hash = "944fdb6e32850ab30beb84b845263e9e926fb62f3563e35e2c8c8a4b4f21e6fe" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gothita/gothita.png" +hash = "88745dd1038a4c77d8bbd590a96c9aa2038ffd8115f985e502e1498cd78346bb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gothita/gothita_shiny.png" +hash = "421389bb2e35589151ff39fb9cbdf41ac86fd1a3d9b7fa5280ae7bf980158494" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gothitelle/gothitelle.png" +hash = "4fc23fc8385aaff89c821ba1c67c1be2b2658790d5a28495ff2eaccf67458f9e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gothitelle/gothitelle_shiny.png" +hash = "928fec8b05a440b4aa491e561d4d7464bf4322d332aa72e74d346a3ef23ccf9d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gothorita/gothorita.png" +hash = "fe3e3f71960cf218d1ccad64185f3523ba7ac8966fa038333de1b379f4949cc0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gothorita/gothorita_shiny.png" +hash = "f862d5f57366d1ea1ffbd086865459e3f4bfac1f0822be88c2b222ac07b667bd" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/greattusk/greattusk.png" +hash = "6aea3570f5ffef0fba0ba003f8b53dcc693e91a0f41b47e6b711f439294b214a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/greattusk/greattusk_shiny.png" +hash = "0268355b3b7462d94e1d8bb1b614a26edc283e4a647811d3844bd498e30d44d4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/greavard/greavard.png" +hash = "7a37f6c607ba060ab6444d14f0adb59ce9b5cd6706cd2fba9c19fe1e24ebf3f4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/greavard/greavard_shiny.png" +hash = "734bb826eebe3910a799099a144fc53f6de0ce0145a5798b71ad18d5c114d5cb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/groudon/groudon.png" +hash = "113e85e9bcef54b31232b1a751be991a84f9efad43d871d103e034ce9e8869f2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/groudon/groudon_primal.png" +hash = "ebfbd0fbbc96ebfb4f54955732426bb4c2fd140073b94b89e5fc8d0ba4aff0ca" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/groudon/groudon_primal_shiny.png" +hash = "b9648369841ebc89badfb95ce98b3222f70669f3bdd91d56190b1597589a4857" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/groudon/groudon_shiny.png" +hash = "d3722ad6e49d35fc31905adb28ba870071be0695f831603cebc10cc8bb1dab3d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/guzzlord/guzzlord.png" +hash = "7529fea89fe0ac05473b68cdf7e9f30cd3dda08a88b2f4b0f1157baf47926a1b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/guzzlord/guzzlord_shiny.png" +hash = "0cc3dedfe49fbb7b618bdf48ea5bbd088e91a8b7379e5f55d01d40aab8a77bff" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hawlucha/hawlucha.png" +hash = "460959acfe192ce9a87e9b8c382b42b5c60a273f319a81d21766a0ae581c03c9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hawlucha/hawlucha_shiny.png" +hash = "e0c64fbcda3c0b68edbe8d4343e65fd3a2010a30688a262c39f31e2080887727" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/haxorus/haxorus.png" +hash = "2cb7a9d10513a81d809e460dca4a53634aeae6073028f75f1397f8dd2a765982" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/haxorus/haxorus_shiny.png" +hash = "28a56d73f5e36fbce4887bcd531f2a800d9a3bf99fae40fb5d6058efd806b6e2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/heracross/heracross.png" +hash = "c86ce5d0e207bd60e93183f7baa0379ee5feb5f203ecde244a0f70695ec40083" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/heracross/heracross_female.png" +hash = "a219ad0cae1093521fe546035e4551ae8f9007d958f0cf30929bfef8b027dd92" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/heracross/heracross_female_shiny.png" +hash = "dd5af9b68c130e1f3d55056aba9877f34db276176c8e9cd1e71f54dcf0d1a0cf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/heracross/heracross_shiny.png" +hash = "44344f4cc027eafcbffb4cde10334d007bbe34dd24a8a4419f0a569002edb780" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hooh/hooh.png" +hash = "5c3989cc0cdee4d6c6c6ad908eb4e8fb83f070b4926ffe5343949139c91ef452" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hooh/hooh_shiny.png" +hash = "2788e5f1db55531acc1230c53056361b6f7be786639c1189ce6a2a37f3ff52ff" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hoopa/hoopa.png" +hash = "14d2d5e5e5389504b65360f94a10d257b9ff5fb793dc4c668d828c948bd4751f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hoopa/hoopa_mega.png" +hash = "db8716e849ef00f8327feee3055e51ac01a0c9da85cf7c73643fe1b9ae1ee92f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hoopa/hoopa_mega_shiny.png" +hash = "5d22cddde10444108a54b90f06df407056913c65b081ca3e9e7ecf12cfafdef4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hoopa/hoopa_shiny.png" +hash = "38a2e6b948e589a1c04717f4c483b9a0133fc88d3e12fb37a6d78da58cf545a6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hoopa/hoopa_unbound.png" +hash = "cb90ff21d47d4eb9ca57a3669526e0afb588433aafe03229de72cd56dc1fc117" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hoopa/hoopa_unbound_shiny.png" +hash = "79a82e89d314d59a2a1a1bcf9a255dbe13915381e49f430e82cb91e82bebb8c7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hoppip/hoppip.png" +hash = "091255c347b9262a9536893146cbdd398b4f49817b09925b942b9253e21d3a58" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hoppip/hoppip_shiny.png" +hash = "1253e5721b6b5f08e135c7383bba6ba6a394dca7e7801c1f91d312da92fe78b9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/houndoom/houndoom.png" +hash = "0ba3c38e05f7bd282b084ce655d1986a3a91dc9d99555a3ae906e43e1a190a19" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/houndoom/houndoom_female.png" +hash = "75d0f0ec6d537eea690d12622cfddc0cf81303bce8c3dda0fd419af5b3c0756a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/houndoom/houndoom_female_shiny.png" +hash = "32e6851bf91a02d6aa0463ed7237f5f1fe8b1b1bae2e8cf0c0bdf8a488e0ac08" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/houndoom/houndoom_mega.png" +hash = "913180be43987b7db932b773d24bdf35c1f838ffee8b8f2975d4ba8216fad9d6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/houndoom/houndoom_mega_shiny.png" +hash = "e11be5f0a6992836ee72f92f8b88324a52fbc871b98a8b830b897d9b018ec014" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/houndoom/houndoom_shiny.png" +hash = "4d300263009e3842a1168da0f849a60050c0b8e6d18f9576b8de4b0815b4c655" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/houndour/houndour.png" +hash = "b6c9c54f2e5029d10985d9b45bdeaddbae7537ec1db1fdb655b816735726a21f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/houndour/houndour_shiny.png" +hash = "f6b723f51c3c57f56c6245592e51df993df553011d0caac3c907ac039caf667d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/houndstone/houndstone.png" +hash = "b0c8c31c2f79e63961a02eabb744cc759150cddfe94a4c632d2be2a340f0ee6d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/houndstone/houndstone_shiny.png" +hash = "aa3995c8c016aea0ce53c4aa43fa2cd9e7491b8000d86148f64694344f9fe87a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hydrapple/hydrapple.png" +hash = "f38348352567467d818b56f93882e44e648cf32e504d542d8b5224f3e7b0caf8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hydrapple/hydrapple_shiny.png" +hash = "9aa1d5b66ee1ce895f7458a349a859054d59d8ea23ea8c76328eb614bf71d684" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ironmoth/ironmoth.png" +hash = "93bece37e0668105d57e1d51b8f4b2c5e9159413bbde4136941d164b8956e15f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ironmoth/ironmoth_shiny.png" +hash = "6c523148af6a63a769c4b9b7a15b37316c2c9ede4dd390be6049fad1a6f08ef9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ironthorns/ironthorns.png" +hash = "3298ee3ab14fedd8e8dfac6e8df81e0ad3a56abf8624412c4533a5e844f6f993" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ironthorns/ironthorns_shiny.png" +hash = "266159bf9b74bbcc96b3af4273c0aafdcfc90c10f2ff45c33e3f9e73261c8a09" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ironvaliant/ironvaliant.png" +hash = "7e97a21beb831dad329ef3e4371b2c3fc682198f0bc8170949aa77b927149596" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ironvaliant/ironvaliant_shiny.png" +hash = "988f80ef30816afacfd1279e4935bf149de1189e365cc54f1f86d175499832bc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/jellicent/jellicent_female.png" +hash = "d05b861e96b2e156fb2399f25c237505749c197459b7c5fa1affc56a3d4e83ec" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/jellicent/jellicent_female_shiny.png" +hash = "8ebd75fddc25d5b2e0c455611a22f54c1af69855714b9a16a08e0ce1c0415988" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/jellicent/jellicent_male.png" +hash = "75d7de7e138e380b02ee1510b8c2f77755f3fe17bfc3ec19cf0a9eba1c84d4c3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/jellicent/jellicent_male_shiny.png" +hash = "65653eddf6b22f175f27ca1daf93a11ffd9bb4ecc367ef4284e19b3b7e1bc99e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/jumpluff/jumpluff.png" +hash = "39f1474f7b477db14dee10b3bb514b5bb3e306d1798c96a046fbe5f3ed43f7ba" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/jumpluff/jumpluff_shiny.png" +hash = "0f4dcbac6875c2a521ad6a5bb14126cac00a4b686d9928ac204d7a867056f11e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kartana/kartana.png" +hash = "2687dcc0168f4159cb88b5939b815c851bb086433da62cb0c39c475583934cd2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kartana/kartana_shiny.png" +hash = "761794a934bdc2459a2097d855604f152b449430cf4823453c0483f60319bd90" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kilowattrel/kilowattrel.png" +hash = "8e139d57243b1d6cb864576191c2e455fc9c5ba3e6f4bf908cf8a34dc6d72a33" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kilowattrel/kilowattrel_shiny.png" +hash = "0ceffbe03cccce0304365363bcac879ce4a58bc2491f826ffd4d2a054aff2680" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kimono_mew/kimono_mew.png" +hash = "aa10a446eeb9978cef95c43a60e2ceaeb752fec2aee6664e39545776e3459ebb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kimono_mew/kimono_mew_shiny.png" +hash = "dc6be536b8491422b0edada7556136c2b4c438f4ad9d06be351e13c0d3183286" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kingambit/kingambit.png" +hash = "ab70fa26c9af580520252727e42237c12d6ae6c0ee2efce8830f004737d61c01" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kingambit/kingambit_shiny.png" +hash = "6b06dfd7260a95dc7bae8bb8407964643b4c7dbdf2d4d4e2d3289f9d8bf1ceaa" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/koraidon/koraidon.png" +hash = "7eb2ef0f79e021e4fb10cb072b8cc3c01bd34924031e5a031b4593220b5b290c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/koraidon/koraidon_shiny.png" +hash = "fc43358f8e67489accbb0b1c822c3540e1627dad5e8b1f2901eb379d3b92619b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kubfu/kubfu.png" +hash = "f40247ede9c4b8070623fb43cc50b4b6b69f84b2438c29eaf8e0417c88c6e7ae" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kubfu/kubfu_female.png" +hash = "97b075e7a74e6caed471fcae4a0ae0858caf314fd92e71dcfa9adb1377510bd4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kubfu/kubfu_female_shiny.png" +hash = "cc66b1fcc7575beefe88e39494b94ad70c297fdc4983645cbd6736e2eeda99ae" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kubfu/kubfu_shiny.png" +hash = "c6b5932139ece7d8f663ffa2d9fbc6f928a5c5e3697f4786998b3ee2a2712e99" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kyogre/kyogre.png" +hash = "0db40a050b15484f07a67b4c0451f0ad2340456cd8faf19756469ddc64430ee9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kyogre/kyogre_primal.png" +hash = "731d745a01ec93793426c83430ae2e54f5c28821472fe015cc4f92796a8706a7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kyogre/kyogre_primal_shiny.png" +hash = "2311069475e9effd046b50ceaa6aa89cc6c4621632ad0c5a957d539f352cb93d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kyogre/kyogre_shiny.png" +hash = "d1271c65dbaafc7f685d174d2dc4eb478f740d6c166f74dc162d2c1882cc4dc7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kyurem/kyurem.png" +hash = "4ffc7e7c186b3885931f07b2571ae238db9e93e062f6d62668aab0b7392c8bd9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kyurem/kyurem_black.png" +hash = "e224df5951da9cc8ff40bf89ad5b6f0c65043e1291d04b5ae87fb512b474841a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kyurem/kyurem_black_shiny.png" +hash = "d38d6d1b15914152a7e64f2582fa46b31d2a9807b4abecc4015f31d734b3b05d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kyurem/kyurem_shiny.png" +hash = "5ccce1d415791b9e25873c16d9edbfeed09bc274766eb4aaf3ac11a6393816d8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kyurem/kyurem_white.png" +hash = "e60c1fbb41f334e0d1d309784b9536daf29e43be8f3c7a5eefbd31fa765a61e3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kyurem/kyurem_white_shiny.png" +hash = "60c2e1ffc55990a38ac55bed3a5527b13d60166ba96ae88bded4abd6582c45f1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lampent/lampent.png" +hash = "14d9365d9b81eced038f7c999bb7322d44b4fc1f2725e501441d6637f5a71a4c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lampent/lampent_shiny.png" +hash = "60d028cf26ef3f2186da947b22a91e4b61b3fbbcb9ff300d93bcc84403dc3aad" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/landorus/landorus.png" +hash = "e591b53ef3fefb44caf4fdd7901b7b92f05a021e9e51be263b6564a8b7ffd972" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/landorus/landorus_shiny.png" +hash = "ac6589e50985242115b683bd4c1cd86dcd3fab788eecb7558faac0f9dd0b2634" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/landorus/landorus_therian.png" +hash = "581ab87aca3da7bcc7e63489649fef932e6503efa534d83de21c84f910ec99fb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/landorus/landorus_therian_shiny.png" +hash = "d8348936bb56b72d1ca2fc364b18d0f0dba47b816d39585f94f1c52378a54102" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/latias/latias.png" +hash = "59368a531fa7104e2b4bb23c12b58c5fc21767b29723a488e38e26fc9b93a4c9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/latias/latias_mega.png" +hash = "fdddd36820cbd9f73ebdcc0ccdece57429fdefb832684e5dc6c22df474a26cba" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/latias/latias_mega_shiny.png" +hash = "549241f95b5eb75fa5ef852e4dafc05aaa1b52b0c0fc50bd4477a939a423b4a7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/latias/latias_shiny.png" +hash = "6824a3b8de653abcd5e9159b06ad51237a8265b0d7c54e6c37a34c1c63704909" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/latios/latios.png" +hash = "51d3c40922a57526d2e4ea084d87847ca56231e036a6f867d1869972d12a0aae" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/latios/latios_mega.png" +hash = "e519468242d92ba46d6f2160f089e7bbe6efbc8ee019da78afe404d8209245ab" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/latios/latios_mega_shiny.png" +hash = "b14921721028b1580afd87a8d56374191f3681d2aa036778dd1546ba818f70f6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/latios/latios_shiny.png" +hash = "97b3047c5edb2599e87545a3728c31680c097ed3f231be7c5d4157c546a46532" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/leavanny/leavanny.png" +hash = "95e267894d1fe1e3735b4aa3a80bae9e0c27b17505d164ab755e5c59d26c78a6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/leavanny/leavanny_shiny.png" +hash = "1b7acbabfe955be8bb07e1d24b9953ac8c6e7fc8d6feaa9239673d3c02a1637a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ledian/ledian.png" +hash = "4721103c04839c484454a1200100884d0fc160e4d2fe494df4410c5248e6223b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ledian/ledian_female.png" +hash = "27cdf9c07581faf60f32f7c41bf8b5aa78bd209994d8f8147c5e6af20f55ae03" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ledian/ledian_female_shiny.png" +hash = "27b08d2e5b2099e16175ae08543d0799f1cccf277ecd664acf75a10e354e1826" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ledian/ledian_shiny.png" +hash = "692cb9e3c1324575131020d4780092233b2797d5e3cf44689faac25796c8af43" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ledyba/ledyba.png" +hash = "7a3777c9002330c7bc4695a462417b0e12eaa72d0eeb928e4813ae88edc490ab" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ledyba/ledyba_female.png" +hash = "28db7b7002dea917d8160c4ba10665f6c4b420f8cd7bcf7c557148ef52fa8260" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ledyba/ledyba_female_shiny.png" +hash = "56c0b2a978046e5aca9af6187bad454f0dc7526608f8897a5a8d69f4e68ddddf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ledyba/ledyba_shiny.png" +hash = "fb789b663c073633f3d03b1e6e029a99ed55bb19a86ac9e8aca0eab6f4a64a02" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lilligant/lilligant.png" +hash = "8352d5acbad0ef7a3fc6cac6ca019b2421a4daa85840f03a1e8cb2ccce76e801" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lilligant/lilligant_hisuian.png" +hash = "13ff24f0fd17d0239be6e31ac28606b44199c8acd055aa87a1a72badf797a4b0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lilligant/lilligant_hisuian_shiny.png" +hash = "aa241ce26b7d3abb84719d6a7667ff54e70999ed4e24f2b4772e2792bdf50daf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lilligant/lilligant_shiny.png" +hash = "b7780b2d4d9c0368345d6eb2aaeb9333da2d1f6865af8b09b4657a621b950d72" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/litleo/litleo.png" +hash = "3843f45b1658a0d378514583dcfbc46b76198f7524d08935ea1d54b24f7456ee" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/litleo/litleo_male.png" +hash = "7d9a66a9a227470ba8cbc6e87ad1bc421193586d88e7d02923fed5288973346d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/litleo/litleo_male_shiny.png" +hash = "7aef9e6ec7c2f305fbf3b6662850bdcc1b853fefe4340aa78020428c168b4802" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/litleo/litleo_shiny.png" +hash = "4ba75277fddcb72f1c8edcffae5d6f0e2911cca64e8ba5053b3c16a248de8058" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/litwick/litwick.png" +hash = "a15cfcb564dd9e8e66a72c4a7e8b75d666111820e93ab025f96d78f45a10d492" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/litwick/litwick_shiny.png" +hash = "951418656f885c74ef81250033ea9646e9bfcdcc0e6da005040893af80831463" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lugia/lugia.png" +hash = "9cd4b76b29de20956f309711d4ddea1f5a513d0bd52413eb82f01df5777b4fe0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lugia/lugia_shiny.png" +hash = "520d69c1ba58484dc70a857902560574b31e4cc26b0d01d37040a35fd416388e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lurantis/lurantis.png" +hash = "cf13deb86784feef1e9a4f52574b81f543f37518bd4b02763c86bbaf80138c45" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lurantis/lurantis_shiny.png" +hash = "483deaf05bd74748de870193f793dbec1a8ef3f716b20bbc1e4696deb6219e4e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lycanroc/lycanroc.png" +hash = "7b98d6b0d9aef18db4fb422e50508bb07dd018c98f04a44eabb62652188e004e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lycanroc/lycanroc_dusk.png" +hash = "6ef4422d04014809e2cfdea54ff4fd75f8985403ea1f0fe90f3ebc0c4f5fefb7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lycanroc/lycanroc_dusk_shiny.png" +hash = "731b4047ba93905bf4bf66e06bd17f4f8973a4dd1ee182d8183eeb56a85ff3ea" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lycanroc/lycanroc_midday.png" +hash = "11c309630d79c45a1d05b4e346d1af2182ad89ff22d9ecbffcae6db00b10d8c6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lycanroc/lycanroc_midday_shiny.png" +hash = "9d350c417cb5666d93b8c10cfddbe348c45da1d3aba277a712efcea3d23f870b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lycanroc/lycanroc_midnight.png" +hash = "683261356a64195fbb74c3e21a0e2e36777f0b4cd527bf35ff972c81547765ff" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lycanroc/lycanroc_midnight_shiny.png" +hash = "e6054382bc6a5194036cbe2749ddb022b068c1aacd4cb98612d0ac26a5f83383" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lycanroc/lycanroc_shiny.png" +hash = "a9663336723ff4941e96cbc697e50821e007bf2fe665c5762fd3100a67f961bc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m1_megacharizard/megacharizardx.png" +hash = "d5c09e6a7c45f9748d657e3fe3e77c1de2ff3d80639cacef7801378b7ac44fa7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m1_megacharizard/megacharizardx_shiny.png" +hash = "f0d90b4a14b7162a17aaee6eae027f825c02b97a9294dfd03771dac4566c8cf0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m1_megacharizard/megacharizardy.png" +hash = "8d74345ecb86f73b8d2b5d4c049bbeba28c7a5d130cd675a318218e0b2632618" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m1_megacharizard/megacharizardy_shiny.png" +hash = "3c69dc5a3dc8ca6e16e349581644a70ed66e0affcb93736ac60c6e9ca03dd287" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m1_megacharizard/xflame/megacharizardx_flame1.png" +hash = "d95cfcbee1733a815823f8dae5bc9a8e14b01e63e79d227931828a643abd3815" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m1_megacharizard/xflame/megacharizardx_flame2.png" +hash = "95d1c46d2c825eff7d6887e783458bf322c9649c7a3c8feb2268f428c60583d8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m1_megacharizard/xflame/megacharizardx_flame3.png" +hash = "3e3e9daef43553ffbeda8e2017552f000d4ed167e42b1d09e69aa03cd2179f71" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m1_megacharizard/xflame/megacharizardx_flame4.png" +hash = "64a86d150bc0e96ac407ef4f32543a7523f7cb50c7451fffd0fb07982a339318" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m1_megacharizard/yflame/megacharizardy_flame1.png" +hash = "a9874af896b4a4a4ba1aa1000e0502df99f5de4718c325c9515d4f57629b8877" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m1_megacharizard/yflame/megacharizardy_flame2.png" +hash = "fe80a9aa83d3ce36ab7bb9bcb56181e0bbb6786a183ce239ba5b7dd0a34f252e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m1_megacharizard/yflame/megacharizardy_flame3.png" +hash = "5642dd410e64dd1dcd26b1a7a04d3e11732c5c14ecdb3934b8a09e10812404dd" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m1_megacharizard/yflame/megacharizardy_flame4.png" +hash = "0c4f27b820edcb217047bd43593b3f46893182d37aacf5ce1ddb146d4f15259e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m2_megablastoise/megablastoise.png" +hash = "e90b6fb83f8fd43b8d0fd4c58adc8ae0e71cc9f5649574ede1c741842d297a1a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m2_megablastoise/megablastoise_shiny.png" +hash = "3e83dc0bc02acfebe3aa6c19abf3e46e64cbfa7e443ee9edfd6994717b3910c2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m3_megavenusaur/megavenusaur.png" +hash = "085699b024c38143d2abb8ae247cda43a1fcdb173da6c1c8b5b8663fd2ce12aa" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m3_megavenusaur/megavenusaur_shiny.png" +hash = "34415b853ac96548aee4568f38a0884f16d7fe4676e410065a70859b235629f4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m4_megabeedrill/megabeedrill.png" +hash = "6c5c0f604d2104b04bcbab901a6fd33bee0b8775fc51b3260642df6b7f82cfae" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m4_megabeedrill/megabeedrill_shiny.png" +hash = "9ba8c81a1b7375fc2bd735393a5bd52fd34c6ba19ccfa73dc71a7c14989a9a11" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m5_aerodactyl/megaaerodactyl.png" +hash = "1e8c9966cd843b8f7845f33cfadee35b12fcc4144cb830363c6fd14b19632706" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m5_aerodactyl/megaaerodactyl_shiny.png" +hash = "03fc6c5dba888f2bc1cd94044c11c8bef1acb11b0d0163c8a8903b1063f5c69a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m6_pidgeot/megapidgeot.png" +hash = "828ee55eac9c1832ae889e1a4882c1dbc5b4f155d96931e43db1cc553b2abab2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m6_pidgeot/megapidgeot_shiny.png" +hash = "22c366c5e131d9a43120cd8ad412cde30b6ca47d91898c48994dd94b12cf0c6f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m7_megaalakazam/megaalakazam.png" +hash = "1a0723930388e2e3e4a06ee97936afeac71233b6d5cc44ea4082923af2df76ec" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m7_megaalakazam/megaalakazam_shiny.png" +hash = "3666a8e83658ae61a95f45178ea3848f4226264883f94f2fc63e10381e6a3273" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_ampharos/megaampharos.png" +hash = "0cf36ba1d6fafa33936626a242e8c197295e7170c45c6bf89c6d68155b542788" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_ampharos/megaampharos_emissive.png" +hash = "247fecb2f4a88e529caf13a7f61828c0c41aa4de8ca03d17e26ea7b7cbb587dc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_ampharos/megaampharos_shiny.png" +hash = "0b901bcbf45abf503c450bfaa82d2310befadb2c812aea30ca7c3fa814c8a350" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_ampharos/megaampharos_shiny_emissive.png" +hash = "a73c08b6aff75281607e9b09b0c7c966bb53429b1b319c805064c1f575f42a2c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_banette/megabanette.png" +hash = "459bdb870ce3c82a1338a4b29da9bceccc357b480b1151f7e4071f93a1eefb29" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_banette/megabanette_shiny.png" +hash = "917fa6fcdace405fd1464eb8b821678b95418d16bd0a45833cfa4581439e1689" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_blaziken/megablaziken.png" +hash = "f0bbf0e5cfceda64bdc95eb36381097bc58de04fb0dd65f60d8a3d6d5c6eaf30" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_blaziken/megablaziken_emissive.png" +hash = "a45a9bb00ca590b6d06339885241c76cb1184a86d74872cc53d090557513d7b6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_blaziken/megablaziken_shiny.png" +hash = "c382276bd8e5956f9df3b35dd5ba1a038310a1d3b4d2f22b6f2e583e5df9bcc1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_gallade/megagallade.png" +hash = "e4979bf2730b77eea99f233f1e7e20610191bd46d842226d5a0383da940c5524" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_gallade/megagallade_shiny.png" +hash = "e878ef5434813d9a4dd3c6e634b38ec2d8e193075365fedba14b9b9c57fd8f5a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_garchomp/megagarchomp.png" +hash = "2afec19f7f9f822aef60e98ed352013e2859c1ad31f92d1ed1a758d27631213a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_garchomp/megagarchomp_shiny.png" +hash = "012a93a62866ffd2a4c7d28d54e0f395d3a2a7789eb13a5c22ea671b933c1731" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_gardevoir/megagardevoir.png" +hash = "99d07fc64b8f5823e93e57080b990fc4da7f23b6488218e7fd1ecf24d25eaa18" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_gardevoir/megagardevoir_shiny.png" +hash = "0909c572740c5e6e39bed7438bb14355a21bceeecd5fcc3bdf25def962495f43" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_glalie/megaglalie.png" +hash = "4b6f2d568d8342ac749be71e8d7a1b9ebd9ddd9fe3a31b5aa91baae2def14066" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_glalie/megaglalie_shiny.png" +hash = "39d1fc15791abe1f055a8cf72282157f8fa8d4c5b8a1d16d343acf26b56fdee9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_gyarados/megagyarados.png" +hash = "5672eb614b0b23448eff5b5298dafb7b4fc8f6c5bf5fec95b55d9ec14d0b7bcf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_gyarados/megagyarados_shiny.png" +hash = "ce54e525a82097ea4abba881c6afd34aa6c24594316c11ed5c530e691e421386" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_heracross/megaheracross.png" +hash = "c042550696cd16fd590479bb22e10eb7ece93d18d8b9136dd27a74cc89607c9a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_heracross/megaheracross_shiny.png" +hash = "49dddad2b201c2a1dbdc37db8e3bd900dd7567a32aba97955967764a0433ea8f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_kangaskhan/megakangaskhan.png" +hash = "59d78dfa1d4695121242c1f0131c9b3ad20a9c3f349467d17d9063f7fce46cc0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_kangaskhan/megakangaskhan_shiny.png" +hash = "618d0278eba5a1063f4b12159b294aeabcece6090fcd774745665adbd4eac814" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_mawile/megamawile.png" +hash = "4f8a6f9f6565f390eb81f7695b509f81dbdfe9b47c508527ba648fe6962087ca" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_mawile/megamawile_shiny.png" +hash = "709a3850ab312b733dd5c65188ac8eb4f0d594bace546e8343144748666adae7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_megagengar/megagengar.png" +hash = "fb2342f71d3e8b231ec170fd96152acde207dff1561c2b95b17394701ba75920" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_megagengar/megagengar_emissives.png" +hash = "03b3e0f0f322104cb01e85cdf757e588e3c40980ce3f0c601ce819efb27d40ab" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_megagengar/megagengar_shiny.png" +hash = "edaadc279f21ad39537040be18a28053895f1cc98849422e2a7c02c835f1d998" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_mewtwo/megamewtwox.png" +hash = "85765ac3befbfe42441395a9a3cf96f3569d67ebd17a1e4a1e14c5f17eefd2e8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_mewtwo/megamewtwox_shiny.png" +hash = "1d2b97f7353f7fd33bdfdd1194cd5ebe5c970bdc228d1b23e11c3e55fb982f5c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_mewtwo/megamewtwoy.png" +hash = "734740bf02eefdef4958b2d740f08d8c1a5360fdbc9dd8cb6404e8a766b5bb6f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_mewtwo/megamewtwoy_shiny.png" +hash = "e0b04aa069f61b1b001ca20a6a3a03cfb2de7cfd00870153df069470a1288bc8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_pinsir/megapinsir.png" +hash = "b455f99afbb61f8825f297c4dfb86e62e56ca67f94bd6eb854e2e349a855229b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_pinsir/megapinsir_shiny.png" +hash = "e4d0e35e6fd1bd3041cccf2d64083d22add6260a9dae9cd1f523b240550087bc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_pinsir/megapinsir_shiny_translucent.png" +hash = "314e0d6654f62e6e0a3bc7acda87c0388c615dfe50cb0000fdada6c487d7d425" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_pinsir/megapinsir_translucent.png" +hash = "940955b9228437b70ef5378ca7585526ca081aecd9b22a949797ac3faa30fc72" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_sableye/megasableye.png" +hash = "9f637f732b6a1e0afd6f8dcd2854e9fbf36686357566b90eba4204f313b8821e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_sableye/megasableye_shiny.png" +hash = "fc09a7aacbb7b4d71dba1c48d13df4eba9e3908d69e288075372340c838af3c1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_scizor/megascizor.png" +hash = "6b5e17c1d2e4044e3086667922183572c5850ee2444a85a40a89f3c41921d979" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_scizor/megascizor_shiny.png" +hash = "3098c055ca45c39ea962e9134d9d3c0ddaa37deb6fda2d2ef8473038a35146f4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_sharpedo/megasharpedo.png" +hash = "2692a83909e4745a6d0e87684863218be0b04e21dedae92712f8d8de4a72964f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_sharpedo/megasharpedo_shiny.png" +hash = "401a51a4d70040d2fc7bfb6f61fbef24996a94b0674c96714da254231997d0e4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_slowbro/megaslowbro.png" +hash = "53d6a72d7247817b019d7be86e13d98622e662b76d6440ef8c2fea2dbfa4f626" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_slowbro/megaslowbro_shiny.png" +hash = "fe58f5e82603f9d53fad624b6c44e94de42bebf2027f56e3220929a97e6e1421" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_steelix/megasteelix.png" +hash = "c092d2ef09c9ea0a1d0e48ad5b0530b3d52f12142bf2e70ba355e9c66cd84441" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_steelix/megasteelix_shiny.png" +hash = "c1c90162f93a217833c5ca111f4658c521c1633aa70e8293a84b76db60dfe132" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_tyranitar/megatyranitar.png" +hash = "e84d8201cac90953e76950121f3041a54cc2c185cc6dee35b112070e5ff0d3e8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_tyranitar/megatyranitar_shiny.png" +hash = "0ea78134147392c671bf2604a6aceb6d08658b4610bb6bc4f028e2e1761aa7ae" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/manaphy/manaphy.png" +hash = "5443a3d17db7a5b1da496c004ebeef1a4de61d2ec132500e89522f8f4d59e78e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/manaphy/manaphy_shiny.png" +hash = "4b0acab5577a505c07473f98aecdcc96c02748077c6fa12a02bafe385e77b787" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/mandibuzz/mandibuzz.png" +hash = "8433ab106ed3cf4753310f1dfc8778a11d55d901d397aa832917ac01a2a004ab" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/mandibuzz/mandibuzz_shiny.png" +hash = "6dd625de91b856ea95b3fee4765ef995af6766a229510f8dd4cb0d06fe2dc0ec" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/mareanie/mareanie.png" +hash = "4a7024263749a189ffa29fddd6b2697564147fe5b4d9f45a7eb3e0c71cdcfab1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/mareanie/mareanie_shiny.png" +hash = "39eeca8f758f97825f1bc1217ea9e3fb4e838e28c71bd231256123ef2bad8e3a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/marill/marill.png" +hash = "ebac6613708be5f202c5ae7047a998c3561143a25c3f7179ed1a5c2f84c2f559" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/marill/marill_shiny.png" +hash = "845a58175f42cab7b07b08be840b68cd469ead69ffb85281e43ee9e544af3734" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/marshadow/marshadow.png" +hash = "83feb892de8add946c253fb94c42540db951e9decf402f005b7d51c90edad702" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/marshadow/marshadow_shiny.png" +hash = "7a02548f503197128104c1aa6b932fb57bc21adb6e16c1be71715844b6fa4085" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/medicham/medicham.png" +hash = "4a7d5857d9a9b40f51cd4d156735107b7e45cd8e881a8b55880b3cd35e9feed8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/medicham/medicham_female.png" +hash = "a6f3cdee8f8ec1731675d9bab0a4fb6df24cd753a038c9fd0e732c689b2d23fd" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/medicham/medicham_female_shiny.png" +hash = "08b86b1ca89bcdf116ffa1dc508a72a1077f0d643ea156714413959fc490ea3f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/medicham/medicham_mega.png" +hash = "a3763e491743dc83500d6e59adfdb6ec18640f2271f02fc3cf30b51f01b36617" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/medicham/medicham_mega_shiny.png" +hash = "31af8882b178ad3972103d2ed2ba643306ec35b7f2db1c45b6afefca004cc5b2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/medicham/medicham_shiny.png" +hash = "a6735bf3c759f9b595f72d98398679e1aad8690672f12b3f0739302e820a2afe" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/meditite/meditite.png" +hash = "0d92fc3c27dfadc5e68d0d02859b25c127b58a2523e95bfad1abd19cd5450650" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/meditite/meditite_female.png" +hash = "73c25fd4b7db0ee01bd94c422d626ebfe214f50d4fd17ff0a116a8cad0f08ab8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/meditite/meditite_female_shiny.png" +hash = "30bd22dc927628a744aa9c6b6cb3da5f366e223729ad51736258b80a4e513fc9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/meditite/meditite_shiny.png" +hash = "17562e66397e70add4e3894e77cd00df8c805c3f9f47d58b19c6fb7ca6370b2d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/megarayquaza/megarayquaza.png" +hash = "6e7488e4070b0257b96fc96e64f3efa663e4a45da80c8f8cc5e5b49ae0417881" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/megarayquaza/megarayquaza_emissive_shiny.png" +hash = "79a6470dc83115459a041e22551608715929d8faff181259d18e98f82185beb2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/megarayquaza/megarayquaza_shiny.png" +hash = "9235e05d560ebc9ff734b8a444a3a25dbf6a2083ef6e82a0a00e472d3d98c6a8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/melmetal/melmetal.png" +hash = "32d10088aa67766b1b2aabc9f118be49b93ed68b1c48c2751758009653eedaf1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/melmetal/melmetal_gmax.png" +hash = "4df90670b813736510eb3d5360f2dc0d98fd46725797d8b86015e3a29c935a10" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/melmetal/melmetal_gmax_shiny.png" +hash = "fa122977ed653183af7032ccb08534fc1c6b5cc01182fafa326e3c18f4cf66de" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/melmetal/melmetal_shiny.png" +hash = "4e3438b72d72cb463b5f996911af84b535f01039ff533129d51df5238491bb12" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/meltan/meltan.png" +hash = "dd9a78afe20dcafafdacb4fa40e31d0fa8f2839292924a482b2650a81f482579" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/meltan/meltan_shiny.png" +hash = "2974cd48d41a07e1b9f6518f6f2cb9d7b321948c042a3bb19bf07d30e1ce2c4b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/meowstic/meowstic_female.png" +hash = "0f71eb383e64ffd725e78d0bc4d43e9d2af6f56e54719c4b9a317b3b545eb6a4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/meowstic/meowstic_female_shiny.png" +hash = "8f4c2a89f87043c1e19707ce8848149cb83f44f85d3a69df4604b3260301c882" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/meowstic/meowstic_male.png" +hash = "19748522a3bcae44512d14d9b108183e5a72e6aea20c6c8738d2b2bd540df421" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/meowstic/meowstic_male_shiny.png" +hash = "245d2624c511fef19bc65e704e7e30a826aaa69ffcef4f619d4855d082f762f9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/mew/mew.png" +hash = "35c92269fb59d3a380eeada2d487475e64a3cd664677c842aab7a3aff3b9cfd7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/mew/mew_shiny.png" +hash = "94b4d76546942a8cacb5e365a8983cdba24a4c7c66f2aebe8b2a96a7445a0390" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/minccino/minccino.png" +hash = "9cb1c8ec7beaf4b38df266206924597d6da3b9c53e9e46352d315bbc4d12e162" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/minccino/minccino_shiny.png" +hash = "19e7d6041dd20aa862a7efd0f0c42ba9e83bcdfd76cd0026901d26ad64c6fb33" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/miraidon/miraidon.png" +hash = "135adcdc074a483fc7533b9022c0d9eb7b3b0b7d2ced4c439259738038f1300a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/miraidon/miraidon_shiny.png" +hash = "3a3ae48b6271fd828cc56b2a9818f0eae7e77b2d5cdce1b493b2dd8bd373724c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/moltres/moltres2.png" +hash = "88a075e1c383c43045a5ae9fb2ff57a2bd282dbc266adee071b2ca8b18d1e0cc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/moltres/moltres2_shiny.png" +hash = "9fc1e1f3b86698efe88b05bea8524ae683e10562271ba3b4b13861f7795574a4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/moltres/moltres_galar.png" +hash = "e26748fed06e41a4d3ca1ece7af3c8b04d34346d86b6bb9e337e0f84e4aa2529" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/moltres/moltres_galar_shiny.png" +hash = "ebf7438a3268d2cf6e3f2fb0076d4025d91034da1e187c9f4d2b0f8ec33e9741" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/morpeko/morpeko.png" +hash = "4681c443b60f4fa1342951abb8fc2e450c4d72ee176b2f6e72146c6002591a99" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/morpeko/morpeko_hangry.png" +hash = "89f41dc3cc113dcea07cb90d1e92d50689ac389318019bd3bd4adbaef08ba4d5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/morpeko/morpeko_hangry_shiny.png" +hash = "28f87bedec0b818514f96f960267db4c1123701639cd70955fd0b22d8c38cf51" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/morpeko/morpeko_shiny.png" +hash = "b69b707a8e4b609eaebfb2319db61e2a690d2e4946e5a4fb75ab6fc8a6a4fc29" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/munna/munna.png" +hash = "6af425d09b450df5253996113a973b01cafddbb4b2faa4605410611610df084a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/munna/munna_shiny.png" +hash = "a8073e2a31faacca6c8164b64de215b9da4b2d452fc73557d071b7927092efdf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/musharna/musharna.png" +hash = "fbf271b1c644c247a82d05f5b58299e228f5ce8ff9685416a74327348c7233ba" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/musharna/musharna_shiny.png" +hash = "844a27ee7404ebd3c9ba8f17817ebdbb08d9e6ce4ff4ef3b378e9a1fc2ef133d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/naganadel/naganadel.png" +hash = "880e9f3b9fc930acc213e4825d9d0165324cfb2cde887c9e6c243fbf1b6fd552" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/naganadel/naganadel_shiny.png" +hash = "0c4bad91be7b5ce52381e8eff341eb5463a31f8c42b5e959d5e34a65ff24fa1c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/necrozma/necrozma.png" +hash = "186a791944e119f3d012b800d4dd2b8d54548bd7d11e7eba3351725792666f64" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/necrozma/necrozma_dawnwings.png" +hash = "d0e605138652e3787787de50c935bc6886c3f9ce360b06998cd8097074e6f28a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/necrozma/necrozma_dawnwings_shiny.png" +hash = "f4d4c2307b8e055b20b31b19df362b8a55477aefc785820df9047c9bac4632fc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/necrozma/necrozma_duskmane.png" +hash = "4e1c2a6a679592b4da41833898b625d96da1bd58b70f393475252868caf6133b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/necrozma/necrozma_duskmane_shiny.png" +hash = "b94b7d76486d591afdf7a33b2904729efe3e18ed7221d4040cc2a70dcf66e95c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/necrozma/necrozma_shiny.png" +hash = "5edbcccb9a8044ba3c46ca2d144098bb3be322796fadd35ad630d698b403dce6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/necrozma/necrozma_ultra.png" +hash = "92246d7ce990d5c0d5fccc23dda8a16ab2300b0fa79e5bc373d00fc48d9838cd" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/necrozma/necrozma_ultra_shiny.png" +hash = "67ffed5ceafb41f2dd2102d016e3d90d4b9ac64d7ba592faba43af3b6cf4d99b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/nihilego/nihilego.png" +hash = "44776950cf035a27ba1ed1c724f118d157efd45b4780ebdbb520b43f8e721057" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/nihilego/nihilego_shiny.png" +hash = "e8552e2b1b3cfcd6b0a5a371adf09f60fd28caba99286b6b5c500de7ec864355" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ogerpon/ogerpon.png" +hash = "cd6e7fc85c56429a2e7bfc2e13a87a26f0ca27a3b5a95349fcc702141f996c19" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ogerpon/ogerpon_fire.png" +hash = "b5dfe4105c0010f0389f43dd3f2a714f69691b763cd20915d52ab3e723dddf0b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ogerpon/ogerpon_fire_shiny.png" +hash = "131c83499eab53c65844d8b14209d65ad48dc3b607f2049d9870743796bfaeac" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ogerpon/ogerpon_rock.png" +hash = "37af9545796374c76afbe97fe9405308322bcd5faf492e7409f7142e97cdc3cc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ogerpon/ogerpon_rock_shiny.png" +hash = "2d39a712b1b3a60a846239780d2fd4b4de512aed98a9198e7ff303f809b250b5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ogerpon/ogerpon_shiny.png" +hash = "a8f9dddfdecf5906fd69351cd8fd89f33341ee371ab23b4ebaa3951ad8ef52cb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ogerpon/ogerpon_water.png" +hash = "f93346ec36bcdc62cc757776a223aa190e50800d3e5534e3d2265018407b1248" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ogerpon/ogerpon_water_shiny.png" +hash = "c404c0a322468dc9c9ebfe3db7d94f704a2dec16c39fa8134714060660d0d829" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/orbeetle/orbeetle.png" +hash = "19a42a508d48baa1849ab69a1b796956c9c95dacde07c60559b006fa4da79f50" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/orbeetle/orbeetle_gmax.png" +hash = "28815be584985e76c98fdca6359dd8dcb90b7478a2c2f4a2ef3f9532b3bcd41e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/orbeetle/orbeetle_gmax_shiny.png" +hash = "566d790ba62a67d037fce79f8acc1ba96b24ad16d70b29c52002615f8a8fe3fb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/orbeetle/orbeetle_shiny.png" +hash = "5d42255f7875e2a1f7054b48bef8077e5db73c3738ba2fd78bb45d07ce603382" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/orthworm/orthworm.png" +hash = "7fec53ba0e4ded85a6651ace4603c7da7b548655805f060d3b72ca5a8a4727b6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/orthworm/orthworm_shiny.png" +hash = "9eeb3bbe5e4eefb7a7fc340c43c8a4e8f0120c76a17ec9e654a310085e03dc53" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/palossand/palossand.png" +hash = "8cce9ece249bbea12cfdb43f54bcbc538cef59c65b0431b52b93f0903d32cb1b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/palossand/palossand_shiny.png" +hash = "8aa122648fe13ba16c01596fe95b63b96412349385b6927de6b7334c44b18b90" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/pawniard/pawniard.png" +hash = "66e779246b393ca2ce5ecbdaeff492763e351fcab771f4c2bdf49b582c313432" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/pawniard/pawniard_shiny.png" +hash = "1fec64ae0e0c40c0bf4a8f1f04b4bcb5c46c8612a5d245b783031673a921ea87" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/pecharunt/pecharunt.png" +hash = "57f970bbcc4e5437e17e0611370947ae0229a5c8014fb6527ba34aded046db57" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/pecharunt/pecharunt_shiny.png" +hash = "8c6646e0f88c7afe00b7d5c37a7b012ab206366a9800c5d191887df818de9c74" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/petilil/petilil.png" +hash = "e62b0fc23cbaa945c71f9e0ec28a7cd3b885880a2413cb352e1700d98098c4ef" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/petilil/petilil_hisui_bias.png" +hash = "e62b0fc23cbaa945c71f9e0ec28a7cd3b885880a2413cb352e1700d98098c4ef" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/petilil/petilil_hisui_bias_shiny.png" +hash = "0d48c92da92a03486fcb213bd31671a2f28df7d7015e06c754e8f73a877661fd" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/petilil/petilil_shiny.png" +hash = "0d48c92da92a03486fcb213bd31671a2f28df7d7015e06c754e8f73a877661fd" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/phione/phione.png" +hash = "d03eafa163d9c8a90e44edbf61717005ca944a72f17b4e2d66b567732ade1cca" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/phione/phione_shiny.png" +hash = "eec22eb8b27d73a5bce9e3cb210bc8116855832fdcf98fd99e3d2417c50159a4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/poipole/poipole.png" +hash = "70f308959e1c61292a7fe533f5417fca2668714a5414cb71aa6bdb91ef68c970" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/poipole/poipole_shiny.png" +hash = "6d39c21ad66f1ece2dc4bced70563bec00138ee47b3f9cd6922a086261da030f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/purugly/purugly.png" +hash = "4ab6342f277c62f49e4adb0ab7298297676a7a2d85c679ed3696d23e74d4294f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/purugly/purugly_shiny.png" +hash = "04c374fef511819af46ae7c62af0e2ac071278a80f28937a95b851d530153a6e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/pyroar/pyroar_f.png" +hash = "2c90f7a1bd1556b9d18fb97caf292165c11f406b617fc4b62c7fa49514a47425" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/pyroar/pyroar_f_shiny.png" +hash = "935c6c4b10c4c17c661f90d445a7ff725a84717c6e6f63fd63942e900474a73d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/pyroar/pyroar_m.png" +hash = "5b9c793eff8e975c14262bd51062c08f84a52374c4df42f9e8d0938aefb5bd71" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/pyroar/pyroar_m_shiny.png" +hash = "9253dce068a1297c6f625659575878ae384f751bf57adb75aefb3a2b2c79afd4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/raichu_alolan_pancake/raichu_alolan_pancake.png" +hash = "7c21289798edf64e5e56a7aa2ddbf17f637129ae57b63f609ac06edd4e8ef7fa" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/raichu_alolan_pancake/raichu_alolan_pancake_shiny.png" +hash = "9f80adf1fa77c30ec32fa4d6d5cae33813969d19de1a9037a8cb31225944961b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/rayquaza/megarayquaza_emissive.png" +hash = "79a6470dc83115459a041e22551608715929d8faff181259d18e98f82185beb2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/rayquaza/rayquaza.png" +hash = "01eb176d848317e81aa56238667b9dcf7cb4fffa9c6a4700fa5aad033c0c13c3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/rayquaza/rayquaza_shiny.png" +hash = "3b3736dc2f18a1c4dc7a91ce5e34549bf9337ad8754f6ec4674fa963ffbe8de4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/reshiram/reshiram.png" +hash = "5ae2af322c1103f0e4fd381d585b0e749a7a75fbc0d631b658ec28377e20aced" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/reshiram/reshiram_shiny.png" +hash = "d8b8d8602ab44cdc8ccb6fea68963b5e7750fb3b77fc7e97515bae6147c1860e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/reuniclus/reuniclus.png" +hash = "7501f5b2d03c999bd815f296235667cb5be41f2045b12ef16fd89be39ced7c9a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/reuniclus/reuniclus_shiny.png" +hash = "264a35d18063d714c1b90a1c7c7a452840a99fd037afdf3ee7eaf3e3b86c2da1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/roaringmoon/roaringmoon.png" +hash = "a0811d1a69073b2f733cce1b155c70b51b22d9458a27893b9b7f269c056b24eb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/roaringmoon/roaringmoon_shiny.png" +hash = "e3470298c25f87a2417fca3d91d6a1d30ecba21bb533d2197506d2db44acb534" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/rockruff/rockruff.png" +hash = "c1c118ac0014956b2e931427ac69b63411c7da15b148b5ed3d500cc7b045bb2a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/rockruff/rockruff_shiny.png" +hash = "2289545b7bbbec8822f1bef45e7d64722d4aace540c6b421a83edb3330a8fb84" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/sandygast/sandygast.png" +hash = "bba39c79c45075f45c91b644eec2dbc8cd02242323c499b78c413532f12cc388" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/sandygast/sandygast_shiny.png" +hash = "0d8e4acbd828518040adf49f4b600f9835af010d47257b3bf0e5ce525a3c4835" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/scovillain/scovillain.png" +hash = "4c8e2e95fb139a9503b7cc6d82ff1bf98744ea5bfac7995b158a943761311c25" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/scovillain/scovillain_shiny.png" +hash = "aee9ff5a3e55d945f54b027ce41b80443b6a878306b10d7fabc850222191a936" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/screamtail/screamtail.png" +hash = "2a0b052c8aae377b3dcf1ce736820f7993d91e3d7b801c49dc46fb9664698181" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/screamtail/screamtail_shiny.png" +hash = "e9581a35933348f6f0d2839f569a2d5699708a79b69303fa24e5e05dac59bd6c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/sewaddle/sewaddle.png" +hash = "d81a6d20e27ab1104486aee14a919ed80a869fb5d12f3bc02a175ca08f4b0dfb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/sewaddle/sewaddle_shiny.png" +hash = "091b7f6b59ef468cc988fd12a8af851ae8ba32a5558f3bcbb76b58e0c4be94f0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/shaymin/shaymin.png" +hash = "516eb106078f9f5a968db3b062c98b33b2c6a8ee40d4eef3e426fbb6dc016351" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/shaymin/shaymin_land.png" +hash = "516eb106078f9f5a968db3b062c98b33b2c6a8ee40d4eef3e426fbb6dc016351" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/shaymin/shaymin_land_shiny.png" +hash = "f8aff49912149231a9fb129bc3027778beb639f6c85c6e4d654104f042516652" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/shaymin/shaymin_shiny.png" +hash = "f8aff49912149231a9fb129bc3027778beb639f6c85c6e4d654104f042516652" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/shaymin/shaymin_sky.png" +hash = "aecc94cbe1356f89b58d31ff49539c3cf4c248f81fb1bd33ba725dfa09859aaa" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/shaymin/shaymin_sky_shiny.png" +hash = "2467f8fe9c63d9922f20653852e21f3dfcc914692710533d790b8946d8d137e0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/shellos/shellos.png" +hash = "230829c7443b36c32b9bb1117cbe22ec95783210792978a95b4be1d2bef89556" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/shellos/shellos_e.png" +hash = "e86f23f042f22a6ed397e200a3db16b2c7830798887899c93745577cd3542fc0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/shellos/shellos_e_shiny.png" +hash = "4285be54211256f59d56503a4aed40e53e46e5dd9d91ec7d72a3fd212bfb61b2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/shellos/shellos_shiny.png" +hash = "e67b3385ec6f1cf301277b1945c9a254dbe7c8dc0eb075c304fb56cba5829938" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/shellos/shellos_w.png" +hash = "230829c7443b36c32b9bb1117cbe22ec95783210792978a95b4be1d2bef89556" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/shellos/shellos_w_shiny.png" +hash = "e67b3385ec6f1cf301277b1945c9a254dbe7c8dc0eb075c304fb56cba5829938" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/sinistcha/sinistcha.png" +hash = "19eab366a41d4eb1402ffcf31111f89c3b661630a17996f69fc842a64c24939d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/sinistcha/sinistcha_shiny.png" +hash = "c14b1b81028077d73e1940dc14170b1e2f7871d391c36d7d3a78211390fb48b2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/sinistea/sinistea.png" +hash = "e1c1dc1ae7164949f905f44a8ebafe0d90cf6bdf24ce733104207f5489a09c94" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/sinistea/sinistea_antique.png" +hash = "088863d6821e3311055a5e8aee123b91400412188a30b636b4cfc527c4537652" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/sinistea/sinistea_antique_shiny.png" +hash = "0237ebc785285246eeea1509b3eb244f4d29dff5c875ba641dd69b8f9aae0702" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/sinistea/sinistea_chipped.png" +hash = "e1c1dc1ae7164949f905f44a8ebafe0d90cf6bdf24ce733104207f5489a09c94" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/sinistea/sinistea_chipped_shiny.png" +hash = "3b8b3361ba80b9ab2b2a62c48b0e5916e70c855eba2ff4724f24168339c2a8e6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/sinistea/sinistea_shiny.png" +hash = "3b8b3361ba80b9ab2b2a62c48b0e5916e70c855eba2ff4724f24168339c2a8e6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/skiddo/skiddo.png" +hash = "baa2e318950cd450fdf22c64f0510f829397a0c51a093fc1554ceedbbfb1e63a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/skiddo/skiddo_shiny.png" +hash = "3fabeb3c14c5ce965224393be29cfa79a6875a439117a886e1c72d5e91eca538" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/skiploom/skiploom.png" +hash = "19199ef1f23094932f5007e3c8b30b2dca208554439d36382eab9c6336350342" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/skiploom/skiploom_shiny.png" +hash = "9051cf5aa229947a8872464fb939306438920c8be01dc4de45dde88d7acb95c9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/skitty/skitty.png" +hash = "d3725891c7095191a14b2039fee2c1ab4d156a9612df4c33d1277e24043a8927" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/skitty/skitty_shiny.png" +hash = "8828be95ebef010e6acee9d80526dc0333910d13811e178e7ec2fae6ab2d4022" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/skorupi/skorupi.png" +hash = "6f8cb5796fceedf626403d2bd4213e3fabfc11856f5a43b8def392fb23c2ac56" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/skorupi/skorupi_shiny.png" +hash = "611cd808bf5b67100f8d34419d41629082dfce5a1dabbf5f181647352f18f842" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/skuntank/skuntank.png" +hash = "4af8dc9f3ee9e233d26e74237c33243be86a95f58b5a9ccf608843272321962d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/skuntank/skuntank_shiny.png" +hash = "01ef489bf5dabce890cdfee98b82ddbe7211575ed1f94866cb0af9cb5ab1757e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/snorunt/snorunt.png" +hash = "738a15326c539f6006cb23c1f11560275878cb0c3ad756de2a9642fcf98099c8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/snorunt/snorunt_shiny.png" +hash = "44ca46505545a502ab057c0d2182a5fd50f7b62274c0bdaf2a1299d709575512" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/solosis/solosis.png" +hash = "decfdaa6827e5541a31d14bfbdb0781ff00bbff29aefc7b4f24b391fdd8a55d4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/solosis/solosis_shiny.png" +hash = "2ef49da220f4ab2071a39c36704ed64bbc8a516dc5edacccefe59e89464cd640" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/spectrier/spectrier.png" +hash = "0d0c5e84f40855151511654b5c3bddd425530d61ed5160f6efaebedce5d59ac3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/spectrier/spectrier_shiny.png" +hash = "ac314561e92ea3ebcd05aac98e042b12750ba9a67f21a12e53bc87b79137f134" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/stunky/stunky.png" +hash = "bd44315925f1190d9cc32404547a72ff5efbba30193485b44001b6ae18708ea3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/stunky/stunky_shiny.png" +hash = "c2450b125e7b759b33ff253840d939294d871632a1384ad7d0dc08aba4d0f9e0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/swadloon/swadloon.png" +hash = "44c91dde0192983c72cee89f9a67d0b6484fdd78d35f56b690c34732889fff04" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/swadloon/swadloon_shiny.png" +hash = "f649b63083978ea11fe79bd2fcb01e1f20515fc02d25267bd63e9999996315b3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/swanna/swanna.png" +hash = "54cd3ff1826917968773d9842176fa0a91ccc9291dd40af350dfcba8a1cfae0e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/swanna/swanna_shiny.png" +hash = "f65cb353ee7e0f70b772891ff56226d566bd9175d8c2873706b36c16f27e4e97" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/tadbulb/tadbulb.png" +hash = "084805be594244b24ab1d3f895fe7be61352c0595335d19ac1490577a1b84fb9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/tadbulb/tadbulb_shiny.png" +hash = "6ce558e4d3e0d8afa391e2e237de60f2b0dcab12cfc304a4ed01e2c12d764e4d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/thundurus/thundurus.png" +hash = "fb79f09d3e72f51fb99144ec2a9170c341457bb6fb527dd21d5e1451e5832de3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/thundurus/thundurus_shiny.png" +hash = "769801e7e3337179fcf8efe5ea831dd3bcf81372741c31edd6e16baf7a82bf69" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/thundurus/thundurus_therian.png" +hash = "86f0fe6964649187e6ff976f88dcea5fe927ec4e69fece22b1d9bb844cf12ad4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/thundurus/thundurus_therian_shiny.png" +hash = "bee61b07de27a2198f75da79622f5931d1d056b3a1e365821e48caa6a85d5fb9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toedscool/toedscool.png" +hash = "fe0e2fbaba636b0ffb1140d3855e3561afcfe36e24fa0ec03255fef93caa6e17" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toedscool/toedscool_shiny.png" +hash = "f414c36c0109cf1fa7847c83dde34b45077eebd90f98951b15994708ad74a98d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toedscruel/toedscruel.png" +hash = "dc44cdd5c3051be4332060a3ce7c31293760f7f6a494aff4c363205faf82ae33" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toedscruel/toedscruel_shiny.png" +hash = "b69ad9b8752e77633b2999f0a8135766ad4ee3c159b94913167f74eb3278f928" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/togedemaru/togedemaru.png" +hash = "a616979dc6748985d1e9fe3663640e5143ffc10769bc380fe25a8b7875340daf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/togedemaru/togedemaru_shiny.png" +hash = "3585561f9c9d79446e403d3df6af335accdc9d5c07fe33929450ae34c895eb66" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/tornadus/tornadus.png" +hash = "791c17993124f114a503ed3798e7210670e688d1989f68b131cf28d13aad5d87" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/tornadus/tornadus_shiny.png" +hash = "33197488fc9df5fed0537c5cec7b5e6c96441698ba658f97ab299a5d48ff1f41" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/tornadus/tornadus_therian.png" +hash = "d1a99a234103c28950cd5aad7b3e35698d4c95a650ce1f33c46c630ec389742c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/tornadus/tornadus_therian_shiny.png" +hash = "c3f72d5427a4e17c8578f0416a96d34c3121a57562dbe4305bab23f8525798d4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxapex/toxapex.png" +hash = "09603075299bdf420e9cc0a5bbbc597a6ff53d8fad1f99b2ef7c88e234015525" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxapex/toxapex_shiny.png" +hash = "580889dd93e01e9af7e283a7ebfc5331af2f967dac1753a04613121667bf6993" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxel/toxel.png" +hash = "3ca46cda7e884274c1d2711b62f38098e9066ed386bb5662b5a16d3aa65031b7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxel/toxel_shiny.png" +hash = "a4048c56fac09805f097e5d80e249a7ed9e4291328dc763d2aac65d4eae5ff56" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxicroak/toxicroak.png" +hash = "8e49d618feced51182b7fa455fa063b52fd5c837b09b7839cfc0409029910c46" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxicroak/toxicroak_female.png" +hash = "8360fa8837f8a55707ac4e964e5a0fdd65c15d46dd84133d414909dd8b0bf5c2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxicroak/toxicroak_female_shiny.png" +hash = "23b1fe1286bf4a7ca69a352d2c4b9c87c9a650b025c364e59cdfbf233d0d02c7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxicroak/toxicroak_shiny.png" +hash = "7ff7d4bcf217127d9c1a86f2a4248a68f2ea32e4a1ed033bb60dd2ee3e4e8fa4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxtricity/toxtricity_gmax.png" +hash = "c59ff4e6f419de97fdbb38a97a478ea6ca9215e0f603657a47a2a418d4603559" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxtricity/toxtricity_gmax_shiny.png" +hash = "971f8e02b5b6f6ae4b70ce5917ae4ce985d0ae39c6d52234246f087cbaed1f9d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxtricity/toxtricitya.png" +hash = "7ac219c2ab001ea74d26b935a60b722988faeb8e6dd3f5e3f3ae90e19df26671" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxtricity/toxtricitya_shiny.png" +hash = "b0228753581b5f087a221a254186ad3758bce25d2ff0716115755e74451c7cba" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxtricity/toxtricityb.png" +hash = "5aa0f1fe130b357aef669f628bba9e02f2d4c1e640b06df6c3c9c5f03c7c0289" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxtricity/toxtricityb_shiny.png" +hash = "a55faf98ea329499f32ce381b46e709080e0883629fca98e351b6979b8a5aeaa" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/typenull/typenull.png" +hash = "63aa99ce8d5392109f06daaa2c4d8149bb1b014976bee6889cb91544d58498dc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/typenull/typenull_shiny.png" +hash = "e3f0b6e8d0f167e94b1b8562d85fd44604c3c1ab89cb4b5c926c057742ecd582" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/urshifu/urshifu.png" +hash = "465ce9bd95d5e8f6c328ddde87e25994b48d1101d72009f3c4fe240aa804d8f3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/urshifu/urshifu_female.png" +hash = "5a929e35f4b92c52968cf5f714d75cae7b70ad64c259e07a5a25ac9803fa0814" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/urshifu/urshifu_female_shiny.png" +hash = "2925c9c4bd2b9c5090cf8a44e9560aaaefe6a65c3b103c368ccd9cf2cdf540a5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/urshifu/urshifu_rapidstrike.png" +hash = "3a92ef2d64d8ba1be1145e5c0603ca8613327f244317f8660b346917356a99f4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/urshifu/urshifu_rapidstrike_shiny.png" +hash = "f7d23ef4368c649cdfa2624534b1ed0037970316169455393367eac227e3dba7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/urshifu/urshifu_rapidstrikegmax.png" +hash = "931ac29f40297187652680939d2e828fa79c2eea6c0bf8ba9eae3aad597560ad" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/urshifu/urshifu_rapidstrikegmax_shiny.png" +hash = "3e8c4211cf3b8d5c13139d74e68b18be060f4b63194714995125702f48ede6ca" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/urshifu/urshifu_shiny.png" +hash = "442af026437458717949449a80de0d15daf3ff45affb1092f6524bc3982b19a3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/veluza/veluza.png" +hash = "212adf879e9049d362ae961f09673773e8c7701ca9fd3a7e26d8894f4b48ab57" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/veluza/veluza_shiny.png" +hash = "7a3770487753a06b9c5737841c6f8ce46d7183a15c42ddc0b0272329f00da126" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/volcanion/volcanion.png" +hash = "177fab7a67682e2343ba7b662bf0864a637d56bd41425c591885955791b584f9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/volcanion/volcanion_shiny.png" +hash = "91a03fd1812a2d886e88adfe58f86c00e5c9fd504dcd7846d41b091d10291f94" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/vullaby/vullaby.png" +hash = "58e79fdc05be2f3226f80347abe394cfb99077f78dc05e6e68f4ab740705f311" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/vullaby/vullaby_shiny.png" +hash = "35a62fee0433c6f5c239154f8910931b5e993ea2457d37553c0ff5cbeaf92e79" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/wattrel/wattrel.png" +hash = "7f627aa945d6c0074f26aef1544303e1c3ad78e88ee147520e15e72d1f821ffd" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/wattrel/wattrel_shiny.png" +hash = "34a9e938c23e59365c2686f7856202c4e786e2f65e424986e60dbf57b98d16dc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/xerneas/xerneas.png" +hash = "65c4a1bddfd3e0d46f6317c08ace3ac5db164d241de6dbffd752191087bdb801" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/xerneas/xerneas_neutral.png" +hash = "65c4a1bddfd3e0d46f6317c08ace3ac5db164d241de6dbffd752191087bdb801" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/xerneas/xerneas_neutral_shiny.png" +hash = "1f2750d858ee871488916d7bc6dadb627166c93532d0e95cc6803abf3c3a5224" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/xerneas/xerneas_shiny.png" +hash = "1f2750d858ee871488916d7bc6dadb627166c93532d0e95cc6803abf3c3a5224" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/xurkitree/xurkitree.png" +hash = "82b48687e18224875dff2ce54f5d901dfcc83a17135251c0c318477ebf846d71" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/xurkitree/xurkitree_shiny.png" +hash = "3ce0c723a8beb6a0b9a919cf8f7b8bdfee566a24836e59a523c777e796b496f2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zapdos/zapdos2.png" +hash = "c23964b8cfcb44cfaf57e1bbc4ddb452d626158ddb067b677c25fbd7bd4daadd" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zapdos/zapdos2_shiny.png" +hash = "ed3d4347b2dd19b51d8c70037acbed15c7be598a0f089f3fd557138bcbc8ffe0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zapdos/zapdos_galar.png" +hash = "af105179021411ef86857590f84ae5ca0d54c23c396405e0bf61122ad6c574a2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zapdos/zapdos_galar_shiny.png" +hash = "f769959aa1884784f9d0e97b0ff73ba01f2d0f41cf1885cd177c99d366423933" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zekrom/zekrom.png" +hash = "d180718bd4a6b5d60f268d1a7d7eea2b24665f0c895f4dd064af528c24baa8e4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zekrom/zekrom_shiny.png" +hash = "91927a5aba3cd5c42f6c86a2f021ddd5b787bb91c1f7e23c85ca6c51def9c5ae" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zeraora/zeraora.png" +hash = "24b8ad6fb92108370c3dcaa35b71381f39e5325037cdf8cb1afa755c14941b52" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zeraora/zeraora_shiny.png" +hash = "fe37df054e8d93e725303e902ae48e29a31ba5e9a301eef08a1d7270d596b6a8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zygarde/zygarde.png" +hash = "96d1bb6a8dece8f34eddc6c1e592b63d19e7a7b44873e43542d5709b88a2d43f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zygarde/zygarde_10.png" +hash = "a43094e3c9d035ad1c0a8be362d5e5196a139bda87aba3ebe32d91ef5e11f40e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zygarde/zygarde_10_shiny.png" +hash = "14c140515f29251698581d2d3fd8d91320a255c8448e1a8627facae0afe3de36" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zygarde/zygarde_complete.png" +hash = "32b4d1fa97f562f79675ac92ef04dd791d4a984e5a278f900d32662a31ecf6d2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zygarde/zygarde_complete_shiny.png" +hash = "efc564d40732292e66c0aa0e3930e8a1f483f2e90464680b1ae2b8fcc251a048" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zygarde/zygarde_shiny.png" +hash = "f5403398799a3ddff52ee1554c15ece52ef5553d4261ea8c6db9df377c8330c4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0001_bulbasaur/bulbasaur.png" +hash = "e0dc0ab2c63b77aa156564b3fc21c7aba6670dd3c24164f396a53d646957fcb9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0001_bulbasaur/bulbasaur_female.png" +hash = "e0dc0ab2c63b77aa156564b3fc21c7aba6670dd3c24164f396a53d646957fcb9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0001_bulbasaur/bulbasaur_female_shiny.png" +hash = "e6bbfd5e26105f6eee4fbf19e7817dcccee7bb3bb622a4dbfe5feb6cde4a96c1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0001_bulbasaur/bulbasaur_shiny.png" +hash = "e6bbfd5e26105f6eee4fbf19e7817dcccee7bb3bb622a4dbfe5feb6cde4a96c1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0002_ivysaur/ivysaur.png" +hash = "770286fd50fc7355afd499fec712dfaa89e35633787abd728914b05f10aa5383" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0002_ivysaur/ivysaur_female.png" +hash = "770286fd50fc7355afd499fec712dfaa89e35633787abd728914b05f10aa5383" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0002_ivysaur/ivysaur_female_shiny.png" +hash = "3385b2c8d0587d2118ef1c5fbbcc282f345dcccb4b078eff99309a0252710105" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0002_ivysaur/ivysaur_shiny.png" +hash = "3385b2c8d0587d2118ef1c5fbbcc282f345dcccb4b078eff99309a0252710105" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0003_venusaur/venusaur.png" +hash = "7c497d42a54bbcc6a85742d2ca537e1bf2f67007509ba5e9826b265312b872ea" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0003_venusaur/venusaur_female.png" +hash = "7c497d42a54bbcc6a85742d2ca537e1bf2f67007509ba5e9826b265312b872ea" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0003_venusaur/venusaur_female_shiny.png" +hash = "82413653b6425429a4d20339585232e495cda3a16f21066edfb4d266a590b29a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0003_venusaur/venusaur_shiny.png" +hash = "82413653b6425429a4d20339585232e495cda3a16f21066edfb4d266a590b29a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0004_charmander/charmander.png" +hash = "e632df78d52fa689df4eec62522d41b17e79700a92a8757199806227f99abd43" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0004_charmander/charmander_emissive.png" +hash = "bdb1ecee512bcff0e5eea4fadeb2ee50dc76b76d27919d0d0e2fa2937870bc0c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0004_charmander/charmander_female.png" +hash = "e632df78d52fa689df4eec62522d41b17e79700a92a8757199806227f99abd43" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0004_charmander/charmander_female_shiny.png" +hash = "d42e0239ffd155818cf3de317a0f5a138d8ba4f29f92f66625f84d57b87d5be7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0004_charmander/charmander_shiny.png" +hash = "d42e0239ffd155818cf3de317a0f5a138d8ba4f29f92f66625f84d57b87d5be7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0004_charmander/charmander_shiny_emissive.png" +hash = "e5ce1b968e90f1e2a33c302872a8a72d3f71bc9ce237b73b9b3fa9e7923a0a0d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0004_charmander/flame/tail1.png" +hash = "cc8ece3152e085a349d06bad1705ad5d38ffc903a43b2a5858edfdd652edd6dd" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0004_charmander/flame/tail2.png" +hash = "4f4a22789ede6df5cf83e2939659240da68a2d441da4e154986391119b41eca2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0004_charmander/flame/tail3.png" +hash = "c26fa0d6a13739d3d8d8b72cea97900cbfdb0a39dbc60a6e4ab97e1991e0db9a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0004_charmander/flame/tail4.png" +hash = "975fd88706bbf062ac620702f20b242259e7f9763c2fc8aa4103f2ffa87a2b39" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0005_charmeleon/charmeleon.png" +hash = "d4653d42eb76ecd4fd26563f5544ca682175a4fdb0401195af9c8a2689ed70a3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0005_charmeleon/charmeleon_emissive.png" +hash = "2c879a5a6baa51beb80ea0a1c9a933b6fbbff629e19c37210427af3c3a8f8fbe" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0005_charmeleon/charmeleon_female.png" +hash = "d4653d42eb76ecd4fd26563f5544ca682175a4fdb0401195af9c8a2689ed70a3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0005_charmeleon/charmeleon_female_shiny.png" +hash = "a32838e38cf103952e014e07a8607bfb92418e0b07daa094e36bcd5e9215c1a5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0005_charmeleon/charmeleon_shiny.png" +hash = "a32838e38cf103952e014e07a8607bfb92418e0b07daa094e36bcd5e9215c1a5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0005_charmeleon/charmeleon_shiny_emissive.png" +hash = "1db842255c217ca2f59b25d092578910f43f6655c653d5befa39dcc21d2f6c71" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0005_charmeleon/flame/tail1.png" +hash = "e7626ceebfa06f0ba98613bcac9e3e99f1f14e873a509cba5f81e6347ecdddb9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0005_charmeleon/flame/tail2.png" +hash = "2c8fd477721b7e20dfa348d8615eff1704b84c98ca69be492757821bd529ab2c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0005_charmeleon/flame/tail3.png" +hash = "7e36d446244fe3accbd08f876ebd63642013200dd5fdf4eb4da71cda8bc8d0d0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0005_charmeleon/flame/tail4.png" +hash = "d14accb831605b7feda8062f504c1f2ce65cd011cdada14cd83ddc8c6d6e44ce" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0006_charizard/charizard.png" +hash = "54c1978b30d66c967d258a5bb489848c234a49fbea3ddbe3943e1b6d8b5f8b7b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0006_charizard/charizard_emissive.png" +hash = "6e5299412f6e6932e10759aaeab2c80760ba81b5548d321d0883eaa94a97891d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0006_charizard/charizard_female.png" +hash = "54c1978b30d66c967d258a5bb489848c234a49fbea3ddbe3943e1b6d8b5f8b7b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0006_charizard/charizard_female_shiny.png" +hash = "6bdb3a08d852b59ef3706d10f266e0490276ff0710f25b515950170bf66290a2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0006_charizard/charizard_shiny.png" +hash = "6bdb3a08d852b59ef3706d10f266e0490276ff0710f25b515950170bf66290a2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0006_charizard/charizard_shiny_emissive.png" +hash = "93915f22c8d273e1616fea34a74d2df2b4799ec05e27e542d6077f2d9da8e0b5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0006_charizard/flame/tail1.png" +hash = "fe65dc0a01e7759dcac941479e14d9d61387eea5d795b0949a025368e8b51808" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0006_charizard/flame/tail2.png" +hash = "6ad0debc617e911096cbfa37feeb134b3f14d190884fa00ad5635ce24c08d380" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0006_charizard/flame/tail3.png" +hash = "c3032ba658321968919a3e2ebb9664d042dcb065675cf05f2a26b998650c5ded" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0006_charizard/flame/tail4.png" +hash = "f9de1e5fec4f98a7f6ffd09a5b74f4961e3852ba47dc317bd7bc6762881d1a36" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0007_squirtle/squirtle.png" +hash = "4953243d4fcd633806e0af01c70dae8d7fac32b25b08a06d18242ce6f274b73b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0007_squirtle/squirtle_female.png" +hash = "4953243d4fcd633806e0af01c70dae8d7fac32b25b08a06d18242ce6f274b73b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0007_squirtle/squirtle_female_shiny.png" +hash = "511435070b676615a7b96a702c317010cc5c4d19340ce835a6d267fc5c6e0bc9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0007_squirtle/squirtle_shiny.png" +hash = "511435070b676615a7b96a702c317010cc5c4d19340ce835a6d267fc5c6e0bc9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0008_wartortle/wartortle.png" +hash = "c44ae0aaa403270d30aacad0d6daaa0fc580cfac8b4ed97263c1898395356f30" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0008_wartortle/wartortle_female.png" +hash = "c44ae0aaa403270d30aacad0d6daaa0fc580cfac8b4ed97263c1898395356f30" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0008_wartortle/wartortle_female_shiny.png" +hash = "6e236ddf952478e19c4a2727b21448b2551f488d0563202fa306bf06cefdd1cb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0008_wartortle/wartortle_shiny.png" +hash = "6e236ddf952478e19c4a2727b21448b2551f488d0563202fa306bf06cefdd1cb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0009_blastoise/blastoise.png" +hash = "4ddc2da63805f9be21cd4c78e279bfe494d27e31c7b3563f2decf3403bbbd73f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0009_blastoise/blastoise_female.png" +hash = "4ddc2da63805f9be21cd4c78e279bfe494d27e31c7b3563f2decf3403bbbd73f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0009_blastoise/blastoise_female_shiny.png" +hash = "fc45f2e8a6f042deda9bfadf79bdd51d33308a1ad1c27b28b0eb75d0cc99c97f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0009_blastoise/blastoise_shiny.png" +hash = "fc45f2e8a6f042deda9bfadf79bdd51d33308a1ad1c27b28b0eb75d0cc99c97f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0133_eevee/eevee.png" +hash = "3f0721e1a723bf393f6e2932ade999002c6ee901ae7468e93d36351e39aad411" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0133_eevee/eevee_female.png" +hash = "3f0721e1a723bf393f6e2932ade999002c6ee901ae7468e93d36351e39aad411" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0133_eevee/eevee_female_shiny.png" +hash = "883ae618dc58c417b2a2d331222031a86fd485b5322fd3a582c890eb4e17eb84" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0133_eevee/eevee_shiny.png" +hash = "883ae618dc58c417b2a2d331222031a86fd485b5322fd3a582c890eb4e17eb84" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0134_vaporeon/vaporeon.png" +hash = "81a0a84a59f5cd4a8d41413b651827cc32834d2ce1d43f72e384acb9cbb4b037" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0134_vaporeon/vaporeon_female.png" +hash = "81a0a84a59f5cd4a8d41413b651827cc32834d2ce1d43f72e384acb9cbb4b037" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0134_vaporeon/vaporeon_female_shiny.png" +hash = "684b7ee2019f33261b7518a36ad548d9364a8b6673cc3f2aed16e10d2141cf34" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0134_vaporeon/vaporeon_shiny.png" +hash = "684b7ee2019f33261b7518a36ad548d9364a8b6673cc3f2aed16e10d2141cf34" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0135_jolteon/jolteon.png" +hash = "d19ba209fe1eb7595cc23755018e604c7c5e40830fb85b5fc23b9f45e91597cd" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0135_jolteon/jolteon_female.png" +hash = "d19ba209fe1eb7595cc23755018e604c7c5e40830fb85b5fc23b9f45e91597cd" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0135_jolteon/jolteon_female_shiny.png" +hash = "6ad9cab9c648f20235d7dcfb1e3904ad1845815174e1cbcac166457545ff5bf6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0135_jolteon/jolteon_shiny.png" +hash = "6ad9cab9c648f20235d7dcfb1e3904ad1845815174e1cbcac166457545ff5bf6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0136_flareon/flareon.png" +hash = "80ccf6da8870a6ab088a457381c4c59699d0fee1611b213522abed758c3e1561" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0136_flareon/flareon_female.png" +hash = "80ccf6da8870a6ab088a457381c4c59699d0fee1611b213522abed758c3e1561" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0136_flareon/flareon_female_shiny.png" +hash = "c0b9c1bad804997e9fb25ad5410aaf7f42ed82aa94579007d8dabcf52d5ace45" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0136_flareon/flareon_shiny.png" +hash = "c0b9c1bad804997e9fb25ad5410aaf7f42ed82aa94579007d8dabcf52d5ace45" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0138_omanyte/omanyte.png" +hash = "9547f3d344e265923cae0b05e4909167f7f3119abb4ce07112e2fe518ae19666" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0138_omanyte/omanyte_female.png" +hash = "9547f3d344e265923cae0b05e4909167f7f3119abb4ce07112e2fe518ae19666" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0138_omanyte/omanyte_female_shiny.png" +hash = "106154c2182bc6f97a84d2f814fc3382989392842e99ec8d46f39ebb4ce11ba2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0138_omanyte/omanyte_shiny.png" +hash = "106154c2182bc6f97a84d2f814fc3382989392842e99ec8d46f39ebb4ce11ba2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0139_omastar/omastar.png" +hash = "406a700c3ac9da5e5b22122bc716b29090ee76c9170efc88739cdc2655f69e69" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0139_omastar/omastar_female.png" +hash = "406a700c3ac9da5e5b22122bc716b29090ee76c9170efc88739cdc2655f69e69" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0139_omastar/omastar_female_shiny.png" +hash = "c5997f6afed4be964a103d3e0bd69eb7b323dfdf1eb1178d72b05b0936df3b29" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0139_omastar/omastar_shiny.png" +hash = "c5997f6afed4be964a103d3e0bd69eb7b323dfdf1eb1178d72b05b0936df3b29" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0140_kabuto/kabuto.png" +hash = "a8566ec602c77e8926b5c504e18ebd8ee4f154872a713cee995825b808f3ce3c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0140_kabuto/kabuto_female.png" +hash = "a8566ec602c77e8926b5c504e18ebd8ee4f154872a713cee995825b808f3ce3c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0140_kabuto/kabuto_female_shiny.png" +hash = "e4be2fd0a15417d58ccc46799254f58456c0fb770e6b33082323ba4b471ca62d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0140_kabuto/kabuto_shiny.png" +hash = "e4be2fd0a15417d58ccc46799254f58456c0fb770e6b33082323ba4b471ca62d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0141_kabutops/kabutops.png" +hash = "e414003c8ed36f323307a7681a0835c423bfbabea771f58f84bb3270a4a89152" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0141_kabutops/kabutops_female.png" +hash = "e414003c8ed36f323307a7681a0835c423bfbabea771f58f84bb3270a4a89152" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0141_kabutops/kabutops_female_shiny.png" +hash = "e3abcee9015cd0b21a3c3a2007db9c3ba62b95c8b73fcff22428530e2d7f6899" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0141_kabutops/kabutops_shiny.png" +hash = "e3abcee9015cd0b21a3c3a2007db9c3ba62b95c8b73fcff22428530e2d7f6899" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0142_aerodactyl/aerodactyl.png" +hash = "e1e7dc6039df8cbabb3f025780affdca072223d48c6743f6331456fc006ee0c2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0142_aerodactyl/aerodactyl_female.png" +hash = "e1e7dc6039df8cbabb3f025780affdca072223d48c6743f6331456fc006ee0c2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0142_aerodactyl/aerodactyl_female_shiny.png" +hash = "5367407923f9b97cd35e1fffe8ba121c9cf9a878ca34904c86450b35dfd104a4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0142_aerodactyl/aerodactyl_shiny.png" +hash = "5367407923f9b97cd35e1fffe8ba121c9cf9a878ca34904c86450b35dfd104a4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0143_snorlax/snorlax.png" +hash = "13ccb44060ebef5b728add2b7885a0ff8cbafbcacf849e01e1a06e77564d97c9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0143_snorlax/snorlax_female.png" +hash = "13ccb44060ebef5b728add2b7885a0ff8cbafbcacf849e01e1a06e77564d97c9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0143_snorlax/snorlax_female_shiny.png" +hash = "abf473cd45bdd9cbcc98c9108c1f14eb688f3ef3466430689744c3c7ef7e5d24" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0143_snorlax/snorlax_shiny.png" +hash = "abf473cd45bdd9cbcc98c9108c1f14eb688f3ef3466430689744c3c7ef7e5d24" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0152_chikorita/chikorita.png" +hash = "335279c33086c033537c719de0589639aa7c2fcfcbeb07c5e09360d3437e3aa9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0152_chikorita/chikorita_female.png" +hash = "335279c33086c033537c719de0589639aa7c2fcfcbeb07c5e09360d3437e3aa9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0152_chikorita/chikorita_female_shiny.png" +hash = "5e9f64830728fb9ed408a49d8fa7c440fa1bcacbaf8e0d8ac41ad0a68c31da8e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0152_chikorita/chikorita_shiny.png" +hash = "5e9f64830728fb9ed408a49d8fa7c440fa1bcacbaf8e0d8ac41ad0a68c31da8e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0153_bayleef/bayleef.png" +hash = "ed2dce1370e0198419c24f88463d3d9137b8dd413d0c81831cfd5c816b8857b0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0153_bayleef/bayleef_female.png" +hash = "ed2dce1370e0198419c24f88463d3d9137b8dd413d0c81831cfd5c816b8857b0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0153_bayleef/bayleef_female_shiny.png" +hash = "645c124562d2c3a3ab3efaa4da722a27781e18f856f48d8ca7f8f0a817d1ebc4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0153_bayleef/bayleef_shiny.png" +hash = "645c124562d2c3a3ab3efaa4da722a27781e18f856f48d8ca7f8f0a817d1ebc4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0154_meganium/meganium.png" +hash = "fe9afe136e9a8281c5a08ecec4320c6f5464daf1ed41aa417d3b2e362bcd43ae" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0154_meganium/meganium_female.png" +hash = "fe9afe136e9a8281c5a08ecec4320c6f5464daf1ed41aa417d3b2e362bcd43ae" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0154_meganium/meganium_female_shiny.png" +hash = "c3a82dca3e4259178b2556ef84cadbc4f34a24538cf8cef298af86bfdf14050a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0154_meganium/meganium_shiny.png" +hash = "c3a82dca3e4259178b2556ef84cadbc4f34a24538cf8cef298af86bfdf14050a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0155_cyndaquil/cyndaquil.png" +hash = "199ed6ae8d0e36829e144eb8fecd6dfe2218f32140e33941edc2deefd760dd54" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0155_cyndaquil/cyndaquil_emissive.png" +hash = "54d1c36a1a729ff2bee42ac0c38e9d31ccdbd3127b70a7aa98905ee6dba22036" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0155_cyndaquil/cyndaquil_female.png" +hash = "199ed6ae8d0e36829e144eb8fecd6dfe2218f32140e33941edc2deefd760dd54" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0155_cyndaquil/cyndaquil_female_shiny.png" +hash = "084bf099d34d6511bce066fc6feef55a8f5568384adf42d0d67c81b69ae3f15d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0155_cyndaquil/cyndaquil_hisui_bias.png" +hash = "d5161cb76fd054e54aa4190347f8cc6cc353b096952e8aefd98d78155f968bb4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0155_cyndaquil/cyndaquil_hisui_bias_emissives.png" +hash = "f5f447adf7297672a6d50d65dff941d132a7cb083c4ee71c5764f42088331f13" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0155_cyndaquil/cyndaquil_hisui_bias_female.png" +hash = "d5161cb76fd054e54aa4190347f8cc6cc353b096952e8aefd98d78155f968bb4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0155_cyndaquil/cyndaquil_hisui_bias_female_shiny.png" +hash = "e0edb1c490232f1c72fe7c70ee57ecc63020d0ea6ffac166806001b3805b7be4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0155_cyndaquil/cyndaquil_hisui_bias_shiny.png" +hash = "e0edb1c490232f1c72fe7c70ee57ecc63020d0ea6ffac166806001b3805b7be4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0155_cyndaquil/cyndaquil_shiny.png" +hash = "084bf099d34d6511bce066fc6feef55a8f5568384adf42d0d67c81b69ae3f15d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0156_quilava/quilava.png" +hash = "13d4ce9292a19937b4bdb31ce117cd4bcedec372c5304fe66d69f319a14e2c28" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0156_quilava/quilava_emissive.png" +hash = "aacbb792027d7cda6c4b5d0ff82d2daac13e19f2924390f22117161150e2553a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0156_quilava/quilava_female.png" +hash = "13d4ce9292a19937b4bdb31ce117cd4bcedec372c5304fe66d69f319a14e2c28" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0156_quilava/quilava_female_shiny.png" +hash = "15040457d39aab79e9a5107049ed2ef75aa10eef9a71e16b328f231ddf666205" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0156_quilava/quilava_hisui_bias.png" +hash = "99b3c61a37597cb4f41f7fe0fa082fbee6f6d0b89cab075d157643203dc0b80a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0156_quilava/quilava_hisui_bias_emissives.png" +hash = "a5d436cb6fa9cbb182967bc46a40840d6de4cace241659248476af7734ab9f8b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0156_quilava/quilava_hisui_bias_female.png" +hash = "99b3c61a37597cb4f41f7fe0fa082fbee6f6d0b89cab075d157643203dc0b80a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0156_quilava/quilava_hisui_bias_female_shiny.png" +hash = "6df38ffd770ab0671fff47e2f8b6043160692549d196f055899f6263edbb4c72" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0156_quilava/quilava_hisui_bias_shiny.png" +hash = "6df38ffd770ab0671fff47e2f8b6043160692549d196f055899f6263edbb4c72" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0156_quilava/quilava_shiny.png" +hash = "15040457d39aab79e9a5107049ed2ef75aa10eef9a71e16b328f231ddf666205" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0157_typhlosion/typhlosion.png" +hash = "7f513d79d808c2e92764608c704493f07ceb8b1a0a92664180575bf648924b58" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0157_typhlosion/typhlosion_female.png" +hash = "7f513d79d808c2e92764608c704493f07ceb8b1a0a92664180575bf648924b58" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0157_typhlosion/typhlosion_female_shiny.png" +hash = "4105c0f64617c6c1b260145ce366546bd7c9f7d735c62315599f1a2e7eab65b1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0157_typhlosion/typhlosion_fire_emissive.png" +hash = "0268fcc815eccdae54923d1d58f1ff9fe7f2ef7d7f14f8bdad760045e6b2f5e5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0157_typhlosion/typhlosion_hisuian.png" +hash = "de2207f0a086e0178a4c297230ffe0801a3b831b5e9044a104aec927c0a7b8b3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0157_typhlosion/typhlosion_hisuian_emissive.png" +hash = "aa6ae1bbb42904563466638842f96d7c373d87da91aa9aebcccb80164fdb988b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0157_typhlosion/typhlosion_hisuian_female.png" +hash = "de2207f0a086e0178a4c297230ffe0801a3b831b5e9044a104aec927c0a7b8b3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0157_typhlosion/typhlosion_hisuian_female_shiny.png" +hash = "09b2be7d6f3d2d26ae13df1ddb51ebefa121f3053fcf455a3bdb002b572b300f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0157_typhlosion/typhlosion_hisuian_shiny.png" +hash = "09b2be7d6f3d2d26ae13df1ddb51ebefa121f3053fcf455a3bdb002b572b300f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0157_typhlosion/typhlosion_shiny.png" +hash = "4105c0f64617c6c1b260145ce366546bd7c9f7d735c62315599f1a2e7eab65b1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0158_totodile/totodile.png" +hash = "12e3f3eca2db4a2878fda2eca2c58d9f76d60baed50eb6319220b48319a4e7a4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0158_totodile/totodile_female.png" +hash = "12e3f3eca2db4a2878fda2eca2c58d9f76d60baed50eb6319220b48319a4e7a4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0158_totodile/totodile_female_shiny.png" +hash = "ea3350ab1d5c7c0ef7e8b0bf7aaee9b7f1c4b5c8619eee402ead46be405c2da4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0158_totodile/totodile_shiny.png" +hash = "ea3350ab1d5c7c0ef7e8b0bf7aaee9b7f1c4b5c8619eee402ead46be405c2da4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0159_croconaw/croconaw.png" +hash = "ee9b3f3da6c2de5ca275426c57da47d999165769e318ca5773c56e62fea2d994" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0159_croconaw/croconaw_female.png" +hash = "ee9b3f3da6c2de5ca275426c57da47d999165769e318ca5773c56e62fea2d994" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0159_croconaw/croconaw_female_shiny.png" +hash = "7aae605cdd96c459b767e59a981b1ff2b966144c2eb4c4cc3595349aab67eca6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0159_croconaw/croconaw_shiny.png" +hash = "7aae605cdd96c459b767e59a981b1ff2b966144c2eb4c4cc3595349aab67eca6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0160_feraligatr/feraligatr.png" +hash = "edf5fd7ded6b2857df82b787db971fd4b92f069380bd45c680df072a084bd93b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0160_feraligatr/feraligatr_female.png" +hash = "edf5fd7ded6b2857df82b787db971fd4b92f069380bd45c680df072a084bd93b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0160_feraligatr/feraligatr_female_shiny.png" +hash = "e96ec1e24362eaa14e8f1fac9ff5059c2cad323897d20fd864fdf5754195f9d7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0160_feraligatr/feraligatr_shiny.png" +hash = "e96ec1e24362eaa14e8f1fac9ff5059c2cad323897d20fd864fdf5754195f9d7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0175_togepi/togepi.png" +hash = "1e52267cf66772323d829afc2cfa4d95f65e75cfcc3215d22968d85b4edd83e9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0175_togepi/togepi_shiny.png" +hash = "95d8d5d7fd8cfee7840d0866ff631b75c91fbedc3b91358caa1f3f8df3f69054" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0176_togetic/togetic.png" +hash = "03d7c716d6b08b9018e5123337489f230098f692427f3c708289758a2504dd76" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0176_togetic/togetic_female.png" +hash = "002d9fb8dd39f7f3011b1b9c8a49ef493974f9ca08a9e4f2acb65a33eead9bdb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0176_togetic/togetic_female_shiny.png" +hash = "eea08273a69d1bf4c703b22cd065a0b4fd1665ebc1b065a897dac3103c8c84d1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0176_togetic/togetic_shiny.png" +hash = "082f7010a4f01740e55bedb7bebe479edd46fdbcf26f50137b807514dcbb1882" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0196_espeon/espeon.png" +hash = "5cea0f16503db30cfd832972dc9071522589a79e13c464d1193faa6fbf23a84c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0196_espeon/espeon_emissive.png" +hash = "422c2558b9687e102e0f4a024df919aae4cf75c7e6db51f91e9c6c7c2a9c714c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0196_espeon/espeon_female.png" +hash = "5cea0f16503db30cfd832972dc9071522589a79e13c464d1193faa6fbf23a84c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0196_espeon/espeon_female_shiny.png" +hash = "ded59df850ef9c89b49c369c2aec6e1b0e6caa528c9b0516ce0dfa7240996da6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0196_espeon/espeon_shiny.png" +hash = "ded59df850ef9c89b49c369c2aec6e1b0e6caa528c9b0516ce0dfa7240996da6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0197_umbreon/umbreon.png" +hash = "828c66586a00795236a7cf6cb1174da1d1fe5d4cef8af7d2a8440d741b8b95a1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0197_umbreon/umbreon_emissive.png" +hash = "8ce99d9cf697f25e190e1b1864cc77d9f581e4b6d952f7eaaaa3368e170ae22e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0197_umbreon/umbreon_female.png" +hash = "828c66586a00795236a7cf6cb1174da1d1fe5d4cef8af7d2a8440d741b8b95a1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0197_umbreon/umbreon_female_shiny.png" +hash = "856ab2272b4926342d6833e34a92844e1d1724230c18702d99d9eb4b27d26e78" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0197_umbreon/umbreon_shiny.png" +hash = "856ab2272b4926342d6833e34a92844e1d1724230c18702d99d9eb4b27d26e78" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0197_umbreon/umbreon_shiny_emissive.png" +hash = "f806ab27ddda92edd014ad538363c2bc53ac9070c988f61b994aeed88252cd5a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0243_raikou/raikou.png" +hash = "4ae3e568c45ded432c8213aa7e3962ce734a5c4f15d4a8e04127be52193008e5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0243_raikou/raikou_shiny.png" +hash = "87a1ce7f88825d723c12e5b90af5edeef947638c8a3265994281d6b1323da162" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0244_entei/entei.png" +hash = "c575cfb28c7c6eb66b0fae29da91b5f6f67954860a8f64fd489899de3933418a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0244_entei/entei_shiny.png" +hash = "b672bb27b31c15fda0276bef3cae6eaf306ad31780926edf35d13c0e6896e23e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0245_suicune/suicune.png" +hash = "613e3c660b2f9cab90162bd814b73b0b07d1c096b1a1728195aebc62f4387d56" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0245_suicune/suicune_shiny.png" +hash = "62040d8c57e571994428befbe732f4906e0891b76f4728a553124ae7a214674b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0252_treecko/treecko.png" +hash = "bd67fbcd4855079e7140d45c681d110ec1f5363879a43109c3f202bd4af25a17" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0252_treecko/treecko_female.png" +hash = "bd67fbcd4855079e7140d45c681d110ec1f5363879a43109c3f202bd4af25a17" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0252_treecko/treecko_female_shiny.png" +hash = "42746046a8b72243b2dde5f252142b50132592ec4b06b540485a85722b093145" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0252_treecko/treecko_shiny.png" +hash = "42746046a8b72243b2dde5f252142b50132592ec4b06b540485a85722b093145" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0253_grovyle/grovyle.png" +hash = "c1ddb41e59e5dcd67315018a4d884d9f828778ec59591adffcb17dad11129056" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0253_grovyle/grovyle_female.png" +hash = "c1ddb41e59e5dcd67315018a4d884d9f828778ec59591adffcb17dad11129056" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0253_grovyle/grovyle_female_shiny.png" +hash = "fbd08e76e13f271de68c25920b1ad49b21ff60beb702066901d494b6ae4ca621" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0253_grovyle/grovyle_shiny.png" +hash = "fbd08e76e13f271de68c25920b1ad49b21ff60beb702066901d494b6ae4ca621" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0254_sceptile/sceptile.png" +hash = "af2fcf70cec08d45f862acc2a1b33de847e12babe6a2bf496337e80e63279322" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0254_sceptile/sceptile_emissive.png" +hash = "58b388c3d967b508aa24f96109951971be3043a1d3ee2201264e898d59477ce9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0254_sceptile/sceptile_female.png" +hash = "af2fcf70cec08d45f862acc2a1b33de847e12babe6a2bf496337e80e63279322" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0254_sceptile/sceptile_female_shiny.png" +hash = "3085f5e93a67a53ab43c1b4c856dd8bebd1ab63e9765c25a404140cef5416206" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0254_sceptile/sceptile_shiny.png" +hash = "3085f5e93a67a53ab43c1b4c856dd8bebd1ab63e9765c25a404140cef5416206" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0254_sceptile/sceptile_shiny_emissive.png" +hash = "8158bb5055c1bc6401709a813caf1d7fd483bb6f27b3830167ebcd5dceb673af" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0255_torchic/torchic.png" +hash = "feec73d1e7e56abd48fb9cc0a22beb38fef114bdad9b993cb1cb3dbcaef175d3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0255_torchic/torchic_female.png" +hash = "feec73d1e7e56abd48fb9cc0a22beb38fef114bdad9b993cb1cb3dbcaef175d3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0255_torchic/torchic_female_shiny.png" +hash = "b4d4c1c3d0fd7e6ebcc62045f19f5d49c319740a03d88decf9b9ddc56b1877c4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0255_torchic/torchic_shiny.png" +hash = "b4d4c1c3d0fd7e6ebcc62045f19f5d49c319740a03d88decf9b9ddc56b1877c4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0256_combusken/combusken.png" +hash = "da060395f557beb2e94e76d56c0229a6cff49b0c0b43b6c684e49fb4b7d5d30b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0256_combusken/combusken_female.png" +hash = "da060395f557beb2e94e76d56c0229a6cff49b0c0b43b6c684e49fb4b7d5d30b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0256_combusken/combusken_female_shiny.png" +hash = "ae6fb64186aa836f60be81fac708428baae3b7d7fe0a391a39f5d953dea7c5d6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0256_combusken/combusken_shiny.png" +hash = "ae6fb64186aa836f60be81fac708428baae3b7d7fe0a391a39f5d953dea7c5d6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0257_blaziken/blaziken.png" +hash = "6b53f7e82a92d969ead69ce3aedd7b92b3ff8d4994ebbf48def08228fa39c762" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0257_blaziken/blaziken_female.png" +hash = "6b53f7e82a92d969ead69ce3aedd7b92b3ff8d4994ebbf48def08228fa39c762" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0257_blaziken/blaziken_female_shiny.png" +hash = "3e1b196fb89cfcf52f9c056228c1b7b9ab4ac769b935fede52257cabc996f231" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0257_blaziken/blaziken_shiny.png" +hash = "3e1b196fb89cfcf52f9c056228c1b7b9ab4ac769b935fede52257cabc996f231" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0258_mudkip/mudkip.png" +hash = "5beddba6cdb81a01dd2584eb030f478613cfabf30b372654fd6782563d5b9cf2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0258_mudkip/mudkip_female.png" +hash = "5beddba6cdb81a01dd2584eb030f478613cfabf30b372654fd6782563d5b9cf2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0258_mudkip/mudkip_female_shiny.png" +hash = "42918cbb30fc762eb906f0d333e93b087f82f60f1e110ea9a56716ccd196cb44" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0258_mudkip/mudkip_shiny.png" +hash = "42918cbb30fc762eb906f0d333e93b087f82f60f1e110ea9a56716ccd196cb44" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0259_marshtomp/marshtomp.png" +hash = "d44d552b6166e267c8a9f2958b1036c8f9c8eb4009c7c1127736cb416008b0a8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0259_marshtomp/marshtomp_female.png" +hash = "d44d552b6166e267c8a9f2958b1036c8f9c8eb4009c7c1127736cb416008b0a8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0259_marshtomp/marshtomp_female_shiny.png" +hash = "1d0d4a5e745891c510e8c288b6ff6aa828af6412f69146e4ea5974bd998b6ee7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0259_marshtomp/marshtomp_shiny.png" +hash = "1d0d4a5e745891c510e8c288b6ff6aa828af6412f69146e4ea5974bd998b6ee7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0260_swampert/swampert.png" +hash = "5c3ff27018831f53072823a741f5dae2c5da617bcf4e1d3a74793ef72e9045e6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0260_swampert/swampert_female.png" +hash = "5c3ff27018831f53072823a741f5dae2c5da617bcf4e1d3a74793ef72e9045e6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0260_swampert/swampert_female_shiny.png" +hash = "7f17a4aae51e114f6e6da62bc76e539360990ed505204d027b45136ce1086a36" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0260_swampert/swampert_shiny.png" +hash = "7f17a4aae51e114f6e6da62bc76e539360990ed505204d027b45136ce1086a36" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0345_lileep/lileep.png" +hash = "628db508019e20d8b99728825af2b021943d09a15a14e322ffa4aa2887893d66" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0345_lileep/lileep_female.png" +hash = "628db508019e20d8b99728825af2b021943d09a15a14e322ffa4aa2887893d66" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0345_lileep/lileep_female_shiny.png" +hash = "f8675e012f97d57391a3d6fa98b057d5ff4194a7e7e92ec2fc6fa2f18d517996" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0345_lileep/lileep_shiny.png" +hash = "f8675e012f97d57391a3d6fa98b057d5ff4194a7e7e92ec2fc6fa2f18d517996" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0346_cradily/cradily.png" +hash = "2bd3a8e131914ce774a110dd5d0de4e337e0e5c62c2aab15c3ad36978a49571e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0346_cradily/cradily_female.png" +hash = "2bd3a8e131914ce774a110dd5d0de4e337e0e5c62c2aab15c3ad36978a49571e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0346_cradily/cradily_female_shiny.png" +hash = "f84b0bdfd050838453f2359d6adf4e410c8959422daf6359a23579d820acfada" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0346_cradily/cradily_shiny.png" +hash = "f84b0bdfd050838453f2359d6adf4e410c8959422daf6359a23579d820acfada" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0347_anorith/anorith.png" +hash = "83b9ad5b2a7a1d4d1ecf001b2983f00099038e89f5ef0dd74f1d964138cf51b8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0347_anorith/anorith_female.png" +hash = "83b9ad5b2a7a1d4d1ecf001b2983f00099038e89f5ef0dd74f1d964138cf51b8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0347_anorith/anorith_female_shiny.png" +hash = "ca18ba41df872221e7ec38c34d534dabf90c2cfbd91327698b092da57e45e5fc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0347_anorith/anorith_shiny.png" +hash = "ca18ba41df872221e7ec38c34d534dabf90c2cfbd91327698b092da57e45e5fc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0348_armaldo/armaldo.png" +hash = "461584b89bd018c04e60e52d63e538ac7b151ac9ac06f2c6d857aaa1aefd09b3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0348_armaldo/armaldo_female.png" +hash = "461584b89bd018c04e60e52d63e538ac7b151ac9ac06f2c6d857aaa1aefd09b3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0348_armaldo/armaldo_female_shiny.png" +hash = "bbe443b87c996a728ec955ab4d8cc8e94b5cf090670aaddd429c21de46d7c81f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0348_armaldo/armaldo_shiny.png" +hash = "bbe443b87c996a728ec955ab4d8cc8e94b5cf090670aaddd429c21de46d7c81f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0369_relicanth/relicanth.png" +hash = "34797c0ecd6d5e956c78972da5fba0b9d618c42aac7881f1f767c724507f13ba" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0369_relicanth/relicanth_emissive.png" +hash = "83cec9b2b881cad0b245a46909cf8022e1e32a4568edd7324172fe4e21b2945d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0369_relicanth/relicanth_emissive_shiny.png" +hash = "ea1c10e18c221e0fcf7b4c9516b66add069bd5ccc49447c3d67e53e5133643fb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0369_relicanth/relicanth_female.png" +hash = "34797c0ecd6d5e956c78972da5fba0b9d618c42aac7881f1f767c724507f13ba" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0369_relicanth/relicanth_female_shiny.png" +hash = "b8041ed54db65bdbab891ed7c2893aed4e994402167bc87aeba9081d701a4151" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0369_relicanth/relicanth_shiny.png" +hash = "b8041ed54db65bdbab891ed7c2893aed4e994402167bc87aeba9081d701a4151" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0377_regirock/regirock.png" +hash = "0a9754d1f4c3dccf5358eafcb65e5e01812fb8febd272d4dfbbe73112b5cf4ce" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0377_regirock/regirock_shiny.png" +hash = "0dd592d0df7cb864d14d7e3c489766b8449be4e994494171a832d99cbbdfd91b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0378_regice/regice.png" +hash = "8017fd9ac702e32b263dfd407a59b01ff6d725777000c1d8fb74bf6c216e1ed0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0378_regice/regice_shiny.png" +hash = "c54c826dd12b080471f57ecbb88b9a33bfebf92acd58a20984af4f5540871a53" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0379_registeel/registeel.png" +hash = "8e12e0bad63f33c10d2b03a6e3841ecb7401faedb4828d32989def953cb0e2b9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0379_registeel/registeel_shiny.png" +hash = "15fa1cac88a8de4dd43f3e510d697c0bc4d0a9b915121666157e009e3c2e26da" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0385_jirachi/jirachi.png" +hash = "fb4719252a258f640870cc6069b1ceffb5859ef8de26d3e1163e100623a23499" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0385_jirachi/jirachi_shiny.png" +hash = "0815c31c77aa93d06a0090e57474e4a9e6ec75c3fd9c4c9ed9022b512d497b32" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0387_turtwig/turtwig.png" +hash = "eed0b89087190d868067dccadca062169330b1a3cdd76b0fac446db1163f5a0f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0387_turtwig/turtwig_female.png" +hash = "eed0b89087190d868067dccadca062169330b1a3cdd76b0fac446db1163f5a0f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0387_turtwig/turtwig_female_shiny.png" +hash = "6d8d96d7c2ba6f571671fced5f956221e27e11ca7239f18a697cec662b55993e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0387_turtwig/turtwig_shiny.png" +hash = "6d8d96d7c2ba6f571671fced5f956221e27e11ca7239f18a697cec662b55993e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0388_grotle/grotle.png" +hash = "5b727035dbb962a113dc074a4a649e3d582a5ce77a57318fabe083737e489902" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0388_grotle/grotle_female.png" +hash = "5b727035dbb962a113dc074a4a649e3d582a5ce77a57318fabe083737e489902" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0388_grotle/grotle_female_shiny.png" +hash = "d05d3e5c9e7a804f4d59b5ef7bc1cefe1ceca3be2b9d689ce9c69317591edd53" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0388_grotle/grotle_shiny.png" +hash = "d05d3e5c9e7a804f4d59b5ef7bc1cefe1ceca3be2b9d689ce9c69317591edd53" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0389_torterra/torterra.png" +hash = "e8874d2c013d642e9074ba00d5c3df85d9987052e543bfc6afcd9c97bfb45dd0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0389_torterra/torterra_female.png" +hash = "e8874d2c013d642e9074ba00d5c3df85d9987052e543bfc6afcd9c97bfb45dd0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0389_torterra/torterra_female_shiny.png" +hash = "ead8dda4626d0ce26bd6c764a47844b61cb68e3a22f96f2ac83eb6957eb947fc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0389_torterra/torterra_shiny.png" +hash = "ead8dda4626d0ce26bd6c764a47844b61cb68e3a22f96f2ac83eb6957eb947fc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0390_chimchar/chimchar.png" +hash = "250d1663aca76355e77e47061209619ca7128da7c50ef11ca4220120fd84f952" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0390_chimchar/chimchar_emissive.png" +hash = "6b788df13555762c68e8a774db3601aa9c7bfb48d73196c72632dc7ccb68add4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0390_chimchar/chimchar_female.png" +hash = "250d1663aca76355e77e47061209619ca7128da7c50ef11ca4220120fd84f952" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0390_chimchar/chimchar_female_shiny.png" +hash = "6d1f008c1fe0089e370bc64f976004b1e8d9373480d147fd5a14fde43ffecb62" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0390_chimchar/chimchar_shiny.png" +hash = "6d1f008c1fe0089e370bc64f976004b1e8d9373480d147fd5a14fde43ffecb62" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0391_monferno/monferno.png" +hash = "1c2163635a6d64583fc59a90daf9f837d25860355283ce065e48087856e8e6c3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0391_monferno/monferno_emissive.png" +hash = "82c6a5240fe65c939ae5c362df3c16d7d32566c8b62e5a0fcab6ca34b82b183b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0391_monferno/monferno_female.png" +hash = "1c2163635a6d64583fc59a90daf9f837d25860355283ce065e48087856e8e6c3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0391_monferno/monferno_female_shiny.png" +hash = "4f1923ab5940f2fd1c47e2ef5fcc8effac47c361ff140be90f3a581f301285a5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0391_monferno/monferno_shiny.png" +hash = "4f1923ab5940f2fd1c47e2ef5fcc8effac47c361ff140be90f3a581f301285a5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0392_infernape/infernape.png" +hash = "2fae8be8f55f2aaf52115c508e1aa416de6afe7d1aba3dfbcaf68758c5e29ddf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0392_infernape/infernape_emissive.png" +hash = "69a77d122b6fc213592ddfd97995824c5c6a0e91e00562566c6e1fc302835fa1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0392_infernape/infernape_female.png" +hash = "2fae8be8f55f2aaf52115c508e1aa416de6afe7d1aba3dfbcaf68758c5e29ddf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0392_infernape/infernape_female_shiny.png" +hash = "4cece4a34f30a31858e683a4acacabb60e844b95d764722843baf44632b79ad4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0392_infernape/infernape_shiny.png" +hash = "4cece4a34f30a31858e683a4acacabb60e844b95d764722843baf44632b79ad4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0393_piplup/piplup.png" +hash = "fbefdeda19a486089f5a8701f1e9069eab1b7b7900b9de4f1cb0db4ce2963013" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0393_piplup/piplup_female.png" +hash = "fbefdeda19a486089f5a8701f1e9069eab1b7b7900b9de4f1cb0db4ce2963013" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0393_piplup/piplup_female_shiny.png" +hash = "f01a2be6a0a72a43cbcbe062b6c6dc87a33cd73e9325133dd5e57336cdf6382e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0393_piplup/piplup_shiny.png" +hash = "f01a2be6a0a72a43cbcbe062b6c6dc87a33cd73e9325133dd5e57336cdf6382e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0394_prinplup/prinplup.png" +hash = "80c2061b6afb2b0174f74b2105d16aa921829b327abcb109632e21a86d6baffb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0394_prinplup/prinplup_female.png" +hash = "80c2061b6afb2b0174f74b2105d16aa921829b327abcb109632e21a86d6baffb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0394_prinplup/prinplup_female_shiny.png" +hash = "1e6e707751f9ddcab5186ce43040339dd31e2386201efe471f11c8dc4e6f2e86" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0394_prinplup/prinplup_shiny.png" +hash = "1e6e707751f9ddcab5186ce43040339dd31e2386201efe471f11c8dc4e6f2e86" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0395_empoleon/empoleon.png" +hash = "493e263fae4bb30fbc5aa09793161f28fccc4e6ed3d5bb93abeb99fceaf5b5af" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0395_empoleon/empoleon_female.png" +hash = "493e263fae4bb30fbc5aa09793161f28fccc4e6ed3d5bb93abeb99fceaf5b5af" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0395_empoleon/empoleon_female_shiny.png" +hash = "2b38c04d63709ea983924a20c2d766ba3ab381ab1a59b5f96100ef19c9064d20" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0395_empoleon/empoleon_shiny.png" +hash = "2b38c04d63709ea983924a20c2d766ba3ab381ab1a59b5f96100ef19c9064d20" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0408_cranidos/cranidos.png" +hash = "bd85723f34c40b63ba8d666e866a035439e6cb86aaa9a106c297ab540cc1eb85" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0408_cranidos/cranidos_female.png" +hash = "bd85723f34c40b63ba8d666e866a035439e6cb86aaa9a106c297ab540cc1eb85" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0408_cranidos/cranidos_female_shiny.png" +hash = "a860d00bc44c782ff5a91134138d82fbcf35c7c6152778c1872c0a6a9db836ca" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0408_cranidos/cranidos_shiny.png" +hash = "a860d00bc44c782ff5a91134138d82fbcf35c7c6152778c1872c0a6a9db836ca" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0409_rampardos/rampardos.png" +hash = "4e409cb0bcdac466af43010dadab31280cf54dfdf2fe6a0468cff66a0175b621" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0409_rampardos/rampardos_female.png" +hash = "4e409cb0bcdac466af43010dadab31280cf54dfdf2fe6a0468cff66a0175b621" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0409_rampardos/rampardos_female_shiny.png" +hash = "db330bce6cde4f3200ae65dac103d27bf1ef63f736256e6d1b8b721db443d4ba" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0409_rampardos/rampardos_shiny.png" +hash = "db330bce6cde4f3200ae65dac103d27bf1ef63f736256e6d1b8b721db443d4ba" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0410_shieldon/shieldon.png" +hash = "244b0053cab6270d2508617e22b8017745c6d15a2c08e9b29a50326d5c776dc4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0410_shieldon/shieldon_female.png" +hash = "244b0053cab6270d2508617e22b8017745c6d15a2c08e9b29a50326d5c776dc4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0410_shieldon/shieldon_female_shiny.png" +hash = "c5b82e8c0a2a2376f4e5bce5f3848dc21b3d3fab9355b7f5c336336828d3cd99" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0410_shieldon/shieldon_shiny.png" +hash = "c5b82e8c0a2a2376f4e5bce5f3848dc21b3d3fab9355b7f5c336336828d3cd99" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0411_bastiodon/bastiodon.png" +hash = "c733e50393331ab45a45a782c56925a838408ae7744ef4c31c489da4f6581548" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0411_bastiodon/bastiodon_female.png" +hash = "c733e50393331ab45a45a782c56925a838408ae7744ef4c31c489da4f6581548" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0411_bastiodon/bastiodon_female_shiny.png" +hash = "ad92ac1138d34b43db70eb43b160560c688506e9ff35c447ba73f232240e2be7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0411_bastiodon/bastiodon_shiny.png" +hash = "ad92ac1138d34b43db70eb43b160560c688506e9ff35c447ba73f232240e2be7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0415_combee/combee.png" +hash = "399c446d4504860c62de22ffd614f6a7059655cb2a6bf4470b5d45bea86a4efa" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0415_combee/combee_female.png" +hash = "399c446d4504860c62de22ffd614f6a7059655cb2a6bf4470b5d45bea86a4efa" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0415_combee/combee_female_shiny.png" +hash = "e8007b9944a7759636e7ba83855b0d74f7f2663350df916f2f0e153fa123e718" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0415_combee/combee_shiny.png" +hash = "e8007b9944a7759636e7ba83855b0d74f7f2663350df916f2f0e153fa123e718" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0446_munchlax/munchlax.png" +hash = "1e2cfac65531f48e9be8e1dd6cb84e8c92bd5f2f05fe0a84564d2085e6f2f42b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0446_munchlax/munchlax_female.png" +hash = "1e2cfac65531f48e9be8e1dd6cb84e8c92bd5f2f05fe0a84564d2085e6f2f42b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0446_munchlax/munchlax_female_shiny.png" +hash = "171c4f8a6a91f2c5308b24d4063bd1e0b4e858402c364b4c1e2bad6ba8fc7882" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0446_munchlax/munchlax_shiny.png" +hash = "171c4f8a6a91f2c5308b24d4063bd1e0b4e858402c364b4c1e2bad6ba8fc7882" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0447_riolu/riolu.png" +hash = "f13ff5a4a749b8b9d2d2d736d14b09dba34bb02f75e460d7aec9010b6d0b37fc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0447_riolu/riolu_female.png" +hash = "f13ff5a4a749b8b9d2d2d736d14b09dba34bb02f75e460d7aec9010b6d0b37fc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0447_riolu/riolu_female_shiny.png" +hash = "59f79dc9dcf4bacc79422ce8500d68a39a4dba63f7b62388c0c242ec1ad0dfc7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0447_riolu/riolu_shiny.png" +hash = "59f79dc9dcf4bacc79422ce8500d68a39a4dba63f7b62388c0c242ec1ad0dfc7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0448_lucario/lucario.png" +hash = "6a74b42fa8a98610d23e04df74cc0d29f65fa1b3be4bb9f1333811dbed41afd7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0448_lucario/lucario_female.png" +hash = "6a74b42fa8a98610d23e04df74cc0d29f65fa1b3be4bb9f1333811dbed41afd7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0448_lucario/lucario_female_shiny.png" +hash = "1c0e5bd26d0171a4e8b7955fd8bfc3e33d5ad0621cd6b19ec9cb669bec26d2fe" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0448_lucario/lucario_shiny.png" +hash = "1c0e5bd26d0171a4e8b7955fd8bfc3e33d5ad0621cd6b19ec9cb669bec26d2fe" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0468_togekiss/togekiss.png" +hash = "616b32740a1d0e848a0acafdc89dff48003395831487a2ed36c3c3ae679b8155" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0468_togekiss/togekiss_female.png" +hash = "725fac90f339ab4b3606977f9f41a464fd715921b601ef707a287751bc12cccf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0468_togekiss/togekiss_female_shiny.png" +hash = "66ecc7b1e3485e97455e64bb9957bc12dded745e34408c1895103164e78daf97" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0468_togekiss/togekiss_shiny.png" +hash = "b3acd4ca2dec14689383f7fdf1200271123c8574171d0b052c8ac8f1caf014bb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0470_leafeon/leafeon.png" +hash = "6ba09eb7ed921b6f923ea3508e0b8b51e6e07310bb519a419862fb215a6f3aea" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0470_leafeon/leafeon_female.png" +hash = "6ba09eb7ed921b6f923ea3508e0b8b51e6e07310bb519a419862fb215a6f3aea" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0470_leafeon/leafeon_female_shiny.png" +hash = "e13d28f5cbe334f9a6c8fa29fd4db446b3ea3b32786a71a0d49525c632e087ad" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0470_leafeon/leafeon_shiny.png" +hash = "e13d28f5cbe334f9a6c8fa29fd4db446b3ea3b32786a71a0d49525c632e087ad" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0471_glaceon/glaceon.png" +hash = "b9c6d737d506b561303bb00e15bcb57793b9cb970dce9898c77edf943ef2c3b5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0471_glaceon/glaceon_female.png" +hash = "b9c6d737d506b561303bb00e15bcb57793b9cb970dce9898c77edf943ef2c3b5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0471_glaceon/glaceon_female_shiny.png" +hash = "4276642123d5e5568e91cff7f9e629d34ec1fba373036a4d2f751111d9a063e2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0471_glaceon/glaceon_shiny.png" +hash = "4276642123d5e5568e91cff7f9e629d34ec1fba373036a4d2f751111d9a063e2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0480_uxie/uxie.png" +hash = "2fb843dc9f3379ab38dccf33e2c1ab4f647a450c395aa543aa890235a164da24" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0480_uxie/uxie_shiny.png" +hash = "a58a5d75d8034c5b2aded18bac64c596245786f23980b1eba6cd2fa100a86c9a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0481_mesprit/mesprit.png" +hash = "6fd9ebc32bf66a5c022ab42266274b88d77a7b422f4b75aede76a680ba7e470f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0481_mesprit/mesprit_shiny.png" +hash = "d35f12987af81db0ad7c16370ed5a20c8d8a9ff5d3ec0c43642bd7c5515219cf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0482_azelf/azelf.png" +hash = "f84f2e3c5a4f782347d0d189facae55dce62c67c712e12914287814500c4d85d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0482_azelf/azelf_shiny.png" +hash = "6e0dbaa0cd129faa227ed7f82d84f9a071d598228695dffcd5480f050ef58883" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0483_dialga/dialga.png" +hash = "04f1d1f9656f8b8b07cd26f251250a93bc2d12401ee7c124f6d4d4c373823dca" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0483_dialga/dialga_shiny.png" +hash = "63a789798a9ef5da290ce21f27565bf4a3ff832717c0860f84e91cad445f5218" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0484_palkia/palkia.png" +hash = "119222a184b62615049aba546b79932d967614b782302bc83784d6e1f03a19e9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0484_palkia/palkia_origin.png" +hash = "5142731d550c6d33d09c77fb3c8c1cb4eabd4481c1c0a402676077dd9c7891ef" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0484_palkia/palkia_origin_shiny.png" +hash = "181262e24065a65809bcb156aa05e2bea0822102d22aedb1addf26ce9c0dc3f6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0484_palkia/palkia_shiny.png" +hash = "26ba6d1483a7eee60643ebfa345bf4909bc180920a936260c6980c2eea180798" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0485_heatran/heatran.png" +hash = "4843f1dafcdbc36f75b89ebc58932e41f040dae450d85adcf4f327dfd231d2d8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0485_heatran/heatran_shiny.png" +hash = "10acb091d6318a5e144f354ea6cc5d31babc4ac294aaba610262895e039f6c09" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0486_regigigas/regigigas.png" +hash = "91227fcc26f8efc547026b51f12b890852b1dbc1a83c7c6db8f516cb15fd5c16" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0486_regigigas/regigigas_shiny.png" +hash = "0349b4f4c4d398c7d00cdb3e36d3176d2dd0558689bededdf65a7c5089a9a849" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0487_giratina/giratina.png" +hash = "3ee2a330b3f3e33d70467409cab6a8575fc9cc93f706be5a7bb7afa40f2bd18b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0487_giratina/giratina_shiny.png" +hash = "a5f43fa356de0d42c72a46f5bdc733e6b0ab4c0c752f5b3f614c57fb2b902f26" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0494_victini/victini.png" +hash = "5a3b8de4e613994780ba2533087ed59544e195d42ea6f8d1b99df38ab3310259" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0494_victini/victini_shiny.png" +hash = "2c4e90a3c92b5a71818946e23f01c7bbf77c7d39ff4284b59fdf1b9c315318f3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0495_snivy/snivy.png" +hash = "1ae86a340ae2c55ca2f6a29a524328a2aad7807cc66e68fc4f6069c2d60885df" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0495_snivy/snivy_female.png" +hash = "1ae86a340ae2c55ca2f6a29a524328a2aad7807cc66e68fc4f6069c2d60885df" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0495_snivy/snivy_female_shiny.png" +hash = "8e45b121871e1f60d22f14e37bc5fbfe78962f8a2ea1f7e238b99a055b1a7182" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0495_snivy/snivy_shiny.png" +hash = "8e45b121871e1f60d22f14e37bc5fbfe78962f8a2ea1f7e238b99a055b1a7182" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0496_servine/servine.png" +hash = "5d1f08ff835caebe7833f55391d42db4c9771a6a3e9157974cae3c27ca201281" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0496_servine/servine_female.png" +hash = "5d1f08ff835caebe7833f55391d42db4c9771a6a3e9157974cae3c27ca201281" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0496_servine/servine_female_shiny.png" +hash = "d91352f675bd6726e7d7a6b7b506fbf09e3a77e8f7c1aea4baff3ad1b3f062d2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0496_servine/servine_shiny.png" +hash = "d91352f675bd6726e7d7a6b7b506fbf09e3a77e8f7c1aea4baff3ad1b3f062d2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0497_serperior/serperior.png" +hash = "256df9b90af310b9547dbe083dc991698e48d243c334e24268d060d3464cefa2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0497_serperior/serperior_female.png" +hash = "256df9b90af310b9547dbe083dc991698e48d243c334e24268d060d3464cefa2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0497_serperior/serperior_female_shiny.png" +hash = "d53da2b149341bdf9f2672ff17ab4a2534e4b897534e13868018e566dc3b5136" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0497_serperior/serperior_shiny.png" +hash = "d53da2b149341bdf9f2672ff17ab4a2534e4b897534e13868018e566dc3b5136" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0498_tepig/tepig.png" +hash = "fc6643db602f750c3e2e57db0e09a59bc73e3e28929878f924180a1ccb46681b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0498_tepig/tepig_female.png" +hash = "fc6643db602f750c3e2e57db0e09a59bc73e3e28929878f924180a1ccb46681b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0498_tepig/tepig_female_shiny.png" +hash = "a1a78c343a6c81cd6989288e3c3e0d87c078e235fd5193501ceda275ba48d5f3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0498_tepig/tepig_shiny.png" +hash = "a1a78c343a6c81cd6989288e3c3e0d87c078e235fd5193501ceda275ba48d5f3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0499_pignite/pignite.png" +hash = "4cbb8f75d0318a7cf97b75cb848c3b77b935024827d3953a0404011708106620" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0499_pignite/pignite_female.png" +hash = "4cbb8f75d0318a7cf97b75cb848c3b77b935024827d3953a0404011708106620" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0499_pignite/pignite_female_shiny.png" +hash = "77f689a179bec2fc80e79c41fd41079ae911b1235b96023b0efa6e1ae68c28ef" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0499_pignite/pignite_shiny.png" +hash = "77f689a179bec2fc80e79c41fd41079ae911b1235b96023b0efa6e1ae68c28ef" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0500_emboar/emboar.png" +hash = "033ab0805c18393453446cb294aa7c18a817a2ac6f944fe908ad513a5d140813" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0500_emboar/emboar_female.png" +hash = "033ab0805c18393453446cb294aa7c18a817a2ac6f944fe908ad513a5d140813" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0500_emboar/emboar_female_shiny.png" +hash = "f94e7a6e52b170cd5ba1d32bef3f7a87ab9a055f5c284e9d91cf41706970aaa8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0500_emboar/emboar_shiny.png" +hash = "f94e7a6e52b170cd5ba1d32bef3f7a87ab9a055f5c284e9d91cf41706970aaa8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0500_emboar/flame/emboar1.png" +hash = "84170077cf80c548ffaeaf5102babae0e125112bf6f375aa7fc4f36e6d8b7048" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0500_emboar/flame/emboar2.png" +hash = "85d82a671e908eea49feda220f8190f1713a043e1bc311f99b058806268930f0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0500_emboar/flame/emboar3.png" +hash = "f1093b25ec19374f4dcdf50be2ea4e5db9263313ace2a864ae34e7e35e949d45" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0500_emboar/flame/emboar_shiny1.png" +hash = "b358e1a65acaacb78b99057c100be5b2e7f0820dfb372fc8b408a7e128ddcb6c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0500_emboar/flame/emboar_shiny2.png" +hash = "91053b5bf01b242fb873f6f0a31b4bd0a6bfb6d2e9c18dc8584bbf8607f1432d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0500_emboar/flame/emboar_shiny3.png" +hash = "9480fbcf637b5bb2887d405e4812e98ed4126bcb2437d94ffe8877af0999138c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0501_oshawott/oshawott.png" +hash = "267c6a9d29f11e67a8358c0dadc0796d27610755c748bae5bee89fa6bb3a6402" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0501_oshawott/oshawott_female.png" +hash = "267c6a9d29f11e67a8358c0dadc0796d27610755c748bae5bee89fa6bb3a6402" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0501_oshawott/oshawott_female_shiny.png" +hash = "2adfebcb804cab3a88508da74a45de6a03cd80475cc656e7b3be2df339942b55" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0501_oshawott/oshawott_hisui_bias.png" +hash = "0e65f0784920f37a455e6a663d1c0ccd89f4c59dba05c2370443a5c2babdee0f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0501_oshawott/oshawott_hisui_bias_female.png" +hash = "0e65f0784920f37a455e6a663d1c0ccd89f4c59dba05c2370443a5c2babdee0f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0501_oshawott/oshawott_hisui_bias_female_shiny.png" +hash = "103ffaca8c338a9f0487dda208a5a7e32d2b3d26ad107031fe1b8cc357c2d0aa" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0501_oshawott/oshawott_hisui_bias_shiny.png" +hash = "103ffaca8c338a9f0487dda208a5a7e32d2b3d26ad107031fe1b8cc357c2d0aa" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0501_oshawott/oshawott_shiny.png" +hash = "2adfebcb804cab3a88508da74a45de6a03cd80475cc656e7b3be2df339942b55" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0502_dewott/dewott.png" +hash = "c8bd4aeaa3d5f527e9ead45879e5873458c2f12f170372e1be5fa9fd18ccf1fe" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0502_dewott/dewott_female.png" +hash = "c8bd4aeaa3d5f527e9ead45879e5873458c2f12f170372e1be5fa9fd18ccf1fe" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0502_dewott/dewott_female_shiny.png" +hash = "762f2dab6acde3aa49814be855de2409314cb2ecdb02394eea3716af5458f73a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0502_dewott/dewott_hisui_bias.png" +hash = "51fde6551701ca13a32cf46dc486cb7f2cf6e93ee3f98b752d2e5cdd72d2a3be" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0502_dewott/dewott_hisui_bias_female.png" +hash = "51fde6551701ca13a32cf46dc486cb7f2cf6e93ee3f98b752d2e5cdd72d2a3be" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0502_dewott/dewott_hisui_bias_female_shiny.png" +hash = "dbd11bfca88b6c9783baf9285d216480129fa6629a0bea24a520a6dd40b14b0a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0502_dewott/dewott_hisui_bias_shiny.png" +hash = "dbd11bfca88b6c9783baf9285d216480129fa6629a0bea24a520a6dd40b14b0a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0502_dewott/dewott_shiny.png" +hash = "762f2dab6acde3aa49814be855de2409314cb2ecdb02394eea3716af5458f73a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0503_samurott/samurott.png" +hash = "096ebe12a2496c1dad843c79a80be2f6be18441342d5ddd24e0b6c8a7c1839e1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0503_samurott/samurott_female.png" +hash = "096ebe12a2496c1dad843c79a80be2f6be18441342d5ddd24e0b6c8a7c1839e1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0503_samurott/samurott_female_shiny.png" +hash = "7e6b5b0514433556311601f593ccf31ec6d07043c8b20a7ad46c537cdc17a203" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0503_samurott/samurott_hisuian.png" +hash = "9e0096ee31bfe7024a2201274d4778b20e3bb22e5640f45c11a575ea74ec21bc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0503_samurott/samurott_hisuian_female.png" +hash = "9e0096ee31bfe7024a2201274d4778b20e3bb22e5640f45c11a575ea74ec21bc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0503_samurott/samurott_hisuian_female_shiny.png" +hash = "6743cdd7aa3bdd34b1f04d492f490e09087760fa117581e1836a03c24409c7db" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0503_samurott/samurott_hisuian_shiny.png" +hash = "6743cdd7aa3bdd34b1f04d492f490e09087760fa117581e1836a03c24409c7db" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0503_samurott/samurott_shiny.png" +hash = "7e6b5b0514433556311601f593ccf31ec6d07043c8b20a7ad46c537cdc17a203" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0539_sawk/sawk.png" +hash = "1cad8bc32c4a48846951a6f3d4871a31d1268cb578afef5cef050d1be973d84b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0539_sawk/sawk_shiny.png" +hash = "bbc0cc7dc169957368e1ac7c4ed09d861986f8d094a2e2c1acacdde17a75127e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0564_tirtouga/tirtouga.png" +hash = "9ddb464672a10057c6202ba3be4e09e5a1331316a2d47f72d5011d1c8aa3b059" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0564_tirtouga/tirtouga_female.png" +hash = "9ddb464672a10057c6202ba3be4e09e5a1331316a2d47f72d5011d1c8aa3b059" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0564_tirtouga/tirtouga_female_shiny.png" +hash = "1aa395fcf0ab2cb5d92b826765e816648c21346919194d8dda79668bd39d0a26" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0564_tirtouga/tirtouga_shiny.png" +hash = "1aa395fcf0ab2cb5d92b826765e816648c21346919194d8dda79668bd39d0a26" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0565_carracosta/carracosta.png" +hash = "7307a27256f015d3b6f3ee24ad610a0df69adef3effa3d55a0bfad843be5d0f2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0565_carracosta/carracosta_female.png" +hash = "7307a27256f015d3b6f3ee24ad610a0df69adef3effa3d55a0bfad843be5d0f2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0565_carracosta/carracosta_female_shiny.png" +hash = "9f8b1501f5ff6374740d3fb3e2737d4ff075f013837367102ede8ee4ba549de3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0565_carracosta/carracosta_shiny.png" +hash = "9f8b1501f5ff6374740d3fb3e2737d4ff075f013837367102ede8ee4ba549de3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0566_archen/archen.png" +hash = "5d81ec65a5bdbf42fd9c3aa2cafb4529d708b1c159798cc3e0fe8f8fb5a70976" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0566_archen/archen_female.png" +hash = "5d81ec65a5bdbf42fd9c3aa2cafb4529d708b1c159798cc3e0fe8f8fb5a70976" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0566_archen/archen_female_shiny.png" +hash = "4aaff6294c9ed596bf1de1f50270ef645cf9278d57aa4e0f2d020ae7005229d1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0566_archen/archen_shiny.png" +hash = "4aaff6294c9ed596bf1de1f50270ef645cf9278d57aa4e0f2d020ae7005229d1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0567_archeops/archeops.png" +hash = "eb3643714c93156ad7a1f63e2b76151bdec9737e51b03ba0506b44bbab8852ab" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0567_archeops/archeops_female.png" +hash = "eb3643714c93156ad7a1f63e2b76151bdec9737e51b03ba0506b44bbab8852ab" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0567_archeops/archeops_female_shiny.png" +hash = "da6630b982f263ab6dd79a25945ce5d9852a4d3c076909d4a74e5fd7b19f9f95" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0567_archeops/archeops_shiny.png" +hash = "da6630b982f263ab6dd79a25945ce5d9852a4d3c076909d4a74e5fd7b19f9f95" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0570_zorua/zorua.png" +hash = "93182a666d939dae57908c3d7433cb88b0f676262c234868cd67592b2d30448b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0570_zorua/zorua_female.png" +hash = "93182a666d939dae57908c3d7433cb88b0f676262c234868cd67592b2d30448b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0570_zorua/zorua_female_shiny.png" +hash = "379fc4f6d884f5b4c803e88fc2ee682acc25257f820f02d53f26e4d306746064" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0570_zorua/zorua_hisuian.png" +hash = "596048b41a18ef2b1779d1dbf9c04a9f6cb8a020b3350608781bf1cdd461f514" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0570_zorua/zorua_hisuian_female.png" +hash = "596048b41a18ef2b1779d1dbf9c04a9f6cb8a020b3350608781bf1cdd461f514" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0570_zorua/zorua_hisuian_female_shiny.png" +hash = "b1341f9efc9dcb4e7b0209effd4d84a2290c97385c4cc62f42682cf7f4471e79" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0570_zorua/zorua_hisuian_shiny.png" +hash = "b1341f9efc9dcb4e7b0209effd4d84a2290c97385c4cc62f42682cf7f4471e79" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0570_zorua/zorua_shiny.png" +hash = "379fc4f6d884f5b4c803e88fc2ee682acc25257f820f02d53f26e4d306746064" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0571_zoroark/zoroark.png" +hash = "cfa99fed06fad156bd396232b039f4f91bda1a5290106377c931e14c16a939cc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0571_zoroark/zoroark_female.png" +hash = "cfa99fed06fad156bd396232b039f4f91bda1a5290106377c931e14c16a939cc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0571_zoroark/zoroark_female_shiny.png" +hash = "38f97af678157e833ea87d669bcf5c3de5f3cec05b2c76c6b0cbe93f6e6d939d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0571_zoroark/zoroark_hisuian.png" +hash = "91b17c8ec35d0cb3689996426bac07b4b3bc520dc0028da2d1c40140c315f7d3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0571_zoroark/zoroark_hisuian_emissive.png" +hash = "d70ea5a26cf7c31b156843964f14780f19a60287d31c9c4be380a41e4bc602b3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0571_zoroark/zoroark_hisuian_emissive2.png" +hash = "4b30014aa46768889c0988b07b4274b04370c400521dd8c0b8a8e165cbb1afcb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0571_zoroark/zoroark_hisuian_female.png" +hash = "91b17c8ec35d0cb3689996426bac07b4b3bc520dc0028da2d1c40140c315f7d3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0571_zoroark/zoroark_hisuian_female_shiny.png" +hash = "f075ab71a0e8946c6bb57ec22afd31bb49dedf701a8ded1a14ae1a80cd471155" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0571_zoroark/zoroark_hisuian_shiny.png" +hash = "f075ab71a0e8946c6bb57ec22afd31bb49dedf701a8ded1a14ae1a80cd471155" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0571_zoroark/zoroark_hisuian_shiny_emissive.png" +hash = "284785230d4433591d806aeda6cd7f29601dd5ac6cc7f24f64c56f191c30b701" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0571_zoroark/zoroark_hisuian_shiny_emissive2.png" +hash = "78d08aa5a5a573a9a9f3eeb90782655933482d01bfe964a54d9190cb1f524a2b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0571_zoroark/zoroark_shiny.png" +hash = "38f97af678157e833ea87d669bcf5c3de5f3cec05b2c76c6b0cbe93f6e6d939d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0638_cobalion/cobalion.png" +hash = "cf1ed1c8fed0f2184a29af4b4473206e1af3cbe20cca642d62c44cd8bcc3fe9d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0638_cobalion/cobalion_shiny.png" +hash = "5d369c56def365feace8aaf5ea970d1824d37f959e88c04aa3b868b0f8d056d6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0639_terrakion/terrakion.png" +hash = "3b69c2e39f07a60d265aee9fd7bfe0616ac8c7777f8e242ef5bc57bdbe0c1e4d" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0639_terrakion/terrakion_shiny.png" +hash = "bd83c687a928d7d0aee88626102fd9ed467daefe10bc1bcab383b706ccbfb748" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0640_virizion/virizion.png" +hash = "cd20cb57e7c624b83f3a7f03d574cfe88293a86aff1f92717d38e023d68c5572" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0640_virizion/virizion_shiny.png" +hash = "a3feb61e2838a5e7ef66d20b3e8314329ff103591cefcae19bf1a6529fadb426" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0647_keldeo/keldeo.png" +hash = "0b97ef9801ab707ec74e7cd7c2c01ab43bac02e72e95b14bc5408b74128f5d76" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0647_keldeo/keldeo_resolute.png" +hash = "468b46daccfceddacc35593ec3d432556215040fa66e9d564694dd93003ed8bf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0647_keldeo/keldeo_resolute_shiny.png" +hash = "c2fdf02e722affb2cac5896dc44169b1d85d898ed7376e85e6c2b81d10107d12" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0647_keldeo/keldeo_shiny.png" +hash = "bea5ff90cac3d060376e150c7f0b2342a4844acc59d85c20d10418a2afe15a15" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0648_meloetta/meloetta.png" +hash = "5fb237b9b459a5caeb5e1905a3e5984b30e104a30d9d1dcedcba51faa991bd39" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0648_meloetta/meloetta_pirouette.png" +hash = "c7a20faae0d77bd5f75adec1b03e30e8ce8275224f9a50d3db5b747c9adfa7f8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0648_meloetta/meloetta_pirouette_shiny.png" +hash = "710c4dd1fc95d21fefdc131dc7b9475bb1782cc355b3546c3369284c803046b2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0648_meloetta/meloetta_shiny.png" +hash = "b9e6bf216dc930d5fa8ccdc91c23950784317a68eac9efede2e2640f2d4b48c6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0650_chespin/chespin.png" +hash = "735e946aeff86417d92974667b3471c83532fcd1b190983b735cd5fa7163e96c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0650_chespin/chespin_female.png" +hash = "735e946aeff86417d92974667b3471c83532fcd1b190983b735cd5fa7163e96c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0650_chespin/chespin_female_shiny.png" +hash = "e050946c82b98f3c0acef8c2e62dcc2ce8f173453243d24850985304dc103a1a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0650_chespin/chespin_shiny.png" +hash = "e050946c82b98f3c0acef8c2e62dcc2ce8f173453243d24850985304dc103a1a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0651_quilladin/quilladin.png" +hash = "98dbf7430243c40359b43253b3e0eb7a971da01be23b3e18eb01f8ec56b34f18" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0651_quilladin/quilladin_female.png" +hash = "98dbf7430243c40359b43253b3e0eb7a971da01be23b3e18eb01f8ec56b34f18" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0651_quilladin/quilladin_female_shiny.png" +hash = "8de491a98d3642ec776e549c8d2f60f585766dfb6a092bcb52b559a22f195b8f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0651_quilladin/quilladin_shiny.png" +hash = "8de491a98d3642ec776e549c8d2f60f585766dfb6a092bcb52b559a22f195b8f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0652_chesnaught/chesnaught.png" +hash = "cfc18c560138464843132038596fbd00b42de3a47b5e43434191ff11cb36b6f6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0652_chesnaught/chesnaught_female.png" +hash = "cfc18c560138464843132038596fbd00b42de3a47b5e43434191ff11cb36b6f6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0652_chesnaught/chesnaught_female_shiny.png" +hash = "c9e3eb8f9f18166cd952968ae9ce83833f05018c37de54f899aa7e16936d53c6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0652_chesnaught/chesnaught_shiny.png" +hash = "c9e3eb8f9f18166cd952968ae9ce83833f05018c37de54f899aa7e16936d53c6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0653_fennekin/fennekin.png" +hash = "7d19487da8d8070572ff465810400d142fbb6deb1825da75dfaf1ac516aa8687" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0653_fennekin/fennekin_female.png" +hash = "7d19487da8d8070572ff465810400d142fbb6deb1825da75dfaf1ac516aa8687" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0653_fennekin/fennekin_female_shiny.png" +hash = "41c6ed55eed5cb7fca872e5ba0a22b1189b0bee0be271c49ae1eaf378eb55a2a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0653_fennekin/fennekin_shiny.png" +hash = "41c6ed55eed5cb7fca872e5ba0a22b1189b0bee0be271c49ae1eaf378eb55a2a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0654_braixen/braixen.png" +hash = "1edecdf940a0887b7632819ae4ec3466a50ed8b4d0b173e2f7c869ab9016fcd4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0654_braixen/braixen_female.png" +hash = "1edecdf940a0887b7632819ae4ec3466a50ed8b4d0b173e2f7c869ab9016fcd4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0654_braixen/braixen_female_shiny.png" +hash = "a480c5cd4f0848671e691d7af09e34cb447cabfc2f1eeb79848aaeb4558afa89" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0654_braixen/braixen_shiny.png" +hash = "a480c5cd4f0848671e691d7af09e34cb447cabfc2f1eeb79848aaeb4558afa89" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0654_braixen/flame/flame1.png" +hash = "a987b5d21396dde08fcdd9e672872aadda4d40120319fde20676c591ea58d886" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0654_braixen/flame/flame2.png" +hash = "6c9c5ef619aca6ebd7c6424e36299e1f1ea8703684af3a4257ba46afa2e628cf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0654_braixen/flame/flame3.png" +hash = "a987b5d21396dde08fcdd9e672872aadda4d40120319fde20676c591ea58d886" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0654_braixen/flame/flame4.png" +hash = "63c39615d0d9abedd64a2de2516b6790377cb6e9678afd956d29208b65e3c890" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0655_delphox/delphox.png" +hash = "c490297540fdda5cadd69a9477d7c4a1ac819486df095be51df1a357e3b11fae" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0655_delphox/delphox_female.png" +hash = "c490297540fdda5cadd69a9477d7c4a1ac819486df095be51df1a357e3b11fae" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0655_delphox/delphox_female_shiny.png" +hash = "b1bae1f3128165c506a4bd70ac969d6613b6c4c9c04e63057cab92e0b553a425" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0655_delphox/delphox_shiny.png" +hash = "b1bae1f3128165c506a4bd70ac969d6613b6c4c9c04e63057cab92e0b553a425" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0655_delphox/flame/flame1.png" +hash = "4525fbf85acde6112c70fdd7031341e2b94acf2754ed07cc07f5184aa8a6f905" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0655_delphox/flame/flame2.png" +hash = "df6f59906239c8f79aa4c64047fa5a264ac30cf6bc87a697001cbde52e7ba9c6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0655_delphox/flame/flame3.png" +hash = "f5d0b8b1e8b8b753dd8320100cb7ec83dd68eb615dd7bdcce516c810014f7acf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0655_delphox/flame/flame4.png" +hash = "131fc866af73b66e839e96a646ac7bd9f91b29706f69253abc49bd290e999f0f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0656_froakie/froakie.png" +hash = "6b83e59627e6be4581d4e197d24e47c238795d850013c7ab26c476719d1d9c32" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0656_froakie/froakie_female.png" +hash = "6b83e59627e6be4581d4e197d24e47c238795d850013c7ab26c476719d1d9c32" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0656_froakie/froakie_female_shiny.png" +hash = "18ba64db12f83c94a72858f2d7c454d731ac22db6e3d62edd4b72b65bb2bef0b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0656_froakie/froakie_shiny.png" +hash = "18ba64db12f83c94a72858f2d7c454d731ac22db6e3d62edd4b72b65bb2bef0b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0657_frogadier/frogadier.png" +hash = "ceb2c413e56700fc5baf0ab3a4ae9db2204356812de2b13d33360aa26d4ff460" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0657_frogadier/frogadier_female.png" +hash = "ceb2c413e56700fc5baf0ab3a4ae9db2204356812de2b13d33360aa26d4ff460" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0657_frogadier/frogadier_female_shiny.png" +hash = "2094c6458a5a3cd50b5fbb673999b9c732481233f9fa85cbfa8a609d5ee3bbdb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0657_frogadier/frogadier_shiny.png" +hash = "2094c6458a5a3cd50b5fbb673999b9c732481233f9fa85cbfa8a609d5ee3bbdb" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0658_greninja/greninja.png" +hash = "5a0c1c8dcecb3961b9fc52237982d5f88f42389664ff84ba8ca21f61cfc05ffd" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0658_greninja/greninja_female.png" +hash = "5a0c1c8dcecb3961b9fc52237982d5f88f42389664ff84ba8ca21f61cfc05ffd" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0658_greninja/greninja_female_shiny.png" +hash = "5deafa6cf17df4dd4f5c81b0229989674bd796f324963ae4afdb9c46c2e2678a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0658_greninja/greninja_shiny.png" +hash = "5deafa6cf17df4dd4f5c81b0229989674bd796f324963ae4afdb9c46c2e2678a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon.png" +hash = "1fd883227e211d8fcfd4d5d14ca085d7b06aa4c47c7be06c1aa7dc5c6e42f974" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_archipelago.png" +hash = "1fd883227e211d8fcfd4d5d14ca085d7b06aa4c47c7be06c1aa7dc5c6e42f974" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_archipelago_shiny.png" +hash = "5d0b9c6017a348200c8304ad7b1b653be2d85c8a102f0be3bb729b7f22918358" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_continental.png" +hash = "1fd883227e211d8fcfd4d5d14ca085d7b06aa4c47c7be06c1aa7dc5c6e42f974" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_continental_shiny.png" +hash = "5d0b9c6017a348200c8304ad7b1b653be2d85c8a102f0be3bb729b7f22918358" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_elegant.png" +hash = "1fd883227e211d8fcfd4d5d14ca085d7b06aa4c47c7be06c1aa7dc5c6e42f974" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_elegant_shiny.png" +hash = "5d0b9c6017a348200c8304ad7b1b653be2d85c8a102f0be3bb729b7f22918358" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_embroidered.png" +hash = "1fd883227e211d8fcfd4d5d14ca085d7b06aa4c47c7be06c1aa7dc5c6e42f974" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_embroidered_shiny.png" +hash = "5d0b9c6017a348200c8304ad7b1b653be2d85c8a102f0be3bb729b7f22918358" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_fancy.png" +hash = "1fd883227e211d8fcfd4d5d14ca085d7b06aa4c47c7be06c1aa7dc5c6e42f974" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_fancy_shiny.png" +hash = "5d0b9c6017a348200c8304ad7b1b653be2d85c8a102f0be3bb729b7f22918358" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_forsaken.png" +hash = "1fd883227e211d8fcfd4d5d14ca085d7b06aa4c47c7be06c1aa7dc5c6e42f974" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_forsaken_shiny.png" +hash = "5d0b9c6017a348200c8304ad7b1b653be2d85c8a102f0be3bb729b7f22918358" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_garden.png" +hash = "1fd883227e211d8fcfd4d5d14ca085d7b06aa4c47c7be06c1aa7dc5c6e42f974" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_garden_shiny.png" +hash = "5d0b9c6017a348200c8304ad7b1b653be2d85c8a102f0be3bb729b7f22918358" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_high_plains.png" +hash = "1fd883227e211d8fcfd4d5d14ca085d7b06aa4c47c7be06c1aa7dc5c6e42f974" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_high_plains_shiny.png" +hash = "5d0b9c6017a348200c8304ad7b1b653be2d85c8a102f0be3bb729b7f22918358" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_icy_snow.png" +hash = "1fd883227e211d8fcfd4d5d14ca085d7b06aa4c47c7be06c1aa7dc5c6e42f974" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_icy_snow_shiny.png" +hash = "5d0b9c6017a348200c8304ad7b1b653be2d85c8a102f0be3bb729b7f22918358" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_inferno.png" +hash = "1fd883227e211d8fcfd4d5d14ca085d7b06aa4c47c7be06c1aa7dc5c6e42f974" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_inferno_shiny.png" +hash = "5d0b9c6017a348200c8304ad7b1b653be2d85c8a102f0be3bb729b7f22918358" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_jungle.png" +hash = "1fd883227e211d8fcfd4d5d14ca085d7b06aa4c47c7be06c1aa7dc5c6e42f974" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_jungle_shiny.png" +hash = "5d0b9c6017a348200c8304ad7b1b653be2d85c8a102f0be3bb729b7f22918358" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_marine.png" +hash = "1fd883227e211d8fcfd4d5d14ca085d7b06aa4c47c7be06c1aa7dc5c6e42f974" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_marine_shiny.png" +hash = "5d0b9c6017a348200c8304ad7b1b653be2d85c8a102f0be3bb729b7f22918358" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_meadow.png" +hash = "1fd883227e211d8fcfd4d5d14ca085d7b06aa4c47c7be06c1aa7dc5c6e42f974" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_meadow_shiny.png" +hash = "5d0b9c6017a348200c8304ad7b1b653be2d85c8a102f0be3bb729b7f22918358" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_minty.png" +hash = "1fd883227e211d8fcfd4d5d14ca085d7b06aa4c47c7be06c1aa7dc5c6e42f974" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_minty_shiny.png" +hash = "5d0b9c6017a348200c8304ad7b1b653be2d85c8a102f0be3bb729b7f22918358" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_modern.png" +hash = "1fd883227e211d8fcfd4d5d14ca085d7b06aa4c47c7be06c1aa7dc5c6e42f974" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_modern_shiny.png" +hash = "5d0b9c6017a348200c8304ad7b1b653be2d85c8a102f0be3bb729b7f22918358" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_monarch.png" +hash = "1fd883227e211d8fcfd4d5d14ca085d7b06aa4c47c7be06c1aa7dc5c6e42f974" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_monarch_shiny.png" +hash = "5d0b9c6017a348200c8304ad7b1b653be2d85c8a102f0be3bb729b7f22918358" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_monsoon.png" +hash = "1fd883227e211d8fcfd4d5d14ca085d7b06aa4c47c7be06c1aa7dc5c6e42f974" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_monsoon_shiny.png" +hash = "5d0b9c6017a348200c8304ad7b1b653be2d85c8a102f0be3bb729b7f22918358" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_null.png" +hash = "1fd883227e211d8fcfd4d5d14ca085d7b06aa4c47c7be06c1aa7dc5c6e42f974" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_null_shiny.png" +hash = "5d0b9c6017a348200c8304ad7b1b653be2d85c8a102f0be3bb729b7f22918358" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_ocean.png" +hash = "1fd883227e211d8fcfd4d5d14ca085d7b06aa4c47c7be06c1aa7dc5c6e42f974" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_ocean_shiny.png" +hash = "5d0b9c6017a348200c8304ad7b1b653be2d85c8a102f0be3bb729b7f22918358" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_pelopon.png" +hash = "1fd883227e211d8fcfd4d5d14ca085d7b06aa4c47c7be06c1aa7dc5c6e42f974" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_pelopon_shiny.png" +hash = "5d0b9c6017a348200c8304ad7b1b653be2d85c8a102f0be3bb729b7f22918358" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_pokeball.png" +hash = "1fd883227e211d8fcfd4d5d14ca085d7b06aa4c47c7be06c1aa7dc5c6e42f974" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_pokeball_shiny.png" +hash = "5d0b9c6017a348200c8304ad7b1b653be2d85c8a102f0be3bb729b7f22918358" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_polar.png" +hash = "1fd883227e211d8fcfd4d5d14ca085d7b06aa4c47c7be06c1aa7dc5c6e42f974" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_polar_shiny.png" +hash = "5d0b9c6017a348200c8304ad7b1b653be2d85c8a102f0be3bb729b7f22918358" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_prismatic.png" +hash = "1fd883227e211d8fcfd4d5d14ca085d7b06aa4c47c7be06c1aa7dc5c6e42f974" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_prismatic_shiny.png" +hash = "5d0b9c6017a348200c8304ad7b1b653be2d85c8a102f0be3bb729b7f22918358" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_ringed.png" +hash = "1fd883227e211d8fcfd4d5d14ca085d7b06aa4c47c7be06c1aa7dc5c6e42f974" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_ringed_shiny.png" +hash = "5d0b9c6017a348200c8304ad7b1b653be2d85c8a102f0be3bb729b7f22918358" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_river.png" +hash = "1fd883227e211d8fcfd4d5d14ca085d7b06aa4c47c7be06c1aa7dc5c6e42f974" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_river_shiny.png" +hash = "5d0b9c6017a348200c8304ad7b1b653be2d85c8a102f0be3bb729b7f22918358" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_sandstorm.png" +hash = "1fd883227e211d8fcfd4d5d14ca085d7b06aa4c47c7be06c1aa7dc5c6e42f974" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_sandstorm_shiny.png" +hash = "5d0b9c6017a348200c8304ad7b1b653be2d85c8a102f0be3bb729b7f22918358" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_savanna.png" +hash = "1fd883227e211d8fcfd4d5d14ca085d7b06aa4c47c7be06c1aa7dc5c6e42f974" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_savanna_shiny.png" +hash = "5d0b9c6017a348200c8304ad7b1b653be2d85c8a102f0be3bb729b7f22918358" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_shiny.png" +hash = "5d0b9c6017a348200c8304ad7b1b653be2d85c8a102f0be3bb729b7f22918358" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_sun.png" +hash = "1fd883227e211d8fcfd4d5d14ca085d7b06aa4c47c7be06c1aa7dc5c6e42f974" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_sun_shiny.png" +hash = "5d0b9c6017a348200c8304ad7b1b653be2d85c8a102f0be3bb729b7f22918358" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_tangy.png" +hash = "1fd883227e211d8fcfd4d5d14ca085d7b06aa4c47c7be06c1aa7dc5c6e42f974" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_tangy_shiny.png" +hash = "5d0b9c6017a348200c8304ad7b1b653be2d85c8a102f0be3bb729b7f22918358" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_template.png" +hash = "1fd883227e211d8fcfd4d5d14ca085d7b06aa4c47c7be06c1aa7dc5c6e42f974" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_toned.png" +hash = "1fd883227e211d8fcfd4d5d14ca085d7b06aa4c47c7be06c1aa7dc5c6e42f974" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_toned_shiny.png" +hash = "5d0b9c6017a348200c8304ad7b1b653be2d85c8a102f0be3bb729b7f22918358" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_tundra.png" +hash = "1fd883227e211d8fcfd4d5d14ca085d7b06aa4c47c7be06c1aa7dc5c6e42f974" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_tundra_shiny.png" +hash = "5d0b9c6017a348200c8304ad7b1b653be2d85c8a102f0be3bb729b7f22918358" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_twilight.png" +hash = "1fd883227e211d8fcfd4d5d14ca085d7b06aa4c47c7be06c1aa7dc5c6e42f974" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_twilight_shiny.png" +hash = "5d0b9c6017a348200c8304ad7b1b653be2d85c8a102f0be3bb729b7f22918358" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_ultraviolet.png" +hash = "1fd883227e211d8fcfd4d5d14ca085d7b06aa4c47c7be06c1aa7dc5c6e42f974" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_ultraviolet_shiny.png" +hash = "5d0b9c6017a348200c8304ad7b1b653be2d85c8a102f0be3bb729b7f22918358" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_void.png" +hash = "1fd883227e211d8fcfd4d5d14ca085d7b06aa4c47c7be06c1aa7dc5c6e42f974" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_void_shiny.png" +hash = "5d0b9c6017a348200c8304ad7b1b653be2d85c8a102f0be3bb729b7f22918358" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_whorl.png" +hash = "1fd883227e211d8fcfd4d5d14ca085d7b06aa4c47c7be06c1aa7dc5c6e42f974" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_whorl_shiny.png" +hash = "5d0b9c6017a348200c8304ad7b1b653be2d85c8a102f0be3bb729b7f22918358" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_archipelago.png" +hash = "d13e9aadb53407808ceef80b016ff61bb1c6ae39162c70bf809e3fe266c887d2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_continental.png" +hash = "6940f1e7f51fa41b660a49a40f4f534ac6177e49a952636f73871f3ecb0f784b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_elegant.png" +hash = "2f9484030bc7e3c7c366e0df2ca4352eef8e06cb0d3af9f6ac3b4f49a4e2a871" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_embroidered.png" +hash = "c6b23f785a483e6f3064b3d85fb245b12f3c0339f1cfeed2dd0869eae717e11e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_fancy.png" +hash = "b5104617232534916b9944e14f519061accb83f6fe39ef42c9601dee35b8b4ea" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_forsaken.png" +hash = "ae38ede0724a0e8f608e602cb481aa160379c402fc65cc5cc4dd189e8117fe35" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_garden.png" +hash = "8e9450b952fa885e815099d9e2b757be125589e3db4d7e73245b17ef1477366f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_high_plains.png" +hash = "0cba28f5f578675be4c8027e972da7936f21167b7753ede45b0ea41da1fe0842" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_icy_snow.png" +hash = "b7414a6a900bd69fd7ee461cf69dfc97ce6144dd9c58d5c3e013218fb1e419a7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_inferno.png" +hash = "70b5f07de7999cc248917d499c12c4742144ae29ad6adb9cfd21fa3820c16e4b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_jungle.png" +hash = "eaf4eab41b29f9ae26ae0fce6d74fafbe6a1d70d089b6e236f0a89162311e09b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_marine.png" +hash = "113f7f85307a511558a8795b0ed8e70190b1a68c78b43fbdcb30e0c07d13e519" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_meadow.png" +hash = "a957a073173a6e4b1c9d48bc1bdd2f19abe23bbd2c47c65977b552d77d7eb7d7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_minty.png" +hash = "3dc432dd6ab6b6e27130d052c5e094ab87945b1447cf8aa39c3822f675f5d9b2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_modern.png" +hash = "4405b3c404b8ec9d456113c290f88f78f744f6e29540fd1839b94c97fddd7162" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_monarch.png" +hash = "072b5758e5afad95d09d80c5b13878890d33a9674954c6d51f6467f34867d37f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_monsoon.png" +hash = "be9692847dab967093a666ed7179bd7f8ea25c0d36ba192aaacb672bddc0609a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_null.png" +hash = "86a80995510c017628b67f3cfbf01816bd864f80425b08fd3f02f0d02a8cdc5e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_ocean.png" +hash = "63e4dc98aea7e3516ebf83b664f3c15e31c20e499257de4161543419201fdde6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_pelopon.png" +hash = "ae92046c9e03898cd1768bb8851e20e864d798573db7ebfcac1197ace0b016ad" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_pokeball.png" +hash = "7a93b9ad812e98f1630025f74aae026503437ed0a9a0e47ec450bf17f70638c0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_polar.png" +hash = "0e4611340dabfc11f70344b6dc1da9c01c29be4d76e6e5e3fe30ca55595fe03c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_prismatic.png" +hash = "5e48bd093bdc3467ac76fabf2383db8acc2d4d4e0311dbc73fda166b35e202a2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_ringed.png" +hash = "af85ebf1ee1367bacad717f8e117894547ffa628dc3d56038689f9bf901ceacc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_river.png" +hash = "c60aca68f18b3afdc9ba6894fa8d3b4f49cbc44d634fa65abf41c0104297e228" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_sandstorm.png" +hash = "5f5418356b4f65a68614c71c1fb75ec19209c96dbe2455bc6c260bcd58c82f82" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_savanna.png" +hash = "eb6c54208be6fe3b5e6b9c68e247f29b7610b5674302cad97fbbbaacb6f32e16" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_sun.png" +hash = "caa647fdd9a5de1acb8ff8f06847e58181dc7c9e194e020b9805a8cf5becd528" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_tangy.png" +hash = "c3ba8a95040b215921fe794913584cdce477f499059803bca303190e317e7a23" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_template.png" +hash = "9e1f0c9c300b6f65cc2d0757a5b52c83fa4f6fd1a034d732c1e266444abe571f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_toned.png" +hash = "4d2404e6bee60a082ffc1b83f9feadbd94efd151af4ba1970640d698f5637bf5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_tundra.png" +hash = "e3604bfd35cace4339051ea2cdf6112ec5dea02131883fbf09cd3c573730b3fe" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_twilight.png" +hash = "c84b77721c4fcc4ed7ad5d76aec302fe9220788023976adaafe2da7bfc014e67" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_ultraviolet.png" +hash = "cb24fbb8902eb172292726a8b7da4666fba8a1d917720cd38184a88d6d61ca6f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_void.png" +hash = "ae268a51d9a1fb94a4c9ee776c96544afba78e2337a6d95339c13dc4ce3703e2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_whorl.png" +hash = "59bc57bd79fbf5a2e0c0c14451af0362e694b2632e9bb80cedf7b0638d134142" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0696_tyrunt/tyrunt.png" +hash = "9951c2d113e77e29126acba469d0b3d10b16eede392cc41c02fd5a47b3b30e5f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0696_tyrunt/tyrunt_female.png" +hash = "9951c2d113e77e29126acba469d0b3d10b16eede392cc41c02fd5a47b3b30e5f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0696_tyrunt/tyrunt_female_shiny.png" +hash = "e2dbaac4df1351d545f09dfe23ec572b7367abd55a3a58a90487e15f1b1640d4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0696_tyrunt/tyrunt_shiny.png" +hash = "e2dbaac4df1351d545f09dfe23ec572b7367abd55a3a58a90487e15f1b1640d4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0697_tyrantrum/tyrantrum.png" +hash = "18e387fe649b3d3fd61a342134af06718544512c3408662ae9869c16e3a6a1c6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0697_tyrantrum/tyrantrum_female.png" +hash = "18e387fe649b3d3fd61a342134af06718544512c3408662ae9869c16e3a6a1c6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0697_tyrantrum/tyrantrum_female_shiny.png" +hash = "3ea7f858c62bd5b02091cf56c5bf11b3262c9ca7aa924c4fe099a8df00598b2e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0697_tyrantrum/tyrantrum_shiny.png" +hash = "3ea7f858c62bd5b02091cf56c5bf11b3262c9ca7aa924c4fe099a8df00598b2e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0698_amaura/amaura.png" +hash = "78fd3875e5df8fb5c839204a2926bf666a368a8a25100c8bb0affd651d84fae8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0698_amaura/amaura_female.png" +hash = "78fd3875e5df8fb5c839204a2926bf666a368a8a25100c8bb0affd651d84fae8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0698_amaura/amaura_female_shiny.png" +hash = "5ec313f2157c021fd306ec8300d003443c92ed5b178fc52a1be4417af33a3b85" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0698_amaura/amaura_shiny.png" +hash = "5ec313f2157c021fd306ec8300d003443c92ed5b178fc52a1be4417af33a3b85" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0699_aurorus/aurorus.png" +hash = "3943acf970136d551896773aa7c057396db8ae5146df60fc356c0857da212216" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0699_aurorus/aurorus_female.png" +hash = "3943acf970136d551896773aa7c057396db8ae5146df60fc356c0857da212216" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0699_aurorus/aurorus_female_shiny.png" +hash = "45ca5b7faed7cbbc85d30931db6ef11bd8198878ca48a0a4d8bf8cfeccf0d9ba" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0699_aurorus/aurorus_shiny.png" +hash = "45ca5b7faed7cbbc85d30931db6ef11bd8198878ca48a0a4d8bf8cfeccf0d9ba" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0700_sylveon/sylveon.png" +hash = "c512b49b53bb02a742d4cf6a2b99f2b7ce67321c58175d9a2f5e7a9c53db15c4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0700_sylveon/sylveon_female.png" +hash = "c512b49b53bb02a742d4cf6a2b99f2b7ce67321c58175d9a2f5e7a9c53db15c4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0700_sylveon/sylveon_female_shiny.png" +hash = "e4635c8658f3544813a4955dab696e4a36c116d6a2de4b7a7bac7541556762ae" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0700_sylveon/sylveon_shiny.png" +hash = "e4635c8658f3544813a4955dab696e4a36c116d6a2de4b7a7bac7541556762ae" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0717_yveltal/yveltal.png" +hash = "752d9a70bd62552d33eb4291a54e3989285dd4f798197f1373290e90e99b25fd" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0717_yveltal/yveltal_shiny.png" +hash = "cced01b921abb7e9e44b991f3a89e7f1ee855034a3f1a850119dfa8046c83078" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0722_rowlet/rowlet.png" +hash = "3288019396bd579d0c0f42a8810a38aacb994ed90b208f390934c58e9818f5a8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0722_rowlet/rowlet_female.png" +hash = "3288019396bd579d0c0f42a8810a38aacb994ed90b208f390934c58e9818f5a8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0722_rowlet/rowlet_female_shiny.png" +hash = "56e67d3082b3a921a7ed94943bdd1b557b32a4f38a160093ba4ad08c9cd14832" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0722_rowlet/rowlet_hisui_bias.png" +hash = "a93b083c53d92097d020b95e5a91c0920d225067746732af9f62fd6521566013" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0722_rowlet/rowlet_hisui_bias_female.png" +hash = "a93b083c53d92097d020b95e5a91c0920d225067746732af9f62fd6521566013" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0722_rowlet/rowlet_hisui_bias_female_shiny.png" +hash = "8ed332ba98b20c1153f2e94e1795e97cf49d9a8173b1f44af34ef874eee2ffa1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0722_rowlet/rowlet_hisui_bias_shiny.png" +hash = "8ed332ba98b20c1153f2e94e1795e97cf49d9a8173b1f44af34ef874eee2ffa1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0722_rowlet/rowlet_shiny.png" +hash = "56e67d3082b3a921a7ed94943bdd1b557b32a4f38a160093ba4ad08c9cd14832" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0723_dartrix/dartrix.png" +hash = "8fe5813f663387f6cdf2873867e8932d8a024eb2bb7942237fd29aab9aa33770" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0723_dartrix/dartrix_female.png" +hash = "8fe5813f663387f6cdf2873867e8932d8a024eb2bb7942237fd29aab9aa33770" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0723_dartrix/dartrix_female_shiny.png" +hash = "5ae7a434ad5594152f11302f55dd63297cfc9abefde4e1d44bece350ab6b07f0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0723_dartrix/dartrix_hisui_bias.png" +hash = "4b72e2eeae57b3ed9c4e1ad04511be48daf1b771226472317f77495de48d533b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0723_dartrix/dartrix_hisui_bias_female.png" +hash = "4b72e2eeae57b3ed9c4e1ad04511be48daf1b771226472317f77495de48d533b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0723_dartrix/dartrix_hisui_bias_female_shiny.png" +hash = "69f3e88e1ce0cdb2b3718dd49480d60f269ee544a6419ef72a35940373328e39" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0723_dartrix/dartrix_hisui_bias_shiny.png" +hash = "69f3e88e1ce0cdb2b3718dd49480d60f269ee544a6419ef72a35940373328e39" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0723_dartrix/dartrix_shiny.png" +hash = "5ae7a434ad5594152f11302f55dd63297cfc9abefde4e1d44bece350ab6b07f0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0724_decidueye/decidueye.png" +hash = "76566130087963e02d6bfd003bc3cd0b3246e51953e44300a57b60253acd9174" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0724_decidueye/decidueye_female.png" +hash = "76566130087963e02d6bfd003bc3cd0b3246e51953e44300a57b60253acd9174" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0724_decidueye/decidueye_female_shiny.png" +hash = "db7d4b15e3fc918bba1c4468b570e9c6748dd0cd0236cdf00779c5e6bebbddc9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0724_decidueye/decidueye_hisuian.png" +hash = "777f7ee5c556485e2690abdc377ae32c88d33cff357b1af1c408f642a6810c59" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0724_decidueye/decidueye_hisuian_female.png" +hash = "777f7ee5c556485e2690abdc377ae32c88d33cff357b1af1c408f642a6810c59" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0724_decidueye/decidueye_hisuian_female_shiny.png" +hash = "a24ede9a5559a4b12b756301ba7172e314b88f4d1130f7461a036fb59ee2ac24" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0724_decidueye/decidueye_hisuian_shiny.png" +hash = "a24ede9a5559a4b12b756301ba7172e314b88f4d1130f7461a036fb59ee2ac24" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0724_decidueye/decidueye_shiny.png" +hash = "db7d4b15e3fc918bba1c4468b570e9c6748dd0cd0236cdf00779c5e6bebbddc9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0725_litten/litten.png" +hash = "90a9743d9262b1859a3c29fbe1e5be0bddb9f858062013ed3939bd66d27fe701" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0725_litten/litten_female.png" +hash = "90a9743d9262b1859a3c29fbe1e5be0bddb9f858062013ed3939bd66d27fe701" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0725_litten/litten_female_shiny.png" +hash = "c6abf92367b7b3ace4a3d6700a41ba0c8ae0d4e5ee8660da9b89887cec9572d0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0725_litten/litten_shiny.png" +hash = "c6abf92367b7b3ace4a3d6700a41ba0c8ae0d4e5ee8660da9b89887cec9572d0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0726_torracat/torracat.png" +hash = "50454257b1650630af05d13822b09c9c5bf529fd2865e12996d3a218d545d55e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0726_torracat/torracat_female.png" +hash = "50454257b1650630af05d13822b09c9c5bf529fd2865e12996d3a218d545d55e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0726_torracat/torracat_female_shiny.png" +hash = "246fd8941e37ffdf540c6256cd61fe07c86ff4d2521f101199454469705f8f51" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0726_torracat/torracat_shiny.png" +hash = "246fd8941e37ffdf540c6256cd61fe07c86ff4d2521f101199454469705f8f51" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0727_incineroar/incineroar.png" +hash = "8c4a4a36aa1ae9543cd271c2cbe84326cb1ede89a8d08365a0d7e049d70513d2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0727_incineroar/incineroar_female.png" +hash = "8c4a4a36aa1ae9543cd271c2cbe84326cb1ede89a8d08365a0d7e049d70513d2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0727_incineroar/incineroar_female_shiny.png" +hash = "cdbaedf4c58705a2077a90ba41c882124a1a46adb7537e25a2d7b554fb170af5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0727_incineroar/incineroar_shiny.png" +hash = "cdbaedf4c58705a2077a90ba41c882124a1a46adb7537e25a2d7b554fb170af5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0728_popplio/popplio.png" +hash = "c74a558e9c765851a96b3eb48b1b8449693245601afc0fd8832be27dffe59d36" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0728_popplio/popplio_female.png" +hash = "c74a558e9c765851a96b3eb48b1b8449693245601afc0fd8832be27dffe59d36" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0728_popplio/popplio_female_shiny.png" +hash = "8087993a980110becc22db1f2103317b8750a73b9b8b743f4966f271f318e189" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0728_popplio/popplio_shiny.png" +hash = "8087993a980110becc22db1f2103317b8750a73b9b8b743f4966f271f318e189" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0729_brionne/brionne.png" +hash = "a642bbc6827cf3f88ea881b26729ce0e7e52cba96e025f527d80aa64dced609f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0729_brionne/brionne_female.png" +hash = "a642bbc6827cf3f88ea881b26729ce0e7e52cba96e025f527d80aa64dced609f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0729_brionne/brionne_female_shiny.png" +hash = "70bf9ecb79d16ae028699c0379c72e91cd5590cd4eadc7b5eee8fc096bf80781" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0729_brionne/brionne_shiny.png" +hash = "70bf9ecb79d16ae028699c0379c72e91cd5590cd4eadc7b5eee8fc096bf80781" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0730_primarina/primarina.png" +hash = "130cbd55e959d56bf8660978582f6377855ea086d5f57425bf8299f8e61d9f01" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0730_primarina/primarina_female.png" +hash = "130cbd55e959d56bf8660978582f6377855ea086d5f57425bf8299f8e61d9f01" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0730_primarina/primarina_female_shiny.png" +hash = "0662a70dbe37ece6607f154b9270204c7669e9f37606130abe0e08981ba7bb6b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0730_primarina/primarina_shiny.png" +hash = "0662a70dbe37ece6607f154b9270204c7669e9f37606130abe0e08981ba7bb6b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0757_salandit/salandit.png" +hash = "b09c74fb7168cdffd5ca22096be37727d16f64fa36f4cb1105f3475c50f2ad1a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0757_salandit/salandit_female.png" +hash = "b09c74fb7168cdffd5ca22096be37727d16f64fa36f4cb1105f3475c50f2ad1a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0757_salandit/salandit_female_shiny.png" +hash = "49ea32fb7fa76cb54048e80a202de26f647ed9faffd64cd656423f03b9847fdd" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0757_salandit/salandit_shiny.png" +hash = "49ea32fb7fa76cb54048e80a202de26f647ed9faffd64cd656423f03b9847fdd" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0785_tapukoko/tapukoko.png" +hash = "f11e58345a86dc39e35d75e65f5577721a5d00f2aa8d0b57d3d029ac1fc5a38e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0785_tapukoko/tapukoko_shiny.png" +hash = "ccc815328df3b15c2ee3676051e9be2bfca9558b4b2ef3d45eb8846996e5ca2f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0786_tapulele/tapulele.png" +hash = "b629294be22534e7c2c5a9f5024dd7543e52201d3bde4b98cba0631ed6d69fab" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0786_tapulele/tapulele_shiny.png" +hash = "cf57a081320e5cd251cffc5f1703ee7711ee694f4dbe7ceeb73223a824088e69" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0787_tapubulu/tapubulu.png" +hash = "fe32e28aea18d6abe46e9db55da2b10ec62ea3abf0d1ac214730ae3e1e7c2a48" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0787_tapubulu/tapubulu_shiny.png" +hash = "4f5e6fc114b77a2f5cafeb1c489358649a9d4c5f8f7d298242ea8f15608471d0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0788_tapufini/tapufini.png" +hash = "1c44dde9552b593287309e948ce007557954199c9d5ede648bd1f76b7e63a699" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0788_tapufini/tapufini_shiny.png" +hash = "575f58906746f76655e91ce2c0c3ea1f0f59241723ec28f5cae72ac604501754" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0789_cosmog/cosmog.png" +hash = "3b8b987eda4d5340325057a305149e88b43e23a9306c72ef5bf01935f643df6c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0789_cosmog/cosmog_shiny.png" +hash = "9b71f77d9750ee40af3aebf67f91511f32920e5eaec692c492ba3f16cd4ec023" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0790_cosmoem/cosmoem.png" +hash = "7e56cef1aa5377d1b759f751ce804b1da452f9f9cbcedce23dead420d00f5a44" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0790_cosmoem/cosmoem_shiny.png" +hash = "97af4d858d8f534638b8843b51b9d24a916c39401f0cb830cc6f303129803cb9" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0791_solgaleo/solgaleo.png" +hash = "58b9bcdaa4dc81bc1ea1df1ff6e078844d36164fdd7c2e9748dfb5ef759f69fe" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0791_solgaleo/solgaleo_shiny.png" +hash = "6996533bf00bd26a89714b31c4082cb776493c60001b3c200213e63b0c60d01a" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0792_lunala/lunala.png" +hash = "122c548cce984c9526c5995f4dd378e2df54912d7e82f04477ff68ffa2cf0f44" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0792_lunala/lunala_shiny.png" +hash = "b50a357f6bfc95178c9fefa52dc172bac23dc415f794229278cad746a09d4308" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0794_buzzwole/buzzwole.png" +hash = "74b8a12f45b7469a12ae779864b184c7b0b6ed6c7d0a67cb874442b2b11d75da" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0794_buzzwole/buzzwole_shiny.png" +hash = "579667da4b9f059d9b6ad34f19b0de511cd560b0b5c94abccc05fe29af1457e4" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0795_pheromosa/pheromosa.png" +hash = "ea63b848617156e07d3152b781e6d39f9a2b9becee1c4734a1992e87977dae2c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0795_pheromosa/pheromosa_shiny.png" +hash = "760e6dd9ea60fc59a3cb55714c05c6278c7d1b3a09d15860983ae03e1ae1e7cf" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0797_celesteela/celesteela.png" +hash = "4756397c8f6ed4f0df9003c521f73fe4d58748985ac1c187cd9b1ab6509e3db2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0797_celesteela/celesteela_shiny.png" +hash = "183baba82c9cdf9c51f8d29b603d83ad9438f1fa4067320dd5969658e9fd81ba" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0801_magearna/magearna.png" +hash = "09cbcc700d8b7ddefc19ce3b76c9abb617dfd7fa0b92399f33b69ab4580c739f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0801_magearna/magearna_original.png" +hash = "a3ee307fc0245a2b8fab34d7b662a6c193bdfbd27bfec3a8371629d7ba895e23" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0801_magearna/magearna_original_shiny.png" +hash = "94410996afa70dc7efa6343fda73d5004bc6ca46285544be0845beeb9146fbb7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0801_magearna/magearna_shiny.png" +hash = "176c1d3cf48d4d442e08792601dd388823117a4449f5942c66a4cc38636d304c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0805_stakataka/stakataka.png" +hash = "a2f88fc19bebca17b9d974ca1759eac328a9a0185fcf1f68d7ab5aab697c4dd2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0805_stakataka/stakataka_shiny.png" +hash = "5d3d1c02df09a1236ab52711c88eed462057c9a72bd80a768fe93f2eeecde37b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0810_grookey/grookey.png" +hash = "80b77175bad2949970f48d1ae5f0b106c4fd75fb28ae643ea48e7f3d4c8255ba" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0810_grookey/grookey_female.png" +hash = "80b77175bad2949970f48d1ae5f0b106c4fd75fb28ae643ea48e7f3d4c8255ba" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0810_grookey/grookey_female_shiny.png" +hash = "2c3c08b608e2cd9fb5f039f3186c5e56df24f2479b71b0ac8ea9c5f6c8c3c17f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0810_grookey/grookey_shiny.png" +hash = "2c3c08b608e2cd9fb5f039f3186c5e56df24f2479b71b0ac8ea9c5f6c8c3c17f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0811_thwackey/thwackey.png" +hash = "6390479b95ef4f1be320f693df225c6b5574e28b39e70f708cc0aec7d64b7d17" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0811_thwackey/thwackey_female.png" +hash = "6390479b95ef4f1be320f693df225c6b5574e28b39e70f708cc0aec7d64b7d17" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0811_thwackey/thwackey_female_shiny.png" +hash = "34a64730fff5ebd82d306f2fb017949d312a1af40f1f0430eccac34a192da6a7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0811_thwackey/thwackey_shiny.png" +hash = "34a64730fff5ebd82d306f2fb017949d312a1af40f1f0430eccac34a192da6a7" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0812_rillaboom/rillaboom.png" +hash = "038cae645e2c49c2ccf468d39d7d984ad4591e49c94cb2c1d0df0f411e8bbbf2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0812_rillaboom/rillaboom_female.png" +hash = "038cae645e2c49c2ccf468d39d7d984ad4591e49c94cb2c1d0df0f411e8bbbf2" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0812_rillaboom/rillaboom_female_shiny.png" +hash = "26e495df10fe41d022444b6ebbfe9aa08e7d94283090cb0fb2063ada3da511ff" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0812_rillaboom/rillaboom_shiny.png" +hash = "26e495df10fe41d022444b6ebbfe9aa08e7d94283090cb0fb2063ada3da511ff" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0813_scorbunny/scorbunny.png" +hash = "b965e447e39a2fedb1e2d8f84a531ea1d7f9aae0583242f7dcef86a1075d5725" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0813_scorbunny/scorbunny_female.png" +hash = "b965e447e39a2fedb1e2d8f84a531ea1d7f9aae0583242f7dcef86a1075d5725" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0813_scorbunny/scorbunny_female_shiny.png" +hash = "5e6e08314755d2a39a721cd387f46de89c0737de4bdef91b28f07a8dc709502c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0813_scorbunny/scorbunny_shiny.png" +hash = "5e6e08314755d2a39a721cd387f46de89c0737de4bdef91b28f07a8dc709502c" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0814_raboot/raboot.png" +hash = "bfe802a3d0f63b74cde2f5e8ac32bbf594b5bb9b825641e9cf02e4f7535e74dc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0814_raboot/raboot_female.png" +hash = "bfe802a3d0f63b74cde2f5e8ac32bbf594b5bb9b825641e9cf02e4f7535e74dc" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0814_raboot/raboot_female_shiny.png" +hash = "57dcf7b2c9966d1aca431a99ea962c8ad316951d6d0852fd289a3d2c08696e3e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0814_raboot/raboot_shiny.png" +hash = "57dcf7b2c9966d1aca431a99ea962c8ad316951d6d0852fd289a3d2c08696e3e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0815_cinderace/cinderace.png" +hash = "850e757d6c2f542554846185986b1eba61a7ca30e77689496c1557e5af5fa9ce" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0815_cinderace/cinderace_female.png" +hash = "850e757d6c2f542554846185986b1eba61a7ca30e77689496c1557e5af5fa9ce" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0815_cinderace/cinderace_female_shiny.png" +hash = "f3685102de977666907a090043b4c7b5f8dde65d60720df52e72378ba2f1ac67" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0815_cinderace/cinderace_shiny.png" +hash = "f3685102de977666907a090043b4c7b5f8dde65d60720df52e72378ba2f1ac67" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0816_sobble/sobble.png" +hash = "8655f3f0ea39c7930d71f2044e9c9d9d0be2cb330bffca39469735172189e6fe" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0816_sobble/sobble_female.png" +hash = "8655f3f0ea39c7930d71f2044e9c9d9d0be2cb330bffca39469735172189e6fe" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0816_sobble/sobble_female_shiny.png" +hash = "b64812b9fbae545b8eb4f4ee50210cba266de853e25ff3fa425d06ef3b99dc46" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0816_sobble/sobble_shiny.png" +hash = "b64812b9fbae545b8eb4f4ee50210cba266de853e25ff3fa425d06ef3b99dc46" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0817_drizzile/drizzile.png" +hash = "6f07b87f9ff45e719ac948386cd9bcd344ebb1d1b40a0b302ee31dc2eb899051" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0817_drizzile/drizzile_female.png" +hash = "6f07b87f9ff45e719ac948386cd9bcd344ebb1d1b40a0b302ee31dc2eb899051" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0817_drizzile/drizzile_female_shiny.png" +hash = "a297ae351bf6703074a4a51aac866e635b873d2e99c507181dad1000cc2c4437" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0817_drizzile/drizzile_shiny.png" +hash = "a297ae351bf6703074a4a51aac866e635b873d2e99c507181dad1000cc2c4437" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0818_inteleon/inteleon.png" +hash = "bc4fb2314d2a6b9b76f4d7f41b75130e7f02f0f389d06ca644961c7b55fd5693" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0818_inteleon/inteleon_female.png" +hash = "bc4fb2314d2a6b9b76f4d7f41b75130e7f02f0f389d06ca644961c7b55fd5693" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0818_inteleon/inteleon_female_shiny.png" +hash = "606dc8593fbb40e2acdcf8375ed4c4aa0b62676dc3af074817061d060a6febe0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0818_inteleon/inteleon_shiny.png" +hash = "606dc8593fbb40e2acdcf8375ed4c4aa0b62676dc3af074817061d060a6febe0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0888_zacian/zacian.png" +hash = "984aace972ec6710a77ffbd98875a80943f57ea07781f1dc49e4599ee2b6e272" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0888_zacian/zacian_crowned.png" +hash = "aea78cbc63636119133c62c2c1916972a0af5e8a2921b610c0ee83b868eb6936" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0888_zacian/zacian_crowned_shiny.png" +hash = "f05402b4cf289070d4bf47f7e76d6c6e2482e6c1982c7755d3776cf8c4fff11e" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0888_zacian/zacian_shiny.png" +hash = "9b28d7768949ce7b320cea45a0c1dfd35c15cb87f07245d45ebb3aa264eb3bc0" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0889_zamazenta/zamazenta.png" +hash = "d9135e2b9094738a524c335f1c10fb7f0a9622e222f2333fb1001d104dabd474" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0889_zamazenta/zamazenta_crowned.png" +hash = "446a2cd5977da495644b8d84a3c0a057655d59b4437619331dd737d08e412b3b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0889_zamazenta/zamazenta_crowned_shiny.png" +hash = "dbc39229c02e8338dddad19a234da4de3127415dea3d39e8c8a66e26a34fadc3" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0889_zamazenta/zamazenta_shiny.png" +hash = "b0d63f566fe52084cf1e110f7f4e5f69f16579a8743b4be43fd693b060922736" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0893_zarude/zarude.png" +hash = "a30af1fee629d73e9713de0ab88e58e8b9b4ce12bf1700a955fa7121180a9c35" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0893_zarude/zarude_dada.png" +hash = "0821ebc152d020851ab0b10898ede399417c06a63ab130340fe9760d752b703f" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0893_zarude/zarude_dada_shiny.png" +hash = "65606bffbe5b3dbf1f5fd51c5fac25eedd8b8b05ea6ac11e5b4021400957a28b" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0893_zarude/zarude_shiny.png" +hash = "39beebda931561eb18c0c1902caa69d1c07dd40f87dfc7a8fd8c699aecffe0e6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0894_regieleki/regieleki.png" +hash = "cc927668bc97c68021f2f79d56af48134101ae37529ec0a8756f9e83af401cf6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0894_regieleki/regieleki_shiny.png" +hash = "f91d5c00d222524e0ecbdecc07c1228c831b8c4a42abfb84efd9aefab3635a89" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0895_regidrago/regidrago.png" +hash = "61126d287ed1cb8eeeb329e03bbb9e1b8c6d23324a9875f9a2f2b3bfeccccf33" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0895_regidrago/regidrago_shiny.png" +hash = "d949008dfd3fd8cfb64877ee526c4cacd0fa17bde7eca729bb22c800a8abc732" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0905_enamorus/enamorus.png" +hash = "780bf668ca145fadfa4c4e64e69e54c5cbcf73ad0f7f0be9bc37347b7b8af787" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0905_enamorus/enamorus_shiny.png" +hash = "f9438d390875a147bf40447db2d7d03accf8f90b27604aa6517fb7880eec67f5" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0905_enamorus/enamorus_therian.png" +hash = "df30de636fdb2633f888d4731e37563129fd10e23f00151dbdc5732ab3904ce6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0905_enamorus/enamorus_therian_shiny.png" +hash = "30f4bdef52838de8a8c002258a0011cbdf80d666f557114a7c545917abf19b98" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0925_maushold/maushold.png" +hash = "0fd977f73eb1501fe2bff4f9ef75157189374b8be9f57c342309af4334c42d36" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0925_maushold/maushold_four.png" +hash = "0fd977f73eb1501fe2bff4f9ef75157189374b8be9f57c342309af4334c42d36" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0925_maushold/maushold_four_shiny.png" +hash = "2b93f6cbe6bc4a931f8ec2a22bf97b39fa7c65faf2a8c4358b200c941077f969" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0925_maushold/maushold_shiny.png" +hash = "2b93f6cbe6bc4a931f8ec2a22bf97b39fa7c65faf2a8c4358b200c941077f969" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/1001_wochien/wochien.png" +hash = "f557177839976c229e561e8e927fddb20c31feb781e59318c68460a96fc08bda" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/1001_wochien/wochien_shiny.png" +hash = "01123192f07c8375e83e41762f7c5cf5dc0e6ec89efaee14a2bd5e25095670a1" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/1003_tinglu/tinglu.png" +hash = "94c60ea510e48e351ac86e37f0f9aa59c97302aac522e654cf7f6ab4de7f3a38" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/1003_tinglu/tinglu_shiny.png" +hash = "3d68ccfa89c09dde6187f431c791dfaac5293d1bf836052ba8508c0f2992f4b8" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/1014_okidogi/okidogi.png" +hash = "c1048879a15a8685853235cbf526a9a87d062f52e97efa4972054a74f22754f6" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/1014_okidogi/okidogi_shiny.png" +hash = "de16323377162ef634398b28eee9db6acd666138a0ea61bc230f21e7952961db" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/1015_munkidori/munkidori.png" +hash = "8a0746e90fe9d2e5f763de85465b87727c614f9550171aa31d1974f1b0c51136" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/1015_munkidori/munkidori_shiny.png" +hash = "acec4ec9bf3117f6865b53dade93621e84faa7f744e7ef98f6fddae61b2b9e64" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/1016_fezandipiti/fezandipiti.png" +hash = "4855caa1671c1cad03ba2bfd220ebf60d1d94c66f18e5e79e4bed1fd6c729f32" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/1016_fezandipiti/fezandipiti_shiny.png" +hash = "19649a0be32b35ff002e92d55aa8c0de768037cf234fe5b8ada656fe2bc76741" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/pack.mcmeta" +hash = "9b9cd9a79bc5e3212bd7ba0404f1cea13301e3209661c4669ee4638ba7511865" + +[[files]] +file = "resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/pack.png" +hash = "fcd75a80cc369bf36bc1e6cd4891ea0a727cbf8157b0aa3fc3d3315e59158209" + [[files]] file = "resourcepacks/EclecticTrove-1.20.1-1.3.0/assets/legendarytooltips/textures/gui/tooltip_borders.png" hash = "eddafc0ea80746796e5092b66acdecb233bc84975d1f03080d211838a8c5931c" @@ -28458,6 +49465,15670 @@ hash = "78894c626cfa6e03127b4c8b26a63eed96525d12ffcfcd6eb7ca495f40bbc04b" file = "resourcepacks/EclecticTrove-1.20.1-1.3.0/pack.png" hash = "8ecff1376756fd911bd77f1cbc1009757ef23ad568e4479f3f9fb0c1ceb0b473" +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0001_bulbasaur/bulbasaur.png" +hash = "342b582697122d1936c80a27190dd12233330bbbc1a53cf1ceb2d9fda59be997" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0001_bulbasaur/bulbasaur_shiny.png" +hash = "82a865e28cbd2b72177589e65023438ddd3ed4563f384b380247ea9fe5ef61f7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0002_ivysaur/ivysaur.png" +hash = "f475fb9b495fc0b69aaa5d18af952f0c26f62cb5d4561d5832a7369f40a4e3b8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0002_ivysaur/ivysaur_shiny.png" +hash = "50b2a8396e9ac67b8a23dc72c4775740526b17768dc808fb5279e9e8bf85c76f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0003_venusaur/venusaur.png" +hash = "7841110512a6267a9d08d6d248776761ca4b9828f361dcd92fb79012bdbb0c16" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0003_venusaur/venusaur_shiny.png" +hash = "212d1c0bdfcdf1d0cec1fbc7fa1e82a674c4b76cf0f55692d64f08f806a9003e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0004_charmander/charmander.png" +hash = "661aaead67877f47797ce160f830b256a66b9b319aaa598f01762dd95e2e640f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0004_charmander/charmander_shiny.png" +hash = "ec77636598402a90fac24c2a7b315edd81547d9d3f2b426c916db0d92dc8f96b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0005_charmeleon/charmeleon.png" +hash = "3b86decd8b7ab770af63bdd5921736f263fc261ca1331fe306b8983019c14ec5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0005_charmeleon/charmeleon_shiny.png" +hash = "a56f2dee2e4db52bcc3ab95ab25387ae11219fd28efc9db129401ca945e07efb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0006_charizard/charizard.png" +hash = "5adbe1c37a874ba7c84ec091f6496f4f068ffcb5b3565fe7b198f1a0a6161a81" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0006_charizard/charizard_shiny.png" +hash = "704d1e7ba49066eded32eb5631ab464f5b9df74c47960a36973f463d4d895e9f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0007_squirtle/squirtle.png" +hash = "1a06c53e64e7c2c1fb49ff9bcc1486ddc0427f0abae7088375041806f79bdc37" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0007_squirtle/squirtle_shiny.png" +hash = "46ea5f88fc6cd020cb5ffbb0046803d4e6079d837a73728c1da91a1347cba73a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0008_wartortle/wartortle.png" +hash = "95ad227f53a1a9836fd9b53b2ffd8bdde8d682f959b3d86cd394e1938afc9ae0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0008_wartortle/wartortle_shiny.png" +hash = "c31d2bedd2067a5878087a0ce15c7ade9562c914c5e483abba477c832dd774f8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0009_blastoise/blastoise.png" +hash = "c3b0fa3a9ad423c4817a62a5222eade622311dac3bab7215ef8b1e58f37e2caf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0009_blastoise/blastoise_shiny.png" +hash = "48f6f754dc6d5d5fa414488c11872162fb7567cb33025146ed4b50e0952c88dd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0010_caterpie/caterpie.png" +hash = "32fc75ee60f111994fd18f459648740f2c4c11a5cdda6a234f4fe946e5f1e0a6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0010_caterpie/caterpie_shiny.png" +hash = "fe6178f643ad7fc6da48edceb472f94a767e8b3c660b515c1d9057e434e43f68" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0011_metapod/metapod.png" +hash = "ef8e0e1892e2378d40bb20ec5ae004ad9b50ad5feeaa0a4bd4dfdf5554aaf4de" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0011_metapod/metapod_shiny.png" +hash = "1fc9b3f9f0704dfa975eb38c3415d0009622d27cb83cf8fbea5e7acbceeda575" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0012_butterfree/butterfree.png" +hash = "f2910c9127e5100599a03e236b16b2b8adc55b8a83f58369354be4e654bdfcd3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0012_butterfree/butterfree_shiny.png" +hash = "ab153c0e3f0bc453f63004da24fe942bc6a182789a6ff630223df3dbab632676" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0012_butterfree/butterfree_valencian.png" +hash = "f2910c9127e5100599a03e236b16b2b8adc55b8a83f58369354be4e654bdfcd3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0012_butterfree/butterfree_valencian_shiny.png" +hash = "ab153c0e3f0bc453f63004da24fe942bc6a182789a6ff630223df3dbab632676" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0013_weedle/weedle.png" +hash = "932caab4257cf0fe193469517f36c544c457f27f745dcb587c87c2f6745ab1c6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0013_weedle/weedle_shiny.png" +hash = "ed48d5a498b4d71207da0f8432ed82ed8eb28039c512ec470c31de8de652db65" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0014_kakuna/kakuna.png" +hash = "f48719116aa330c56a8e877e765a69253db9f4f1a3f7d6c08df274e78382f07d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0014_kakuna/kakuna_shiny.png" +hash = "43a466b5fbdd13d3485c26b2237a83fc9d5048f7ecdc2a85160d79f390e2539b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0015_beedrill/beedrill.png" +hash = "f2eea8f1aede86bb033798d4081fc3e84e24110962ed973e78eccfe9ff405b02" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0015_beedrill/beedrill_shiny.png" +hash = "4d9647786f26fc2d20bda80c718dee5c2b43a70d959daeb5d7496feda6fe9936" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0016_pidgey/pidgey.png" +hash = "b464bb24d7aa62cd6bbc4db84003c03efb218474beec4ddb45a81ad86713554d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0016_pidgey/pidgey_shiny.png" +hash = "41a29b26ce8bf12846c8a9e60575c2182a39d5a4cf194c168e2f9cfc8d5aaa4f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0017_pidgeotto/pidgeotto.png" +hash = "eb9df4f4cb56656e4a2d4b0aa27140129e0dfb6e5e7502e79569a0be688a943d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0017_pidgeotto/pidgeotto_shiny.png" +hash = "897182b517993486cdc6249d3dc9d10bead8c660bb991fbc7d9121d1e4df4265" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0018_pidgeot/pidgeot.png" +hash = "a84a2c1483b0a2c248570473564a3c13de05068267b928c40b2388a2fc2fed52" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0018_pidgeot/pidgeot_shiny.png" +hash = "0313055164e971d80cf1d909c02f974c41adf004a4144111709024666eee531d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0019_rattata/rattata.png" +hash = "5b5fc0d348cc4422863a7beefee11f1520787dee1b18d388cbaf68e9048dbe66" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0019_rattata/rattata_alolan.png" +hash = "ef14ee6da74c3a9c44a5ca7abc5af4c21242bcc90fca0357e61380f67338d414" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0019_rattata/rattata_alolan_shiny.png" +hash = "d83cd85a95e12d0522da0fc1f45259625f6a0f75e261c7173f3405487afd449a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0019_rattata/rattata_shiny.png" +hash = "262d7b6590ccc3176d71c207b15d0e665a8b553ab65625c5644c769abe8f1fa9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0020_raticate/raticate.png" +hash = "007aef017fcf3e224555f08776a385e93f7115c72ed4f34799d5c5fa087d7538" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0020_raticate/raticate_alolan.png" +hash = "ab1bc8642fef1dbc79f43411933332254434f59c000f694bcdd3e26f9e81109d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0020_raticate/raticate_alolan_shiny.png" +hash = "2c86d18666f62af78054fc6fa83c293b854e11ec211cc1c054f81aa7e453c19a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0020_raticate/raticate_shiny.png" +hash = "cbdf28ffd38d1306b2567fbf4795e5bebd91d76ef653afcd399c8999350e2315" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0021_spearow/spearow.png" +hash = "865f6cf5cc203a6d83399a51eebbebbf75198dbe85a1a8b98f5127767b7d4aa2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0021_spearow/spearow_shiny.png" +hash = "030d819c8758e22fabe43bd05f3409350c514a84b34d2da4c72d9365e4d55944" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0022_fearow/fearow.png" +hash = "286252bee12d7728d9ddb42a985f985632eef497e93537bf84f4f8acabba3343" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0022_fearow/fearow_shiny.png" +hash = "aadfc3b19e2af750583f3b6873fa285e94f42893b986d1fe96deeb12cfd87a8d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0023_ekans/ekans.png" +hash = "806da2b85b09a5d1e3ab693d2de4dbdaf761002bda08ba8fca6ac4ea8eea1e3c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0023_ekans/ekans_shiny.png" +hash = "a994e0d7e51ce62e52558eb9865fc03ba62fa75a3ea9aee9b65b701bfa48e5f7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0024_arbok/arbok.png" +hash = "fd953f856b614b46d0972971d9ebc0dd862f0a79f7e376142ada6e229d721c8f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0024_arbok/arbok_shiny.png" +hash = "55b11d0d11f9d2a7537e0517b445786b2bbdb8b2675bd2a0ccf4746f785c006e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0025_pikachu/pikachu.png" +hash = "76658c6f409c4f4261507ed9f041ca910b386c0b73b34169b494d4fd6e6f6457" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0025_pikachu/pikachu_shiny.png" +hash = "5688ccfa830dcb63dbc2657cb8e551f3aedfd80fd233ed81b9d35280045ae7b9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0026_raichu/raichu.png" +hash = "758d2fc39d8caec25e9161184c3d86d98247bfe4498fd1326bb499f95c605eab" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0026_raichu/raichu_alolan.png" +hash = "14a3d11a3c7c1b2850b42a6d83d003332ea17a87460230764f03ec5e8847ac2c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0026_raichu/raichu_alolan_shiny.png" +hash = "3b805a345c8e4181b53cff87c5df7f36de41f25789626b5ba1693e7374ec353e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0026_raichu/raichu_shiny.png" +hash = "9febad59de7a2f53e91046d8b8e3a70c170ca59c35861028696a10f1771aff89" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0027_sandshrew/sandshrew.png" +hash = "15279af20ff1544021470bdc044921b702dc0f7f2e87eb08e141bfbbf4701474" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0027_sandshrew/sandshrew_shiny.png" +hash = "ec1f5b4a8af911cfa226b0ddbc7578e7240c8af691416a24a769c0b17ca93837" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0028_sandslash/sandslash.png" +hash = "d14839383f104ed13fd470b67754450623200f5ad1548a8cbad5037c33f500fe" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0028_sandslash/sandslash_shiny.png" +hash = "0549affdd50f3fe173b454a51a81864ef6e7defcd896db8f22e3ad2bca4cd3a1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0029_nidoranf/nidoranf.png" +hash = "cf6779fd8967ad7ae7bdd5709d1898949c6e2b98fbd98f6c0e8369f05857e2f7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0029_nidoranf/nidoranf_shiny.png" +hash = "5c0d21483c01a9a2dd2dbd4f599642afe3827eb5b7f8bfdb1dfd7a8dd8d5a734" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0030_nidorina/nidorina.png" +hash = "fbc238844ea00699d238c5359b4b8a71c19e510d64e3ff3ba3c0c09785a471ed" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0030_nidorina/nidorina_shiny.png" +hash = "08fdc7fef477dc85334b95a61dc1729c8fb904104a3709c2ccc5c197c217b292" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0031_nidoqueen/nidoqueen.png" +hash = "df54ab2aec7a1a301d79dbac310aaf27c708331dc54e0a63ea792b5e5992eba2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0031_nidoqueen/nidoqueen_shiny.png" +hash = "49d7ec8f596df1e5dc993fcde00938d361875752484186ba6a12db2369acde21" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0032_nidoranm/nidoranm.png" +hash = "b558e119ad01ff3add06d52a5bea88f55596d21accfc7b6795b521046f98aecc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0032_nidoranm/nidoranm_shiny.png" +hash = "b8bbdda3f2977e3e9908f84b90ed5d4e3bef14beefe98d0bab74dc4bab950e3c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0033_nidorino/nidorino.png" +hash = "61cc98e0d1827019339464b10d30fb15e1e15a2c0b2dfc7d844822c474c0b52d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0033_nidorino/nidorino_shiny.png" +hash = "4e45097f87b5023e011f33b69a937b2faeecab8ac84b00b85061b61ba47eeb9b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0034_nidoking/nidoking.png" +hash = "85b7fcdfec70d18e4710c7b0224282e181c8b1f1e33b55eed3c6d0a228c50d7a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0034_nidoking/nidoking_shiny.png" +hash = "765841189036122bedcf9bcf63440dccdab353a4f0ba5eb205c7549ea7155367" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0035_clefairy/clefairy.png" +hash = "fa63e80d714d5c89a53b512ca55c6d11fbf0476c50e034b510653a2c02c5c7d2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0035_clefairy/clefairy_shiny.png" +hash = "3a95f895a9b0c7b6fc6480de15257b328cf2fd6a2ac1221836c2b48710fa304c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0036_clefable/clefable.png" +hash = "495efb7accaefbd8d79195876b576f9489228217f23e3d9b1dd0b4c8d82cde27" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0036_clefable/clefable_shiny.png" +hash = "d9f5b3767e89647a34259764a801531b40841642bf4d8fbbf753b96923a55a3b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0037_vulpix/vulpix.png" +hash = "cc8d245f6e95a8f2582caee20f9cb16f1578d0befeb53c582ed79d764f7f5b38" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0037_vulpix/vulpix_alolan.png" +hash = "c071c9936e0a70ca984cd8b0ed2584a875e6af539fb78b73027dd13d9792e8de" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0037_vulpix/vulpix_alolan_shiny.png" +hash = "7bd8f77e7e0b38af43ab82cec1d7edd58ee0f36070ae6a2cd7dec27b8116a39f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0037_vulpix/vulpix_shiny.png" +hash = "e951f7bfa6a1a6091db954420dafa379910908df1a622cb9a6b7f2c4c0649c1e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0038_ninetales/ninetales.png" +hash = "2818bfc6df76158977d8c43a7034895a3ee3e9cea93c7fff4c65f99e0d0a7a31" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0038_ninetales/ninetales_alolan.png" +hash = "96138da263793654303a3941fe7e852228baf6d10a4a1a6eb69a123ccd5df459" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0038_ninetales/ninetales_alolan_shiny.png" +hash = "1be05cdc159d12f8627962758483294439bc4c4b95461e487b9b2756c12ed484" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0038_ninetales/ninetales_shiny.png" +hash = "3e9f67436e947af036ba46f809013b3b39fe6f343f1997666fc3c43b66bcc833" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0039_jigglypuff/jigglypuff.png" +hash = "3662bd54c557915b7ef5e4bdd0e91e0c6771e93ceee4dcfe5f0d65f3f2f06f07" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0039_jigglypuff/jigglypuff_shiny.png" +hash = "c3045c6984ae4f8468a95f8ed07f76c111dcafbb1dc60c12223fadf7afddaef2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0040_wigglytuff/wigglytuff.png" +hash = "c80a59afc141dd7e6a9e0bb1ff4d2aeef20ed8262038d62c51e755a993318018" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0040_wigglytuff/wigglytuff_shiny.png" +hash = "a337af2f7bdaba1d7416057d5636fd8a188fcc79e0e1f6e83ed9c3ac3c46a18d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0041_zubat/zubat.png" +hash = "d47a01eb5a95e23e44aaebe396059fd0a46f24bda37311feb551b74df5514a7c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0041_zubat/zubat_shiny.png" +hash = "109ba55f7f257daf96cb8b5bf2e6ceb4d7ea5d5cb8ac8b326d56a751679452ea" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0042_golbat/golbat.png" +hash = "e30799bfc1a15fa66b6f9c27dcabba9e73bcf701294d15acbd5c8834b1a3877d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0042_golbat/golbat_shiny.png" +hash = "f7d0a22ba1d3425205ea4a80dde85a569f5e7018a8cb4d1198c64d8faeaa36bf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0043_oddish/oddish.png" +hash = "204452e4c7a1b4845f8e511bbcd6a148f469829093754f63571b6fb2444ca728" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0043_oddish/oddish_shiny.png" +hash = "29ac900312a116f08dfd1db8807a02e6b9fb7050e51c4f59bfdedd16615dfbe0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0044_gloom/gloom.png" +hash = "4f771c5095e3f2fc6316d13180af5d8767c7bc672b86c0377626f36437f6d237" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0044_gloom/gloom_shiny.png" +hash = "a1672425ecbe845e87adb1caf369992f657f68c98cc2ed987b84fd07244b6b55" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0044_gloom/gloom_valencian.png" +hash = "4f771c5095e3f2fc6316d13180af5d8767c7bc672b86c0377626f36437f6d237" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0044_gloom/gloom_valencian_shiny.png" +hash = "a1672425ecbe845e87adb1caf369992f657f68c98cc2ed987b84fd07244b6b55" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0045_vileplume/vileplume.png" +hash = "9df8201ab92d2b9a722b8b58dca87f18ffb44cf199b6b31fed7c69d18b49baca" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0045_vileplume/vileplume_female.png" +hash = "9df8201ab92d2b9a722b8b58dca87f18ffb44cf199b6b31fed7c69d18b49baca" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0045_vileplume/vileplume_female_shiny.png" +hash = "95576700187a104409c089920e3eec57371f62c5454bf84f16c32d8284c0738e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0045_vileplume/vileplume_male.png" +hash = "9df8201ab92d2b9a722b8b58dca87f18ffb44cf199b6b31fed7c69d18b49baca" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0045_vileplume/vileplume_male_shiny.png" +hash = "95576700187a104409c089920e3eec57371f62c5454bf84f16c32d8284c0738e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0045_vileplume/vileplume_shiny.png" +hash = "95576700187a104409c089920e3eec57371f62c5454bf84f16c32d8284c0738e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0046_paras/paras.png" +hash = "9052a1eab5e671115317c3a7a16ff2224d1299c32879a8842cad4ca847b89e62" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0046_paras/paras_shiny.png" +hash = "14d4137b315e6c2aa8ca9466473c21af9378c237bbf2c75374c19187dfb833bc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0047_parasect/parasect.png" +hash = "1fe0475ab6e6ceeb845f05450e4723ff9d4cab2e7eacc8c5dbe133120de153bb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0047_parasect/parasect_shiny.png" +hash = "481e1d35a6817be07036a5aba3aed8003eb45f744573d2fc1928063679598e06" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0048_venonat/venonat.png" +hash = "3fa86fa4258c81fd6e0072eb8e78c78a3fd5b287038f243c80e6840cdb1c1a3f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0048_venonat/venonat_shiny.png" +hash = "9d7ad36976c4628a7a8e60b5c7b479a3ef7f99924fe8a533088986dff11d0af3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0049_venomoth/venomoth.png" +hash = "1655524880ba16ebf7082e4451fbca5e3d037357db201ac7b6c5e708d5e3ae8f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0049_venomoth/venomoth_shiny.png" +hash = "3a240e4ad47c909d6cfe4e558c525ae4258e131b5ba96d063f536ba5b19d17dd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0050_diglett/diglett.png" +hash = "f9a2b27fe0105afa4469ff4b8b6cec56a511a70aa6b9b65444c1b42b4406d7cd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0050_diglett/diglett_alolan.png" +hash = "7688a711841bbf6ce1fd134dc5e4b60209f0e3d2e09cb1ac712b17b72c8ff7b1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0050_diglett/diglett_alolan_shiny.png" +hash = "9d8c359b06d4480bb99916dfcdd6ba429bfc62e7459e9e1e35f022efcb3a40b1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0050_diglett/diglett_shiny.png" +hash = "792895178a0669e8498f394e6b357cc9b1d55945eb1672eaf43faf6b66ec1980" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0051_dugtrio/dugtrio.png" +hash = "4275167396692e62f0210394c852064d8346644933fc1da5e59894d9c5c20aa9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0051_dugtrio/dugtrio_alolan.png" +hash = "4b02de90c6b1bf39120c87cdd2741034dcb1d06a42a9752260e71530ff7aefa9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0051_dugtrio/dugtrio_alolan_shiny.png" +hash = "709822f1ee2c115e9442a3650eb0119d1eca0f186f23512974cd1d924406efa4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0051_dugtrio/dugtrio_shiny.png" +hash = "0c65e6082c2bd824414b53a379dcab6c3384ffa42153f513470d83782eda1939" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0052_meowth/meowth.png" +hash = "f8028c1db43f027f23886d15d010e29d8919440249a82ec6586a861de36ffca8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0052_meowth/meowth_alolan.png" +hash = "1e14afd3ad0067359ec906ac20923a3b78529571cc042e25f0d1ec0cfa2f5319" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0052_meowth/meowth_alolan_shiny.png" +hash = "2b774cf95ff7902457139b01125d1aa23b88cb153368df2a1ffdc8ca755bd627" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0052_meowth/meowth_galarian.png" +hash = "040201ed32037eaaa6e80d6bcb54367dcda87e09c260e947ed6e56613aa498be" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0052_meowth/meowth_galarian_shiny.png" +hash = "656a7edaaf5ab06b4ba278720c1b09213556b63f20ac96451065767eb5c30512" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0052_meowth/meowth_shiny.png" +hash = "0d39062d618c08c2f154d255b55cfdac9daa735dc9862f6b0d958be9a37ae931" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0053_persian/persian.png" +hash = "dd724d29c2212b967ed5ca5485824a88de99654adab801c84674693861d68e35" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0053_persian/persian_alolan.png" +hash = "d360791718ca473d8164dc8ce71544744a7274b9d60965ffd12184e59cb38ca0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0053_persian/persian_alolan_shiny.png" +hash = "36a15fe1ff58395c1f8ae50fec3c4898e4f4c9b1d362eb09e152fc1988b34e86" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0053_persian/persian_shiny.png" +hash = "c3488e56b881af28f021ea391af3990a59f9d8d04937e406317c075d0beb0bda" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0054_psyduck/psyduck.png" +hash = "cc94a40f20dec3ce801a50859b9f7a4713204228c0abc34a321df7e4d648ecce" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0054_psyduck/psyduck_shiny.png" +hash = "f65418dbb0ae8fa98c80261105e69d0116c133d66ffe5f5efc18c1b6f091a224" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0055_golduck/golduck.png" +hash = "7201200bd0951dd150d19a37392023a935280de3a39a061f1b562fa34593087d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0055_golduck/golduck_shiny.png" +hash = "87f7af5f72cb7d745cc3af415ae1dc5cb1795a42b621a6076a3f8d266281e498" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0056_mankey/mankey.png" +hash = "bd61c5119e32604c1af945f806d1deafb19a21f589e227779bc8efd0e4490d30" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0056_mankey/mankey_shiny.png" +hash = "86b72157feae0df49c206284f3721d237b2ac83a51beeebb4fe9a491f122df66" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0057_primeape/primeape.png" +hash = "6145befd1fbc50206b31371fb3a57510c926cfd85da0d4d40ab2861b185c9c57" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0057_primeape/primeape_shiny.png" +hash = "df47e5708091e6711a33dc065488f5222b6dd7bb8cd5c4041e2c25b159025442" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0058_growlithe/growlithe.png" +hash = "3a014dbe7bb4bef88302ab55d5ee71ddc7b6c3ec9cb055031364353f5f2a6a41" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0058_growlithe/growlithe_shiny.png" +hash = "efd771f256949700e745eda2ca427ab33379827fea22969892d86f95c98a5006" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0059_arcanine/arcanine.png" +hash = "d315383e643dd6983bac20bf053712d22a1b8848aab9ed2eb2ea9a537572d870" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0059_arcanine/arcanine_shiny.png" +hash = "072c398c12a44d97494fafc5221b342739987692bb6e7a505004ae7af48fdf03" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0060_poliwag/poliwag.png" +hash = "fac4ca121eb69c5d14024e305a34ce26e88b12e61dcdb4e3bc62045e123328f0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0060_poliwag/poliwag_shiny.png" +hash = "24df938c21595b2156bc2ae7a9bb6237e2d92f9db0fa5f0549e311a599fe297a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0061_poliwhirl/poliwhirl.png" +hash = "ebc50dfdebb0dc35ee7cbf493eed9d48f2da49bd61a550eda05d546e2bb88d67" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0061_poliwhirl/poliwhirl_shiny.png" +hash = "b19f5257fdb8f277f22cf7fa17bd484f765bc0f3d74e965df4e5f841632b0159" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0062_poliwrath/poliwrath.png" +hash = "c7fe0a3a8365b19294663517868f1b298e750f4bc701edd7184a82a6afdc881d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0062_poliwrath/poliwrath_shiny.png" +hash = "827d94161f3b3565042314360081115585463fa94a904cb05555c16a4acdc5fa" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0063_abra/abra.png" +hash = "a6c642c2e6c3f2251d192565d560ec934f6b831bfd4ceaabe3d6dbe9598d63ec" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0063_abra/abra_shiny.png" +hash = "5853a39062f2c91c4b7b5a57cf9f67a0df9b166f124bee5ac8d6e82acfb29ce9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0064_kadabra/kadabra.png" +hash = "b2f8c930b9f8889c7058d72a93d1e04cc741b7f1b82ca0c53bef51a12305f231" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0064_kadabra/kadabra_shiny.png" +hash = "787d877130408c23296aa942a38a39b39306a926b92a9cc9e3077cf2e610d1d3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0065_alakazam/alakazam.png" +hash = "2c3950e3321200c4b4b2e832283050df3efdda42aeb21d2bbd9f90b7306a5d2a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0065_alakazam/alakazam_shiny.png" +hash = "e1ce02f4fdda380f3d986d069f5983f0ce40e94a4352671b988a666b7a2c4253" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0066_machop/machop.png" +hash = "1fc5438457c13df8166fbe3289af2a9ea5f24efb258846e400c642dfde7e0132" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0066_machop/machop_shiny.png" +hash = "2cba6db81f312e910ba09cea43438315ef3d5adf9be271c56b5a4c228ab1f027" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0067_machoke/machoke.png" +hash = "d210502431691930632c856f94d175d445a4c4ab71f761a31ff34d39c3ec5871" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0067_machoke/machoke_shiny.png" +hash = "117c4346cf82595af326bd7b8a8ef5da8a57708e767862b1bc23d409c4e12bb0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0068_machamp/machamp.png" +hash = "76d1360c4aa9af2e1e6ff4f2e878727466d44d3374d829e6c9fab671c8973b36" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0068_machamp/machamp_shiny.png" +hash = "63be65b129d68ee25b0242f42f50b58efdcf8af04b9845dcdeb491dcb73354f9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0069_bellsprout/bellsprout.png" +hash = "12af575f98c133863e25bfc04229536d5c6bb043773171a2d2c72c30f8cb29ce" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0069_bellsprout/bellsprout_shiny.png" +hash = "6ff59698232f54dfb1b080e1aadd37ce9fb5c0582c7a0754405f341bf2c54534" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0070_weepinbell/weepinbell.png" +hash = "3e59a64901a5b7194511a8815711c3c6c2c8ad25b25c985d5c204fefd91e7cbf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0070_weepinbell/weepinbell_shiny.png" +hash = "0760b6ff32e3c909c6bb3045ca3de1ac091309e06e1e12397f4ef27a1da9b3e1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0071_victreebel/victreebel.png" +hash = "4abefdf5fdc007ac37f96f365fc505f1e2b80730864cc65fcadbaf869cd1aab8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0071_victreebel/victreebel_shiny.png" +hash = "f3792c8004f1e34a7eaa5eca7797ad376e76b76981b3e9eb20d17bc4e7bf0aa2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0072_tentacool/tentacool.png" +hash = "dcc906ba1711e3ad717040a60e1cc6f502dc7e9d63146d481e9b6ba240d9a2a5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0072_tentacool/tentacool_shiny.png" +hash = "7f2b2cbcd819eb943d885f2a79509bc8e8623727a26674a08fcc014940a991ba" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0073_tentacruel/tentacruel.png" +hash = "8ee48f44ba23c74dd86e39fce30d7dc389d2dac968d54daa285e2939a512b5ac" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0073_tentacruel/tentacruel_shiny.png" +hash = "6965dcb94b2eb52896f0dad485b8d0de4c23f9096e7ca0f374790f3084dd90b0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0074_geodude/geodude.png" +hash = "ec32675e32812917fc9adbf95708b0533258f4f5cd0441fb4bedd47da7e2080f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0074_geodude/geodude_cake.png" +hash = "9c0a53caec4ca874f15764660e874c0a8e6ddae6685480298a8a1b75d2921446" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0074_geodude/geodude_shiny.png" +hash = "8605a6cad5390664ff20b8ad61713c56e8609ca7de56e3d578f7139bc6b05399" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0074_geodude/geodude_shiny_cake.png" +hash = "4f82041561d1e10bbea90edf74e4bd01a5c9b1f24c20e27dcd9aec4468723548" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0075_graveler/graveler.png" +hash = "c9ddffda076377070850cb083580b4bcf2350a3a96e7e51e150729928d00d22a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0075_graveler/graveler_shiny.png" +hash = "7f6fdde9e0fef1029aab093fbd6b2b60866f1981f6ed22efb9e43e2e1e952ebd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0076_golem/golem.png" +hash = "a1284404b69bcbd2ab760e40c372758d8aca8141cfcaaf21f1c0a7718ab1954c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0076_golem/golem_shiny.png" +hash = "b5dd924071bdd67f78fc4526deb8dd10c9f5735b05391625b169992fcc64982d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0077_ponyta/ponyta.png" +hash = "5e40612fe01e0e24e86463c7d3c5451d292042135c694e65e96eaf7b36337cd4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0077_ponyta/ponyta_galar.png" +hash = "268ed90e96de75a89c8d3c4fe8ab7d4c60f2f9dfd95e75b23daeda386fc07bad" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0077_ponyta/ponyta_galar_shiny.png" +hash = "9905d37160b7a6d01fe2836ab5d650de9a0c92261872d3e39896c9977a794d4b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0077_ponyta/ponyta_shiny.png" +hash = "52032884ad7b01d5f38cbb901affd92ca815fcc0c19a7074cda1f9892b25752b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0078_rapidash/rapidash.png" +hash = "092b42423569ae9aba855c2baf3a55e335edfd00f898bf4281cd02a5a70dd180" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0078_rapidash/rapidash_galar.png" +hash = "8418a4b8193ef1652f205fb226b59a914a09937eb8e84cd94b57e46cc9275027" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0078_rapidash/rapidash_galar_shiny.png" +hash = "fc3fc8ebff026be757c0079f7d4790725f7e8f19cd801b9904735f84b9c0346d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0078_rapidash/rapidash_shiny.png" +hash = "d271de0e4af1cf2676c5c7da95a7b1ab14b09ffbc087bb35923f4ddf2055e206" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0079_slowpoke/slowpoke.png" +hash = "b0ba2fc398262cc433bb3d783ac481b499b9f79021223c7a68260aafb4065e66" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0079_slowpoke/slowpoke_shiny.png" +hash = "af6c0b3349c7a7294f36ed3aed53313f0fadc72f1cc56b6727247052be1b3c94" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0080_slowbro/slowbro.png" +hash = "10f021589f9f0fe59c308167e78bcc647978c14f5dc1076fe35932a051c7fec6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0080_slowbro/slowbro_shiny.png" +hash = "18d3c37b8a5e74a65a33cdf6751ac8e5b65c36db9672b6354b3c57ab12119775" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0081_magnemite/magnemite.png" +hash = "fdd1f7e639accc43f819823582f4c3522609218daf11686d319d5f7fdb97abe1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0081_magnemite/magnemite_shiny.png" +hash = "5c706d5ae0de9f86c8f98e2bbc05114d1f28ea0550324aa234aa4df46d546eed" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0082_magneton/magneton.png" +hash = "96465bc0f53a68b9e864a3c23710d87621a29c0b476c0ec24a6e6eac7e5fe4ad" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0082_magneton/magneton_shiny.png" +hash = "9d73f9410ea76367187dbdfe9e4cbd6a53df6a435b2d5fff0c2adaf16cf37e50" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0083_farfetchd/farfetchd.png" +hash = "ba7a02c2ebd914658014392310c69ab9a72f78642ee2274930cfe0959e1b58e8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0083_farfetchd/farfetchd_galar.png" +hash = "c3f7b3017a1514b9f821f16da00291ef89495891c1168f1eed56494a22016785" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0083_farfetchd/farfetchd_galar_shiny.png" +hash = "08efb2469dfa7e4b90d2aa527a00e84e1aa1e9cf1c6c745ee03868ed2c85e190" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0083_farfetchd/farfetchd_shiny.png" +hash = "18b5b561ce21e5cfcd94bd8c39b9e9718894e97780d4cb90f1112293bda1c318" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0084_doduo/doduo.png" +hash = "76f86415584b96995e9f08c5eadae34b19abe85b3bca967bafb601a26666d3aa" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0084_doduo/doduo_shiny.png" +hash = "af9003f203b098c82cc93d3a2821214cbdc60765950e761dea58fbc0c5172b55" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0085_dodrio/dodrio.png" +hash = "8de4760f8b712d1f273a06518fa5a3530d320014ea646690c5a35c2c333e24c4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0085_dodrio/dodrio_shiny.png" +hash = "134c74462cba18b119eae343e5f6c058544bac68881b165e13d974c2b4184414" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0086_seel/seel.png" +hash = "6497d084e72d231abfc765789fc1197b8351f9e4da9e188ff9124cd4dc714616" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0086_seel/seel_shiny.png" +hash = "8b2473383995e36f3d200e4a939d715144f72a6962291abddec0632a943dc45e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0087_dewgong/dewgong.png" +hash = "8493636edc0c394e4969bc86f4f0789ac55062778bd98a78dea35fcfa342d61e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0087_dewgong/dewgong_shiny.png" +hash = "410d739d3394c1ce30778cfd3e9cbf3dd7503bc68f1e7b26f7d79ae50ef0219c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0088_grimer/grimer.png" +hash = "a1abe1a653fad6fe30f507f486635639b2620a36420ffb11cfeff16339ff0a5f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0088_grimer/grimer_shiny.png" +hash = "2510b15291cd85576a5b83b9043dab49fc9ebc6aa543fc01b1cf68d6586291ae" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0089_muk/muk.png" +hash = "7635e3a4020f474e5c4a6c95b36f3038b06d65976fa1fb78908b9b623a663e55" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0089_muk/muk_shiny.png" +hash = "7b4543da409461b51caad17edbd125cd36e6761eef92e09383ca3a88b40f7353" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0090_shellder/shellder.png" +hash = "4c0e4e7d384a085959723fe8b6198db9e31f1d6072f01576dc732c748d5a9b88" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0090_shellder/shellder_shiny.png" +hash = "ead9237d126c08dbba9ba0f334a524d08d6f13ca01a5114e8c2aec6abd6688e7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0091_cloyster/cloyster.png" +hash = "5f6861d528f13414a5c027db72333ef2c487fd30d45c8766c4117305afa0969d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0091_cloyster/cloyster_shiny.png" +hash = "c8810e6b80c799cdf320a471ab7a229e8c06cf6468339fad9297154bc3c80c44" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0092_gastly/gastly.png" +hash = "729a9a900f22f13de75522652f1a401dd746392d62ca6e3d161b139fe7e44048" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0092_gastly/gastly_shiny.png" +hash = "016fac8fcdac4180ea2d3f78ceeff3a01c2c681d054cf658a4743c80377a308e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0093_haunter/haunter.png" +hash = "efa3ccfcf3ac4e0bd2eff0f9382c81d37e00826986bac592f653313d4ccd8abf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0093_haunter/haunter_shiny.png" +hash = "bfbf4e54df843d69de0084fd452115f057010965f970e39c67a39d4c33ee0da4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0094_gengar/gengar.png" +hash = "30339938fc0bc4d0dc334a3fae980fd17a939806f22f83b117184e9e318d518d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0094_gengar/gengar_shiny.png" +hash = "1262fa972977c8aec2185326729a39e0cd7a4217fce407804e58f1f22ce7f8e9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0095_onix/onix.png" +hash = "67bf998a3744dc08484de84233f7595b70134d85dcb92737059a61c4f5bf5262" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0095_onix/onix_shiny.png" +hash = "44f1976b21420362940363a682b66552a532806a840c923ff3abfd404987486b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0096_drowzee/drowzee.png" +hash = "38bad7335a32caedde8c4471d39f929dfe97ad8767f053341356031ed927defd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0096_drowzee/drowzee_shiny.png" +hash = "e17c885c8a9cb287ee92c995d1162b6fccc94faeedbd028cf54ee7ecd2b36eed" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0097_hypno/hypno.png" +hash = "84d28ab8a23bb8efec6ac99b33f5b3ab9b5c6390e6b9a2b5e1e6500cc82660e1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0097_hypno/hypno_shiny.png" +hash = "ebdcb80171b1d8d2a8f5b94fa913d8dbed91f780f685d9a4dd92f0874ef56a4c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0098_krabby/krabby.png" +hash = "d6e611151d2e65a7f68c5c5e6a352a0c71a9a10fbca2e78a6fbea6b4ff280015" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0098_krabby/krabby_shiny.png" +hash = "1f61477c34e5a51f5168a27143d8011ad70d9acae43310703f307ec582e44b54" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0099_kingler/kingler.png" +hash = "dba1102bd4fea9727b9e89162c8bb1112d85ebe64d1b15b3f0a515479f8341a2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0099_kingler/kingler_shiny.png" +hash = "20d166eeabca82479635156731113271a5eba8b9b759af77e1b4d5d8e7560cad" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0100_voltorb/voltorb.png" +hash = "4716e6309928337a9d5145c6baf417186fbf63d7b75daf8abd2be47d1346facd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0100_voltorb/voltorb_ball.png" +hash = "4bb39bb7ff9c0fcde78e90b7cb594aeb1a07db6bdac96eec7941093529a3ed3c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0100_voltorb/voltorb_hisuian.png" +hash = "5be7d266bb9aecc0a9fe2734c3221126726e66f82464b71f1954d0a74f84cf8b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0100_voltorb/voltorb_hisuian_shiny.png" +hash = "7661dbd00ff2f2dc4aae17b465187679523810e488b9864b4ac7ef4e5a120b94" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0100_voltorb/voltorb_shiny.png" +hash = "e7cad508204afaf3bd10d8fc3fe69bcfb65d707a4fc7f28325d42fa0c6abe9ab" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0100_voltorb/voltorb_shiny_ball.png" +hash = "06a5efc45acc1ae6ef5566a8cf3dee7848b72a74597d4af1d13759099c11c056" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0101_electrode/electrode.png" +hash = "d80c1fca07a2d9f6ca865b922d69d6e7bb18959c40a41a01b4bb9027cf110731" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0101_electrode/electrode_hisuian.png" +hash = "1ff737797f8f30ca285d8fdbdfdfb9c80adaccf4cf2ba21b421208c5ba87b55b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0101_electrode/electrode_hisuian_shiny.png" +hash = "8154e7f197320796a3de634f722bd3484bc8f27c7bd98d22b3b11cd19f12f01c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0101_electrode/electrode_shiny.png" +hash = "7daf81b0470a17829ef96f8332977b8d2b2bf10b6884358ca53b423d8a0e0f79" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0102_exeggcute/exeggcute.png" +hash = "b7e5346dd2c573f0cccd5cb5b74d74acea51a4c66b3e036e8739b2f354bd8567" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0102_exeggcute/exeggcute_coconut.png" +hash = "92181239f51b08e79410e0392182712fc5a75cd938db047084b422a510acb69f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0102_exeggcute/exeggcute_shiny.png" +hash = "d5752b983aa33b8680bbcf53a42d8842c26a0eaaaec6e4ffb80fe5b6b5d5041f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0102_exeggcute/exeggcute_shiny_coconut.png" +hash = "bd84f05d40300bb79022e4d0e83b747fb5b6ae99231d80dc9f06d9c0c0df027e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0103_exeggutor/exeggutor.png" +hash = "c41a661f5902bd99465ae1a04dc03d28fa3482fb6879cad39dfb15e8be335bb3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0103_exeggutor/exeggutor_alolan.png" +hash = "ffa9c9d2f7122657d3dd1227f49bdec43bd34cac5efeef537c8a959706c3b7a5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0103_exeggutor/exeggutor_alolan_shiny.png" +hash = "053a65b86a5dc9f035bfac055416b117bdeb4798759bb65ad171bab48426018e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0103_exeggutor/exeggutor_coconut.png" +hash = "55dd29f8c7aa1fa72ae37c70891b1d60073986e58339e8a93448554961026522" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0103_exeggutor/exeggutor_shiny.png" +hash = "0ca8f52ff9064f2fbc39c19e92dcbd2a9357018d475510cf5cbd2b58c0a03e43" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0103_exeggutor/exeggutor_shiny_coconut.png" +hash = "0a71947e29a9d8533e4d085fee46e83654c7796ab79ef523e5624b244a0960b4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0104_cubone/cubone.png" +hash = "bcada2d0be09c28bf321dbdc4e038d66c372422bd3f25057750351ebfd278431" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0104_cubone/cubone_shiny.png" +hash = "c3e123fb3dfbe37af292f9a387b1da7ce3691708ca631ebe39b38d967a5c090e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0105_marowak/marowak.png" +hash = "5cbfacc32062bc2a60c7eaaeaad459f83e511e2c6842fce49da713540a88cafd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0105_marowak/marowak_shiny.png" +hash = "a34185472d0245dcaa0dba5109b7fcf0cac32b2fd48b31967d9f070caee1ae81" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0106_hitmonlee/hitmonlee.png" +hash = "fe2a95b56c7ad6829ef829c366e661f7a3adcfef76b2b6159c74838a7898dbcf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0106_hitmonlee/hitmonlee_shiny.png" +hash = "c1e13a8695323d8d37743ae7c3ec37e9fd5ba0ff992aa2a240c37fd960fbc7f6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0107_hitmonchan/hitmonchan.png" +hash = "aa7812734d9e875053f318bfbf207243d7972dda2017b2d0012ade1835d4e464" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0107_hitmonchan/hitmonchan_shiny.png" +hash = "691c22f188c199db30bc87719eb80024c79d8e6546469d2d36721f8e303bed19" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0108_lickitung/lickitung.png" +hash = "be978d836ad9697e0a3eccfee5fbc51c9929ea98c354f394ebf9a6ec65dac632" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0108_lickitung/lickitung_shiny.png" +hash = "0a3a187396caf7a23ac71749683ac35a21b7e2c886b2f4adaa581e0bd290f33b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0109_koffing/koffing.png" +hash = "c08e06a4f174b2638f1887ebe85253d60c7560645dca3a6d132bd8bd1ebe9441" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0109_koffing/koffing_shiny.png" +hash = "f4bcdd710aa8cfc1a7d27fa9e61754697e0efac316792bea5f7aceb93f3f519c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0110_weezing/weezing.png" +hash = "96aaee2aae1e025c8e0f65545aff06f0256eff1440f3618622f2cfb9722e7769" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0110_weezing/weezing_shiny.png" +hash = "eff9fe601dab0d67f94f4706759a6265dc159c7077d0ea87139bb6fa8f699c14" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0111_rhyhorn/rhyhorn.png" +hash = "b3cd318887a388c91571bc5f583349ea6605fa9b0d1b8487e7759899c167e4d5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0111_rhyhorn/rhyhorn_shiny.png" +hash = "79f1be2d554600213f419b3768b8b43431f31cadb09bbf3d2c0156e602c3967b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0112_rhydon/rhydon.png" +hash = "cd7fde211cb4fb6f6067b40048330804cd64aa85b3e26416e55113579cec6a04" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0112_rhydon/rhydon_shiny.png" +hash = "7d39521d0ca3562f8064a28d4d99cc3761b53ba4f56bf5d2c995fddd1e258eb4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0113_chansey/chansey.png" +hash = "31b934a65db38ef7fe5daaec4363535d70c8108d20a0b5f69bba105ef3011d67" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0113_chansey/chansey_shiny.png" +hash = "7c5340246ac02f3b7b55ae0e10436101392ea56ae12cbc9a26d1f2e6f36839cf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0114_tangela/tangela.png" +hash = "3de60a481b215fb5481931aef1b54c062d640fced4465733a3c9d41cc16bc6b1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0114_tangela/tangela_shiny.png" +hash = "3e3360ee3a90c1e36ad9e33e491317cd092021dfb2ab7a95550d860a0df99fa2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0115_kangaskhan/kangaskhan.png" +hash = "f5cb047f60938b46625d0132f3a727d9ebc722dddb1516baf1fe3625cba87196" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0115_kangaskhan/kangaskhan_shiny.png" +hash = "a261f90549ed232bd99a9ae2b9446ec2e2068609b418ddce207f4a18c52f674b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0116_horsea/horsea.png" +hash = "6f35b23b6580c6098f07241d631c5e48a178d00efccabd82c0ee65d5e1550147" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0116_horsea/horsea_shiny.png" +hash = "cbc8a3e3533c1e524b937169dd730b6f336ebf041e5f4f0e54bd71d7813d37ab" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0117_seadra/seadra.png" +hash = "d43be6c764cacc3d076bf1bcf8840a20e1acd06f1ae9661f9811fc5a268d59dd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0117_seadra/seadra_shiny.png" +hash = "18a2d2a4603fa2ad8ebce219e04a5c4923f6183cc9ffad7fd54223635a91c305" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0118_goldeen/goldeen.png" +hash = "73e98e40db3ded568ebf37759dac2fb28506717c678ac6d69f6719e36712f5d2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0118_goldeen/goldeen_shiny.png" +hash = "67f981ceef5c35bb4a3b7253a1e51c20cd7a3a49611e25b774402246930e351e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0119_seaking/seaking.png" +hash = "c7430cfafae7ffba35d677c0e9dfba93fb86521310b7a2b3fbf4148891ffd664" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0119_seaking/seaking_shiny.png" +hash = "2157c7ee6a2c2b6843084f4432924c59e3411dd02eb3684566830b610fcfc497" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0120_staryu/staryu.png" +hash = "406fb7e3630d6c1eb0dc366dd1a23116400e069de083df352353b2e6c20890b9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0120_staryu/staryu_patrick.png" +hash = "66e1319e003b12b65ab9f4e4d8156939a3abec7360aec892cb9b68da4c800015" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0120_staryu/staryu_shiny.png" +hash = "f37720283b1a7d2add66afcc42dcd14e865d6cc0ea15917957bc7d6b9d92a2b7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0120_staryu/staryu_shiny_patrick.png" +hash = "51d95b4075462c8ba13549cdd763850395e71f7a64728939bfc5deb52f7d0cf0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0121_starmie/starmie.png" +hash = "b14a7380ee4a15cfdd42a16945ddbd53f6608f40d1cdd8d99d17d2b48601d084" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0121_starmie/starmie_shiny.png" +hash = "7537134036cc750a18f5ec15252e4557e86cd5122ae525c74c6093657e1f4e36" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0122_mrmime/mr_mime.png" +hash = "d104975f0289b9e9fb1283571acd6434fb479919981d6a16507e69a65b776df0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0122_mrmime/mr_mime_shiny.png" +hash = "ee949359f0f5f2c44860cc178364221aa3be25fc0cbfc3f75e0a6c800d4aadbc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0122_mrmime/mrmime_galar.png" +hash = "ef41582f744ffce4be1c90e8f773c44ba4869b0435740bd3a76e9a274978d689" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0122_mrmime/mrmime_galar_shiny.png" +hash = "9e43eb40913c7f97626ec2124d0ad74ff4b11c33dbb9efe9081386c1c4894a0c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0123_scyther/scyther.png" +hash = "729150dcf184bc0fb788272d1926df95a30897d2c2aa9d046c5e5c00c08383ae" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0123_scyther/scyther_shiny.png" +hash = "2cf56b2be4f5ff25b1a9dbac160d85a1309b886aefd957be6e5a018d45530d6f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0124_jynx/jynx.png" +hash = "a518a09698e761299f960388cd4c51c8c359fdf2c54ef9e6ab7fc610dabc073a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0124_jynx/jynx_shiny.png" +hash = "a092a90faebc8ddbfc9e281266da43be6926e5e2408e52caefe5fa4fa2147bbb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0125_electabuzz/electabuzz.png" +hash = "275c167a2d3dcf1ebd22585684b389e514ce6d6f61e2e22826a3d912187afd61" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0125_electabuzz/electabuzz_shiny.png" +hash = "08607ded557635aa561171e8358ae26b36667cc7ae015ed3326aad492aba4c3e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0126_magmar/magmar.png" +hash = "e4b71d09eb97a37d0c39a598d332d865e8f633b082147ec1392a98dcb856065b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0126_magmar/magmar_shiny.png" +hash = "cf3b0c16c4038ff42c2fa4ac7b8dab156149bd7e07caa16e627222784d910aac" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0127_pinsir/pinsir.png" +hash = "df7ea932e24beb30e3fd1ef65a581aca49963409a69841ddb68124a3a3ee8811" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0127_pinsir/pinsir_shiny.png" +hash = "fb448f7535c94c4cc1c9051bc548d97b1ae38e0912374d6c3fd11b34ad2c2a9e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0128_tauros/tauros.png" +hash = "b8b8cb750a91dba4ca484f1e13420f687afa070a45d5c2cd3a252a5590fda8ad" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0128_tauros/tauros_shiny.png" +hash = "c1713d27bddc3158ff02cdfea5e3e9b0b783b9c781ddc7b24278819bedc28be3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0129_magikarp/magikarp.png" +hash = "7fc754535e801ab571edde789028a6d27641d881757240f39986b9dfef1a053d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0129_magikarp/magikarp_shiny.png" +hash = "2817bace65f720a0af96cf64456573af520a9f90f9c062096b8bc93a41eb154e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0130_gyarados/gyarados.png" +hash = "841b4a0a71811071fed866ee3b3ed02c090afbddd13c8eb6210d945e87d05188" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0130_gyarados/gyarados_shiny.png" +hash = "6562adaba2880a7e5e1deaa21114c32b7fd41f98673dbea05c8cd1a3769e394e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0131_lapras/lapras.png" +hash = "e655f10c7f413573a5394231f3769c13ec5e31c3cb36cb092039f08301cfc060" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0131_lapras/lapras_shiny.png" +hash = "ff1a70141eeb78c5d123eebdc1ff44e1f843acf126b4f37515cf24fe836cd303" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto.png" +hash = "b4416d7de98ad3a21377d375890dbba339d61cd0fae0d24c96986e605859534c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_among_us_black.png" +hash = "d3c08a68e6099466d79f9e50227168004d278f4121e1bf277fe3b9993119b89c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_among_us_blue.png" +hash = "2cb396ca627fcef1e72d8e8d613c0906a5a987e242687bddc287a900bf49fe09" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_among_us_brown.png" +hash = "72566a978578d6c998b5b9a70e9ba8f8bcd108a78220e4b2fb0bfbc5d1a71a2d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_among_us_green.png" +hash = "1c7907957a56e2e09b184223b4bd56ea58bbc839a48abbe1f3c4c0ea563ee542" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_among_us_lime.png" +hash = "5ed5eec1c591c87e4cd5e40a68e4374758b46179f1e0386ec151bc412ad17cfe" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_among_us_orange.png" +hash = "deda295cf48a2c6da90aef9e4df811a7c4a7c9fc6e4b786c9c580dd350b09033" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_among_us_pink.png" +hash = "6bcf9eabac32083b1b9d555dbeddef99b5fd1a4dde410e5311105b0f81eedc55" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_among_us_purple.png" +hash = "0d9c5a3a31bc1ef5b6af1e0b5583565772d197733d475480e92f56bf2b631d03" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_among_us_red.png" +hash = "8293af6aba3e722e0379dd5b528793a543f42f8df50cc9dadc2613ac5b8b2d96" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_among_us_teal.png" +hash = "2e2d175704ee9e673958eb0c76669a53ced3b79e8d68ad5648bc31881163a159" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_among_us_white.png" +hash = "58223a4e91f9308c9206e56b93dbf17c2ad6f8bef66c63fd7c786461d4e3d72d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_among_us_yellow.png" +hash = "cda4baf1438b0461853eb9082ca9cb114c291b18dd451b38401164c547be1be8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_shiny.png" +hash = "bb30644bba0085d3878c8d6266352ec1f14e510953ae220ed9e6094354b827d5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0133_eevee/eevee.png" +hash = "ca8bd3773fc248ace7adf7e10c1f5ba56922af8f9111ffecfddab3fbff263723" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0133_eevee/eevee_shiny.png" +hash = "269f68aad0be9bc13a1fe420782eae85dce305bcf53c0690fe331f81f0dd1126" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0134_vaporeon/vaporeon.png" +hash = "16b14d7c6101c261897e30e21764a5dc9610d650c6a3b1101368966050b9d324" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0134_vaporeon/vaporeon_shiny.png" +hash = "18b06b0cf85415d4adef05748cdff4c42cd3529878cd8841ef3b86f6e579f0c6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0135_jolteon/jolteon.png" +hash = "df05a3cc13214064a4ba047ae729c296e907a4933a378d15351cd8190dc77589" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0135_jolteon/jolteon_shiny.png" +hash = "7bd910e345ac6dc4d488acf04f09393d423dfe737e03e9b36c2003225438b844" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0136_flareon/flareon.png" +hash = "2ac7b819d81687e5162a28b123d705927985a344f7ae501b0a7b5e877eeae75e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0136_flareon/flareon_shiny.png" +hash = "ca1418bd77ac2b934c4ddcef8f613caccb2de10ea82bc9b219d06f972e0dba61" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0137_porygon/desktop.ini" +hash = "48463df42cee655a258c27331b0951fe3011410793da614701a42641b7ca2b5c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0137_porygon/porygon.png" +hash = "9f8896103c64c2902a4bcc139f39f458a2c0faf5925077c85142e63e874d3880" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0137_porygon/porygon_rubber_duck.png" +hash = "79ee90feaf8fd739b5f62ea108518991e46425f32104d4fabff14bc34c9a617a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0137_porygon/porygon_shiny.png" +hash = "a69734767ce5b8dad073ed7372cf721e678ba78a493aa126f56b7c22bc8d347d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0137_porygon/porygon_shiny_rubber_duck.png" +hash = "376064934d64c6056ae586a801ddf3b541e256f5d4a55d6f12d8a1a4c143ea85" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0138_omanyte/omanyte.png" +hash = "2375bac8e09554d6648a12f8958bdc84d8c7727e8c1675b4108e499e35671472" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0138_omanyte/omanyte_shiny.png" +hash = "42424417face4ef6833aee94d1cd32bbb6ee01d8a2095228fffe0ebd7e08cb10" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0139_omastar/omastar.png" +hash = "2dc85377b56d66e0dbbaf935555ca2adfe7105110307e2ce274922abc5dd6ac0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0139_omastar/omastar_shiny.png" +hash = "d66dd17bbbd6055330e4335ff639518558ff767408ccc0f776b118ece16576f7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0140_kabuto/kabuto.png" +hash = "f32934f7e96b626b975f0ad4e2ece9ad316f5f0202c4ae68b2b75e1790a45184" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0140_kabuto/kabuto_shiny.png" +hash = "060c36b9dcd9d1e277a730446f8698b3889f983c7369205c020b6d8aab04c0a2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0141_kabutops/kabutops.png" +hash = "596fb0274c4e2e1aa00ba2d0ab417cb334f8e7e29e6a5fa6794678a12f0b7717" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0141_kabutops/kabutops_shiny.png" +hash = "40b0ead1840ad79b872280ebbd3d394672cfa821c7c02ef42a387fcfba8f9449" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0142_aerodactyl/aerodactyl.png" +hash = "087e60502ca30928eccee788a06ac8e9e10bc3e046bae29e8882c557fc03e231" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0142_aerodactyl/aerodactyl_shiny.png" +hash = "779f1fdbda94a97e4f602fde6b4666bc54f5a22510b958e2caea7307a9628b7d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0143_snorlax/snorlax.png" +hash = "f81f27cc1318d0442bd45030f06e3b91fd01eff540cdc84d68d78dee12c4a3db" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0143_snorlax/snorlax_shiny.png" +hash = "d685643aff4bc4ba3d8e0497d450d0d4d5ad471506a37fae5f8bcb7bd0a45cce" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0144_articuno/articuno.png" +hash = "e0329edcb92269e177bebaa3535761edcfa6aa60ef8f5c0405724d5d3c7cce93" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0144_articuno/articuno_galar.png" +hash = "6c0c40c28ee2b34ded9bf4804ab0eaed738cb1db63719b8f5af22cf3593439ec" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0144_articuno/articuno_galar_shiny.png" +hash = "ad2c3953a300c4aa5c320a6729cb02b3b6df127d332423b3861d811115921bb1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0144_articuno/articuno_shiny.png" +hash = "c371eb04e34d973dac120f7b87da6bccb188a7b682daa7adc0778693c3eb973f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0145_zapdos/zapdos.png" +hash = "f17eb297a33fb602b8e9e3cd5b413bc880b11e997c2770093b9c8236e19be26f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0145_zapdos/zapdos_galar.png" +hash = "3b5bad97781f518daf01e2d3f2182035df5c2ef18c1fff0cb5623391c8f35883" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0145_zapdos/zapdos_galar_shiny.png" +hash = "9eb3086ac0149460218a73d127188f26306baa44775c9643c69fc54188ea3ef1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0145_zapdos/zapdos_shiny.png" +hash = "6ede43d3a9dcf0873c98191b445b863e5bf5e196904521c6ac2866923d400a8e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0146_moltres/moltres.png" +hash = "deb2cf181277cf8219ac7ebb68097f2497d21ed555bff19fa02cfa401d73a705" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0146_moltres/moltres_galar.png" +hash = "a26972fb2cc649b4603d8df28785bb2be8d4655de6b62b6c6e196a79284ffa83" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0146_moltres/moltres_galar_shiny.png" +hash = "402535951e61dc362d6dd5442355ed19f871931348e4018f9886270141cfa7a2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0146_moltres/moltres_shiny.png" +hash = "3f8d00318766b6941ae421e2dafb0988f8fa8a615fb92e58159f0c2b832e0edc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0147_dratini/dratini.png" +hash = "47fe8c177d25efe28aef1a6ba4a40ce0ca35890d69aa0f19cb9e4d54a1c039e4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0147_dratini/dratini_shiny.png" +hash = "45713b1e7d5ba0a6bd3cfefc1bf7b004e877aafef03409def02225c77f7bb8f9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0148_dragonair/dragonair.png" +hash = "478020f6c1073bc93f4861c8fd1645f22bda6bd923dbf22c2f40feeb5e9cbe70" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0148_dragonair/dragonair_shiny.png" +hash = "1cbf64d5fcf9e6f54342c77d68f62fecbc05d203084e16d2ba6830292fca9406" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0149_dragonite/dragonite.png" +hash = "f1155ab64d041fbe6cd8c991bd0165044448ead7a200fd5b825fe560485264a7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0149_dragonite/dragonite_shiny.png" +hash = "6216eddbc1a46952896233427429a5eef7dd199019accf5db5aa54d285ba50aa" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0150_mewtwo/mewtwo.png" +hash = "05f2b20ef84b121387761a4b6b2951914bc497ed7b4f0ed289e431d5b98ac1f0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0150_mewtwo/mewtwo_shiny.png" +hash = "ea3cbe3fb6cc786584f659c16bf71f0e50a94b9d47de04c4ba839748b20179bf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0151_mew/mew.png" +hash = "68e2e2b47ba23aed87ebfb109c8755f003c6b0e35696ace55440a8726fc5c4d2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0151_mew/mew_shiny.png" +hash = "a18d4787e0fc71cc5210bf40bc481220587c9ac584bfaa8eddb32eefc452858b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0152_chikorita/chikorita.png" +hash = "afa25a1c993b802b3d9c796d79c92eb34c4cb45c5a8e181456f674a512a95681" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0152_chikorita/chikorita_shiny.png" +hash = "5d9982a711f129a2cb84a4577da06f47b71d2c673391b3a5fa04c845963025eb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0153_bayleef/bayleef.png" +hash = "68c37bc43cb36a74ed88ca77cd2ea4d5a8623064566332802fad680cf406ebe2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0153_bayleef/bayleef_shiny.png" +hash = "31a043076e5265287f9b0ab23ae319e789e4467419717c966d7b598e10d23833" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0154_meganium/meganium.png" +hash = "d7d3249e2772846f85fc038fbed436bfee944fc4bc81a05179ca9c5e8b8b395c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0154_meganium/meganium_shiny.png" +hash = "37f67ca055bb4f8a9b9782b9867554b7a21b519c39ac36e286f1be7a03b764bc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0155_cyndaquil/cyndaquil.png" +hash = "d887a9a8e93908d2b214d08ac4f2fb14f8fbea1cc995ab139635437cc762df94" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0155_cyndaquil/cyndaquil_hisui_bias.png" +hash = "d887a9a8e93908d2b214d08ac4f2fb14f8fbea1cc995ab139635437cc762df94" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0155_cyndaquil/cyndaquil_hisui_bias_shiny.png" +hash = "bd7bee53ea7b9e20ad18c32a041113f26a73dc33c02e5321d44f7b0d4b176f61" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0155_cyndaquil/cyndaquil_shiny.png" +hash = "bd7bee53ea7b9e20ad18c32a041113f26a73dc33c02e5321d44f7b0d4b176f61" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0156_quilava/quilava.png" +hash = "32856c9795dfef39d4a96758ca81e047e2bdd43f1ae25c041ac7bf7083b0ba38" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0156_quilava/quilava_hisui_bias.png" +hash = "32856c9795dfef39d4a96758ca81e047e2bdd43f1ae25c041ac7bf7083b0ba38" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0156_quilava/quilava_hisui_bias_shiny.png" +hash = "302d292cfe03845f5c399ecd5da7bc80e583e3d3407fccad4ee6368757a3625f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0156_quilava/quilava_shiny.png" +hash = "302d292cfe03845f5c399ecd5da7bc80e583e3d3407fccad4ee6368757a3625f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0157_typhlosion/typhlosion.png" +hash = "5b78bfb65516f87ffd401e9be0ae59f44f0a9b224718904cd2a71b75692a38e6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0157_typhlosion/typhlosion_hisuian.png" +hash = "593b9ce203509430ac88fffb55e4378db98474b05f326c5228ebeee5a9d6b6db" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0157_typhlosion/typhlosion_hisuian_shiny.png" +hash = "2320aaf09537b8662c0d2aff155c59affd55548704ce4fbac14b9ad446e9544f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0157_typhlosion/typhlosion_shiny.png" +hash = "48108b9389b6e76b5144be0c0c1254fda542b8a7448fd7c4146e4cccd97cc312" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0158_totodile/totodile.png" +hash = "32a24db66752b488345c3c3be2378b1f8b3c66282b62fe014e6b3d4f9c5fe655" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0158_totodile/totodile_shiny.png" +hash = "44fb8d98ab010c0ebb1f0ebd8bb2aed59f0db1e460dcc5b827ee3ce436adb4a1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0159_croconaw/croconaw.png" +hash = "934fe41caea4f278764d690751afee1b6f48d64e1319ac73832d6bb0e0d6ef0c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0159_croconaw/croconaw_shiny.png" +hash = "aae388f410d88e23859493c890c54e8849dd6bea207bc2f05a6fb95bd44f5a76" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0160_feraligatr/feraligatr.png" +hash = "9b647056d7dafab134ce827031b3ed264f13be16b15550afd2ca65daf445fc41" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0160_feraligatr/feraligatr_shiny.png" +hash = "481bbade354d94839a5e50a174c5f49c2fca022297ad75ebe12f3f1c9c1e8217" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0161_sentret/sentret.png" +hash = "f53492750c5c95f5fa8b1b63fb85107a757e1792f0af6f75340ac9ad2fb545ef" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0161_sentret/sentret_shiny.png" +hash = "514692b065c926645466f318f18b70aee051176e9d7e5983cfbdd9cc596a10ac" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0162_furret/furret.png" +hash = "60f5cd1921729f15927d3cd9824ec60aaa45207eb93c5967f4ad1a602ff924f9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0162_furret/furret_shiny.png" +hash = "becd3f47bacbe3f133a72e71a6d8ced9fb81bd24c0ac373c42c8c3a776500352" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0163_hoothoot/hoothoot.png" +hash = "19c7e21a64e035334f203a28bf7aff076f70d68dc2823642d0e34222b312b706" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0163_hoothoot/hoothoot_shiny.png" +hash = "6ea7d27622fdc604fc20412b49feca8db930e2d4cfe7c886cd98b7c8bfdd4cbc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0164_noctowl/noctowl.png" +hash = "d564d3a38e2eeab99579ddbe0eddc93d0eaa4f60efdfe94470b9047652f9ab1a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0164_noctowl/noctowl_shiny.png" +hash = "cdf73460d2e860d1284df0f0fc3fc2098120b200d04ec48dc070dfffd8dc9c8b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0165_ledyba/ledyba.png" +hash = "82f7bba9a394751beb00713dcb8a53f02d74a72dc53f6245d9b462c089a1b434" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0165_ledyba/ledyba_shiny.png" +hash = "f3b7d4e3427a9ef1ea772f267150faf80855b34a24e4e99e9206a4a6aca9ab7a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0166_ledian/ledian.png" +hash = "e3c1166fc1b5888b80cf0d3b251367e9e6c99177a27f74c302abf7caaa6cfc79" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0166_ledian/ledian_shiny.png" +hash = "c5ad7c20b9e21307ee32955094cdac369a045f0c5bb4001447c49defda132334" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0167_spinarak/spinarak.png" +hash = "8b45a00aa2997fe2c198420057da3dd0e08aa93485643447ff38b7e5ce62a927" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0167_spinarak/spinarak_shiny.png" +hash = "e52b7ade38a70346d2934cd66accb69f436aa9dbb96f65f1a09b031c704bdd1b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0168_ariados/ariados.png" +hash = "cdebb1458e4392b1d71976d62b3694b79562afc07536656dd9801cd418f96c1b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0168_ariados/ariados_shiny.png" +hash = "74e8c1af9cbe8c9ed3a15d4878e10b06b7636ecb7e6903857783a635d4480731" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0169_crobat/crobat.png" +hash = "2b87efae465c2c74c40fde38740d4b6786ca4c61e30eba6d6fa1678a21e401dd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0169_crobat/crobat_shiny.png" +hash = "5c0b3a4dfc310669108312b05333ed557305bb2cbe1138ec355c4f5250ec07a1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0170_chinchou/chinchou.png" +hash = "0636e242eac4b58c2b56194a3c22f25dc1a9492d3c65ce84a37fdc7a845c2a0f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0170_chinchou/chinchou_shiny.png" +hash = "a82a7da1151d7ae3f52e9ea66d9e84be6d903ad1592890db2cd5208798293558" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0171_lanturn/lanturn.png" +hash = "53aea00a4b324b58b73027067507a63eb707fc41695450591f654f7d9102e401" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0171_lanturn/lanturn_shiny.png" +hash = "ae11451fc3ff6a4516397a7118bbd3b50ae3a6546eaf3a621f4cf2481ef1c36d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0172_pichu/pichu.png" +hash = "314d2e3a9b8dd192d293042608bdcfa9ec68d29677624f978a76de41289b3c7f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0172_pichu/pichu_shiny.png" +hash = "618b6c0d88f86a2144b0a522a5e09e9e7fd9342e9953194b893340334bde32fc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0173_cleffa/cleffa.png" +hash = "e7d4cfb05b64614437e93f791298b7748285e4ba4e1951a93307c0f9ca7c13bc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0173_cleffa/cleffa_shiny.png" +hash = "d920ed749d5631bfb293d1df95b9bb0de39d380b06a47b96367e21c473965da2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0174_igglybuff/igglybuff.png" +hash = "f51dbcf65ffd8952d1a2abd780392c6deb7e4103a700780406a60636c83e0d5e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0174_igglybuff/igglybuff_shiny.png" +hash = "4c42a33b44ea036125ff28c1d506d973c276c3419bb17ae5f167eabcee6e295a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0177_natu/natu.png" +hash = "f4c8a68ddbd2f23b9964017499866c3d5633e95d567047ae38f239d79f79b709" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0177_natu/natu_shiny.png" +hash = "ff19fef6d675a387b7c775dbfdb12fd357867e242e146f43359c80ecd3baf61d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0178_xatu/xatu.png" +hash = "10d44f89622820f629b84a286c5343bc21c9e82d0eefdf6d5194ee1d8d5cf59c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0178_xatu/xatu_shiny.png" +hash = "1ab3062c006d9a4057117d2da09b782e101593d7523f301efba269152ed0c52e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0179_mareep/mareep.png" +hash = "f9e989a58905d4b92c625bf9d850303296f6ba74278eeb3739d6f60169f2ddb0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0179_mareep/mareep_shiny.png" +hash = "c407d80b9a1c6d93043afd55eba9ee68ab01302dd96b7254d7a112968dec957d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0180_flaaffy/flaaffy.png" +hash = "0929ec012f485aea6e7af28cfacd9131c3ab1043e71c6e25652468cbc801db01" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0180_flaaffy/flaaffy_shiny.png" +hash = "3168f263c6ef004a28b7a0fb27388dffcdd3eb4992027a2e7830d1bf526fd047" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0181_ampharos/ampharos.png" +hash = "54bdb0c5dc93f06e81d3475ca78bbb27503b66e0e3f31afe2819a5f5a2f6ad5a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0181_ampharos/ampharos_shiny.png" +hash = "da871785f9705b836c2da2bc532951d3f6058ab2ac03c203d5261a48bde4609b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0182_bellossom/bellossom.png" +hash = "d281044c217ecbda69eade2727d0d11e082d9e8f21a1b48489bef9df74eb3154" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0182_bellossom/bellossom_shiny.png" +hash = "858add7f3faeb13334b97fc0efe21b05486f9e6c81d6f2e87c45b4d80eb71965" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0185_sudowoodo/sudowoodo.png" +hash = "fac6194805322777cf87a0c60155ac11b5b519f48db198a1107ffb4b5b4e2c9a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0185_sudowoodo/sudowoodo_shiny.png" +hash = "07f22fb98e3993d0c45dddf7264fb0e6c385c93132724f8dbe964a7f4db0cede" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0186_politoed/politoed.png" +hash = "2dbe3e695c5531727dfe6751db719402c81aae3fb4f49c5ab2c7ccb533c223b5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0186_politoed/politoed_shiny.png" +hash = "608f49f118a8b3c35e4886a032a87c09287efeebfa8a44456c8e27f0526d664a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0190_aipom/aipom.png" +hash = "ffaa0c52d368f58d94a80b07e58de52406c55068d2ea62ee359199100ce0f4a5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0190_aipom/aipom_shiny.png" +hash = "a3053ce440a014aee247ad26e2da6f609d8513d3dbc81712198379aa24fc928d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0193_yanma/yanma.png" +hash = "1a21ce088093a3e7d9f6b68e050091651f3bc3ed72a9ac9149d9bfd97ede3d87" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0193_yanma/yanma_shiny.png" +hash = "3ce9587db2a8991d27a6c29df235197a6d3da9f89d3aeb47b5cf25186494533c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0194_wooper/wooper.png" +hash = "4b3129dbb8679767c310054645b9a4f0d807510ae97db12317d2f5041d4aee34" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0194_wooper/wooper_paldean.png" +hash = "f5df0616aae71566172c6eaf7318529bbdd1ef4bf605aa03dfb105d7776e2688" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0194_wooper/wooper_paldean_shiny.png" +hash = "18d7df1ce61bd584d71c0b805c14ebd5819f452f50e3847afd0019589c8eb692" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0194_wooper/wooper_shiny.png" +hash = "874f8a74cff27832e511498c93eb578088253861cb644fac25e86864865faab7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0195_quagsire/quagsire.png" +hash = "83442a5a926b3f00c21fbc0f3ef49dc369492522c007dd36f6ba41124a65432a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0195_quagsire/quagsire_shiny.png" +hash = "cb12a268c9ca0ee4e9290831032f161675210e4eefb85a3cbd3fb6e84db41c7c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0196_espeon/espeon.png" +hash = "bc0f03b97875b2d12d87595c0dd0999b51fb53a9bf2871138aacabe9fb04d79f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0196_espeon/espeon_shiny.png" +hash = "102d72cdc241443f800ba1e6138b1b891364cd3306eb51831f4088371ccbd709" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0197_umbreon/umbreon.png" +hash = "b090198f4d492ccb38356706863203e477455aaa09bad0269932673198f2b4b6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0197_umbreon/umbreon_shiny.png" +hash = "d4fee64d87d712e09ca9c95aeda0effcd1e1224a47e5601b7a9f55f265260a12" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0198_murkrow/murkrow.png" +hash = "f5a5179985d8b76b299116d4fbff72e846d03df44483f9681cc6f708b3395224" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0198_murkrow/murkrow_shiny.png" +hash = "00f9fd2a31d23cc1feba7f5afd3fbb0648f2dc21e88cd23153a9af5579f2da1c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0199_slowking/slowking.png" +hash = "9503245f7dfaaca3e475e4c708e2e6823e73de12646a46ac7e14d2e150277fc5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0199_slowking/slowking_shiny.png" +hash = "61931d33a5f20a8c2b1889dc754b5bdf273a9ffbea2239deb0c399e1eb8f7c18" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0200_misdreavus/misdreavus.png" +hash = "a6a34180099b9373f19e2fdd9161dcccf2f49679a59485077a069f8f05ec23d5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0200_misdreavus/misdreavus_shiny.png" +hash = "d8303b6ea7ad81c72791d0ca37a292cae8606d4b7040d2ba884cbf56d978b058" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0203_girafarig/girafarig.png" +hash = "0fb0b5981768882a75b5c4b4ee061d14e1c6b0bca78347e9417c27232afae7c7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0203_girafarig/girafarig_female.png" +hash = "0fb0b5981768882a75b5c4b4ee061d14e1c6b0bca78347e9417c27232afae7c7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0203_girafarig/girafarig_female_shiny.png" +hash = "4c519eda15c0cffe6b4fc75cb67b4e4c0df2701118ed8020bd3473d62801d3df" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0203_girafarig/girafarig_male.png" +hash = "0fb0b5981768882a75b5c4b4ee061d14e1c6b0bca78347e9417c27232afae7c7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0203_girafarig/girafarig_male_shiny.png" +hash = "4c519eda15c0cffe6b4fc75cb67b4e4c0df2701118ed8020bd3473d62801d3df" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0203_girafarig/girafarig_shiny.png" +hash = "4c519eda15c0cffe6b4fc75cb67b4e4c0df2701118ed8020bd3473d62801d3df" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0204_pineco/pineco.png" +hash = "417eb8bb13c08e39aaf87e073ef0839ccc948da46994cccff1592d89e3a92d70" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0204_pineco/pineco_shiny.png" +hash = "0bbee9c071d09e7acf9112af19c32bdb8e204079d4f7b3899e0054568d5a9c69" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0205_forretress/forretress.png" +hash = "a85115c24804f6c44ba872afa765b4de932f35b26d8b14d99812e6e2ad655302" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0205_forretress/forretress_shiny.png" +hash = "61164714ed4e37ef81e1509c78a60ff4d43cb4a2296e49d6b118d3f10225bf73" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0207_gligar/gligar.png" +hash = "51d534781ae8b9fee29a81a15025d321918969089216c1e2f801a2986f7df2d5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0207_gligar/gligar_shiny.png" +hash = "7992a61e73cf66e69b2ee7716e84116df1fbae6ea6dc13b5fa0f3f77024e99e6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0208_steelix/steelix.png" +hash = "2abc1857a51b68fae87f957e4c0a5f19f0bd3c70d09d98c8c38ade09ca422f6c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0208_steelix/steelix_shiny.png" +hash = "eab17211903b2dc53b1f310ccd3423cab21ec56f2de008726079695a1c126290" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0209_snubbull/snubbull.png" +hash = "64f98ada65fca14b9db51c3559283646c57b91edf7fd7a98032d26a65c6e10bf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0209_snubbull/snubbull_shiny.png" +hash = "55fb3cbcba7a86c4968b67ce204db4d67992dc761485064205424ac4a3191d03" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0210_granbull/granbull.png" +hash = "41937b8d96351a78ccee63d889496254fe2620c88b4a8789e17c6a3133f24bc3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0210_granbull/granbull_shiny.png" +hash = "9d8dd75aafb124d87d7e57721e4b074876c1c7ceaf540f7df1da6ba9dc81d931" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0211_quilfish/qwilfish.png" +hash = "55528d7f2d454a77801671120abaa505082547e19fc818bc2c8e63013e211cf3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0211_quilfish/qwilfish_hisuian.png" +hash = "f233921bdeae82129b54b57c01ad979d048b5e7ac26e8d87bc2cf0072959f229" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0211_quilfish/qwilfish_hisuian_shiny.png" +hash = "5fc0378aa8b1150dfd275bab3252ed39629f2920675d2880cb3ca23dbc35c24a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0211_quilfish/qwilfish_shiny.png" +hash = "11d9246371d8c4ecdd186129024686ae81ca629d9d17e707e1cb02dc339b0102" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0211_qwilfish/qwilfish.png" +hash = "c71c7eb43a2e74b999348a94d0c91754c9dc9dc7fa39430cbed0d779a3252a5c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0211_qwilfish/qwilfish_hisuian.png" +hash = "90520f5d8dd799d6e4d5b1049f48f78c093deb76209b5a7b975c8a98dadf06f2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0211_qwilfish/qwilfish_hisuian_shiny.png" +hash = "e9f1162768156a1bab7b8c87421becf484e2b84f67cdae572cafb03d1fcf7ec2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0211_qwilfish/qwilfish_shiny.png" +hash = "7d60c09a7a507c8811ee795f060db908fb8984d34abc0853d35fe6cdb42faf94" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0212_scizor/scizor.png" +hash = "e0af5f6f324f11f1a5e5d6101951e8416bfe3460af78e54f792bf051a90f2063" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0212_scizor/scizor_shiny.png" +hash = "3c184aea040264bd5506521d1cce6fdf5c7d03a681243ec0938326b1594201ca" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0213_shuckle/shuckle.png" +hash = "ede544401e04de29c41ec0e401f7502d4d36ceec9085c2fb5efa1f60cfe87bd5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0213_shuckle/shuckle_shiny.png" +hash = "b44c1a87ebc3332aa18eaa386e7f27285ecfd15779cfce89ab86a816a309fbe5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0213_shuckle/shuckle_shiny_shuckless.png" +hash = "40c66747802f995f6ce1823158664805ed3925e369b5bf90506bf869e7df394b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0213_shuckle/shuckle_shuckless.png" +hash = "122508dee2449bb2687904ae2240693bc4f9c353607cb2896613137e7d5896f6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0214_heracross/heracross.png" +hash = "d1b896bc566cfae918c79d89949266e9126cc891769e0e6c6a95e06bfeeeda45" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0214_heracross/heracross_shiny.png" +hash = "fa5b74becc6951eeb909fb952188f2a752a0186b01354eba226fe0b23e77ecee" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0215_sneasel/sneasel.png" +hash = "3532abea08d5465aad655d36c32fb8c4ada908b817e5274e17e2558159cb6efb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0215_sneasel/sneasel_hisui.png" +hash = "5a4db90899407655770e04cb315c30fd3740afb756d3e15cbc0ce53f26cad001" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0215_sneasel/sneasel_hisui_shiny.png" +hash = "63bc4c3a32d393581bb216f7376884d0ae1ec5f5d8189ec0e9c11e279657235b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0215_sneasel/sneasel_shiny.png" +hash = "aa1c305069ac34ed4aad960e82c07a4fc97710b5582c2edb759f7faeb1d368c3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0216_teddiursa/teddiursa.png" +hash = "caeefe492631d26e5b15538b9c32b47853f49b1dc0332becd856aafddf031f4f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0216_teddiursa/teddiursa_shiny.png" +hash = "cc7c2dd3da3c1c879db6eb7bc3f4e1c32672c84bedfcdae628d9cef7f21f1d3b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0217_ursaring/ursaring.png" +hash = "ec7579a58b2d7d55d245ffac58847d4088aca5439f8dbaf15b6cf601a9caf0f5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0217_ursaring/ursaring_shiny.png" +hash = "c66b3a1fc598e34b6a3d928d73a120623c01b205cdab3df7a93871606ef9eea4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0218_slugma/slugma.png" +hash = "7f8931d43b4808ce2649b02fc0a45f9ba2b715e78a5f6d86a10405e83827c470" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0218_slugma/slugma_shiny.png" +hash = "c309fcb32102c2682fe69fc21602ec700c6915293614f99e53ad5fdedc134a18" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0219_magcargo/magcargo.png" +hash = "0d2e3e2fb5da7bb8697a7c1ab3b13420ac34f27a4cec167aa0e517f6d8ed3943" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0219_magcargo/magcargo_shiny.png" +hash = "3d0d5a59e7b5390c7c197daf1b2eba1fed4d93f0d64464c2061037f513cf472f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0220_swinub/swinub.png" +hash = "ad9bd7a73c189ebe5e78ea8694a5ca635937c1148288b3dfe5c51d5f522914c3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0220_swinub/swinub_shiny.png" +hash = "e6b0ff2618d302c8c1c34dc03411c324943f6191732c8dfea2dbc3949ba5344d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0221_piloswine/piloswine.png" +hash = "b0f909dc9d7409acafa897e0be76084c26e357cbfbb2de0259728f0b002b934c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0221_piloswine/piloswine_shiny.png" +hash = "695b62f961546e7206c283a4254f73dda2ec78f0241a3d1a930c8781b2c683ef" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0226_mantine/mantine.png" +hash = "45266050f7dcb7325e13c66e8cab97457a5db9af05b5321550cbe3ece50401b2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0226_mantine/mantine_shiny.png" +hash = "dcc081ebaceefb3d8a9c9f718cc8b270262a0d4784a63daa1a777702c63f31bc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0227_skarmory/skarmory.png" +hash = "b045bb87b970aa010260d69831868c489aa6203cabc2b1afff8cfe5ce4fe290e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0227_skarmory/skarmory_shiny.png" +hash = "4fdc966334c1851cde19f3c3ec303257ac9b51aec7c02e596d2bd6d8395f96db" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0230_kingdra/kingdra.png" +hash = "be0dd1231dfdc4298b93187c925e8fe37bc05c1ce4f229f145c27c14037bbd35" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0230_kingdra/kingdra_shiny.png" +hash = "91c0fe188868fa6d1732332e57208ec3e7d1ed2bd1a26182fda052275e669643" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0231_phanpy/phanpy.png" +hash = "2e6c3d1c641392965fd62e1970c092662ffa21b8b2caff3ffcbd6331d91381d9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0231_phanpy/phanpy_shiny.png" +hash = "9766bb15e68e964ddd1bce3dc3ddf3aa2abe95e6be9f9b3cdd1c27c1334fd956" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0232_donphan/donphan.png" +hash = "51cc4e255f40183aa1285c29e2af392c5ebbbe3a0a2c8e72639e2a9ed61e7375" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0232_donphan/donphan_shiny.png" +hash = "10e03d95ad9610107306d5816b26a5bd8d72f6eabde7631b369a6ebe49ab1ae3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0233_porygon2/porygon2.png" +hash = "007eb003af998f991eace774904ff7d99d1d34c04d045ee627875167c036e405" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0233_porygon2/porygon2_rubber_duck.png" +hash = "b7cef4d319e283113168569025462eddb82496df4c064fcd4f5e0cc951a4e01c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0233_porygon2/porygon2_shiny.png" +hash = "c630f91cae3c82edad601c7a6c2a0a4c5a13d2aca426a79285685726586cc160" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0233_porygon2/porygon2_shiny_rubber_duck.png" +hash = "d7de2193a1866b286b13a26b2bf0d513a0ed0128c36c4bedc4665bce65999945" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0234_stantler/stantler.png" +hash = "bbd4b9e422fa9977f36e7bd0586d38b43885a11dfeb8013c774609460cb54203" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0234_stantler/stantler_shiny.png" +hash = "b4270fd5db92c2806ac1d0cf7afdeb04f40522f495f00d4d3ce18d15dfca3fc3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0236_tyrogue/tyrogue.png" +hash = "0d271693677467a08b3cdbaaa1b3aaf138828c01585cd9c798e0bc0377b515ae" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0236_tyrogue/tyrogue_shiny.png" +hash = "09050a32d19cb6fd0350a865b4dcce020d7e2e2e043d59caea9ab64675268844" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0237_hitmontop/hitmontop.png" +hash = "62ada60250a6a4c1c6b479b55c55cc64852d956c330d183556d2606d63b38f7c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0237_hitmontop/hitmontop_shiny.png" +hash = "7cc177cdaaec1ecb30474970c8f8c361a7aaaa07424d4216ba6f2955296f756e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0238_smoochum/smoochum.png" +hash = "efeed0c3fe6fffa3eb556d862c14d1b444f6fe4012dd84177dc80a1bf005fc8f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0238_smoochum/smoochum_shiny.png" +hash = "63c65972845c25adf5634d6966593b8e1cd6e6d0a1e7dc7325105ef69e580b9d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0239_elekid/elekid.png" +hash = "5857e6d56772bdae1cd6248ff87098fd0f8bdf2530901775ea5cdca466989146" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0239_elekid/elekid_shiny.png" +hash = "2de2accafd3f7c937451b8ba900a59db64f5038c9c2c208117438d9cc5e4ac38" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0240_magby/magby.png" +hash = "c9c5d220a642a5880b6e0171ea42145550084c754daba9ed8e55bceef777efba" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0240_magby/magby_shiny.png" +hash = "f4253bcda20a4abbb506fe846bd789d4ec6bb4b646f8b7502278d146588cd5fe" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0241_miltank/miltank.png" +hash = "543a2eab13a19787f1122a4242ace38b7eced4b7322c0c89d996c08bcd98aa3d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0241_miltank/miltank_brown_mushroom.png" +hash = "ea908e56114e0ce5b8520ff9e9b308757c1e6fcdb4f16b59ebcc3b6d7e06fe86" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0241_miltank/miltank_brown_mushroom_shiny.png" +hash = "a5c136fe5aa7454f3392bd954ca60b7ec8f1cf585a21784ecdc8829a57712738" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0241_miltank/miltank_red_mushroom.png" +hash = "1e01adb400b31a12195e614b32da767c73d5aadfc11153cc471ed0767fca6fca" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0241_miltank/miltank_red_mushroom_shiny.png" +hash = "7cc6c45797b917b473b1ea66f647c7ca6f86380a56347e6fbf19e927c26df6cd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0241_miltank/miltank_shiny.png" +hash = "7f3853dc26296321da37502b7e6a816679371ef2a71eb0d220f0461219732865" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0242_blissey/blissey.png" +hash = "56eaba69e8024d3a798678d40914b22c231961923eb550f7a790d5b4dbf25db7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0242_blissey/blissey_shiny.png" +hash = "d96e2de62ccd5e8a2ae9c27b582d0c4d8b78e0466cd2e64840cf0dec3bb24ec5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0243_raikou/raikou.png" +hash = "2066172d4653c602c5f31c233c756f26c57c61fd56279261d0104b2f8855d154" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0243_raikou/raikou_shiny.png" +hash = "839b40253917332400c89b8dfc88118d2e0a644ce74773e0e01d1a7c67fadbd0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0244_entei/entei.png" +hash = "f1e9380775c412cea665d84456d0ce76de6e2e41e4e3bd4e15c79a7c426e83ec" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0244_entei/entei_shiny.png" +hash = "9b3ab938c6c5a3bf44a0c387d487b6f2251e342d938040630e5dc4a81f71a7c5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0245_suicune/suicune.png" +hash = "c1a0eab77eccf0f1e28ad12218cc15d3818d9720683940ce75e23ebf9755b5b8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0245_suicune/suicune_shiny.png" +hash = "c0323d4fa01e444f916ab8a717a0052f43bae0ad7c952cb6b4ed81991507f14a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0246_larvitar/larvitar.png" +hash = "daae42ca78d47e8cdc0285be9ea1b2861a7beabe2d62c888fd0e8920b6767cd8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0246_larvitar/larvitar_shiny.png" +hash = "d58f9f7293400fffba2fa34b409b8494b01d99bf84101ecf6f5465eef0855e9a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0247_pupitar/pupitar.png" +hash = "e98bb7759b95fc95a9eaa43eac3732e7e20b999e91c274fc5250c9bcfd0e12bc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0247_pupitar/pupitar_shiny.png" +hash = "f73b3da3f374327a1b3b172dcc59ce5a4f944d5a68ec19b797096803f10b6ce9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0248_tyranitar/tyranitar.png" +hash = "6cf231048a121a581915681f3f73e11a3cdd6fc446e61d808cb72e85e23fd6e6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0248_tyranitar/tyranitar_shiny.png" +hash = "f5259fd78c8983d866cbacd026617dd9747edf909951c46ffe13c633cd4e542b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0249_lugia/lugia.png" +hash = "61e94cb9fc52cd959ab5af47d3e5c5aa66d2c39b3db49d87113dadf4ea41f8dd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0250_hooh/hooh.png" +hash = "f4ab337b4732c8bd4073340cc856270e93a6b40767b684b837808687457920ff" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0251_celebi/celebi.png" +hash = "b273632d6b61478019b83c6f84926fe555d56afdf26f56eee9922adb2f981276" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0251_celebi/celebi_shiny.png" +hash = "4293c2aa67609b711ec307269e9c2332442e4cb22ff558ea24c6be67990d5409" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0252_treecko/treecko.png" +hash = "8a4e4110a891a069a8971394cedbe3389f988cbe1c2f20143ba1c678013589bf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0252_treecko/treecko_shiny.png" +hash = "828f2e5ee0434c3af78608a316da1e3a5a5a1b6423e101f3712817906f5abb00" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0253_grovyle/grovyle.png" +hash = "0ac23f5a4e884e68714f639832908761a57514aba070396ff42c097e678baaef" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0253_grovyle/grovyle_shiny.png" +hash = "e0f707777e06e91bb2997c4d82991f8665ebf9c6262b37cafe7d816c9f96d692" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0254_sceptile/sceptile.png" +hash = "6d3a3a87b33d81716d00f249cbd817c6a995ffa4375ea1f1da2e6f781a387d7f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0254_sceptile/sceptile_shiny.png" +hash = "86e42718e81a595005ee09236834456539f780ff093f39ecaa7e83498f749ec7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0255_torchic/torchic.png" +hash = "8d0acc4d6ace44a3598b3025a6f6c0cb71a3319963e84465c66e62391cad3090" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0255_torchic/torchic_shiny.png" +hash = "accb6127d06e73a51e8b6fbb5dda18701e7a3dce44e963dc50b5e188aee04ed8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0256_combusken/combusken.png" +hash = "cf55345e0e12674b5847d553f042ee7eb76749e852322aafd0065d95b8b5bb93" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0256_combusken/combusken_shiny.png" +hash = "4921a877ff4e9dbadd0a7fe70e2fdd50f8379ba3ae8efc9e4b6ac695b0b03ba4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0257_blaziken/blaziken.png" +hash = "4078d72c64ca461173c8cb9346648127b9340c7ea64ac9ff4285abc190456f96" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0257_blaziken/blaziken_shiny.png" +hash = "df91cb4e083fb89167851756d05e3502d1b737e78c3f960d8bf2ba9b067cda7e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0258_mudkip/mudkip.png" +hash = "3c6bfb5c60c6bfe0291b8a7c1cef55d59bfafc636cab3045c57ce786436f06a6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0258_mudkip/mudkip_shiny.png" +hash = "2a66c2c46d3c8284c98a309b7fcb797c91b7427711379b0922d0eb8a77f2b3cc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0259_marshtomp/marshtomp.png" +hash = "873c4567e73db5b70cbf098f56eb97ab2382db7e0ea36d2bcd31e375aca37d41" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0259_marshtomp/marshtomp_shiny.png" +hash = "d35d2256773fb500d43295e8b9581bd535981eb8ac4cfe53128f9aa96b4d6595" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0260_swampert/swampert.png" +hash = "868e54da4966bf10401be04452ceccefcfd34a0f6df43dfb1ff121fef871171f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0260_swampert/swampert_shiny.png" +hash = "cca31f60d3e09bbe671c40620589de20f60ae2777e0cce7d0e8f22094fbe75f6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0261_poochyena/poochyena.png" +hash = "2f5a71ada6c35f5631519e9dc6c28a93015e2a442624a18521e250839861158c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0261_poochyena/poochyena_shiny.png" +hash = "a8cf22626753cd7b02cc8829377d212ed6da6c8c13cb38d75bf1d7b75e3ebaac" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0262_mightyena/mightyena.png" +hash = "e93749d6946364864f4e59e3282007c3237d381bd3643f4c1f3ad564d194b200" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0262_mightyena/mightyena_shiny.png" +hash = "f2b18e5d3c811fc4a1f6a4be6d2d566a8257a623dbaaa639403da91e0fb0c11f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0263_zigzagoon/zigzagoon.png" +hash = "bcd38d7e07a85944dbd62beebadeb653b2b0a4403a87b3aa1f5cc694134b6498" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0263_zigzagoon/zigzagoon_galarian.png" +hash = "453c2c7faa0be197ba7b30d2f75de71159164b66dea980039f050f3926f92826" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0263_zigzagoon/zigzagoon_galarian_shiny.png" +hash = "37260398ab3b998d852b17bab0edbeca3e0c7cde0267f3f2e3de595986fba59e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0263_zigzagoon/zigzagoon_shiny.png" +hash = "f9bc62520ca4c2eb55f1e4abbb5ba55f5cc7ed63db6a011e4f0945fce52ac769" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0264_linoone/linoone.png" +hash = "2aa7511574b3b515c5d1eca290bab0b912096e73f760aa6b33150275ee66ed54" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0264_linoone/linoone_galarian.png" +hash = "ff9667467ddb226e8c700659351fb70e4287ae62f55741248eeb28ea520ce925" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0264_linoone/linoone_galarian_shiny.png" +hash = "d5be03b4bb46111f5aac78b8e3b5a65ed7d5c274afd401dd64090dd921c0591e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0264_linoone/linoone_shiny.png" +hash = "a0a092b47d46a894bcf37cb917edea221663dc249ca2c008f6a21d2e913d8f6e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0270_lotad/lotad.png" +hash = "c958102092a3c5c28e2c5303eba608a71d898ff1d8caa93d835b7420aad0501a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0270_lotad/lotad_shiny.png" +hash = "e0b381befebac98be41aeadbcf3d3044bbd612c6d4734ccb76da92a7d2f0287f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0271_lombre/lombre.png" +hash = "d452ad054654e47aeba78ac282c121d7b57b2bf37bd143ce916a2bd280d1f3d2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0271_lombre/lombre_shiny.png" +hash = "f010b1f15d492ab7191ff7fa6522769c25ae8e208919f26f87ddbae43b3e5fb0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0272_ludicolo/ludicolo.png" +hash = "d0d534718f6524fe2f0d8bfc7370d54b9159ecf88b468551940f2cf39fb1aefb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0272_ludicolo/ludicolo_shiny.png" +hash = "52f01df570bfa1f2636c7eb1d997f1f146ee9c204d0051759d0df007bb3b7c8b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0273_seedot/seedot.png" +hash = "32562956b61d671058d0f29d4af2165817872a09ad9c9c2e35d2e21f57e02454" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0273_seedot/seedot_shiny.png" +hash = "82d5e0f0fe9568139b1903b6b88665029231b25e73140ecdb4d38f1eae20dc8e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0274_nuzleaf/nuzleaf.png" +hash = "2233c2b28d550d75a314939b538a40d995b7b0a1c2ac71d7d707aa881a138753" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0274_nuzleaf/nuzleaf_shiny.png" +hash = "7a7ba0525eb8f8b98098c50ba2ab05b4cb988e422329826637e4425a736afdc8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0275_shiftry/shiftry.png" +hash = "4e5ed47df9c419b41cc9d5c1c113ee4045d7f8330a5020ea044134d6d5bc15bb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0275_shiftry/shiftry_shiny.png" +hash = "d244d0bb17137f290c65e651f983d68797afad8fc824d34cd02dd917688ca05a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0276_taillow/taillow.png" +hash = "809267eb5a6519e21890926d3513c0b14c48cf63a8918065b30c076a5ca3c16a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0276_taillow/taillow_shiny.png" +hash = "e51d7daa1ff7a68388f036f013ad678834b51e9dfc5769607a3dab7a8458e3c6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0277_swellow/swellow.png" +hash = "733bff3b09ddf034a2b8b2ce17f0f15253a4a0997b71b2bd51bea1de37e6726d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0277_swellow/swellow_shiny.png" +hash = "01155ccb44183861238013886178be992111a08c19fb80342efca02e389acc8a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0278_wingull/wingull.png" +hash = "2b577b111aa620f35793574913c5b2d0ae1360b1a6d13eafbbc0b7748c817e6e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0278_wingull/wingull_shiny.png" +hash = "13aef87a912b755762183860897df839b73bff1eba33792adf0b95e2342b769b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0279_pelipper/pelipper.png" +hash = "7592737add6aff19b5dd78be321f35f1c04a9a45050b4dc3952cd5168ef99eee" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0279_pelipper/pelipper_shiny.png" +hash = "21c8bba655ce16587e2d8fa12be603c1f98c9bdcbf705718e58ee04e809783b2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0280_ralts/ralts.png" +hash = "d410e9064b3dbd33d8ee854a3af0dfda446ff963de86ac4084d453241a6370ea" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0280_ralts/ralts_shiny.png" +hash = "15a5101a6bff163f33b2720af4f81bd7b81daa1421f2263d961a6a2766d3c01d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0281_kirlia/kirlia.png" +hash = "0e2894db451325323f4490eb34842d5f7148ea6c85901950ddd9f4e4109bd5d8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0281_kirlia/kirlia_shiny.png" +hash = "660f76cdd6056fb6fdf8e3e4d2613c7f058c6de222c5340680e05a09ec072f29" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0282_gardevoir/gardevoir.png" +hash = "9be77178276220d0a648d9d99b53853ce75a1015b453853c8a8e13edb4f311af" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0282_gardevoir/gardevoir_shiny.png" +hash = "ddb061a8e42d60ffe461b5c6c6de96f40a97f1f8611b80505d8f0e92b507e153" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0283_surskit/surskit.png" +hash = "94655d0b10aa430c76f5842c13e463c9c0b32d3c8583954b59abd7464598b0cb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0283_surskit/surskit_shiny.png" +hash = "22e4d8132d2d04f0d89261ff1ced47d0585e49671ec3c8cbcbdc0afef7b6538f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0284_masquerain/masquerain.png" +hash = "93a3443c87b122ba2ec098a5fd13720d958e393839fac75a0d5831510d71d5d4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0284_masquerain/masquerain_shiny.png" +hash = "fc9dca6310fa5187e1af8821bb7d3a167252054920c9768fe5ab4b654a7cc773" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0285_shroomish/shroomish.png" +hash = "1ad8e702448a958d8f841481ac855c6347cdd33a16143b257e445a3294334031" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0285_shroomish/shroomish_shiny.png" +hash = "2416e8a9851418499125bc2b4bee6e23a4579be2d03a89eba6f3bb44f65db605" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0286_breloom/breloom.png" +hash = "ee240e3bf61e50b8661beb64f388e8cf4a6fbd946d802328a68ac586d86ac545" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0286_breloom/breloom_shiny.png" +hash = "0e13372800fa3c6b004fd360fc6a3418ea62a326663d977f1188c0bff82479de" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0290_nincada/nincada.png" +hash = "76f5f98077ff0969263111d17f8bc8286e2cd92ac9df655accfb157a219a3407" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0290_nincada/nincada_shiny.png" +hash = "61a2ef4cce74973a2075b61d5b8359ffa88dbaf704312ae4bc6909e968885718" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0291_ninjask/ninjask.png" +hash = "009b598fa1cb6784e3fe97ea03c22718404f4f08c844f39974284e15d0c8a247" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0291_ninjask/ninjask_shiny.png" +hash = "81504f2fc3556065b697c355ef4254d0def7dbb6835ff42c6c18047863bdc84c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0292_shedinja/shedinja.png" +hash = "3e397014b99336fc370b76c250165d092ca0f24429d1f8dc41b9d2c42a04fd14" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0292_shedinja/shedinja_shiny.png" +hash = "143430966aebd087921dc1a4b69302da3cfc07a2b04e8423b28e301c9ff26d78" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0293_whismur/whismur.png" +hash = "91bf8a604b6ef510d89a23c6309c694726547c08499841a566be6f7e91f8e03c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0293_whismur/whismur_shiny.png" +hash = "dd36f0d0f7cfaf8847c0e2aa6ebb26498523a289612b6ccf2275f39c809b92d4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0294_loudred/loudred.png" +hash = "311fb68cdfe2263ae8505fde8bf45412d2ab38ac30882f4d63b71cdff95963b4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0294_loudred/loudred_shiny.png" +hash = "04f2c7517535b1126fd98abfda8d8b78523cce5681e071bdd48357a1f63c07ec" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0295_exploud/exploud.png" +hash = "7124b73069f1ced1901df6de87f48cd9337efb8e2606ae2194e9eaab35625347" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0295_exploud/exploud_shiny.png" +hash = "ae16e8adc2c7ee796e076191d7d73df9d12ec0d188a74fb286b99e781ec8a168" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0296_makuhita/makuhita.png" +hash = "8b6e59654572f3d5fa69209433ae39592f5c7ee865ea2a70c5544097b39c3083" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0296_makuhita/makuhita_shiny.png" +hash = "8524707596411ab210e5e1bd3034a26850474c3914ed4e229c8e53e7f6a1837a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0297_hariyama/hariyama.png" +hash = "ebcb683eb5e2e1d4f59c3ff78aa7b4a3737c1bec16d184fb6314203777eeb8ab" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0297_hariyama/hariyama_shiny.png" +hash = "de258d5ddcd434bba0b86bd50162eaf4c2c5412af453e9e3e8da166a94df1c8f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0299_nosepass/nosepass.png" +hash = "7d181b2b9d76de2d1c5788e1a56914e7ed34c5017c5d945f4f4cdf281f76d3f7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0299_nosepass/nosepass_shiny.png" +hash = "8a1febfec2810371ab79accf11a1073453d2badc95051bee9139d331b151670f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0302_sableye/sableye.png" +hash = "01b75cdbfb96ad1f74715125fb15b173095b0dddd1e2067d4fd1b0d114e61743" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0302_sableye/sableye_shiny.png" +hash = "cd435365b25072140817cfa4dd4f11b5334f92b247946fd6f8874cdee90483ab" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0303_mawile/mawile.png" +hash = "1010fb41224bb826f83ddcee48433afe09ed9a93c42d911d0b61775f6523c0e1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0303_mawile/mawile_shiny.png" +hash = "3eeca5cd901908da6ee45150801f0653da0d32e121988de3e6ff3607dd58ea84" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0304_aron/aron.png" +hash = "3f4a16dcbccb548d105a6d3ec89ab0da46d73ec05aea25507b062413b9ba8ed4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0304_aron/aron_shiny.png" +hash = "82e437ed0e1f9cf522f2097d86111f831a412631cbe0911fe2fad63ad4342ecf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0305_lairon/lairon.png" +hash = "f4bbfd068634640a2a5402654ba7c48d33a437bf954220266204d0939f3eb9e5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0305_lairon/lairon_shiny.png" +hash = "55736607769999ddcfb6c160fa602db6282a2a02ce6646593834132e769479e3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0306_aggron/aggron.png" +hash = "cc471a3ee8c098a21ffb4a09e5533da5c363830cc7c7191ea0cbd3ed5589375f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0306_aggron/aggron_shiny.png" +hash = "c79f37da641c229b61fafcdcdd901c191af0e57b1cee2019b58306db389e6329" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0311_plusle/plusle.png" +hash = "f1647693c1875b98947c5b0b9a22044eb8b1dd8a530681b77758b54c5edab87c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0311_plusle/plusle_shiny.png" +hash = "f89ef4c9bfebd2946f75a6add3639ac0d91a917598e802f9c2ec5c01934b0307" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0312_minun/minun.png" +hash = "d6c895d4327df1c0178f8c1ac9374efbc3fb5ac3ec8d4d8af67849fd90ec4d5e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0312_minun/minun_shiny.png" +hash = "2552479dbd46f609b0de360863948bfeb7e4eb827f2de8f4cddc124987de9239" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0313_volbeat/volbeat.png" +hash = "df74ab0eb565eadd96bcf19a5299e337cb8ef305276c047da7840bc4028f8b48" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0313_volbeat/volbeat_shiny.png" +hash = "f743a296f615df1c26082ac3784bed01ed2276b42a466f745d00586f92dfded3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0314_illumise/illumise.png" +hash = "4c99eca5e010dd00e8fd9a19e31820511e0e72f6071cf02ff15d45a8cf90e466" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0314_illumise/illumise_shiny.png" +hash = "d5bfaead9a56afcce50d1ad647ac66b58642414f79b7f0f5baadfd4de2ffa637" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0315_roselia/roselia.png" +hash = "8c70c579343ad32629b383ed55337d6b62bf2b783b4ab5a1bee9b6c9740e626e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0315_roselia/roselia_shiny.png" +hash = "8e2b4f5e8724aa601ea90f046f5370a129755313bf5af45815bb5131e325ea2e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0316_gulpin/gulpin.png" +hash = "ebb68d6ebbddcd2d0178f79a81cd9cd617619289a06da0dc49f9b1b687762397" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0316_gulpin/gulpin_shiny.png" +hash = "b82016c50987b5c1c1f45322fd5d74a42d1c69698a2f00366dce8768a83c0e86" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0317_swalot/swalot.png" +hash = "8e79971a7a2e6a1239af0e34d32e9739f799326515dd7a65fa05fdc0f8105b93" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0317_swalot/swalot_shiny.png" +hash = "5351b74294b80c93dd2ac899c40c3d113f6c01c04b15d1118582cb3eb6eaa8ce" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0318_carvanha/carvanha.png" +hash = "1c13d9691f0f3d4d2f81c02929b6f73d0f7693e46f40d466616a90a785131a74" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0318_carvanha/carvanha_shiny.png" +hash = "da1fbf120f71c187a566d15eff78fb2c914ef6118802548144418653aa08225a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0319_sharpedo/sharpedo.png" +hash = "79b40ff557534f44324aff25f20787ad3dfd477371bd76f0e5b28ed6430b4923" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0319_sharpedo/sharpedo_shiny.png" +hash = "5edd10b58f0d2473c4e20cc8d40b58210eaf7509e1b3f3ddbe1345ee9826b755" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0320_wailmer/wailmer.png" +hash = "f2df0d2f16935b19bd7c91b934deb2bda197efbab043dfcaf5d0db72e8d864e9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0320_wailmer/wailmer_shiny.png" +hash = "d4c624a30babe0706a42b5d3fe23ad8b5dbb59a24382b06f7817fdb863596e82" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0321_wailord/wailord.png" +hash = "384a7cc599442b8d3cc60a62e42fd5f42b461e8ff8c3f8ffa1f766c7a7ed9f29" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0321_wailord/wailord_shiny.png" +hash = "6c501417719678e35ab127fc9484b476e8d024502a047fc02d9acb0d4dec2261" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0322_numel/numel.png" +hash = "64c2123ac943f867ce856524b7c4762badf1afa753ef442d5b689a976a6ced75" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0322_numel/numel_shiny.png" +hash = "38da70dd7bb01b28f72d30d37fa6483a8bb2b6814d6ab752549852f8dfac5580" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0323_camerupt/camerupt.png" +hash = "c82afd1037b16869d75daa6ac4de670567fa17bcaf2ee176ea1433bbb9c930a2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0323_camerupt/camerupt_shiny.png" +hash = "cb4df2d4ac8389efc687e7c6233d29a7e405cdaa38b24ca13e6a564d3287f74d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0324_torkoal/torkoal.png" +hash = "16b8c2e1dc37303325a8bb01c67e0d6ef58f81ad5529ccc8693cfb2167c9494a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0324_torkoal/torkoal_shiny.png" +hash = "bbb40325b04d596050aeb76cadf9de13c16d6321bbf22ffffa1390ca944d7d0e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0327_spinda/spinda.png" +hash = "a99c581d9d6e97fc8caed8ebcd2738ad16806e27f495cbebe0b58e8bf37cf1b9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0327_spinda/spinda_shiny.png" +hash = "3c1deb7531e171233b6fc1d405840a8d4b7de0aaa990fe1af3ea5ec1309d6794" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0328_trapinch/trapinch.png" +hash = "0cc4b33872eed8aaf205c42d056299a4f61128991779ef180ac7ddd1e5237b8c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0328_trapinch/trapinch_shiny.png" +hash = "59d2100cb22d2d4417e8caf1124db0d00fb74cafe45339a524ea45bf9999d4a3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0329_vibrava/vibrava.png" +hash = "98e11383656de797bb488bf7ec28653c7e41ba22db30eb74d3ad8e1ea312bf7c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0329_vibrava/vibrava_shiny.png" +hash = "68fdb70dac335d968d9235f1444ddb04336036a90c80809a0d36f6442be40a5e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0330_flygon/flygon.png" +hash = "b760b9b05b65db3accaac23e4d23e065d62d84ec3f43e5fa3be8a1b90c7d3f18" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0330_flygon/flygon_shiny.png" +hash = "7991aa8bdd51c96526bd98beed137fd369b9014580a6b7900f52bca996090ab8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0331_cacnea/cacnea.png" +hash = "567c0c27c5f9ff3b3ddcd364dc88bf9b236d8e5aa9e00c9388dc3ae0aa17c084" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0331_cacnea/cacnea_shiny.png" +hash = "797562c0992e1831c607e7ec8dffa9a2edc223a42d2c8d899244378e63c96cd2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0332_cacturne/cacturne.png" +hash = "8878be4a756958948395af192a69d8da0807606bad6576ea82d9263585def775" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0332_cacturne/cacturne_shiny.png" +hash = "0325022a2994067e76ff7d5a357bce04f461a7386281bfa704850e772caae03c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0337_lunatone/lunatone.png" +hash = "446c53fe448de7cdc35a5cf3e107894524055d9656598e008ca8c3bfa0289e6f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0337_lunatone/lunatone_shiny.png" +hash = "e729dc4868e56774e3af9d7b647e0663a7d3bbbacf58a977fdb88740b5822cf5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0338_solrock/solrock.png" +hash = "e51d225dcc20542fcbd7b0bd3ec3d4d1d2c5cb2e1455a1812268989e75aad071" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0338_solrock/solrock_shiny.png" +hash = "9eaf12fec030285f13fbf0bd1cffaa43dae5e4a2eb3c2335407036e82825110d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0339_barboach/barboach.png" +hash = "e8a0511e5a57becf756187472b78c531ea61e9d8e245b091870f828870e25943" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0339_barboach/barboach_shiny.png" +hash = "783fb12ecc2a6dc16c7f6eb5508ea35efde94a20f1fefbcceb041c3e6f91836b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0340_whiscash/whiscash.png" +hash = "916c65bdcfb9346d0b4428d5ce119d961cf481627779b7af4c2828f47b6370db" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0340_whiscash/whiscash_shiny.png" +hash = "74a10b183249e40daf31250f3f6b0579b5228b6a7e2100ee20d47cfcd4cafde2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0343_baltoy/baltoy.png" +hash = "32db3904d376eee30cd9a8a6c53edc719bc3dbd6419efba68130a17d1e10fe41" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0343_baltoy/baltoy_shiny.png" +hash = "b114f505b5ec0b666732d730d0ea44ac4086cca99020ef0b92c0439404c7dd88" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0344_claydol/claydol.png" +hash = "94f8c9f00a2101f4e2aea52a0be42e8695df43ec587583aec9a6a22fda9ebb1f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0344_claydol/claydol_shiny.png" +hash = "5845d39a11381206a204f0b4ad6105c3b59f2700ddeccd7aa8da938d6c101c56" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0345_lileep/lileep.png" +hash = "f781f3b36393579cf31c831fc815f147295876408a5b20e0a080eaa1958f0a9c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0345_lileep/lileep_shiny.png" +hash = "8841e1d5f4ef848fbc39a530dcbd93c531555ee2691a7bf46006738f80561cd2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0346_cradily/cradily.png" +hash = "764370f421b2d44a5fcdeddb2afdd7f96e86ed113395e42a395501c6d8481902" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0346_cradily/cradily_shiny.png" +hash = "0666cf1be8950b86521b246f6d5bf24ae3ef3b96ae9910c1351190576936c89d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0347_anorith/anorith.png" +hash = "96ab04b1bd290048060df6b7133226658274a53e2edd6e20b2e7c15b5131206d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0347_anorith/anorith_shiny.png" +hash = "064d49e5fde55e82cab5a81caedcb12151f13e48cfed7c3e64e9962782b50bb6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0348_armaldo/armaldo.png" +hash = "08082363fe31bac160b8ffa111f7546580bcaf854438ea15f3a4a1ea1139b96c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0348_armaldo/armaldo_shiny.png" +hash = "d76ad972fe2198548fb4ed78b2b69794b7104fbd36c95d7691837b13936f6905" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0355_duskull/duskull.png" +hash = "b39539dc6126919159e0758bc8182bb043fb5c54abc03f5262c8a1a3594b0082" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0355_duskull/duskull_shiny.png" +hash = "5f351d13e4490cda74a8c2bdae05d1edfa87de0b6c14b785d7c079ac03f2faf7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0356_dusclops/dusclops.png" +hash = "27af2607a85ee61f94e5f9560c653db921279e9229f93d39002c2d7b0e9f9bd5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0356_dusclops/dusclops_shiny.png" +hash = "629cae1b3cfdaf2961068bf7ef089bb0038a3ecac66b17a9b699f868a2f03c2b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0357_tropius/tropius.png" +hash = "67ea6ae70ce1e40eebabefbbd9bba76cad0804ef4128852b9a5d53cf1f34451e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0357_tropius/tropius_shiny.png" +hash = "18dc8c3134f492fc75ab330287c08550b5323ea4d9102471dc7ecf2d01df18a7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0358_chimecho/chimecho.png" +hash = "33c75b4cbd62418fcf8a3d6069117607b64b6e8c275e55ecbe326bf44c14cdbe" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0358_chimecho/chimecho_shiny.png" +hash = "35e0491286ff7f9d298fe22ab4b62594d1735b4ce4663cd5eb91f535457f4c2d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0363_spheal/spheal.png" +hash = "3e49e2e4a81af66f2ac03dfb415f8e4c7dfaca04412f8cee7d2f1a596c82846b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0363_spheal/spheal_shiny.png" +hash = "668c56cd87c7abbe607df1dc83212f9d7f61c4dbfca05dfc949ace303c8154db" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0364_sealeo/sealeo.png" +hash = "7cd5b870471d1332846d0a8bab1bde32f75adaced4fb608936e98371e7e9c270" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0364_sealeo/sealeo_shiny.png" +hash = "83bc83ee0aa4efc907541f02887df4602bd9296605a12be6f63e284115f461eb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0365_walrein/walrein.png" +hash = "e95aa06eed1a7265469cb5d015231969a3a96f229072c2569d78ee3543109dc6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0365_walrein/walrein_shiny.png" +hash = "a29720913bd7cb02a1805f2ca1a2a72296888d767c733d4ab5420495db893c08" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0366_clamperl/clamperl.png" +hash = "a98bfae7c9547046c0858f66565d5747799e11b5eb2f4b63cc30f0a21a3958a9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0366_clamperl/clamperl_shiny.png" +hash = "eccf4f3036737bfe5c0b286efb94683685d83526b0b5e83c291484d340a3bf1f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0367_huntail/huntail.png" +hash = "5eee08b8f03007ecb8c1e46f2dbfcad03b6e85e5e1f9a66497310b688d16d877" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0367_huntail/huntail_shiny.png" +hash = "5bc78f7a6010a535c37e77ec69f774b92b744e528079622517262c6ac0f573f5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0368_gorebyss/gorebyss.png" +hash = "8019c5e94408cb5b077797cf3e338bcde150c4170449f93cc5bb6e0ae6d20429" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0368_gorebyss/gorebyss_shiny.png" +hash = "1cc5e51b42f3d76e5928d71ae0faf04310f8085cdb258c223a7dffebfd5b41bb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0369_relicanth/relicanth.png" +hash = "5235639891c6fb8174cc82a4f5466b13af2d16c5c817f90ca27ea94dd30907f7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0369_relicanth/relicanth_shiny.png" +hash = "1b2b4672462a3001c6ffb5c84a329da201158fef3a85823cb6debc030dbc3c45" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0370_luvdisc/luvdisc.png" +hash = "42339d0663699251f77205037479b3a65245cdbc4bb3750ec0681bdc2f988014" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0370_luvdisc/luvdisc_shiny.png" +hash = "5b2d57c01f37f40baca180265e983bf33e35aa915f9cc75979f0797db0242b47" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0371_bagon/bagon.png" +hash = "e0b1e4b15817c9906b6a6dfb7d0a9233a940237e410eb4b651db491728e42ca5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0371_bagon/bagon_shiny.png" +hash = "1d73db46b986257295d0d4da61f617b88bd11ed036df4cec4cb2202a2d23a0d9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0372_shelgon/shelgon.png" +hash = "d42a52fc1c219a1e37b131c9024d02b37b6afeeb30e30c2a1c6af17ca1fb65d3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0372_shelgon/shelgon_shiny.png" +hash = "6dca225e6f85b801c53d19a2763c71f8fbbaa9fc5e6673311b6e6b97f34a21ef" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0373_salamence/salamence.png" +hash = "5906865b465cad7516edfdd42c2d9b277e42e6efd4b2ff456fe0eac9da975415" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0373_salamence/salamence_shiny.png" +hash = "2bf64a4677fbbda3c3c85cd0279c973f3e8a3c2f0baff85f6f78eba9d671bf07" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0374_beldum/beldum.png" +hash = "7fb647db92f477216f8fb8a2a5945c6e8e2ac406ebd9408284e72796fd9ed1db" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0374_beldum/beldum_shiny.png" +hash = "cdb76ce6a964a67acc0debba4a9477837626cbe2250d79fc4059bbe00f073644" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0375_metang/metang.png" +hash = "aae2eedc5db732a8261fdad2f0c1a8fc4bbfc3976a7c93c0b83b51a6370263c2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0375_metang/metang_shiny.png" +hash = "86fd612dab1d5e94044ce3bef8f0f1e403486c98de4a650fd5eb5fd4177bbe0d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0376_metagross/metagross.png" +hash = "ffbfbde910bee8986e19a2f1353d9213fcc7226c15fb50a33f19f14705f8ba82" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0376_metagross/metagross_shiny.png" +hash = "82a292a887e1bf98b12c65967cda110923ab8180fcbd5e49d66b517fd8b49903" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0377_regirock/regirock.png" +hash = "f34b116a82dd59717394bb44855842a9697cb4d2f8f5a06250702cea1c605b4e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0377_regirock/regirock_shiny.png" +hash = "e504b946d319dfa15ee3cbd55847a563f48ae2656a0d382abe2b04110b133292" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0378_regice/regice.png" +hash = "f89ae13419ab55cd8eac8c8d61a2cc547ca093edc6a01aea53dca8f9dccb739e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0378_regice/regice_shiny.png" +hash = "061ab2c28f81b78ea3f9d1e1a555b45a2f1abe7235aaf569d3f303f21f0a8b6a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0379_registeel/registeel.png" +hash = "9997bc5576903ef5796daf2ff07adf4188528816d7ba8de32337259356b619ab" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0379_registeel/registeel_shiny.png" +hash = "835f6512a1bbf5bbf3f29359d591a01a0f855ed2f9a89f0778717d473f96f820" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0380_latias/latias.png" +hash = "ce3529bfc4bc09e9067a773ea77f5c092d1d54c63c3375790cd0073c5d0f2e92" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0380_latias/latias_shiny.png" +hash = "2fadda2c0d593696c8fde57459ef4a5df33bccbf37900a64f83822cd64ed0385" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0381_latios/latios.png" +hash = "a9388fe38854628e864d409232a28fbe3ade59f754df3ac81b32e56e2d70b319" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0381_latios/latios_shiny.png" +hash = "7befa84b731f4973406e3f20e466f09bd455837b19c7c725fd65ce0a3a07f822" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0382_kyogre/kyogre.png" +hash = "73a43ea945974110af4272e24d09dc8407e2278f5b915bb473f01b086812d7be" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0382_kyogre/kyogre_shiny.png" +hash = "f38dbf18a9db855e0358203aead6c1c60d2c36369ec31155abb431277cf1289a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0383_groudon/groudon.png" +hash = "b30c65821e7902c9163ba20435da8fe43e206f0afca32ca0ede90c8818e3d0e9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0383_groudon/groudon_shiny.png" +hash = "1649b396026913bc2402e7fcfcb74818e8b187829bac2f87e054af5d757a3864" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0384_rayquaza/rayquaza.png" +hash = "bb9cb897cdfa3dc4d05631cfb399f8807c1be9d02cc48e219d82c1b960ec6c63" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0384_rayquaza/rayquaza_shiny.png" +hash = "acdf5dfec4d6081f409841b660870946766f03fff8f6da9ca2680dc5811cd584" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0385_jirachi/jirachi.png" +hash = "9363a6a3f57fdb865912ea46f113c797cee9a2ecb22636d96447cefcd491e744" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0385_jirachi/jirachi_shiny.png" +hash = "d5d869c6e9585c729b59da80b9becaaecf54a7dacd4e7a10e42998172a4d4d0f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0386_deoxys/deoxys.png" +hash = "b634a12a590fca2bd96d9ef7b6dd0970ae7a02eba94716657213da04a2dc4081" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0386_deoxys/deoxys_shiny.png" +hash = "eac3b6f7701613f2759c81f53b0b4f803388ba174150b17c6fb81504f007a025" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0387_turtwig/turtwig.png" +hash = "23b78a4fb678d0783ffdeb2b92e802af0e6ac815a97c88eac9387a5bc960644d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0387_turtwig/turtwig_shiny.png" +hash = "a4d053535b2238f716722c4d9c7e351adc2f3ae63b5dce780636f7ee7dc2337c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0388_grotle/grotle.png" +hash = "ef070f0cf90fb6d3fd47013e55abda83888df97978c8a73edfb1405c8b1b4add" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0388_grotle/grotle_shiny.png" +hash = "c7ba6329c2cb2299785fb5a4728106575eef7b3da43e230d5f40ea1498a6ad6e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0389_torterra/torterra.png" +hash = "2fe6dfdcaf563cbe4c2b6f02f6e98b4cd5164eed49004caab7ee1aee5c5f8fd3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_shiny.png" +hash = "e9ec22560a20f26944e775dcdd1a578e2b63a0d72d9d1fe667460c125a5a5ff4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0390_chimchar/chimchar.png" +hash = "d19ccc5ea1e13f29c7a23dad20b152e87ead98a0f37ed71a33eac47880b1235a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0390_chimchar/chimchar_shiny.png" +hash = "5cf667b33ab5f1a03af77df7fb6e03255eb04da47c0ce7b4fb2d05341adb24ea" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0391_monferno/monferno.png" +hash = "50ae52b99a89be8c75408734f9b327f7d94893e98da6420417ed9a423d47708e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0391_monferno/monferno_shiny.png" +hash = "3ea9c22cf8355cff5c5fd03ec22f7daf77f1ac5164d31745ab5cced4e28bb65e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0392_infernape/infernape.png" +hash = "ba502a2be3209d12cbe020ede20dcb7e4b3041e683f68620a4115e2206de2581" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0392_infernape/infernape_shiny.png" +hash = "0519ca261a159e46b9795030d17c85958c8f911a2197ce38997326e662171e07" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0393_piplup/piplup.png" +hash = "203a108cb3aaaedfac5445e82848a7abbe6411a01d9ea3778c7a609df11712dd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0393_piplup/piplup_shiny.png" +hash = "2be2f56a628e057781ba9e3593eb6c247a39a63d26ba20a52a717ee965ed49ff" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0394_prinplup/prinplup.png" +hash = "c4361752dea0a39f17bb9c1dd9e4de661d7ef98cfa169cd1e610af3dd8e8f956" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0394_prinplup/prinplup_shiny.png" +hash = "da5880f489f81260cbd370d21b21bcd89f33e0c1a202b079e16ff97051aae738" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0395_empoleon/empoleon.png" +hash = "0c3b73a4c10f7107245e98fe46172440da336fc8897c91f6de939462f781e6f5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0395_empoleon/empoleon_shiny.png" +hash = "e48c6dc144682e98147738e93f26ef53fa3437af3ab2e3b54e26017b85128a65" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0396_starly/starly.png" +hash = "5ad75afdbeda1dd5088426b509daacebbd74580b989a387168b4316f79c48f7b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0396_starly/starly_shiny.png" +hash = "70bf3bbbf5ec192dcc85703c5496641628e0b28edbcfce33d8d874ff0df6893c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0397_staravia/staravia.png" +hash = "7718ca1dba118db3e09fe1be18ae6aa16e192f0bc9fccbb854fb4138de7046b3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0397_staravia/staravia_shiny.png" +hash = "7afb10bd76c738daa6f54e580e81a81725946b9a1410d9080127756451f0ccfa" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0398_staraptor/staraptor.png" +hash = "b1e2ca830278193257aa628e7cfd98bc9e3e05e47260b6e68c55306de8ed4c97" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0398_staraptor/staraptor_shiny.png" +hash = "efce02823ae2bca59ca86f5b5b7a1a822f87e0e5f8407cc29e9f81764601db13" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0399_bidoof/bidoof.png" +hash = "cd906c00e16c635662885e2d3811762d2bf914e38ed7f1a8d9a489c712e1dd63" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0399_bidoof/bidoof_shiny.png" +hash = "9fdef9120610ebbccec78ed6b5b692cada9c81116fcc6a09906c0bf350744223" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0400_bibarel/bibarel.png" +hash = "20a7b88e78fa55e57690c485c2d75dc64240c6e5f0fdc02545f23098cc215a00" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0400_bibarel/bibarel_shiny.png" +hash = "1d1cb69045a5220a6c2979de8dcc3a4d66a897970c94807e1062987e734acbad" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0401_kricketot/kricketot.png" +hash = "15add3e8d53fdf0b7377021e71d905f144ada75af4c1d44cb30c3104fbf3c0ed" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0401_kricketot/kricketot_shiny.png" +hash = "81babdb877b974e0a89ce78582bfabede603de3486cc155943901f8fcdc53774" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0402_kricketune/kricketune.png" +hash = "acca7e63e32ff17dc4f3488adaf34500088c05c66b809819a5024af553ed4536" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0402_kricketune/kricketune_shiny.png" +hash = "94bdcf060b899bbe284109f67a79202b45e928714e966944a47f90175d0ede24" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0403_shinx/shinx.png" +hash = "3f712ab77e0946e4608bfaee6505c5fbd2348511c16cbed4fbc5d3299566f750" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0403_shinx/shinx_shiny.png" +hash = "21ed127dd6939f5c4f321542e1b85d1375a423142793515243e484ed596c924b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0404_luxio/luxio.png" +hash = "ed89a3aa013ecab2dcce93210537b0f716bf1f62fa76866ed21be744a6c5355d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0404_luxio/luxio_shiny.png" +hash = "88257ffbfde3de33fb353a3969b2c32f0396e7b8b143b3c97af172fd0db398af" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0405_luxray/luxray.png" +hash = "9df37f233c94c2fe8febf95ae28339aca1f4a1fbfbf7c59c21c63471ec3844bb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0405_luxray/luxray_shiny.png" +hash = "ceca2cf476cba6c368c3626bdb7ea6bf24c77a8e99297f5ff6c89633cc6cd4d9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0406_budew/budew.png" +hash = "a51b0722fb2d58da04c3cda7b782e3821ebd4a0dba7caefa9681e5efba464f58" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0406_budew/budew_shiny.png" +hash = "3eb4bcc4a3df24312610bce8e3762c1ca892b1c06880ec68c86156d8c7c09278" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0407_roserade/roserade.png" +hash = "76f9b2fa0283a50a197c74f3fc1fd28b500eb0198171ebace6c7cbd7bd2c7b07" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0407_roserade/roserade_shiny.png" +hash = "dd9e9055adcbd3639fd203f3fe592934ac09c724399ee174c1f5ddf148a17d88" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0408_cranidos/cranidos.png" +hash = "4bea4d101861fdf133e4495a08e9f8bb4aa0ba9034e5ad9d18ae3f416d73cb05" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0408_cranidos/cranidos_shiny.png" +hash = "f93bb31702064c7f63a6b101a18e1a870419536d856bbd777bc62898bd67366a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0409_rampardos/rampardos.png" +hash = "eebb291c3f156c25f6263aa792fea9d9b50cfe892731e0b6fc4f3ffccaf62e67" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0409_rampardos/rampardos_shiny.png" +hash = "a235c20a6c8acd93f910f65261f1cdce7cf481348201a4711ab3c09a303b8b42" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0410_shieldon/shieldon.png" +hash = "e1d374d4e52f1a30a190bf3a067d81fc08690f9ab5fb4e8240c0d8a03c3b6cd3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0410_shieldon/shieldon_shiny.png" +hash = "7f408f7051bb2d1e79783127123a2213d91c912a44755bce55ede48d1f4bc755" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0411_bastiodon/bastiodon.png" +hash = "1a42dd043d7d37ad8ad215588bc0230bc092fbe1011d8261ae258e2625208f44" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0411_bastiodon/bastiodon_shiny.png" +hash = "dbdea2be86afbd74492a6f3b6c3f7e005892796014a45c5e789b2cfe343b8e10" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0415_combee/combee.png" +hash = "ea11164c5b5e735f87d435096c390d49cb2f788fce4ef5b98a44266aedd8d2c5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0415_combee/combee_shiny.png" +hash = "0c70fd5d09371b50e50d96722f408e1c10935b464034bf41959454e42005c2f5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0416_vespiquen/vespiquen.png" +hash = "d2890d262b92bc1cb6d3c53888400a6d7e5d8d50db7345f92246617a6899a5e5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0416_vespiquen/vespiquen_shiny.png" +hash = "ba8d826d4c30296319edf748fa681b7fa4f1061d6e782cb455677bce71f5183f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0417_pachirisu/pachirisu.png" +hash = "985df6513b79eaad6d927f6baf6edbefd5507f39d5316405b4a88693666cbda0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0417_pachirisu/pachirisu_shiny.png" +hash = "765706777619be00bea25e4444e48d58b2e66cd4999747625e64a560f5fd9a92" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0418_buizel/buizel.png" +hash = "e7171c1014b43b48ceffb34f783a17279e777833e0cedb2e918ffa6d1ca0bc56" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0418_buizel/buizel_shiny.png" +hash = "f766aadeae33def2061c54894ec138012814dc3ca0cf47019cadd6c66220940e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0419_floatzel/floatzel.png" +hash = "4cf6a757e98188dbea5df7170a147bbd6b583413cb450852a11966cd864ce418" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0419_floatzel/floatzel_shiny.png" +hash = "fa4e126615f6842bb58948cd8e723fd7027b05e0e10205c03f5ac5d4cd7b9001" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0420_cherubi/cherubi.png" +hash = "ced7c7b1c696be6356f7c7d740f7bb215c21495aad4bd6be817b757a2d3ec1a6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0420_cherubi/cherubi_shiny.png" +hash = "89c80c20210981b82ef49ce89a4c2ce8b464977ac82eeb5c914286b4bf2fd87f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0421_cherrim/cherrim.png" +hash = "ee50d2f66ee67b170caa5b31daba0256f5c6948554f11707ca70ae14bba4ff73" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0421_cherrim/cherrim_overcast_shiny.png" +hash = "e866b93fd4d9d1b327fd49f022d023c21b6872a7b97e12ec57d7a3522b402e33" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0421_cherrim/cherrim_sunshine.png" +hash = "3732c6e378d3d4c4907c11f604c7d2f2c5f012070fe3f939e4372d6f34eb57db" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0421_cherrim/cherrim_sunshine_shiny.png" +hash = "dd2b2898141c6782ba51e36aa96a5c154f3dc39341fbca773a0306943ab9feaf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0422_shellos/shellos_east.png" +hash = "16bbab9a92d5d10b344a77ccdcffc498d2b5f254bc66ad69c0bcb23e6eac4678" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0422_shellos/shellos_east_shiny.png" +hash = "a582e6a1c8b5420d5d771feaf767736a5203f95715a8681319da477fdb039f4d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0422_shellos/shellos_west.png" +hash = "a37fc5dcf33f47789f544db99f8d7c07697698d2bc1171b167252dc924aefaf5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0422_shellos/shellos_west_shiny.png" +hash = "83b31ad61e5eef1776f3625e9b2c438bee33daad24174cab39a7557057862b07" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0423_gastrodon/gastrodon_east.png" +hash = "8624b593df205e8a6134a1ce0c6027a7b37d05f3bdb6d719ad3236e70b2d8917" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0423_gastrodon/gastrodon_east_shiny.png" +hash = "1eef4ef75f57e02c247204d22a5d97665a77006dd73521c9748f1f2bdb1d3f18" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0423_gastrodon/gastrodon_west.png" +hash = "fbdfa010ae5df52b32ab94f211e065279b5a09f483fc211822c17474a721c220" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0423_gastrodon/gastrodon_west_shiny.png" +hash = "6e21acd716d1c9be79ae2d30be966efc7b8d6b6b3af3304b2e5382b739244650" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0424_ambipom/ambipom.png" +hash = "a2d385ca7ef4d8cfe60b335cc230d4f4bfab396a7325933374f46da221e6100a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0424_ambipom/ambipom_shiny.png" +hash = "2e033d88c5351cc5edc2b7f37e2881538689891351f6b874f3fa0bfd2bdd371f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0425_drifloon/drifloon.png" +hash = "a1c7c7e0730dec9d11115430a6abc896a1bf97cfa3f56c6654ba30a4acd355dd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0425_drifloon/drifloon_shiny.png" +hash = "b18224340aad3dc54d53cf3546556799bdf975c95bb997501628f78b74f7a5a4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0426_drifblim/drifblim.png" +hash = "1f61f65ac5d2dfeba612b214e7f0244ba2c14024a8db43347d6be31063a959ee" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0426_drifblim/drifblim_shiny.png" +hash = "eac0fcb04f660071be1402fbc53931d2e711e6c5887dd69b480841a1c15e2942" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0427_buneary/buneary.png" +hash = "9aaf57153e32f895c39759f638a23cb53652afeda12d23b77a8f61a13620cbc3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0427_buneary/buneary_shiny.png" +hash = "3c6cb5d79aa69aaf4845132d7a10c1fb8ecf8910eb151234055b88a48f0a34a7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0428_lopunny/lopunny.png" +hash = "ea96ffae37b0f8b92df75b8784893b799709e98849fd0f72bd23859cb8165f28" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0428_lopunny/lopunny_shiny.png" +hash = "c132b8498b7751da8aade1262b9b21b5d8a7de7f1f225c2e1ba3d7b5bb134510" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0429_mismagius/mismagius.png" +hash = "9e0e158983045dae501f3ebd11d2a7b1334babb3c6a2cc340141c778b2f42a39" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0429_mismagius/mismagius_shiny.png" +hash = "c660f3bc68efda439ec489a4ad6ea85e325e1a550ff00137cbfc8b7a0e4a2429" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0430_honchkrow/honchkrow.png" +hash = "05c68faff75cfe6ede825bce84502381cb0e3b0a48f15195b2a322b9e60fe236" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0430_honchkrow/honchkrow_shiny.png" +hash = "bb4c6822c8f12ad80dcb065db583578521334b2e7d9f6d8601bc8141afd02c66" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0433_chingling/chingling.png" +hash = "a2c239111e8165004f07d64fd7e80fa22e7bc430653ac000e74af77fac7f1459" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0433_chingling/chingling_shiny.png" +hash = "0345a80d5f097494c4b1b40a2b121c5771192a8155567e3cb3e5baafa62fd11d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0438_bonsly/bonsly.png" +hash = "ffb5beed00dee7bc524be7fb1f5052c3a3fd542b15261551cbf1cc66e4589e28" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0438_bonsly/bonsly_shiny.png" +hash = "9dd0906cf8375d0886ab19e9902667e7aa7ed1a7b48418d0bc02206324c7a0ec" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0439_mimejr/mimejr.png" +hash = "8589aa650e50bc414d36a8b9143237bee039d19aaf24bc5f44df4bb71755eec5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0439_mimejr/mimejr_shiny.png" +hash = "d489281cbd030424d0433e09daa4a2ab1a71a7589543eead9620578d1b8a6fc2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0440_happiny/happiny.png" +hash = "5a4eaeb8e3340eb4c7143c5b87bb7bd7f50f43764e90c0b50b43df041786339d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0440_happiny/happiny_shiny.png" +hash = "f7cc83946f90914632230134d7ee518471cb0d2eb8d3c7f818be99e69bf5fb60" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0441_chatot/chatot.png" +hash = "e1a4fdeb80c48bc2bbc5a7de2088ed27c4bbd2ee96bcad62dc2455491c211e59" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0441_chatot/chatot_shiny.png" +hash = "27110efed8bd6d84a2c87d9b4452a7385b4fd4bbe6bccbe9e8b2571b2842cbdb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0442_spiritomb/spiritomb.png" +hash = "9a2c68e776c9e52271e2cd2b34b700c307c07c18b8771e86683e28b122b5368a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0442_spiritomb/spiritomb_shiny.png" +hash = "9e24d6bfa95de9743387fb9f2faf31d651de825407786ee0e868e173c194e0b7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0443_gible/gible.png" +hash = "2f5bd176f873641c002d9a089505bb56fb999fe7ab5ab64776d868b387d3ac14" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0443_gible/gible_shiny.png" +hash = "5624c0cf3c87dec43da94975f967fb7a2788f9e53be337666776ed6e076aeeb0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0444_gabite/gabite.png" +hash = "4270bf90d11356a4b88a39e594533941d46db4659032370a70ebd83e37ec5e29" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0444_gabite/gabite_shiny.png" +hash = "5d9df7b293d1570fc16a323ac97c64fc311deed9e933ab25d2b6ab6144eaf7d2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0445_garchomp/garchomp.png" +hash = "63862437edb3faa4a774b8de7053e45700e85eb0a4cc2d01d38ab0d81c129218" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0445_garchomp/garchomp_shiny.png" +hash = "3c263610f3ddfe94d3cfade6f9855d6274298c627f3c60a714c6ce565e951cbf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0446_munchlax/munchlax.png" +hash = "4f812eb61e40b43ede5969a67c4e41f6845d1c219677c79761bd4dc4913d81e5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0446_munchlax/munchlax_shiny.png" +hash = "3b60f51101f8a3b530752f4ea7a8d692fecfbb62964f41b048fa43370681e4e0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0447_riolu/riolu.png" +hash = "d1337ba26e5533f071bac73f20a838e661f9b3c0f846e65d2b832ef69c72cc93" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0447_riolu/riolu_shiny.png" +hash = "7a5442ff4f0d709f8b019f96d13b76f59dd0c8d7b6a9b620416f0e5e3af426b4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0448_lucario/lucario.png" +hash = "e9e82f729268f4464c75b788eb3445c973de8a5ceb84ef30605ddb6cc1ba3add" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0448_lucario/lucario_shiny.png" +hash = "d02b5748802b0d0f24b3ee7ffc157cd25024c9bef0f63f5033d4336cf1338006" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0449_hippopotas/hippopotas.png" +hash = "716b4e85d19cb03e24327e378f21f6433934fa7a7f9a015aab624723ea9a357d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0449_hippopotas/hippopotas_female.png" +hash = "716b4e85d19cb03e24327e378f21f6433934fa7a7f9a015aab624723ea9a357d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0449_hippopotas/hippopotas_female_shiny.png" +hash = "608bad44cccefd93e4574878fc31ff170fbc31dc9b096831ce7081d186e6becf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0449_hippopotas/hippopotas_male.png" +hash = "716b4e85d19cb03e24327e378f21f6433934fa7a7f9a015aab624723ea9a357d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0449_hippopotas/hippopotas_male_shiny.png" +hash = "608bad44cccefd93e4574878fc31ff170fbc31dc9b096831ce7081d186e6becf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0449_hippopotas/hippopotas_shiny.png" +hash = "608bad44cccefd93e4574878fc31ff170fbc31dc9b096831ce7081d186e6becf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0450_hippowdon/hippowdon.png" +hash = "021369ca3ef5a28ad202f030a8af0b2487b03dc785385770f402eea3dcdde6c5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0450_hippowdon/hippowdon_female.png" +hash = "021369ca3ef5a28ad202f030a8af0b2487b03dc785385770f402eea3dcdde6c5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0450_hippowdon/hippowdon_female_shiny.png" +hash = "f0964b43d48eef55f26aec2adcff7dc400f4b22f39f3bdab266d248448902076" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0450_hippowdon/hippowdon_male.png" +hash = "8a759ccf3d528236551f602099ecd04bdeb4bd606d3c0ce7b1699177974a160c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0450_hippowdon/hippowdon_male_shiny.png" +hash = "be2639f1609250c7d32d014c9f372903367e3f171eb782a6917eca9eec4f99a5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0450_hippowdon/hippowdon_shiny.png" +hash = "f0964b43d48eef55f26aec2adcff7dc400f4b22f39f3bdab266d248448902076" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0453_croagunk/croagunk.png" +hash = "4f9d75dd4bf4a6ad5a6f21a243653c8c86e7aba5dc0b15f78646163b940ca29c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0453_croagunk/croagunk_shiny.png" +hash = "f144978ff854521aeefb40b15b0e4470417ee230a88a0008423cc7fc5e631fd8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0454_toxicroak/toxicroak.png" +hash = "7930a53b6f473e7731c0ec452667b5bbc8c8087fa42ee4f015637fb5ebe592e8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0454_toxicroak/toxicroak_shiny.png" +hash = "a522f7011ba7d3d04b0334d844e14e3d3ab86fb85f752604faabddf366f7ce48" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0455_carnivine/carnivine.png" +hash = "b0ad538bc99aec26e14e91b7bc693d96d749c12dad5ccc36ba95d2a57e83a34b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0455_carnivine/carnivine_shiny.png" +hash = "b49ad8a8e5ddd54f6dcfac6df067ce31098e25dbca058359e8826961e1ef0b5c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0461_weavile/weavile.png" +hash = "2a96e8b29a81e75acac795d408cd32b6c00613a985819fe1022d532e30a7ea6c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0461_weavile/weavile_shiny.png" +hash = "96910c34640d3d1c572d44aa092ebe9e47b2ba1c121f6b6fe794115411fe581e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0462_magnezone/magnezone.png" +hash = "eb3f9aa4329635acc0f90b05baa4e919f9b931c584e02e4ebe71c596b13715f7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0462_magnezone/magnezone_shiny.png" +hash = "0dc5d61c4806468bf8341aeb456185d231ce74b8807dd1988925396fdde9f1c9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0463_lickilicky/lickilicky.png" +hash = "dfd64d3ef145592737ceb44fb90399d3c4c0c960181db6fc9e234878bb29cdc4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0463_lickilicky/lickilicky_shiny.png" +hash = "6a56c677c075e0be3fd7121fbea76c6ca359c6ebc5f575841590fa29b36dbd6c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0464_rhyperior/rhyperior.png" +hash = "508b65c702d1b88879265837297792645d6da88e374917cf395b2a93954d67b5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0464_rhyperior/rhyperior_shiny.png" +hash = "5e44b7467acbd2d4c4202eaaf5d5a139fae94cf3f83b8fa375dabaf44981e697" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0465_tangrowth/tangrowth.png" +hash = "a2c8a167c08ef0f64dbeb682faaf79247bc3508c18e9490940d22e0dcfe257de" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0465_tangrowth/tangrowth_shiny.png" +hash = "7ac6ce0f6096f0a432fadbe8e6b9396727b96dd985cff65fe7d75cdcdc8a84c2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0466_electivire/electivire.png" +hash = "08319169df69255152fecd56d9332f08c0dcf656c5acd85a0f2148bdca34d445" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0466_electivire/electivire_shiny.png" +hash = "7f1d99c7276ca6f94e39932a37cabfd143f6bd3e5f8fed6d184a16bebab13491" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0467_magmortar/magmortar.png" +hash = "2c4fd2cdc060d60733c55a3b5aef0028d74b27acdfcd0b23c65e77768b736f95" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0467_magmortar/magmortar_shiny.png" +hash = "a6d93b96d27d4690ebe26f4c99b0c1434ff0939db184a49f727161578ae0302e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0469_yanmega/yanmega.png" +hash = "bbfaca43f593ff4ee7564307f8fdfcc1067f26251537e1f9ab1b0ff6f79a3488" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0469_yanmega/yanmega_shiny.png" +hash = "1e2480edeefb93ce432dd031e637badc18e78839e2e7906633172119c5ffb5b1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0470_leafeon/leafeon.png" +hash = "69bd7d2e4293ae43928503634c25dc5783fa447de20d9df29b07c3f813489e3a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0470_leafeon/leafeon_shiny.png" +hash = "6822f9753d713daff79449e50a85ed312aec2e698f323683866c0dc4e7e413f1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0471_glaceon/glaceon.png" +hash = "02c4aeb13c4fbcc7c4e9b779f4948e482f6d3c1b389448c74128e5dd1f8648bb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0471_glaceon/glaceon_shiny.png" +hash = "ad59a87d0e3019983976afb900ba6067311afb05b78e84b350fd3968b3c449d8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0472_gliscor/gliscor.png" +hash = "3c9ee132adf47b81807f70bd90fd06e68e65c4c59fc672d0f1bb09ceddb8ed19" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0472_gliscor/gliscor_shiny.png" +hash = "37448b07b33e21c182cf0da9144c09975eaf208625bfb87ceb078380d3eef6f6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0473_mamoswine/mamoswine.png" +hash = "53946f1be120de0bbcd9ecf2bc71e862f145c068551d64ef8f5404c1e2e09ddb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0473_mamoswine/mamoswine_shiny.png" +hash = "e4c0a761b7289f92037f32d11f3ee5ba729d3889769d187dccd78879bbd82383" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0474_porygonz/porygonz.png" +hash = "97c61a16cc134ac024e7004d7f6a681f9533308557f819cc26a23b7ae2ca1deb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0474_porygonz/porygonz_rubber_duck.png" +hash = "707afbc50ef37f08b79664b4c1654a59c8ad8b7108ada0b4aee7a312696d40a8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0474_porygonz/porygonz_shiny.png" +hash = "ce0d4b7706845fa7a4ca39f6746d0e497a2c9a83d402a8bf95a93d15fa5ba771" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0474_porygonz/porygonz_shiny_rubber_duck.png" +hash = "4e11408cb4ee73e4f3b115b97a614dbc04cced06345e5c2008ba0dcd200eb2fe" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0475_gallade/gallade.png" +hash = "5105ba76baa78d470670856f1a7562bc5cbec336f12d59bbb1537dee40b47a90" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0475_gallade/gallade_shiny.png" +hash = "f9d3c2dc4e9df4ec9c010caddaf8ba3d356449c466621a7f5697d3c7bea38d85" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0476_probopass/probopass.png" +hash = "6c404f09df818b5da3f68f01be7ecc6e5d54d8a08a1216c545c97969a3fb3fc3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0476_probopass/probopass_shiny.png" +hash = "5dae734b7943fbc4d4af6d70956cee462fb5089d43e32057e3c369e66765426e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0477_dusknoir/dusknoir.png" +hash = "c57d3651809c8ff049ff75afff1ac3d8664ef9cd4d96f1fd3cc50995d3d143bf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0477_dusknoir/dusknoir_shiny.png" +hash = "f2bebd93eff6663e7cbb25f54a376c5fea217a4f3b0346806e6fc1f68f64ac3f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0480_uxie/uxie.png" +hash = "c2335956db464cc9e3a7a1f17541ee10c7249bf4543f495126a3984c70beaf4d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0480_uxie/uxie_shiny.png" +hash = "9c422297af0bdb78a4f590f83a67d0306b726fb4f78ed0b22879421f5ca43582" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0481_mesprit/mesprit.png" +hash = "ee942b754b9d0f03420ecba0f013360d752cc4d6a14e0895aad3127c53759a7f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0481_mesprit/mesprit_shiny.png" +hash = "b7b4c89b11f14e3e3c3cce13236dcf1f343bebca81728267a3a67a2736d33857" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0482_azelf/azelf.png" +hash = "0bb8401436ee7182fa92953618f04d61855018530af1aaafd251fc2bbdf448c5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0482_azelf/azelf_shiny.png" +hash = "ff9f0b4f006ca6b6ebd82e479cbcb88bf6ae5b37f6c57bb501aa3e87fb4d3f32" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0483_dialga/dialga.png" +hash = "1b5d1e785bcf7399e291321536c3f8834e1a58a7973e02c0f5be4185ccd8d22f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0483_dialga/dialga_shiny.png" +hash = "304621e6f315bd059325200a4e224713213c81ee10a9cb162f78d612c8023c5c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0484_palkia/palkia.png" +hash = "54211496176defe54e915d1e7724e3d679bc0ac74571f003ffc3973ee6f82750" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0484_palkia/palkia_shiny.png" +hash = "2cff7b5e7b2d76b7006fa56f53fc27c2da01f90f4ee66d8d0015749efd8113c7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0485_heatran/heatran.png" +hash = "8a8b0bbc71e23b55cce4c8f123dc8c6b542e1037327bd7119320736c23a85d1e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0485_heatran/heatran_shiny.png" +hash = "ff9242734bf2f30917ded1497afe8bd604852614aba4ae5a922f3e615a3aa534" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0486_regigigas/regigigas.png" +hash = "5d953a4b4aaf0909ea3414c1e8d159f4c5e8b2de08297c59989684ec657ea8b1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0486_regigigas/regigigas_shiny.png" +hash = "063153c339fa354a247854c783cb622ad79cc1a2beddf5619839f86d8528effb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0487_giratina/giratina_altered.png" +hash = "c2cbde346224d7d14ffd8261ab81dace2d1fa646f7fdad9a453d5f783c5a8531" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0487_giratina/giratina_altered_shiny.png" +hash = "ddac1f8b396c5c37f61ab7581520c1673779eb1d7d38ec83251bc8f687df84ac" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0487_giratina/giratina_origin.png" +hash = "e751905f0b3b2969f3bcda1a2023f997afaf42de485dee032eae51da9919150e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0487_giratina/giratina_origin_shiny.png" +hash = "95fbd4214a0568b18342e1551564e6567547311cfd341512c6e1e8ac3b1bf2a7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0488_cresselia/cresselia.png" +hash = "31fb31b7830cccbe77ff038c3c8500c23ce7ad6f5296d78e546896e42ce48e74" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0488_cresselia/cresselia_shiny.png" +hash = "6c7fd9923ef05c2da9526933af50a9e2e1580cc762d477d976b07f11f034056a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0489_phione/phione.png" +hash = "7d686422863b43aa2bb68b1f2e45739db1ba4431f7cdda93b76aad32e1416930" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0489_phione/phione_shiny.png" +hash = "e12c61288f1670ffb03701422b4042e2e12322ab54082e7a21aa34cd4e5e0b42" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0490_manaphy/manaphy.png" +hash = "53de0e8aab819baff03e8fc1289e09a94de0764c28480a8cd6ca207c04dd55b0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0490_manaphy/manaphy_shiny.png" +hash = "4df1d6c02b3967a449c96c3d6b1f0a37d0d776094cd280d2db9c3ea8bbdfdd6a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0491_darkrai/darkrai.png" +hash = "146ac889f865d98207eebd0bb35d0096c2c68e0d05acaca3805d28c5a88e37ce" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0491_darkrai/darkrai_shiny.png" +hash = "ccaa8acd70008c92af9c85ec2fa0ef66d89c26ac9e43b81b3dfeed7144fc0bd0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0492_shaymin/shaymin.png" +hash = "e264206c5c126828cd928dbd94200935425da43af938e14f8867b80bcd22d6fe" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0492_shaymin/shaymin_shiny.png" +hash = "3bb8d5dbedac6bccfe15431d13bb6fe1d1aeceb005c4b8e518ea9b83f044ddf4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0493_arceus/arceus.png" +hash = "82d08dd6d74f5343ac94eaa9ea23a56212812ab7e50235975e1bcab02b26a2eb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0493_arceus/arceus_shiny.png" +hash = "e24631c542732495fb64af6f6a7a876b98848e1f7a258afbf307d80d9dcc14e5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0494_victini/victini.png" +hash = "3d28e37e385c9c1bc59c37bc7e7b14f42c9447ac00de899ddf0bcde12ecf3975" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0494_victini/victini_shiny.png" +hash = "f861c697c6b25ccb91fd48bb4f18dae66306b2234dc6f1c196953cbc9b0ac298" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0495_snivy/snivy.png" +hash = "cfe9202318408bfdeef93373f592ccb7dd40da578b85b268ba920eee0a6cc1f9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0495_snivy/snivy_shiny.png" +hash = "644046eae9ba350fb146fcac08bfd515c084f5c4621e68dae631072046f0a751" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0496_servine/servine.png" +hash = "dbd3109f15abf7b021ebe98857297ae600b662fd8961d0244a53419fb621c8af" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0496_servine/servine_shiny.png" +hash = "ced8404676a861a44b058720b166f0dcbea9e5c10749a02469c92269f33d2b64" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0497_serperior/serperior.png" +hash = "ca44ebf65b3cc726e41da2f68eaff40628cdff9234a06f9a2739fdf6c84e1bc4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0497_serperior/serperior_shiny.png" +hash = "e866416d89756a0c89e5be6293981d4e7c46e64acce74ef91c2b8af8553bd1e5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0498_tepig/tepig.png" +hash = "de14416435c1ef98abfbf1f1e3ec29b3d73e274a585a6520e800df86b98b90b5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0498_tepig/tepig_shiny.png" +hash = "a687dd32324bf888d64c7489f771673fa71eabaacdad9b7cc54661b84ea9266f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0499_pignite/pignite.png" +hash = "db6d194d3141a2afb99e00157b60a0415060a8fe5db5309c4b8c78ed6040ec8d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0499_pignite/pignite_shiny.png" +hash = "ca57de28e3e62dea392df1546f7791c714950634653ed9c742c5283281d79eb9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0500_emboar/emboar.png" +hash = "c678465b7ed3c7a0585925e3882073df8a68fcd32431bcfd82fec2764936aa08" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0500_emboar/emboar_shiny.png" +hash = "7c011e14d76f91e04eddaea21183ffc22c3ec182a194de76d148e7ab11e6feae" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0501_oshawott/oshawott.png" +hash = "696bcb29ac63179900de913f5a5feb3400db475f4e6d7fff4cc160153221af3c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0501_oshawott/oshawott_hisui_bias.png" +hash = "696bcb29ac63179900de913f5a5feb3400db475f4e6d7fff4cc160153221af3c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0501_oshawott/oshawott_hisui_bias_shiny.png" +hash = "3fd62d1af0df1a3906df325e1d273ff3b6115c957cb1b930a162ddc50001b8cb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0501_oshawott/oshawott_shiny.png" +hash = "3fd62d1af0df1a3906df325e1d273ff3b6115c957cb1b930a162ddc50001b8cb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0502_dewott/dewott.png" +hash = "c512b44c38d63fdd0ebccaba29836f64eef951504d1036538f0135b8959cb1ce" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0502_dewott/dewott_hisui_bias.png" +hash = "c512b44c38d63fdd0ebccaba29836f64eef951504d1036538f0135b8959cb1ce" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0502_dewott/dewott_hisui_bias_shiny.png" +hash = "eb35c2cc7c14022ad9008d23ed750d80fcd98d75fad0f4078dfc0b9f5c41cd46" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0502_dewott/dewott_shiny.png" +hash = "eb35c2cc7c14022ad9008d23ed750d80fcd98d75fad0f4078dfc0b9f5c41cd46" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0503_samurott/samurott.png" +hash = "deeb08714358509c64c2b786828a4edc1150630dc10331d68b2c0f1b231be822" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0503_samurott/samurott_hisuian.png" +hash = "1ce39161d1416719d28c3271a0e30586754ddd600a6d48a22f4616c60d9d8491" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0503_samurott/samurott_hisuian_shiny.png" +hash = "64feb2b87aa6270814be07052cd0a631d2906d8df4c52f845639a9be4833e9f5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0503_samurott/samurott_shiny.png" +hash = "d3d5741e72680f96222d6a06ded3c859fe3d655879211e1c4394e5b2f5a6fc2d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0504_patrat/patrat.png" +hash = "430c3832faa557b27fb85dcaaacffcdf336730f0b9cf161715757a98e0e5552d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0504_patrat/patrat_shiny.png" +hash = "dc41777f977d87c86c6bc0df030c29703972bb85a0a624e40788a50081dd40f0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0505_watchog/watchog.png" +hash = "11f7fdd06491a5263ff87b81c19e9fcc3edd994629997205fc310e68438d27c6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0505_watchog/watchog_shiny.png" +hash = "4fd93d1f03d094c85742c1b06a70248e15bc44608b7dbfc088355f7f5cd72458" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0506_lillipup/lillipup.png" +hash = "2613afab06e6c928eb1ccedeccc17bb4f9c1f04c03ea3ccd7e83ca728b45b3e9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0506_lillipup/lillipup_shiny.png" +hash = "a1f98b1d312c2c58890faa6987f0a994bfc14d408c263968a4050ef8d483b5e7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0507_herdier/herdier.png" +hash = "cb4aa3fe652799f05ea6ce95d36546970ca9074166609484ded29f53fcbd45fc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0507_herdier/herdier_shiny.png" +hash = "23b76b8e6141685416e57a3cdf35465170cdd5ea5fa2d0b5ac0cffe06ac81b65" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0508_stoutland/stoutland.png" +hash = "6e89e379c0fab42b3f7269179058f60f3e4eba1b0b57b06b74577c5dae751331" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0508_stoutland/stoutland_shiny.png" +hash = "8cff39477c7d433f85675b81a371e1202ef128dd4c00a7a1151edc61b1011d08" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0509_purrloin/purrloin.png" +hash = "d9c5388460600a27ade268a931140d5a8570c6017e91009d4cb6b3fd5cb00a57" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0509_purrloin/purrloin_shiny.png" +hash = "8388d995f22149dce08a96b3753541d392955f00465bab1b8aee5af359485407" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0510_liepard/liepard.png" +hash = "3261b707d5d5961596032213385fe5614d59a415fef0942acd85674a602d1c7e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0510_liepard/liepard_shiny.png" +hash = "66dd7fff5d4e29ae3fe4b71ab04fbba2ca865cdac100b41b75210cc3233d475a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0511_pansage/pansage.png" +hash = "82c73beb5ab83eabd2be77818456490efbb28ffb42e37a1a18d1ea1f371bb21c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0511_pansage/pansage_shiny.png" +hash = "2f04428aa3f425d89524ccc6142e7f8147858cb9105760ef0622a4ab8205a4de" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0512_simisage/simisage.png" +hash = "3c91e6444b0ef654a469bf06e575b6dfe12fe61df1e2e10183ef7f9fb91dc71e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0512_simisage/simisage_shiny.png" +hash = "6ae2d841bdf3cf1035c57f2f9f6883edaca03972a0bc67e642baf2a20435e561" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0513_pansear/pansear.png" +hash = "9582b67ec301c098e3bc548d9ade389fc647888d37fa37b40e153733c5bc6588" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0513_pansear/pansear_shiny.png" +hash = "ff3bd6f2a17ac13d83aa2f87b13dada9d04c60dbfc344dfb4fbb7ba80593708f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0514_simisear/simisear.png" +hash = "d2f6f28b31ccce21d6825b8a3f2220285245defddda4f0a1606c439319e08256" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0514_simisear/simisear_shiny.png" +hash = "d372cfafd14567122cc02fa642257d886fa85468330b153308db2a877ce93a07" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0515_panpour/panpour.png" +hash = "cd41f92a0e41dda0e56ea3ccee2345024135f585b099e6d59aeb12f91278e2e4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0515_panpour/panpour_shiny.png" +hash = "8c6811162d837522fb4dcdf38e98d91b939ec7468ac6e07aff8d8097ad7143bb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0516_simipour/simipour.png" +hash = "a23574b9afcfcc6889beb6de2a553d0c63d4841e334e4230b2e201fbda933099" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0516_simipour/simipour_shiny.png" +hash = "93f4e5dedf6cc32d03cad4688acfde2e1676bc600b07f38f3ce74ce85bf362f2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0519_pidove/pidove.png" +hash = "024ef233fc486283718075dc18b1953935e12b97795009bce81791d3b20a54c9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0519_pidove/pidove_shiny.png" +hash = "1e3afe6c4db9f9ab4192ed6b24c908cb950c5630b777e067abd65843909657da" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0520_tranquill/tranquill.png" +hash = "d543104d1818d037617f85162fd94f7210c26ac5cf272d2a6f81cf05805682af" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0520_tranquill/tranquill_shiny.png" +hash = "ecf88e2d043820fcc5e5b770dd8235992b2b6ea2d68c21bba4d2aca5e666d505" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0521_unfezant/unfezant_female.png" +hash = "8952b230f7b31285234a41bd03ad4007c488011024a9289bf850bacc29945a9b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0521_unfezant/unfezant_female_shiny.png" +hash = "c991967a0f8745c3c2d76aea2ba0db93aae9ca8e9b1dea13954c57b8806d0dcf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0521_unfezant/unfezant_male.png" +hash = "975952c2f0a6fd19d7dedcac56c1cc45b037ae0acb4ac5af54e727c51755d3a3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0521_unfezant/unfezant_male_shiny.png" +hash = "9ea3fcd32afeb5959bee2e3436b98ebf7d0f378f48610dc9439f8d68f84caacc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0522_blitzle/blitzle.png" +hash = "b0278f46ef503eaec7e333b74b41e4be15a1d4e3ab1b9a9968f56e1cbd8ca176" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0522_blitzle/blitzle_shiny.png" +hash = "1d871d1c3da91af3cd07fd3839d8ab3d8bb9af35c0f05e073c0d9dfd4175387f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0523_zebstrika/zebstrika.png" +hash = "32e89b01ccf4c15fe4c3c4c07ff8907e35fa999ede936b5811c21d5922b28af3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0523_zebstrika/zebstrika_shiny.png" +hash = "07acce7933d8f65454c23e7af4db4cbbed8f80fff0fefb1bdcf0b98f87977bd8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0524_roggenrola/roggenrola.png" +hash = "96243619bd100d8e4361588449e779774c89745907544ea9eda70353df4e6f4f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0524_roggenrola/roggenrola_shiny.png" +hash = "c4b4783e0037447932dc3d10bd631b1a90064712f2714c52b82b6bb8d96861c9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0525_boldore/boldore.png" +hash = "20da802f0a663913a9aa965069c97825626397194a2f351f183284bedc4f0e8e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0525_boldore/boldore_shiny.png" +hash = "311547eb0f0b79006fcaa0fa13014dc544ede6004d87f98dcb0007be5f19a700" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0526_gigalith/gigalith.png" +hash = "d59bd8624f55038442c917c0817bdbce2df4cbdc6f555d1a4ff158836196b764" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0526_gigalith/gigalith_shiny.png" +hash = "444e986f072cee55f0edb7ddb4a1de9da876d64ea68a86c400658bbace7fe9ea" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0527_woobat/woobat.png" +hash = "3a34af930480d8028f0a279bbaab48a04c7beafc91b95eec537c9570a9dd9eb1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0527_woobat/woobat_shiny.png" +hash = "6213dd03755cace75182df4f77d3f9cb6a61af19fb9e74811543ec0665e7e09c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0528_swoobat/swoobat.png" +hash = "4188a9f0dc871930763a272f6e1bd41d3d7b80e4216afbf23a7860af9aca6737" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0528_swoobat/swoobat_shiny.png" +hash = "a66841c405a5ae6f846fe6ff2d38bc033ec4eef4ded904615afff6c60e94bb84" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0529_drilbur/drilbur.png" +hash = "e2f2643360f9e059f73f80eb8b6a2a7a16415ab73474421d075af465873561b0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0529_drilbur/drilbur_shiny.png" +hash = "754ae5aa3320303f3518da7081a0e1141ad0e3453745666831999a51a6bf5b77" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0530_excadrill/excadrill.png" +hash = "a712d9a13e6cb5648e03d520d212ef94fb40e574cde6c4a14ade8c1d0eb1ac59" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0530_excadrill/excadrill_shiny.png" +hash = "29e6465dd638f26ef4dc28c31a35ac65feab8281e56db37287458061719fdf0a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0532_timburr/timburr.png" +hash = "b00d6b99917d57792141e6ec7d5653defe0956bddb5efa2686e21bce8615a341" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0532_timburr/timburr_acacia.png" +hash = "b00d6b99917d57792141e6ec7d5653defe0956bddb5efa2686e21bce8615a341" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0532_timburr/timburr_birch.png" +hash = "b00d6b99917d57792141e6ec7d5653defe0956bddb5efa2686e21bce8615a341" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0532_timburr/timburr_crimson.png" +hash = "b00d6b99917d57792141e6ec7d5653defe0956bddb5efa2686e21bce8615a341" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0532_timburr/timburr_dark_oak.png" +hash = "b00d6b99917d57792141e6ec7d5653defe0956bddb5efa2686e21bce8615a341" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0532_timburr/timburr_jungle.png" +hash = "b00d6b99917d57792141e6ec7d5653defe0956bddb5efa2686e21bce8615a341" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0532_timburr/timburr_mangrove.png" +hash = "b00d6b99917d57792141e6ec7d5653defe0956bddb5efa2686e21bce8615a341" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0532_timburr/timburr_shiny.png" +hash = "ecbe683bf08604b5329209a33e99f94e5895c52bf0080adcf15b20d61f00ef0a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0532_timburr/timburr_spruce.png" +hash = "b00d6b99917d57792141e6ec7d5653defe0956bddb5efa2686e21bce8615a341" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0532_timburr/timburr_warped.png" +hash = "b00d6b99917d57792141e6ec7d5653defe0956bddb5efa2686e21bce8615a341" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0533_gurdurr/gurdurr.png" +hash = "9898020693ddba1e5df2edebe90da5694deb199e214799f8e98cbcd803ac383d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0533_gurdurr/gurdurr_copper.png" +hash = "9898020693ddba1e5df2edebe90da5694deb199e214799f8e98cbcd803ac383d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0533_gurdurr/gurdurr_gold.png" +hash = "9898020693ddba1e5df2edebe90da5694deb199e214799f8e98cbcd803ac383d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0533_gurdurr/gurdurr_iron.png" +hash = "9898020693ddba1e5df2edebe90da5694deb199e214799f8e98cbcd803ac383d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0533_gurdurr/gurdurr_netherite.png" +hash = "9898020693ddba1e5df2edebe90da5694deb199e214799f8e98cbcd803ac383d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0533_gurdurr/gurdurr_shiny.png" +hash = "ee9722f3a5f2637906d13b9d941b07c44b18fa7880f48368afc20138a9a70a00" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr.png" +hash = "edeec83b89053c77df07c7bb2626687f7a7a6064848739d30a8d30a164f58e42" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_black.png" +hash = "edeec83b89053c77df07c7bb2626687f7a7a6064848739d30a8d30a164f58e42" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_blue.png" +hash = "edeec83b89053c77df07c7bb2626687f7a7a6064848739d30a8d30a164f58e42" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_brown.png" +hash = "edeec83b89053c77df07c7bb2626687f7a7a6064848739d30a8d30a164f58e42" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_gray.png" +hash = "edeec83b89053c77df07c7bb2626687f7a7a6064848739d30a8d30a164f58e42" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_green.png" +hash = "edeec83b89053c77df07c7bb2626687f7a7a6064848739d30a8d30a164f58e42" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_light_blue.png" +hash = "edeec83b89053c77df07c7bb2626687f7a7a6064848739d30a8d30a164f58e42" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_lime.png" +hash = "edeec83b89053c77df07c7bb2626687f7a7a6064848739d30a8d30a164f58e42" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_magenta.png" +hash = "edeec83b89053c77df07c7bb2626687f7a7a6064848739d30a8d30a164f58e42" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_orange.png" +hash = "edeec83b89053c77df07c7bb2626687f7a7a6064848739d30a8d30a164f58e42" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_pink.png" +hash = "edeec83b89053c77df07c7bb2626687f7a7a6064848739d30a8d30a164f58e42" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_purple.png" +hash = "edeec83b89053c77df07c7bb2626687f7a7a6064848739d30a8d30a164f58e42" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_red.png" +hash = "edeec83b89053c77df07c7bb2626687f7a7a6064848739d30a8d30a164f58e42" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_shiny.png" +hash = "36cc7791d93ee29b625b6574bf5b60c88dcaa1451c769633e8476ff55ec0cc51" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_white.png" +hash = "edeec83b89053c77df07c7bb2626687f7a7a6064848739d30a8d30a164f58e42" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_yellow.png" +hash = "edeec83b89053c77df07c7bb2626687f7a7a6064848739d30a8d30a164f58e42" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0543_venipede/venipede.png" +hash = "b84a39e811c70e21f6feb4e32a9a83266543cada932899cdf1bcfdcb169d2f4c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0543_venipede/venipede_shiny.png" +hash = "f23a32272abe273a8464a7c2af192825132f32843ca55131b99fcaf997828a64" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0544_whirlipede/whirlipede.png" +hash = "6a2b30c10d168d792eebe5d11d1892b0c685c1d365d3d15958d469f44d37d429" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0544_whirlipede/whirlipede_shiny.png" +hash = "e6e0521f6ba91c11c7fa54b62440229125174954f5a8f435e14dcd1d65a28bba" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0545_scolipede/scolipede.png" +hash = "dcb4199140b506320cf96ccf72afd7da3968ade00df68236a958804887040d83" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0545_scolipede/scolipede_shiny.png" +hash = "bbdf29016f1403b6912249ff3444f266b0c6b52ed6d369fc5032fc14702623a4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0546_cottonee/cottonee.png" +hash = "5802a48c79044f033f14b7d9d53a8e388bb9a1bed930e11e7d292409cf77cc64" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0546_cottonee/cottonee_shiny.png" +hash = "ec46e24d6e6a008f62bad6fb17bb3583f539404fe1f9e2d64c6a99f7bb390612" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0547_whimsicott/whimsicott.png" +hash = "f4986925a27ad0eb047abca1fd43db85a7491b2af098523c64c6e6b3ea53e755" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0547_whimsicott/whimsicott_shiny.png" +hash = "6cdf2357448db81046ca00e48f4362b28c4703ccc97d0e162bc1f53a594fd41c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0548_petilil/petilil.png" +hash = "d728355fb3f9a3a91ecdc9481b6ae49a2bdf92a023fa5556bb7090879b61ae6e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0548_petilil/petilil_hisui_bias.png" +hash = "d728355fb3f9a3a91ecdc9481b6ae49a2bdf92a023fa5556bb7090879b61ae6e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0548_petilil/petilil_hisui_bias_shiny.png" +hash = "53fad00de43937064a2773a990bdfe70df8ea576464b99777697085931985d23" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0548_petilil/petilil_shiny.png" +hash = "53fad00de43937064a2773a990bdfe70df8ea576464b99777697085931985d23" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0549_lilligant/lilligant.png" +hash = "6efd99245e63fee365110d4f0c75f52b3c33116607ea5e0327802d28d3751b5b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0549_lilligant/lilligant_hisuian.png" +hash = "d4e43e2af4e1b66cae127f43c1a6e0de482bab9a3cad0ca31b522eca4c09f321" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0549_lilligant/lilligant_hisuian_shiny.png" +hash = "41e24525c0e29f381fd2ab85d177ebdb9c27d678cf2a02fb3f079f17b81fbbb5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0549_lilligant/lilligant_shiny.png" +hash = "39bd2360405bedc4c4682534daebaabd91fd8159c712a83bd754800a3461ab91" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0550_basculin/basculin_bluestripe.png" +hash = "3b3db718b46f9a9fbdf06aadd911272a6afa4689c760d4924ea2e7d514d436ad" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0550_basculin/basculin_bluestripe_shiny.png" +hash = "737dbfdc3f919e8885e6d610cf49f05b9dfb39ccd2e2598618ced2aaaf969c00" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0550_basculin/basculin_redstripe.png" +hash = "2d13bae7f744616d79e6a3d3748c4675054f9a8bf902b11d8abbaa0a713190de" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0550_basculin/basculin_redstripe_shiny.png" +hash = "e322015cb33d5062a10fb6d26e52c15547b9f3bed48aa093689c6dadb1a54851" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0551_sandile/sandile.png" +hash = "5a19a85101eb8ed3b15d11f7a2a1606058d4d4ae0771b428b1ba78c021f514b4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0551_sandile/sandile_shiny.png" +hash = "cad9cc86fca27c768f0215df8cdffbc660f1de864bbf89b0d56eedefdc470e71" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0552_krokorok/krokorok.png" +hash = "7ccd3933676c0a356f220e30e518eb99917960d612b961984f05731c2c7d789e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0552_krokorok/krokorok_shiny.png" +hash = "bc2edb29a722a9c3e1cc5eb3506fad63e796ae9598c1a30da0d237cad4c37755" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0553_krookodile/krookodile.png" +hash = "72ddd9577570029be184068558e51d929bef985e556328fe88a9f79251f3a7b1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0553_krookodile/krookodile_shiny.png" +hash = "042fbdbcf41e98bf501c65a9b6a9469fe0fc0aba60d333c5ac6306c0b0321b27" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0554_darumaka/darumaka.png" +hash = "f6066c3c0119452e91acc890b132815487d64323a85fce92ede3644cc2ca6f9c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0554_darumaka/darumaka_shiny.png" +hash = "6f19736d7db6cef5fddc076eb9d693c6dd8856ada770c98acd22db022cd1a8ab" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0555_darmanitan/darmanitan.png" +hash = "c092eb73028806013bb08ec56a270f01994c1862645ef762621374005782d0d1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0555_darmanitan/darmanitan_shiny.png" +hash = "f9ad7ff341484f0c7104e918e74c38758371d7649de5377136ba0a68cd7946ce" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0556_maractus/maractus.png" +hash = "55dc85e319cac322ef9a7cad66def34e0d6236721977e780d77ca3d65264f178" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0556_maractus/maractus_shiny.png" +hash = "b043115df83bada4a1dea4fcdf403f425186579f428bcf1c859fe58cc4df22fd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0557_dwebble/dwebble.png" +hash = "312bda4316ba90164784daf125f23cebeac734c8b7c8eab0bfc8160fec17507f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0557_dwebble/dwebble_shiny.png" +hash = "00967a24eefb3f81870351e95af0444ce35f8ada4d5334c55e22bfbfc3d9f08e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0558_crustle/crustle.png" +hash = "9500c99de5fb04039d184a2fe36ce1b8601e38af81b938bc4d1439cce7fb78b4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0558_crustle/crustle_shiny.png" +hash = "7f0a0df5b0d6b5fd4fd2b50c94396234169b7610378295dcc9f5399c512f55bf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0561_sigilyph/sigilyph.png" +hash = "4f5803e439ad5851b97e01efc4ee46a9532c0efcfa28135c1ba057d6c4751d72" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0561_sigilyph/sigilyph_shiny.png" +hash = "4cf65644ce5f23fee3b6cdba164107955dd5d026c928d1ebc57b3b36abeaa596" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0562_yamask/yamask.png" +hash = "afe666e3970acf64cb660f2baec433e0d7beb5432c412c90978dbb4d419fd471" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0562_yamask/yamask_shiny.png" +hash = "e68cb13701fa4772f8307bee4a38d1724d4d337978a842e563527e3d87cc55e7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0563_cofagrigus/cofagrigus.png" +hash = "fad158f4a4893e482dc0477cb344c090e211c32c42b83cca2e01ffa36d5d4f5c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0563_cofagrigus/cofagrigus_shiny.png" +hash = "f9245496748ed6fc90fc156edff74452a25d4d808231214f04d68a109a51119c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0564_tirtouga/tirtouga.png" +hash = "125a53f0a1e14e91b8cfb2a10fdf9d2d43e70a0eeafc4e5e16d111f646e207b9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0564_tirtouga/tirtouga_shiny.png" +hash = "26722f7ab55ca6b2dc2e79f55e8118bf316eae031636142caa71b042513196de" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0565_carracosta/carracosta.png" +hash = "6650a358109f3448ab51e2204f2bc734011f4f371c9812c59ec37a56c5458137" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0565_carracosta/carracosta_shiny.png" +hash = "67a79368f79e8b4e4f97b9bd3b7c0a79a231e4f1cd00fc1312201af341b2c638" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0566_archen/archen.png" +hash = "dd78179eb212112c139b92766e4e305247ed1f36a8723376beb62110272675da" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0566_archen/archen_shiny.png" +hash = "cca43eccac917438d311590bc82a9a2712db1491761b9c52223fed693b6b607a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0567_archeops/archeops.png" +hash = "e629fb7aed8b071885ac5caac5e0af572cd012cb5b1a7a9d4a66739c48744bf9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0567_archeops/archeops_shiny.png" +hash = "e003823ece42571549a4a87c1972874a80056cd3c25e912ae1da26afc69c8bd2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0570_zorua/zorua.png" +hash = "0c5772c7cdbc62e1c025769acb0f4e0d252eed0fa92370ba18d3aeada6f62c37" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0570_zorua/zorua_hisuian.png" +hash = "94dfd48167b580f0951d4b9770e7b15bc1a5041831c4b8b8ec2d5e4fde349ea0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0570_zorua/zorua_hisuian_shiny.png" +hash = "a73d12b3e969c3c61a31a1921e0ad353759a62beea2a68134fe21620cd34b4ed" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0570_zorua/zorua_shiny.png" +hash = "0c821ac79d11151d1cf1fe6600a0a1ce90782216c27114f470c7f0be837ed9e4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0571_zoroark/zoroark.png" +hash = "db73c918f46b39c75634ed7012025a5782b1983fe18db23f6580e297a44b8035" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0571_zoroark/zoroark_hisuian.png" +hash = "4c0ee1da6d3da1d29a9ed3da1a528f88bbb996518c4de4a181cc72a6841e993a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0571_zoroark/zoroark_hisuian_shiny.png" +hash = "6fb62f16e11e34dcd89dbef2b2071160c099c2955825a3144f56e3529e492562" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0571_zoroark/zoroark_shiny.png" +hash = "c04940410e1bb6a59f7a98060b9fbeffce5847a22ea80974351030858b0e1304" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0574_gothita/gothita.png" +hash = "f21f4f239e3995a6f1206e97a13ff69730d133a3f168bf81b8fe127857708cc8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0574_gothita/gothita_shiny.png" +hash = "4f7549b37a60f45c2393383710d6e8a582b72c285b16c9afe53dd29955854ac8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0575_gothorita/gothorita.png" +hash = "4d5ec9ca12fc3d133fa158bb282738e15fa2326b609aea989a5ba87311b6f708" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0575_gothorita/gothorita_shiny.png" +hash = "36829a5d056ce05111a823ec12b896561ba9b6fa819933e09701766653c9b169" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0576_gothitelle/gothitelle.png" +hash = "87eb6ccd4f4a46e31791a45a930ff950bc81fc3c660d2f6e1b92e80a4809ffd6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0576_gothitelle/gothitelle_shiny.png" +hash = "bb6e819a01ac35097e629680395fbb855ed5310a3306ad68272569a3f02a4dab" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_autumn.png" +hash = "889c511eb8c55e49a85402146496d2506154e6c8400989501136616741716615" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_autumn_shiny.png" +hash = "aadd8bbcb9d5be452b9433db444bad02eedfa291e7f0065d4ab33d2321abc312" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_spring.png" +hash = "1bf3ade9f555644fa269c0e82657acc75d8c7fb677cb04b33e86f2b7612d5f4d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_spring_shiny.png" +hash = "70221c6f660556d7ffca224a54218cb698bb2c973ea73cb0717ef8dc5ed9023a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_summer.png" +hash = "77f78ca34fc0bdef4740057a722f77bb93ef2e4482ad37f8b8950fc7c0e5e1ce" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_summer_shiny.png" +hash = "bdd6d0593960f95694d776d373538307ce7ec9290e3bd72ce158a12b43555f36" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_winter.png" +hash = "ead027187520e826d1d476fd3f039793858e00aa68bbdd774eca4ca9ad2d7741" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_winter_shiny.png" +hash = "c4bfd50004337f115d8e3dc9d8aa39cac47bba029bb5452d91812568c17715a9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_autumn.png" +hash = "a905311fc7bca798f18481978b15d9cb8dbb1cf2ff036cef5e59d8ab96fc2121" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_autumn_shiny.png" +hash = "ddab88d64798d7292e8e554b224eebfbfc3548874e7c1aac28f62c7e96c94593" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_spring.png" +hash = "c2c9ab9742ddc40b6eaf079a8f654926135d39f76b8c0fdc4396c9dfadfe525e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_spring_shiny.png" +hash = "167e7baaecd7e3acd408aebba0e39d11d253d6eff761a4c86dd04d17abab7937" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_summer.png" +hash = "c4a8326487e0d18336d78a34d420943b15ccbff22d630a42d43b6e6efa0be5aa" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_summer_shiny.png" +hash = "e32f70d9c4fbfbad80a513bd4ad5d53a51799e099cfd8c4a1a981fb4640b700e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_winter.png" +hash = "c1b9a85b8c92c84991dae162a2384aefa11cf5d8c19087ce8a6f212c32ad47f6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_winter_shiny.png" +hash = "1db05b14ac1619c0b31a381a6a233719832361b26ca11b7195ae9dd825945fd3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0587_emolga/emolga.png" +hash = "0982d0831465e609db62895f92e796f1c4b3884c0616e22a9a6fea2c65f09e84" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0587_emolga/emolga_shiny.png" +hash = "e2d398a229f884cb89b1549497564b747c23b4e341c92f4e62ea07a684101e83" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0592_frillish/frillish_female.png" +hash = "2dcc2457eaeb0f9be34d3c3ae4da8f39ce2380d11f45d8e476b3fd9ae7bc6171" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0592_frillish/frillish_female_shiny.png" +hash = "55f2bfa2fa77b5ef6870beb2ddd82dbf1d668f355d333a17c41f510c0c0def81" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0592_frillish/frillish_male.png" +hash = "a983b5890bce1d8172c1c1b52eeb26675295e8cd6cbea35d9d6e813f3ce8b30d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0592_frillish/frillish_male_shiny.png" +hash = "4c1e1e844bdb87f333ff1f7c6cd2c1fc031b680dc43135dcac474207a18c0c22" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0593_jellicent/jellicent_female.png" +hash = "05e74e9d15f531fb5a115c04e36936de6622e62fdc550b37d1a0c436fb7faec8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0593_jellicent/jellicent_female_shiny.png" +hash = "388440540c9e2463b32de3076778c5c284140cfe20a475fed47ff610948169a9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0593_jellicent/jellicent_male.png" +hash = "0c80627c02881d7ad1dbdb47b2870d46c3bc9901e9f4488600de45c736a49401" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0593_jellicent/jellicent_male_shiny.png" +hash = "9c9a626124f5e6abecdf4b0993e770a6f5be4be6fb6bd55cacb09d9b98ce3496" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0594_alomomola/alomomola.png" +hash = "c384beb3fac06a282b6e80da7de00355d75f330e80b24f3074931dcb16208d59" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0594_alomomola/alomomola_shiny.png" +hash = "e27c18f1553d1284122e746d546500aae4edaff59c425d142059320157ffa0af" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0595_joltik/joltik.png" +hash = "a887ffaed10ced53e89e91d265840a26ced012c7a4fb55c451cca54e60bd0e69" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0595_joltik/joltik_shiny.png" +hash = "78ffb94243b09da1bc5f4868ae7444818b9d919316505cab0efa3ea2e02a86bf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0596_galvantula/galvantula.png" +hash = "5baf4d914fea2a6eb6e214e8153ed6ac1deccd47dd51699a33f3cc99b2eefbc8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0596_galvantula/galvantula_shiny.png" +hash = "09f6eb4f6b104f21bb2965d0b4558e516266e36ba5796282a662c3763a2f928c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0597_ferroseed/ferroseed.png" +hash = "7e8e92c9cef3aaa1c6acf55803876e68a497569778c1872fc162ba83cfb6ba6f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0597_ferroseed/ferroseed_shiny.png" +hash = "e3b5dc77f5bb0f7a3b0de52a2f80fb7f62a8861cb7a0559918bef7dd3c43b72b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0598_ferrothorn/ferrothorn.png" +hash = "3b868c958f1d8eadc678e700ee0d0b229f75a6cf43f868e59e8175417796f48d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0598_ferrothorn/ferrothorn_shiny.png" +hash = "e06a18bdc3397d78a4d1e9b0525363731946717c63f919885593e28a6fa1e73c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0599_klink/klink.png" +hash = "724451296415500225e0e36891d8cf7c2352d38ad3d222f13627676a29043989" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0599_klink/klink_shiny.png" +hash = "5986a9867c614d0de0e02ed83b610ebdb69a76d77bf34dae39db23d41588c492" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0600_klang/klang.png" +hash = "5af82291b6713318282df1a0fe2b8d419a508d7ef7363eb05c5ba80ddeb3bca1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0600_klang/klang_shiny.png" +hash = "334db9e709f4b31b628c476ffd8fd951201e6bd2c85717530205dee3a46dbd68" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0601_klinklang/klinklang.png" +hash = "c067f3f1ac8e57d7215e5c74f07f1076c5e231d9579471f06dd3779cec4ec4f4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0601_klinklang/klinklang_shiny.png" +hash = "2cfc266f6554ac3c842db1cf88f418051b87e300c2d6f16598c692a08c930f76" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0605_elgyem/elgyem.png" +hash = "e241a7f6bec0e361fe37fab62d3d7447ec0e01c25fe02e8996412387fa85c24c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0605_elgyem/elgyem_shiny.png" +hash = "c11c1d7cf365c3ae0856901ef740e63a45365260679989717df7e305857c965b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0606_beheeyem/beheeyem.png" +hash = "915da192b558d77177cfbb5246665910546fadad436e9d121cf2ac9a8910a905" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0606_beheeyem/beheeyem_shiny.png" +hash = "5d5d8bcac875601bf9ea6a9951d5264340f9861c85feedddfd59b9d6b9a1e816" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0607_litwick/litwick.png" +hash = "9bbae689d070031e5c50447730d5f444a0cf985d581bdcb5f831fb85a04db97a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0607_litwick/litwick_shiny.png" +hash = "e9aec49f9bd0e0a20295bda9b6c21a2ac7ce9ec62ad39d7daf891d772ef05627" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0608_lampent/lampent.png" +hash = "588df0d0e6954dd63498363aefa7679f98c8ca1449356b127c892c1d874812c1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0608_lampent/lampent_shiny.png" +hash = "6e102dbf276814d6ce4cc0bc17d31f5cfec4885e5329b89c63a89fb6443014bd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0609_chandelure/chandelure.png" +hash = "70d9c6c05df646a91fc35865f7927b31d8a95e5b97a4ad22730b0c65580708c4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0609_chandelure/chandelure_shiny.png" +hash = "91c336939ae12f3bebb392393b10280a082880968e7c339ae7e02ca99ed39fb5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0610_axew/axew.png" +hash = "40f3d621e968cff709d286727ba02176ba921b4e50ef3c5cc9712d2879007cab" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0610_axew/axew_shiny.png" +hash = "1e5f18c328ebc1d705a6c0688a0445a4251bbd85d9cb1b924da150f685a191cc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0611_fraxure/fraxure.png" +hash = "9903de70f47048492cdb36da29b4419a7b17471d173d0f6104af55fe7401247d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0611_fraxure/fraxure_shiny.png" +hash = "20b28485276e49921e3f3b66c5fdaca1779cacc4ca324c6b29efc2644e1ff48f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0612_haxorus/haxorus.png" +hash = "5b714beab4adf304fe24c29806a1a67bea7f7de47a725fe1488b38f9fc2a54b8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0612_haxorus/haxorus_shiny.png" +hash = "6b32dd05495c28c0d1c94d11bb6d07ae48fe2dd779cfd89d2419e03cf0a9a2da" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0613_cubchoo/cubchoo.png" +hash = "d7b5c004143f2f438597621055f78fba4965d7c1a923c3fb1a00b4d25957289a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0613_cubchoo/cubchoo_shiny.png" +hash = "2422a5654ac587fc31ad642ccee3f3be0e1f263c90b9a64d72df81af3f47e233" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0614_beartic/beartic.png" +hash = "2e6f23f6ebc7815d8f48b4cbfd261a04cf65d28f7f0c44f8cf6d81187edb5d1c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0614_beartic/beartic_shiny.png" +hash = "9a0a57d19212018fc43d42163e68f903f3d19dff8cb1710922a976e2519a7257" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0615_cryogonal/cryogonal.png" +hash = "7292306e06b9a6bbfa8d398b46529b525f23c0f801d0ef837e6b6a374d29cd09" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0615_cryogonal/cryogonal_shiny.png" +hash = "c138edeb2ca413fc3229677157169effbedfa29fc0065388eeb4860a789bca41" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0622_golett/golett.png" +hash = "67246b9ee27a5599b321d83ced9b521bfbefe6ee563bbd8032fd7c1a7b52f145" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0622_golett/golett_shiny.png" +hash = "370ba8eb5571b1fddfef2fe8679217d6f35739082f69c8ad931602db5211e6cd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0623_golurk/golurk.png" +hash = "439e969ff3251a3c26d5a081a19656dc1ffcaabe025204e0e6ee08ca50cf17cc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0623_golurk/golurk_shiny.png" +hash = "79b7d1079f7ee9ec9233de86c66330c6a164484f5fac7dabaec33cec9bdcbd8b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0626_bouffalant/bouffalant.png" +hash = "4019715058a328f799f0737dae84e80af5f03a37511436adfbd4a3649c07e1e9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0626_bouffalant/bouffalant_shiny.png" +hash = "3cdf7b2fe5d2bd9f5478e62083b8713699a96c83f792d6b38906b753339eafe4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0627_rufflet/rufflet.png" +hash = "bc0be98d37015dc34e773bd786e18665303067114bd9f90a91772a9c57a652ca" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0627_rufflet/rufflet_shiny.png" +hash = "d197c842c9660839507c6425f3e6adabfe2ff9730e0461e227ec43184563dbf5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0628_braviary/braviary.png" +hash = "92c88edf4deea5a444027159d33b72c29a554f0fc235687bde37582a2ca8250d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0628_braviary/braviary_shiny.png" +hash = "b200cf5aff0f17cc0cf5e46d14f439718b2ff6ecd96f2ea184e6a66594fc2f9f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0629_vullaby/vullaby.png" +hash = "f88298fbbf9028a55b3794038d903ce09506b33bc43f1c6ccc59a4d6b4a73f79" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0629_vullaby/vullaby_shiny.png" +hash = "4c535cd7747d0318479607ef9d4415dbe84cd2d376c9a75ca96bd69ca622b498" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0630_mandibuzz/mandibuzz.png" +hash = "1cf302a81f32c5d8ef5ff3c2105b81f26db4837bca7a6c57fa029644aedcbc90" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0630_mandibuzz/mandibuzz_shiny.png" +hash = "7cac6c92bde9aed1b141c2027e78540169e597b670fcf6b0b5dad792db32d244" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0631_heatmor/heatmor.png" +hash = "8fff27a1632edf45ae0221c5df882132476049ec947fa14d5dc48a01ec82895c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0631_heatmor/heatmor_shiny.png" +hash = "e16087386e2b38ec1135e5ed4d3f88953e393f3d2eeb5f049e54d3960452f5af" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0632_durant/durant.png" +hash = "0a8487b488074b56f13de22c20250afbe1f1499525033f8d791fcb424da46ad4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0632_durant/durant_shiny.png" +hash = "688efa732538ab596c723c59d326cae770a93e48ff720389edb690edcba1c118" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0633_deino/deino.png" +hash = "66ae0ddd849dbdac0326f4d0143366b9fabd12f24a558caa0cc0e594a2d35621" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0633_deino/deino_shiny.png" +hash = "d9854cc2059c3bb82305714332ca44efb9897093fa4ef3a7ed0af79cba696da5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0634_zweilous/zweilous.png" +hash = "630e19426f335e3eb2db459ec6f6d4dea5ae4109b13b9c78cfd565caaff29651" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0634_zweilous/zweilous_shiny.png" +hash = "40d361e2e652000fe2e05d3673581ed3219e6c76c6ee85d27d820d77efd572df" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0635_hydreigon/hydreigon.png" +hash = "7da97d11dcbf6bf5059b102ee70a346d0ef821516a8ff47b5e2a56440d92d96c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0635_hydreigon/hydreigon_shiny.png" +hash = "02ef664029458c955bfa3969667faac2a790f7b2ee7114153c14a70ae8c7bbb3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0636_larvesta/larvesta.png" +hash = "7ed5063b28c542a8c4b5d31c23d248cdda3628a873343c6c95199fed9b52903c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0636_larvesta/larvesta_shiny.png" +hash = "9b51a5ae9a49529b2416cbe56880edb52141f44caf18d760693bba32a4740516" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0637_volcarona/volcarona.png" +hash = "c1d36f2820b1045a4e1c8d1552084effa1d9c07da6d3c821286572d700149800" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0637_volcarona/volcarona_shiny.png" +hash = "9a063b39caab1289f1b1593254a9915bcfd2fccfa18f769e0ade9448fd2dafe5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0638_cobalion/cobalion.png" +hash = "291d46dfac20541b8bca3d2bc603b24f35bb832ad654b7b532027c393d0be360" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0638_cobalion/cobalion_shiny.png" +hash = "9428005f0460e91d2026f427d4204508d47cd3e5b923e515a8d977382bb3fc6e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0639_terrakion/terrakion.png" +hash = "c3ac0ea5f0cfc3cb0ca696d198eea43087ec5cdb114a8c801cf96ae48539d2e5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0639_terrakion/terrakion_shiny.png" +hash = "4aca293e0d2858db6fc5288dcc423a0d8e4692f5ca12abca33931e7da57bc8c2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0640_virizion/virizion.png" +hash = "1b633982f40bea1d2c701c2e7238f225d1a45ce7d6718f0db330f3bd63c8b9ee" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0640_virizion/virizion_shiny.png" +hash = "cc6b5d71ab04c9ce6da8ac07c9745988c67598c80ec3ab6ed7320e142ca6025d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0641_tornadus/tornadus.png" +hash = "1a84506e9b21b04581830a3e63456fa000b273adbaa98a7c44d3d10913098705" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0641_tornadus/tornadus_shiny.png" +hash = "0b8f2678cc79db679e56028898c1bb60d24d541094bb8f7754fd13feb48f59ee" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0642_thundurus/thundurus.png" +hash = "fa44a614431d4f98b2ad0a81559937ed2d8824023f919361c2707744c6ca0d74" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0642_thundurus/thundurus_shiny.png" +hash = "908c8d7dac1b532a5021056ddfb7959c37db515f6a633c0de3abfed664efc4fb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0643_reshiram/reshiram.png" +hash = "f18a556fad7c3ec166a976ab8218e10ac38dd717652928c1f2d24cbab8a915af" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0643_reshiram/reshiram_shiny.png" +hash = "ab68673c531f091a949ea36797abea5396caddd66b7d8ee16f5e6d17a581be3f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0644_zekrom/zekrom.png" +hash = "beac774ec45dc25841b803fcad5666a5d4b794177fac27bdf452cecb8354af65" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0644_zekrom/zekrom_shiny.png" +hash = "8f46eb859881c70d5dcacdd548d5fe10028ed67d4fb9c78ad0e30dc64c831ef2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0645_landorus/landorus.png" +hash = "b48cc155cd120eb2b4cfa004ee82f42f324fe955e11fcdca65a99b2bb92ad9b1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0645_landorus/landorus_shiny.png" +hash = "a210c0fb1dc75692bf843b50021be2dbc43c678948bd7c6fa8297bcef569e300" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0646_kyurem/kyurem.png" +hash = "edb1df0f5911cf380a98c344b1fa530e7096272870a2b70069739b582862e866" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0646_kyurem/kyurem_shiny.png" +hash = "e7e1f88019f7040cfeba19a134f5267e2749a667fd97f8c268864fe8b834ce56" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0647_keldeo/keldeo.png" +hash = "33cb5df1c5ecc4a67b31a590b3e22b8a445588bfc645868dd4e7ab0102c19b31" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0647_keldeo/keldeo_resolute.png" +hash = "0680cd13cf88954809643af2f3e61087c09a319043944f068313232728bab806" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0647_keldeo/keldeo_resolute_shiny.png" +hash = "bae406cf899673ad5a2e68b2680142d506fab41ecc31cda9c8f4f3feaa990563" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0647_keldeo/keldeo_shiny.png" +hash = "4f1a486101415e5f868275ec4667d57e70c24ea522e91c5cad39667659ce7d0b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0648_meloetta/meloetta.png" +hash = "41a31da2b91dda2ac71cdc4ec2a4230923fed314f860020b32af7a8fe214cafb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0648_meloetta/meloetta_shiny.png" +hash = "db5a387dc52e6756f7a9a09d61ec72a48871c6c82a45965648ee6c1adab2efd4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0649_genesect/genesect.png" +hash = "4a00947173fb8958f99d58394ba688ecd6bedb70839a9065f55a0eab8f76ed10" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0649_genesect/genesect_shiny.png" +hash = "39a0011bd3ff82d32283d241756f31456730e890a345fd408db10999826a6557" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0650_chespin/chespin.png" +hash = "e4ad8f9b77808cf6b125a331140be07f8c639effe35c6f905d73db5e43c7d20d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0650_chespin/chespin_shiny.png" +hash = "65a27d4c7e185c9b33a1750e9a4c2497cd9cde67880c82c483eca32741eaf122" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0651_quilladin/quilladin.png" +hash = "83517db5c52b88015cbde7a9aa5f9c5805c4fd9a7e2ea20ed3198c5cc0132aa0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0651_quilladin/quilladin_shiny.png" +hash = "dd56107ee282c83066aa2fecbcd8965e1b0e869e656135086a7b954ec53ab71f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0652_chesnaught/chesnaught.png" +hash = "ae8aa5ad0954a2c72da9725f37c020243f4683921c8725287833bee28f373c69" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0652_chesnaught/chesnaught_shiny.png" +hash = "2274977adb27cbc32ddf56b1336a1ac0b6bd7007a9e03fdd381bede2379d14bc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0653_fennekin/fennekin.png" +hash = "b28770bfd73f3828f39a749e24cd694edc76b1c9ecff656647c5ca0a8827df0c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0653_fennekin/fennekin_shiny.png" +hash = "a70857f4f1d70e93595bfbcd08fcefea1578dd47dc3bf2d6b9b37c85174e31f9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0654_braixen/braixen_hidden_stick.png" +hash = "93dfd8eefb69182537a72942dd6bb6bdfad2a1eec13814055c654f8d75e9c5c6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0654_braixen/braixen_hidden_stick_shiny.png" +hash = "b3cfbff5e135a070b7729d14cf2d0ebd24faa4a28e36358f9a4202d9ba5e5740" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0655_delphox/delphox.png" +hash = "c4a07cd3584b5b5cdef926565e2df805022e3c60303ef28d87582af1cc70fbd4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0655_delphox/delphox_shiny.png" +hash = "24791b8272e476f04808e13add6aea88fd14b1b3e79e6d25ea5cc3387145fbc5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0656_froakie/froakie.png" +hash = "1d1624cc0d24379a6e9f09b8425bda8788ccc961626c30c5697cc63c9acae123" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0656_froakie/froakie_shiny.png" +hash = "5479ca769cf7030b2a1ebf2bbdcb56cf15e1bc4bf33ce4060c5356e96f012ebc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0657_frogadier/frogadier.png" +hash = "f27a8d27de8123d084189c04e525d6dfae90e00e0e84d42430538decb55be366" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0657_frogadier/frogadier_shiny.png" +hash = "836926fd4f39cceeb68b5bf1758e072203f709437a6ee9849dd7e85bce2920c9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0658_greninja/greninja.png" +hash = "d0dea70882ae7fe7e1ec111f0e44e9c76fe5d8ffb32bb24e2e17ab49ff99dcb1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0658_greninja/greninja_shiny.png" +hash = "5728d1dce8b09d75405d2f9f712bb4d3b755c1a4daea9b7808e045c322b85590" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0659_bunnelby/bunnelby.png" +hash = "03ccc0e1c68406275e17bfd255230a4cfea0df681dd6e9a09f60566896825fb6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0659_bunnelby/bunnelby_shiny.png" +hash = "0a91ad82cc4fa23105ba65d4d24c0218844e22c89bfb8afa7e21029e3882b335" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0660_diggersby/diggersby.png" +hash = "7e76f0cf36fc50b2889a7af4d0efbceb1cdcd00dea2f9bf789d887785d4eaea7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0660_diggersby/diggersby_shiny.png" +hash = "9eee43dc28f8f53e8916df1701f4253ec28b6c863113656bebfe34d5b60445d1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0661_fletchling/fletchling.png" +hash = "da42495d0b489a88ae9bc559da2769d43327cc9fbe51b7a9348c7070b3e19690" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0661_fletchling/fletchling_shiny.png" +hash = "16a3025daba555ffa75bbbf585a352556b8bf40180b495c9771dcd3703bbcf9a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0662_fletchinder/fletchinder.png" +hash = "c9c8ee772712ca60c39e691cdbc9615168fa82bde0922009bdf271388d93020b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0662_fletchinder/fletchinder_shiny.png" +hash = "4fe16915f39cd2a3b73770979699305bb634c9ba8d46810c8478f9cd1203a584" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0663_talonflame/talonflame.png" +hash = "66245aa43954512d2465566b7ed001e51b427fec0ee91d5fd0b6fda67d100612" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0663_talonflame/talonflame_shiny.png" +hash = "b97bb48639bbd0612ce221e70390f41c541da12e5900248292b02ab42e927752" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0664_scatterbug/scatterbug.png" +hash = "a4b4cdbdf61e8b490f6efd2b3a0c310aca91f12bfc36f36bda4d98b49b4e3731" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0664_scatterbug/scatterbug_shiny.png" +hash = "44ed6b63336e90095f5cee8d469fe61720554b6125bf476eb347a6f2281a8814" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0665_spewpa/spewpa.png" +hash = "82936fb6b1c0ec264535aaeaa05491c5b44a3960f2fbc67e679c3e545354a208" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0665_spewpa/spewpa_shiny.png" +hash = "ec47a556990602f176895ca30450cf23ab0cb8f785e04dbff74d2f061b05fe2f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon.png" +hash = "d045843d6d007784bba0c4d20dc3aa9433a15c4bdbe53f13ab99282b2e622b9a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_shiny.png" +hash = "fed3d77d149e2a22e86041da3e1ecbf3ff7f931895e37ac7e4aa8ebc4fd54105" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe.png" +hash = "0b0640cdd69efaf413b84be3add480c985813a45bfdd5c074fa8f0161def055d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_blue.png" +hash = "4c0f7bae4edd37a6226cf065438b2eb5bffdfc115c2141d7b35a58829eb893dc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_blue_shiny.png" +hash = "d9716d70c05c9978e41007090909bbe0a53a1bf012ba2f73a81568ff556b0ddf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_orange.png" +hash = "be959db1557809e57391e50b95113b838480e20802bb8ca5bc738e81bf58b6f8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_orange_shiny.png" +hash = "269f2db119d9353aadf6fbf8a46a202778f209a62f231e941a539724457d125b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_red.png" +hash = "ff8c23ac217a2b5f377bac4b56c0ff0fe1163f23b624bca003b74c0f5e3822f3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_red_shiny.png" +hash = "95e3f1985ac23e51bc90f4cd9230ff37d38c21b27f245a6818c4e6d2fd69856e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_shiny.png" +hash = "ce6fc65d06263d21353f5fc41760efbf6b9f606868346c250d3fece1fd37239d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_white.png" +hash = "a1a3c1f57bd080621a042f2de74b843dfdc0e5057bea29df615039112674264c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_white_shiny.png" +hash = "d206e6a0f30e45c6d1934a822727fe0dcb03cba008631d0e589c3b2af5d953fe" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_yellow.png" +hash = "ea846130b002e76266afcbfe5c1fe27263a99dc4f20dc6d5bd86e39ef2faf7cd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_yellow_shiny.png" +hash = "c1bb40973f990c3e2d2ba22fd50fb6d5fae402955e30cfd5b59da97154f8f26f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0670_floette/floette.png" +hash = "9e557689a6a623a868dfc50f5b7db452c94b6b3f24a0518362d6b9bc5c760eb0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0670_floette/floette_blue.png" +hash = "619e63408674ad017bccad79c2cc10d5302e62d9d032372ee76f2ec65ca7de2c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0670_floette/floette_blue_shiny.png" +hash = "2d82dd8ed42f4525155d930c5b7a7fa148a4d29a1e97833a148d7bcc0556c529" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0670_floette/floette_orange.png" +hash = "b2db03c546cf65538bcb84b7929ce4afeeb20092af4e97ac225009ceb4616fa4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0670_floette/floette_orange_shiny.png" +hash = "35bbcd73a4cd542c204ddd1994d570bf9df26c1bb8aaa0a5ea606e420363b0d2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0670_floette/floette_red.png" +hash = "30c01f3ecf0ab738253917d75b6e4111a7e12f075a4dafaaf09d89fdf46b8a3f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0670_floette/floette_red_shiny.png" +hash = "c8636368879bdb76ae8d3ab4f74ff3837a73beb526380554b5962a6e510d84e3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0670_floette/floette_shiny.png" +hash = "13b44d77942f8b1e7b7410dc9f771f36f5a0e23a8ff7d74ba2146a44143d89bf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0670_floette/floette_white.png" +hash = "c305a5b4072ce9db3cc520d0bec8d1878b98ae30951d8fdcd2217ad82a0bab78" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0670_floette/floette_white_shiny.png" +hash = "72ba3ea68a4f95c1643920ab514725486084dbdc07dff1c9b0ebb57f4628dc40" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0670_floette/floette_yellow.png" +hash = "15e1f3b727934e3d81ec014766f476a5565c400cf7883452876aced94ad97809" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0670_floette/floette_yellow_shiny.png" +hash = "400ca76d222e5e0eb06f30e97e046705738df91724ef8b274f12b02f25b2f62d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0671_florges/florges.png" +hash = "2bf30aa6808291b699f02af8380ec15469369a296375429b4347a20887012f33" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0671_florges/florges_blue.png" +hash = "97c4a19923372db1bcda435f960495e05207a4fb95bd1b3422d4b1f151286060" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0671_florges/florges_blue_shiny.png" +hash = "efecd324edad2e1d86d0ccff3beac18db315833cf6c04c7cf82adffe862f13ce" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0671_florges/florges_orange.png" +hash = "356e8926f4d3972a1e2182717f537a48e6491d8d8713988da785da54d6a1789e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0671_florges/florges_orange_shiny.png" +hash = "8ccec8db2f2f4fe7c04a192bd4a8571aa820b7f773d0916ab1e7505f50aed5e0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0671_florges/florges_red.png" +hash = "92c015cfa30c5e3402cb9e43984e37c332d391d58221df30b7a683c3bd211b43" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0671_florges/florges_red_shiny.png" +hash = "91eb5caf863e548cceca9d2e14ae0802bb6ffc372cfe4f30463b57ce468e6766" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0671_florges/florges_shiny.png" +hash = "f8bd6d5a7218388b8a411ed1dd397e82ce64695f0c5a699aa9ada471dc753c69" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0671_florges/florges_white.png" +hash = "511895ecc1454ef189d31e7ee60ce24b5ed90a85cb5d6678e04095d9e38645b5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0671_florges/florges_white_shiny.png" +hash = "677c6b56da98fdbb57c6e4316dbbb4f2acfce745e36140339ac83387f0b3512f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0671_florges/florges_yellow.png" +hash = "7dcbd4564ab6f78f3d1c05eae071d9afa383637bc3509454762729fb439b99b2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0671_florges/florges_yellow_shiny.png" +hash = "4beeb95e743d950c25b48c43b7349f518fa34cb3929949d95129b0df28d5719c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0672_skiddo/skiddo.png" +hash = "188ba2a4d0d28c0f3eeda81937d7d38c5a1c4de86926ff7d67e27e331a7a9b54" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0672_skiddo/skiddo_shiny.png" +hash = "4d84c670fe2ba61a023ead8156cd9d3ea28853b0648a79e29cd7d8ec172881cf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0673_gogoat/gogoat.png" +hash = "c516f79097b5b7c69fdc1a4ccc6c3db7b11e0eb880d14109c6437c59b21ac1bc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0673_gogoat/gogoat_shiny.png" +hash = "9e046e7a56e34324cb083ca72be96eceb19964e1f116b05bbba81e33a0b0d215" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0679_honedge/honedge.png" +hash = "627678142259b7120fac162a054a795e8a3549f8877673fea4f70ffbf64a0957" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0679_honedge/honedge_shiny.png" +hash = "1f696d445357cabb49662cac3befddb72d6a6b4d99aef71c795a66b8243c72f5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0680_doublade/doublade.png" +hash = "0935599c91340b70ba5a2a90e440d598626756acc9da39c7ef15a5a2f7d3afa0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0680_doublade/doublade_shiny.png" +hash = "55936f10cd6e77a30f834a54b63ce83988909a92b9914dac9df9ae5646fcf20b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0681_aegislash/aegislash.png" +hash = "8a2b649fe0677efb2e5f0a380d07942c10aff6350144856d432b17429c32f4cd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0681_aegislash/aegislash_shiny.png" +hash = "cd758b17b2a4aa0080bf3432aee336b4a3f1cd3185453d19cb546832a220ce73" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0690_skrelp/skrelp.png" +hash = "f7aaaaa0d5ebf66cf93b9a7cc14d4292746ae1883c33ac5b37dc550e058b104c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0690_skrelp/skrelp_shiny.png" +hash = "3b90cec7f0ae7350590f89235cd848c6d57f3c2539656840389c99775b6461ec" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0691_dragalge/dragalge.png" +hash = "d85daec3199c842f40d7f2fe79febc9f43230fb16b62ad990f8fc194456e57ff" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0691_dragalge/dragalge_shiny.png" +hash = "e3581103c781e81d96208b9dfab3d1fc6e8b2ce2f749348719f170c7cb3c72f6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0696_amaura/amaura.png" +hash = "a4f317735a4ce33a646a882561492e3f70dc468539bf4f302a65b3b1189100ee" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0696_amaura/amaura_shiny.png" +hash = "7536fd708e56bacb31c7959e8b6a0e9d150a888767969eebcc8855e92dca248c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0696_tyrunt/tyrunt.png" +hash = "f042aaaeff93a330c56826a48640636f4c32b67da4762cc789493b986194c162" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0696_tyrunt/tyrunt_shiny.png" +hash = "2c8fde30dafc87e15720e42bc9aa789da512db0f501e0eb9c148a3e8b12f5da2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0697_tyrantrum/tyrantrum.png" +hash = "b67c99b01d738ed4a6fe28af614c997558ea466cdf95c561cf28a27607d01b51" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0697_tyrantrum/tyrantrum_shiny.png" +hash = "7e0635e9857fb6e5bef08dd4ad31199437bb74a09c62456a76d82ea854680aaa" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0698_amaura/amaura.png" +hash = "a4f317735a4ce33a646a882561492e3f70dc468539bf4f302a65b3b1189100ee" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0698_amaura/amaura_shiny.png" +hash = "7536fd708e56bacb31c7959e8b6a0e9d150a888767969eebcc8855e92dca248c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0699_aurorus/aurorus.png" +hash = "37b5f5c1151eb8b5921b0dc4407378e91ddd195c7ecaa3cef7b408434159ce53" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0699_aurorus/aurorus_shiny.png" +hash = "186c2a75f995f639f041db4a3c49f377b9a9a1c54daf40030b631d676ff428e2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0700_sylveon/sylveon.png" +hash = "bedcb306135351e85fc4a12af9dc097d478d8ef2ada96f465c8695bf39c3aef9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0700_sylveon/sylveon_shiny.png" +hash = "85d827b35a0ed91bf9c720b96c6ef3128b086ff1d484555b7308643732625d11" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0702_dedenne/dedenne.png" +hash = "efd542b00bf624bbc8aa98edf4d6241b1d64702c2b338ddfb17b24de6d950de0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0702_dedenne/dedenne_shiny.png" +hash = "72279cc9b2a4f6f016c0f9b9df8ccbcb7e8d123eb16b08135a93018791d0039e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0703_carbink/carbink.png" +hash = "e8fe3f68c58f6df251999d55d94c1e508ab6a9fe22b42491382f84c2ea7a443b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0703_carbink/carbink_shiny.png" +hash = "1eaf183b76913f96eec4b649b32d216bf85816c873cfaafdfd2a3606949898d6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0704_goomy/goomy.png" +hash = "6c13f7c8fb1c1e46352aa13594da3425c37054e60319af06e63814f87ad1863c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0704_goomy/goomy_hisui_bias.png" +hash = "6c13f7c8fb1c1e46352aa13594da3425c37054e60319af06e63814f87ad1863c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0704_goomy/goomy_hisui_bias_shiny.png" +hash = "a94ddfe751fe6f7061223608145e62ee461c35c289f065b7128214ad8d91f428" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0704_goomy/goomy_shiny.png" +hash = "a94ddfe751fe6f7061223608145e62ee461c35c289f065b7128214ad8d91f428" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0705_sliggoo/sliggoo.png" +hash = "88fedca180f1bff24e0357248e1c2c5d6ba287725c21848a3b53024918e85998" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0705_sliggoo/sliggoo_hisuian.png" +hash = "2d52a5ddcf2583147dae490df208d69715229e66e530d64dc2bf2311a4135f4d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0705_sliggoo/sliggoo_hisuian_shiny.png" +hash = "772c1738162f90b162554f5ba74eb1448af8ac6e5a75e91db167fdccd98cb7a5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0705_sliggoo/sliggoo_shiny.png" +hash = "cea81f464d9140f71d1e4f04302a32186abe6305401e3fb86da729593b6e1085" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0706_goodra/goodra.png" +hash = "d49ccf525016d81eabe1aafbd085941f900cfd74cf4ad7de78552b90fbcde37c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0706_goodra/goodra_hisuian.png" +hash = "7cc93995b78d70580c0e409f05150990fc0933585cd0eb1539effc4a1adbea34" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0706_goodra/goodra_hisuian_shiny.png" +hash = "7fa873fc11147d63bee89496cd7b2ead472555f28031ce476840870b9ab1d827" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0706_goodra/goodra_shiny.png" +hash = "1627d4572c9da0135567654c24ce43ad6d20c4a603009fc9b58980e1a8a2e8e0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0707_klefki/klefki.png" +hash = "6dd3e86993b859de95c50c5a842e9759d8c65ad1f7b363ca138691e16525b6f4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0707_klefki/klefki_shiny.png" +hash = "cdcb12a0ddc05db00965ec05945b0f70a831357f0e2c2dd43c6e5ba8a26bcddd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump.png" +hash = "b54237b35a208e391b539bec3aebbc35d85d16c2c051675cd440b1abbd7dfc99" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_acacia.png" +hash = "b54237b35a208e391b539bec3aebbc35d85d16c2c051675cd440b1abbd7dfc99" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_acacia_shiny.png" +hash = "bb1aad5eedc7da391ba9f0b4934a1431e986d798f59cb04f2c421312c8b541e1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_apricorn.png" +hash = "b54237b35a208e391b539bec3aebbc35d85d16c2c051675cd440b1abbd7dfc99" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_apricorn_shiny.png" +hash = "bb1aad5eedc7da391ba9f0b4934a1431e986d798f59cb04f2c421312c8b541e1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_birch.png" +hash = "b54237b35a208e391b539bec3aebbc35d85d16c2c051675cd440b1abbd7dfc99" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_birch_shiny.png" +hash = "bb1aad5eedc7da391ba9f0b4934a1431e986d798f59cb04f2c421312c8b541e1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_cherry.png" +hash = "b54237b35a208e391b539bec3aebbc35d85d16c2c051675cd440b1abbd7dfc99" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_cherry_shiny.png" +hash = "bb1aad5eedc7da391ba9f0b4934a1431e986d798f59cb04f2c421312c8b541e1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_dark_oak.png" +hash = "b54237b35a208e391b539bec3aebbc35d85d16c2c051675cd440b1abbd7dfc99" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_dark_oak_shiny.png" +hash = "bb1aad5eedc7da391ba9f0b4934a1431e986d798f59cb04f2c421312c8b541e1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_jungle.png" +hash = "b54237b35a208e391b539bec3aebbc35d85d16c2c051675cd440b1abbd7dfc99" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_jungle_shiny.png" +hash = "bb1aad5eedc7da391ba9f0b4934a1431e986d798f59cb04f2c421312c8b541e1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_mangrove.png" +hash = "b54237b35a208e391b539bec3aebbc35d85d16c2c051675cd440b1abbd7dfc99" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_mangrove_shiny.png" +hash = "bb1aad5eedc7da391ba9f0b4934a1431e986d798f59cb04f2c421312c8b541e1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_oak.png" +hash = "b54237b35a208e391b539bec3aebbc35d85d16c2c051675cd440b1abbd7dfc99" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_oak_shiny.png" +hash = "bb1aad5eedc7da391ba9f0b4934a1431e986d798f59cb04f2c421312c8b541e1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_shiny.png" +hash = "bb1aad5eedc7da391ba9f0b4934a1431e986d798f59cb04f2c421312c8b541e1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_spruce.png" +hash = "b54237b35a208e391b539bec3aebbc35d85d16c2c051675cd440b1abbd7dfc99" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_spruce_shiny.png" +hash = "bb1aad5eedc7da391ba9f0b4934a1431e986d798f59cb04f2c421312c8b541e1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant.png" +hash = "c5366dcc499c4adc6e63a452f586c085dcbc1cb0da5241c724f7f72be13c6bd8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_acacia.png" +hash = "c5366dcc499c4adc6e63a452f586c085dcbc1cb0da5241c724f7f72be13c6bd8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_acacia_shiny.png" +hash = "1a2f1ddbdbf8f9732954f7c70199e028f674bf37f97cd6a3e77bf7bc75987dbe" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_apricorn.png" +hash = "c5366dcc499c4adc6e63a452f586c085dcbc1cb0da5241c724f7f72be13c6bd8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_apricorn_shiny.png" +hash = "1a2f1ddbdbf8f9732954f7c70199e028f674bf37f97cd6a3e77bf7bc75987dbe" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_birch.png" +hash = "c5366dcc499c4adc6e63a452f586c085dcbc1cb0da5241c724f7f72be13c6bd8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_birch_shiny.png" +hash = "1a2f1ddbdbf8f9732954f7c70199e028f674bf37f97cd6a3e77bf7bc75987dbe" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_cherry.png" +hash = "c5366dcc499c4adc6e63a452f586c085dcbc1cb0da5241c724f7f72be13c6bd8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_cherry_shiny.png" +hash = "1a2f1ddbdbf8f9732954f7c70199e028f674bf37f97cd6a3e77bf7bc75987dbe" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_darkoak.png" +hash = "c5366dcc499c4adc6e63a452f586c085dcbc1cb0da5241c724f7f72be13c6bd8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_darkoak_shiny.png" +hash = "1a2f1ddbdbf8f9732954f7c70199e028f674bf37f97cd6a3e77bf7bc75987dbe" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_jungle.png" +hash = "c5366dcc499c4adc6e63a452f586c085dcbc1cb0da5241c724f7f72be13c6bd8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_jungle_shiny.png" +hash = "1a2f1ddbdbf8f9732954f7c70199e028f674bf37f97cd6a3e77bf7bc75987dbe" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_mangrove.png" +hash = "c5366dcc499c4adc6e63a452f586c085dcbc1cb0da5241c724f7f72be13c6bd8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_mangrove_shiny.png" +hash = "1a2f1ddbdbf8f9732954f7c70199e028f674bf37f97cd6a3e77bf7bc75987dbe" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_oak.png" +hash = "c5366dcc499c4adc6e63a452f586c085dcbc1cb0da5241c724f7f72be13c6bd8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_oak_shiny.png" +hash = "1a2f1ddbdbf8f9732954f7c70199e028f674bf37f97cd6a3e77bf7bc75987dbe" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_shiny.png" +hash = "1a2f1ddbdbf8f9732954f7c70199e028f674bf37f97cd6a3e77bf7bc75987dbe" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_spruce.png" +hash = "c5366dcc499c4adc6e63a452f586c085dcbc1cb0da5241c724f7f72be13c6bd8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_spruce_shiny.png" +hash = "1a2f1ddbdbf8f9732954f7c70199e028f674bf37f97cd6a3e77bf7bc75987dbe" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0710_pumpkaboo/pumpkaboo.png" +hash = "9d8195c98e35c3266c11d4c2b88acf008bb6b57f5ed09a19652c94b23e56ced3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0710_pumpkaboo/pumpkaboo_shiny.png" +hash = "07aeaee14e496db512e15002995f09b35e400241f7a43825d74fb8b72f60264e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0711_gourgeist/gourgeist.png" +hash = "b5512bfdf927ee0592edae6f6addab4cbba1651e3d81912f532fabb49fb33ffa" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0711_gourgeist/gourgeist_shiny.png" +hash = "ecc8c80a2dc542248bfd0d8e3e7b9e1da626b63222271972a1e0de63823b5df4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0712_bergmite/bergmite.png" +hash = "e07c77dc91f55ea60885460be368e0704406747579e8fe8f6a2c1d4a60b89486" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0712_bergmite/bergmite_shiny.png" +hash = "bc523d4ca04567780096aab409f872d1612d9ee88fc6c81d905d3c0ba70b77e2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0713_avalugg/avalugg.png" +hash = "2ac6fd7c061d7bf4ef12a5daab402f54d779c54408edbf17c21481a8547512e9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0713_avalugg/avalugg_shiny.png" +hash = "eaa9670d1ce3ce1fcb57de6de22ae60b913023678989e58f911d844c41e330b6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0716_xerneas/xerneas.png" +hash = "11e51d2e97a511de4ffe7a9d328fd011ab51ad2336d226bcddc371638ee52f78" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0716_xerneas/xerneas_shiny.png" +hash = "47cd58b8a84107a856d8e0933a155355604ebb4da784f5f3790f66a8255fba16" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0717_yveltal/yveltal.png" +hash = "60f935339b96401511730f0018e8f53e6ed170a30f391bf3b97c00b1fd96a290" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0717_yveltal/yveltal_shiny.png" +hash = "3866948a50125d5edf34defe496bc48529ec52bee9ec7f0a0bd4522d6109b2c7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0718_zygarde/zygarde_10.png" +hash = "22d91ac9f40542b80444adb6bfaad385c7b40154ea3d55a0059de9ce45bc0010" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0718_zygarde/zygarde_10_shiny.png" +hash = "6cf3e6543817c83be971dc05f9f6e4da8429573a5afb8cc79b49080f95c97bca" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0718_zygarde/zygarde_50.png" +hash = "0f855d820b8ae8a2d09cbfcdf6370fbd8b3ce68104f2f07c49586048ec772898" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0718_zygarde/zygarde_50_shiny.png" +hash = "b49c5415830b8368ef7dc59ad52d361c6d34e42a1ca186cfa7f138b881696c0c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0718_zygarde/zygarde_complete.png" +hash = "81b5b45f8f5eced9322593b26a2caef10040469bee60dec65cb0484423620cb1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0718_zygarde/zygarde_complete_shiny.png" +hash = "a817b287df43e2c8f4db237a6f3d760fd1f9ecdf40c3c4b4d2715cd225dd452e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0719_diancie/diancie.png" +hash = "5c4bdb7ac4685aa227c23e83efcb7be641ac776a030d9b030c37134d99f625af" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0719_diancie/diancie_shiny.png" +hash = "a3e2822c33b371c93ba730b7d9ea7cfdf467231ea366e12654ccf73d13788117" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0720_hoopa/hoopa.png" +hash = "ea34dab9d238a045122b15369c30444d2f3d2dd846ba03b4abef3872bc062b54" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0720_hoopa/hoopa_shiny.png" +hash = "6692158a2939298784eb53a73361b9b6e4fe056ad35b936d9ed4fa8a547bbf11" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0721_volcanion/volcanion.png" +hash = "6a1ad492d59e93f090add1104c7b27cc9ccca0d09efd7b8d24f9416703e840a9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0721_volcanion/volcanion_shiny.png" +hash = "9015c652a0dbf51a0ff0dc7b6277b84bd66a24630d83da55aaa6cde73c2fed20" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0722_rowlet/rowlet.png" +hash = "0cca35708356bc308cc6ca7d8d9355f063e34b210c6f2d2c2d7fe059e6d2f45d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0722_rowlet/rowlet_hisui_bias.png" +hash = "0cca35708356bc308cc6ca7d8d9355f063e34b210c6f2d2c2d7fe059e6d2f45d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0722_rowlet/rowlet_hisui_bias_shiny.png" +hash = "b48dfa805a7a60000309d042cd1540f4325a5167bc018f1c929af93ec6d099e2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0722_rowlet/rowlet_shiny.png" +hash = "b48dfa805a7a60000309d042cd1540f4325a5167bc018f1c929af93ec6d099e2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0723_dartrix/dartrix.png" +hash = "ef908457f22b37844583cf6df008deb9c41d4af0d03e54f38c40b109c1badbb7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0723_dartrix/dartrix_hisui_bias.png" +hash = "ef908457f22b37844583cf6df008deb9c41d4af0d03e54f38c40b109c1badbb7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0723_dartrix/dartrix_hisui_bias_shiny.png" +hash = "a35ce978d7cd100130434a483dac1f742b265f36c7fca313e9b1c054b6b8992e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0723_dartrix/dartrix_shiny.png" +hash = "a35ce978d7cd100130434a483dac1f742b265f36c7fca313e9b1c054b6b8992e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0724_decidueye/decidueye.png" +hash = "e72efa648507189c3980365eff19b5ca98387d385c20461a476f49154a0e4031" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0724_decidueye/decidueye_hisuian.png" +hash = "0efc68d2524e0f14c8de1113caa8cc96c7668c8f3446b91158a536b5f776d481" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0724_decidueye/decidueye_hisuian_shiny.png" +hash = "e071e2702b2391c0ebecc81c676bf1995b2e4b635a445d488e60195960c15df1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0724_decidueye/decidueye_shiny.png" +hash = "1b4709da73cceffd4c6f32f748fc87cc4b1888da4da9072121d4b22745aa0957" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0725_litten/litten.png" +hash = "71f92467252cc50b3e59d122835b865c070fef138ab55c18761a957e6ec1098d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0725_litten/litten_shiny.png" +hash = "0128db4d844152030c5fbf40c29d1f84063efbe97e7f61988ca524425295862b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0726_torracat/torracat.png" +hash = "d4cce9c8418cc91fdc00f3c96aac0d30a6d39b1f15dbb30567fa5063c01c1496" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0726_torracat/torracat_shiny.png" +hash = "15968aca6161a29aace3ab59c33613a906ac19aafd62c72f62add6c37fe54b74" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0727_incineroar/incineroar.png" +hash = "425715af65c3ea25484731d16a5faf92e8f2996550836f6fa0e3fb551d8939de" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0727_incineroar/incineroar_shiny.png" +hash = "de5527d71081a3d1702adf2cf25f1005795f43ace74c379e4f4b429c390ce41d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0728_popplio/popplio.png" +hash = "f0245801d8d9b881d7fa70f7c0eb44858289d4ffba29e9fb43c32e879492371a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0728_popplio/popplio_shiny.png" +hash = "43bd023efec8c8a480537dae87cc876460210d3b2b9487be6debe8bb535167d5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0729_brionne/brionne.png" +hash = "b20585fb4d718c3eaa013b8de0df84b8e35263d8168faa71b80d605aac0bcde1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0729_brionne/brionne_shiny.png" +hash = "106ea91b5bf4af34188bc3deb7761b96bda0d0de8393e80f1d7e7bd5b5f5ad57" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0730_primarina/primarina.png" +hash = "fdc4ea8b6476342e34a54a630b433a27b06c86454ef8d0f0922e9b3696c685db" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0730_primarina/primarina_shiny.png" +hash = "779e1f262b41f6db6d842759de78687c8356b48207e7028132f8731e725b371a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0739_crabrawler/crabrawler.png" +hash = "7f5faf28d6160a90f8a9daa2a5165b16383d94f14722195e6b009c07e9ba9d46" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0739_crabrawler/crabrawler_shiny.png" +hash = "8e68b8b722064899d4ee17ab6c3e1e0dc004bbd927dffd355d92f280d2bae5e0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0740_crabominable/crabominable.png" +hash = "a96809d33993851f6853bda33999f6a5bfef9da69fcbba19ab30573ffc34d32c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0740_crabominable/crabominable_shiny.png" +hash = "faaba91d75671715517e9834dae8c7e27837dc36151cf5f4baa93237dbf6fb28" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0742_cutiefly/cutiefly.png" +hash = "a1c4f86376d8fdae6d039429cc6e4817b73bd5e00d99b5b9a59e1a0faa0fb589" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0742_cutiefly/cutiefly_shiny.png" +hash = "ab916c7e35b405834a42086ed60cd4c051c407a0821106e04e8f536ca2bbbe89" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0743_ribombee/ribombee.png" +hash = "2111824286ea139af6fed4d7969237cc13293cf7b53f9ba7ad9deacd4feafd1a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0743_ribombee/ribombee_shiny.png" +hash = "55c90242b6246ba0f97228d75788a76065c661bc413aff33985887ba74227779" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0744_rockruff/rockruff.png" +hash = "837d12bba5f9b5f3f708956b2f43486c842f42a39c95e2ce5a93bc39ac8fe483" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0744_rockruff/rockruff_shiny.png" +hash = "aed1aefd01685abba3345969f8b27c095e8c3ca25827c0c7e1a09a1ffed9cdef" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0745_lycanroc/lycanroc_dusk.png" +hash = "9a7d0a1c57504a2a92fb4cde87c8a008b46b26b37530723efb64b52a32f9b9e6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0745_lycanroc/lycanroc_dusk_shiny.png" +hash = "becd8625173387b7f190c8d203480ded44797d8b3c221395e280ecce61da9af5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0745_lycanroc/lycanroc_midday.png" +hash = "e3c1250c0542b8db4844d374fa65e4c411317198ec692f3be5af5e1e47e56373" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0745_lycanroc/lycanroc_midday_shiny.png" +hash = "deaab65c5bfa7cdcce3ce58a615762f98cb3f5dec0d43902cc7073da0c850981" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0745_lycanroc/lycanroc_midnight.png" +hash = "b70bf38d7f7977ff2818be7cd56bea5414f271fda09cdd1271bdb145a11635ed" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0745_lycanroc/lycanroc_midnight_shiny.png" +hash = "2eafdf457a8696b76a2aa09c7787a863c52ec2a29f6c69825d2a4b0adb22ff8d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0746_wishiwashi/wishiwashi_solo.png" +hash = "08fdcdca77f80915728385d34afb05d3551ee677461ea0a7605f7e34573d601f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0746_wishiwashi/wishiwashi_solo_shiny.png" +hash = "d507dd7a47640afa4ec558010232ba871b3594ae6e4e15c487b51600c89cbdbc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0749_mudbray/mudbray.png" +hash = "c85dd8e3eae398f43d22526a4a92a84fb8b0447e5f4936450bae10883c4d645a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0749_mudbray/mudbray_shiny.png" +hash = "069884db4acc0a13f8346f9c3f272886a17f04973bc623385baa02fd8ea16585" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0750_mudsdale/mudsdale.png" +hash = "1969ac0c9c840997cb8789f4e50d9f75c69fb016e5a36587a6f1c836c7e2db5d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0750_mudsdale/mudsdale_shiny.png" +hash = "23cc6ba870b53e467fe7e35c5e519f7b6a89ed14c20a8767a9ef25978f34ac28" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0751_dewpider/dewpider.png" +hash = "676eb266d80d66b5ee18b89e65004fa5d0e7b8bb43db425fd5da40565c412022" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0751_dewpider/dewpider_shiny.png" +hash = "2a576dcaaf8523d99bf0f2d9c38c2ba8a4394a53d7a602be39a75bb7ad55f385" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0752_araquanid/araquanid.png" +hash = "2bd1688283cc4ae330bec90e4e6c94b928543152515d4c60cd83ddcf849eb497" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0752_araquanid/araquanid_shiny.png" +hash = "4632f75842fb1d9a45893ecfa2bae805b730ca243fb7e9901dbcb268347b068e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0753_fomantis/fomantis.png" +hash = "33fc739ac9e7db6e618e351a5d482297b4c5ee0a780b1759916d315ca453fbaa" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0753_fomantis/fomantis_shiny.png" +hash = "442368ca88511e6a39c4f088fdc09bd0f0af63295a844a8f753229102c5d213f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0754_lurantis/lurantis.png" +hash = "f0b3b5fe9982c03ef33b85b0adcd5011fa87d1503d1eaf222b863ffe276c1878" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0754_lurantis/lurantis_shiny.png" +hash = "5519350606e5c276423736ab8cd14b0d31530119efc719e7df4df5161eae70e3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0755_morelull/morelull.png" +hash = "ddb9ed6d09783726006c91e0686770178566d6723f47fd19a527a62d906eeab2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0755_morelull/morelull_shiny.png" +hash = "f6af29a982588bf528d416a17f80ce53ab849e1f70ffacc78f8e4e7030e953b0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0756_shiinotic/shiinotic.png" +hash = "aaa1e512ff5974998dbc90f63b6076656f8edc36dfa18d7525e79600aa02faa9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0756_shiinotic/shiinotic_shiny.png" +hash = "83254670cebf1227b65c5137cfc9c261159bbff8fe38f30bff289615c55e2c0d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0757_salandit/salandit.png" +hash = "0e76cda62ea392b4a9e1af44c23841c04f0d7a0b528b1231e98322b1a250ec1b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0757_salandit/salandit_shiny.png" +hash = "36ebcd4f749dcee2acfdcb45f2ced97a984304ffe521e75a2b77dcdd27313bd5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0758_salazzle/salazzle.png" +hash = "070b039e8a2e9d8eee43c173b40f0dccc36ac02af2c9154cc099345a65aab639" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0758_salazzle/salazzle_shiny.png" +hash = "20f6e730ddfb4f22c5c915bc83ef6c302ee76132996706eddc79727d9d7dc9a4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0759_stufful/stufful.png" +hash = "041ef496e3102be493325e9b2c1caf7a8371536ece06c2f4681195cadee6d827" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0759_stufful/stufful_shiny.png" +hash = "135b50ab5c5da924d73e18da90ce7162b62a2567826ec3509302e5671920edc2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0760_bewear/bewear.png" +hash = "95b60a66b186c73916f8cbdcfffe235dceb28b5dbbc1854d0a98ffc344223d3f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0760_bewear/bewear_shiny.png" +hash = "df3cc49d6377b588736593f14139a9269e597a600d267065897e291b405a0299" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0761_bounsweet/bounsweet.png" +hash = "e9452789fe58c9873fb2d1ce5b061145a972a3feb78d1fbb5cf6ebe65d345a56" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0761_bounsweet/bounsweet_shiny.png" +hash = "f05af31a1888f006062e03d29204228aa54694873f0261e1ed7916d929a5ecb4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0762_steenee/steenee.png" +hash = "a457ad1a4a0ffc01755a103cfee9bb5833af4810d7edd068e03a25ea0a87b72d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0762_steenee/steenee_shiny.png" +hash = "0fdf0a82de2cae2250cc5c37d35d453eff1444b1da766283d0e8a6cac36ff9b9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0763_tsareena/tsareena.png" +hash = "3f4229b9c1c082c5a2e065ca39257cc35a58aa8619f83bf99a87ab6e654288af" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0763_tsareena/tsareena_shiny.png" +hash = "01aa64f9132958d877ff01e66a1633b6734c95be35e21c909050d154cb2351a8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0764_comfey/comfey.png" +hash = "1f12bddf73e768e4526c737cc283f08315a2246c74f825743bc9a2616e979be8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0764_comfey/comfey_shiny.png" +hash = "7ccfb01c82698371eca56dae53289cd9ceb187a776c5efe1476d2572a76ed751" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0767_wimpod/wimpod.png" +hash = "deaa09332bbfb1b6b31ea79d353ea35567083aaebd5b9a9f7ece8f9e3fe8c211" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0767_wimpod/wimpod_shiny.png" +hash = "379aed1e8e9cc4bca1759094d0b35125961f23a81660f60ae9a749b9edd3a0ee" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0768_golisopod/golisopod.png" +hash = "c56f9e505da98560c1873963f68707c8518359bb517810482f74d0c123812ef0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0768_golisopod/golisopod_shiny.png" +hash = "8fee6441762777706aa72a4f6b3831c3a225c8070887e87d6ced556a9b169233" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0771_pyukumuku/pyukumuku.png" +hash = "79b1d10209caf4d7c7ede1c72fa5eddb37a036dae13e49b641313193326e2f4d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0771_pyukumuku/pyukumuku_shiny.png" +hash = "a224cf06c64ec7a215261d3f6cec16b8c431a851a262ea6bb116209af8c5635c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0772_typenull/typenull.png" +hash = "6bd3b8c400cb421c4edff9e639f70db2939f1e638eb5eb45a4e96d5982c1368f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0772_typenull/typenull_shiny.png" +hash = "0108b543d3886b6cd5cbda9a374643378c790c03a0da3faa8118fd05faa586f6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0773_silvally/silvally.png" +hash = "f1b870f4a9377989fcba2af381444dc63c1ce8b2244548610aa2d030c7b7db75" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_shiny.png" +hash = "e4f3ed6a7f97eba6995c43123d6a16f1741136f4634eefaf84ae724b5c8b2722" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0775_komala/komala.png" +hash = "5b4d36c17ba8ae4101ca5eeb513b176fccb34d976c2d0da8e4af63571b8d3efd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0775_komala/komala_acacia.png" +hash = "5b4d36c17ba8ae4101ca5eeb513b176fccb34d976c2d0da8e4af63571b8d3efd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0775_komala/komala_birch.png" +hash = "5b4d36c17ba8ae4101ca5eeb513b176fccb34d976c2d0da8e4af63571b8d3efd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0775_komala/komala_cherry.png" +hash = "5b4d36c17ba8ae4101ca5eeb513b176fccb34d976c2d0da8e4af63571b8d3efd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0775_komala/komala_dark_oak.png" +hash = "5b4d36c17ba8ae4101ca5eeb513b176fccb34d976c2d0da8e4af63571b8d3efd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0775_komala/komala_jungle.png" +hash = "5b4d36c17ba8ae4101ca5eeb513b176fccb34d976c2d0da8e4af63571b8d3efd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0775_komala/komala_mangrove.png" +hash = "5b4d36c17ba8ae4101ca5eeb513b176fccb34d976c2d0da8e4af63571b8d3efd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0775_komala/komala_oak.png" +hash = "5b4d36c17ba8ae4101ca5eeb513b176fccb34d976c2d0da8e4af63571b8d3efd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0775_komala/komala_shiny.png" +hash = "c43c9a701a2561a4bf2b2cef88cf127c1b46707d87420b26546f1cb542c8dbac" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0775_komala/komala_spruce.png" +hash = "5b4d36c17ba8ae4101ca5eeb513b176fccb34d976c2d0da8e4af63571b8d3efd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0776_turtonator/turtonator.png" +hash = "d52519e29e2b04c2dc9f2805c30470a952b17da45d5ef4ffbaf122c690669b8a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0776_turtonator/turtonator_shiny.png" +hash = "bb570d6e6b7c1172bf3639f156dc337285d2978810e019c8ad1557d1f8d7b138" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0778_mimikyu/mimikyu.png" +hash = "f932784dc868aeeacc9b22a79b467570aaebbbd86753deaec4147735a33e6195" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0778_mimikyu/mimikyu_shiny.png" +hash = "e3f9f8256669fb188fdaeaa6d6cd2a6808a11d9a03da92ac8de77174c0bdb7cf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0780_drampa/drampa.png" +hash = "97d897b578ad2bc2eb90fa7d1a1bb012ed28c56eef11a7f8594190dc62912c21" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0780_drampa/drampa_shiny.png" +hash = "14ed788f2a1bdd9410d1cbbc229cf95be40e9c59ad6841f6855b6bd8e23d2fc5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0781_dhelmise/dhelmise.png" +hash = "5733ca5138fd1178fd02c53eae2f841836d509e14288527e8bf047da70adc86a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0781_dhelmise/dhelmise_shiny.png" +hash = "75759175a9ff0e8b5cff8912667542d774b34c6a19d26af5219ccf00536ae9be" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0782_jangmo-o/jangmo-o.png" +hash = "90ce7d00119e4325f42633d422519bcd23f6e495a8a51aa48273012f860da5bc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0782_jangmo-o/jangmo-o_shiny.png" +hash = "ef7c94fb4777665bc3262645a1ce9267ab50d56f9e3a518d45301521dabe298d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0782_jangmoo/jangmoo.png" +hash = "248cf24318a1aab2109c47820dd2a28ea5ea3be603d4ec26be5b2b0dba25d7cf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0782_jangmoo/jangmoo_shiny.png" +hash = "05535299444df42051620c9f7e31c0574e8fd35a8e4745f87251692e340dc3aa" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0783_hakamo-o/hakamo-o.png" +hash = "d79f6aede1170d6f564e7d804630d1645357a45167972dfa8e990e9c3cc57c9c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0783_hakamo-o/hakamo-o_shiny.png" +hash = "2cb585f084e23d4d04def14d2a4e9ecd0cd979cb91d3c2a949d0ec8415ccabc8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0783_hakamoo/hakamoo.png" +hash = "7563d1574e8e83f219088351d6f1700bdb1924920f39b31aa0dbc279e93a3706" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0783_hakamoo/hakamoo_shiny.png" +hash = "214824a36737c820f4bdfd38a8bbf209b93765a153cc65736226e74085aad701" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0784_kommo-o/kommo-o.png" +hash = "4d41319d8552ca7a722ed472a6b94d760350ee22f1fa583b2d1e4266c1c7a07b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0784_kommo-o/kommo-o_shiny.png" +hash = "8676faccae7b5cc993d4394d9c556c65036997c19f33637c0854e666f4b36f80" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0784_kommo-o/kommoo.png" +hash = "4d41319d8552ca7a722ed472a6b94d760350ee22f1fa583b2d1e4266c1c7a07b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0784_kommo-o/kommoo_shiny.png" +hash = "8676faccae7b5cc993d4394d9c556c65036997c19f33637c0854e666f4b36f80" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0784_kommoo/kommoo.png" +hash = "5ddbeeb0cc55b935b49670e250590a910861a2c4de5d8b2a3ece9efe67628a59" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0784_kommoo/kommoo_shiny.png" +hash = "42de1e9b34e0c150db98151645da09ad607b9af04f2d7225b5b3119cd7f10c73" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0785_tapukoko/tapukoko.png" +hash = "27472ee010cdfbc59620a686c77bb2b19ce114c9bb4ac8e2ad6c2481093050a1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0785_tapukoko/tapukoko_shiny.png" +hash = "4ef5a418b40e0f4c6cca1982f8a76ee165ecabbea1c860c98fbc83a1d6e0ac88" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0786_tapulele/tapulele.png" +hash = "253b680c367953b94c103a0f8db1dad9ad54133673bf69ac3d3336b937a61c4c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0786_tapulele/tapulele_shiny.png" +hash = "d9ccd48aa50b85daf62bd753038ba741e841f403e6d89205a011d6053b84f53c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0787_tapubulu/tapubulu.png" +hash = "39b4d0b9360bdd3739bfa23b943cd66e166ec27faad79034122088e80a357881" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0787_tapubulu/tapubulu_shiny.png" +hash = "030fbcf418bd50d0381d232d0a1000d97bac6d540c2885e0b34151c4e2638183" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0788_tapufini/tapufini.png" +hash = "ee650db95144ba18f40eb58d6c13588775fb520cfac9ad3927e7412fd0f8a2df" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0788_tapufini/tapufini_shiny.png" +hash = "a265f8bfdb7365fafb0478aa5b17043e452692c912ab898db49883dd187d3d45" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0789_cosmog/cosmog.png" +hash = "757db31ad125c61ca8052f591c9cd2ff0d0d06529ae62e472d932d5245044880" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0789_cosmog/cosmog_shiny.png" +hash = "b539bc4cf67826dd8409918866feb29bb40a7b3c27daa9b7d7351be7f74f5f7c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0790_cosmoem/cosmoem.png" +hash = "9f05372f0856d163c59493d212a90ffb08a96a61ef3cb84820c42d05b92a5969" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0790_cosmoem/cosmoem_shiny.png" +hash = "140d77c2e4f0c060223b96ec463e1c35a54eb06ae913668ff1795acabdec4767" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0791_solgaleo/solgaleo.png" +hash = "f12de16b3d1e44e8d1a8212e34e61c09fbb18eba70fe31e8b05ec88b10113cb3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0791_solgaleo/solgaleo_shiny.png" +hash = "115239c86ae3fd68402ad759ed86b3cc843950ed3980f35ad21481bfe80374b2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0792_lunala/lunala.png" +hash = "377388f3008f4a473a54773a3f29082a3259e18c33622429c46662a72c5666b5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0792_lunala/lunala_shiny.png" +hash = "1eee043f1256b90c135779607efaaa5a4aafb43f333db6dba0839f5497599945" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0794_buzzwole/buzzwole.png" +hash = "cd03012cddf16fb3f46425ca90e35a30c4906250d7893b880196bf4a051ed922" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0794_buzzwole/buzzwole_shiny.png" +hash = "586cffe1ca5abdc9c4c764e499b467d2ce5dc52406237c364709a965a6ce705a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0795_pheromosa/pheromosa.png" +hash = "18caa8be737c1d028b9ca8d5eeb10cadd5117976ca38b682087a4863bd088fbb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0795_pheromosa/pheromosa_shiny.png" +hash = "aad88d26732633082f6f97e6ca7741b8d2b48ca052114306b6762ed6c6b70e83" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0796_xurkitree/xurkitree.png" +hash = "de0bcf87919e266761592f1b655539b2d5d83a2d8b1cc353c1000a70ae06693e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0796_xurkitree/xurkitree_shiny.png" +hash = "231b4192ceae8447d6a9fb42345ce44b09f431942cf997c186f50d7630656db6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0797_celesteela/celesteela.png" +hash = "c69497777e6656f564a8134cc9d704c2b39c3f3ddec2db28b3d163e594eba7cd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0797_celesteela/celesteela_shiny.png" +hash = "bc8213cf753e7f8d9f2ba2c742f67f588e080f425825c6dd035546f7ea25e856" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0798_kartana/kartana.png" +hash = "2ac4ad3209691343870eb5537d37115228ffe34c2405d08151032644e7294f75" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0798_kartana/kartana_shiny.png" +hash = "b64880494b387ac12ed73173cb73617273cd92c28b12761d524c150ede5eb67c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0799_guzzlord/guzzlord.png" +hash = "bc7206bdc4699fe145e0b0a14cfa0c9fc6691f716dc32c79d5748de13b647385" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0799_guzzlord/guzzlord_shiny.png" +hash = "56db835be269919bc0747377df34e85a7353664e92e3e368c029eee53b0939f5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0800_necrozma/necrozma.png" +hash = "8bfdb80e67303ca24eb1d23c349537ad6784b19ba00c87088ea43b536c44f11c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0800_necrozma/necrozma_shiny.png" +hash = "7175b8deafa6931f68889327d2bd592e6462a3a92bb27ac6f58974eef81e8b8f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0802_marshadow/marshadow.png" +hash = "7c585aec4552a3669a8f2f914135e9174bf4a85949361b7d48b4f7c0ef444833" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0802_marshadow/marshadow_shiny.png" +hash = "4adb79f0a37dd481c9d83c9b3c40cc1464d4c7bcb55ad871c23eed3f542f7be2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0803_poipole/poipole.png" +hash = "7235460a084bbbdf0cb58d5984324281cde406f0a249d5831f86aa465e2016c7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0803_poipole/poipole_shiny.png" +hash = "ff375b404733bd196987b8daaa7227ef478be63808d89bbf9fc3ca7e67272436" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0804_naganadel/naganadel.png" +hash = "1b9f095ec0bc5ce9958e6e6992da776d5041ffbf7dcaec92026ae21183f5daf2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0804_naganadel/naganadel_shiny.png" +hash = "905a12f3f3e0d6c434999452cbb091c479dd5bfd6137891e02f0851e825dd268" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0805_stakataka/stakataka.png" +hash = "98fa2ba8630f3f02078c13643ade414443f5497cb65742e7de2d47bba93a7a1e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0805_stakataka/stakataka_shiny.png" +hash = "04ff7b6d4c3138fe14ea93d32356d848dc5d12517fe9086df44c84dc3506c13a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0806_blacephalon/blacephalon.png" +hash = "b2e3c1c57ab42394f64c47ee086a51a4547c90a4ea0fe4f9f5b8ddcc6ddf9a8d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0806_blacephalon/blacephalon_shiny.png" +hash = "9c1af37be00e844c85aee7292d149a81bce97852a8bd5575beea85ac07897dc5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0807_zeraora/zeraora.png" +hash = "031189ad8fa6cb538bf4c3b084f1109a295b8cccd7ead5f41a0e81c775a6846a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0807_zeraora/zeraora_shiny.png" +hash = "c0e82fe98cc57391b07a7629a2b2149ca0ceaf72d9b4e6446566b60e0287bf84" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0808_meltan/meltan.png" +hash = "4375ae9e076e63c3f4308d0fa2482e388787b585c757c14ba3284b47f1459df8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0808_meltan/meltan_shiny.png" +hash = "168af4f14e44b2d3709b9d985ac722b0b33d68f9df1249fda2771c66418b93dc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0809_melmetal/melmetal.png" +hash = "1b4ad7a069aab93303867b9d3dadd1bd0e8422456970295468889debf69dab6a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0809_melmetal/melmetal_shiny.png" +hash = "d6aef13f36aceb217958a5b87306259a51b80a0fc0e4488ee8e34bcaa6d42727" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0810_grookey/grookey.png" +hash = "bcb7c66d72974cc5de97cea77a285659bf96ed990601ceb9d71120402a9182c0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0810_grookey/grookey_shiny.png" +hash = "a27f46615b297f536ae4e440af6e32e17f8d770c8f44b332bfafaab10762e67f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0811_thwackey/thwackey.png" +hash = "7df3231f0fd1565ecd87b9a4e916b79bfe571bf5821a06f3bf7e77282a9f76d2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0811_thwackey/thwackey_shiny.png" +hash = "2b0c320b22f723d7d321dc2ce00d94a26c97ae2d757ead0451524fc88c503e0e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0812_rillaboom/rillaboom.png" +hash = "6804948e1c0f1ceaf8dedee1627b67ca0fac2bbad8bd1ff46138ce809be51408" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0812_rillaboom/rillaboom_shiny.png" +hash = "ce5a56cf913db24227959c387199ef17d43b05131b1d6d14cf22e47fe2bc683b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0813_scorbunny/scorbunny.png" +hash = "9cd3e39a96019643efb09b22b681faf873e981fedea86995588b9e1cd011ee89" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0813_scorbunny/scorbunny_shiny.png" +hash = "0a63ceb97b0c0f98718d5916524cd0821d5de207b6603c8e8f27283e23dc4795" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0814_raboot/raboot.png" +hash = "f4474de83d44d21f6135250dfc4e2539af95f3bccfbc0fb6d30d1863589c7847" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0814_raboot/raboot_shiny.png" +hash = "3132763a7b4d2e78bbd8914beb68a6eb01e5b2c7307b004b3f9bccdd6572b54f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0815_cinderace/cinderace.png" +hash = "caea64bcb72e2c09fc140e2d752900d4cfb8e2f54d9079773e61415cbbd455c7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0815_cinderace/cinderace_shiny.png" +hash = "3a8c15e8d2e5a9a4bf9f989c1bb2ffcd8cb0fb469fb115d0718b7bf079ba56c1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0816_sobble/sobble.png" +hash = "7a23c72cbfd8b4cc543aa62228defcc9c1a741e176ff7f03bdc9fce45091e639" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0816_sobble/sobble_shiny.png" +hash = "1108da63353459129a1d2ef7f971e9647ee2ae09f4acf1f6ede6794cc1d75baa" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0817_drizzile/drizzile.png" +hash = "d80aed248c6efcc0a787e33ed578d392074aed5164bc35a2f8c1bb89b41b6e65" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0817_drizzile/drizzile_shiny.png" +hash = "66f8d968bdc46b5711b7dde993b564590ee8433b130addfffb48030c5999e63a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0818_inteleon/inteleon.png" +hash = "036e9394699b6a3c2cc6003787920a65d72e3d3a232a4ee62be201c4e58e68d0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0818_inteleon/inteleon_shiny.png" +hash = "e1339324aa5af997b117996cfdb7d57a8461e65607ae6c869647951c2e9f2805" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0819_skwovet/skwovet.png" +hash = "ca005ac2c0994773859588d913b555631c5a6bd2414084d540ff6bd43959e168" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0819_skwovet/skwovet_shiny.png" +hash = "9edfab093b6e727b417b95e2fabf8558a5d993efa5c8911bec231bfd52c08c87" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0820_greedent/greedent.png" +hash = "89e9253c93b3731fd383f18272d50541d36316f20b9b11e072215d4168fd81d2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0821_rookidee/rookidee.png" +hash = "df0fcca3d631afe95644523743e0b518af114d08b63417bc5fbe844d164b6dec" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0821_rookidee/rookidee_shiny.png" +hash = "18e2a0cf55a1adf161d19c28a6a76ed11f1ee3112d432ac962cc664b5d7a89b7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0822_corvisquire/corvisquire.png" +hash = "61e10d141a17f7b4f005535bd67870836fc182cf50cac58983a6d787824c1517" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0822_corvisquire/corvisquire_shiny.png" +hash = "e31062dd12fa6d99f94a2495708c52675cd9586710923082a1b20b2a897cab03" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0823_corviknight/corviknight.png" +hash = "f7a5850f399b31f432cf7f71ef5e84a9cab59883beee971ef143fcf894ba4db5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0823_corviknight/corviknight_shiny.png" +hash = "11d01cd07b2e70b7d2ec379bf0ad05144beb0e1609b8bec5374101db9d12cca1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0827_nickit/nickit.png" +hash = "edc8fb47af8b77d3ad64b2dfc99ee5a60caabded3380a3749edae0fb4de3ab08" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0827_nickit/nickit_shiny.png" +hash = "a2bd8acd6c380b892ebe1a43e051888031dadeb3def08d33888ecdf3684ed5db" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0828_thievul/thievul.png" +hash = "b6dbc1025b1835fb985db1a95024972372e2b0a01a102cd13d83ba505739f2b4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0828_thievul/thievul_shiny.png" +hash = "4335ea3f9bdd58ecc5f8168b32e8918a93069b47441b927e84f5178ca43081dd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0829_gossifleur/gossifleur.png" +hash = "42e8325d3e22e288d808f873c989f34d8e76f2063a373aa778cfd84311c9c12f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0829_gossifleur/gossifleur_shiny.png" +hash = "39ad3e6f29154aef899199223ec663b5f8cb4acee6749d9dc37d25ac5d850dc0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0830_eldegoss/eldegoss.png" +hash = "e971a0b9926b9eebb9d99c731b41f861a8fc79c8425f990658160e0eca4ae6f3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0830_eldegoss/eldegoss_shiny.png" +hash = "42e10eebbb79376d90550b288a357499af2af647522037a1a92d389e55f91acc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0831_wooloo/wooloo.png" +hash = "c6ddd1841a159ecec15a1d83590d3365166bd7b741f6379cf4b714dd40326dae" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0831_wooloo/wooloo_shiny.png" +hash = "5fb8e2c06db4bd0b8b74009da09f2ed0e9575f01cb782af491bf7f52a4d58054" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0832_dubwool/dubwool.png" +hash = "6a8d77abec2346adf3216b7c581a33ec39efde0955266f178f330e2dd190a234" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0832_dubwool/dubwool_shiny.png" +hash = "ebc70cb39172650a2e7a94ff673af04ee6f3da686b4cdbac840b2a7f249b9eea" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0835_yamper/yamper.png" +hash = "41b47fc9bfec8c2b7eb2da72890c3e48ad689d994959c9a4e61b6afc29a83ff5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0835_yamper/yamper_shiny.png" +hash = "35b33797d367728096310455233bceaa9c895af1eb2da7bc70722a91877994b2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0836_boltund/boltund.png" +hash = "803c5a6a1fd43a60d8aac071613fe8262e2a6e65ebbab84cd55b190c08472a8b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0836_boltund/boltund_shiny.png" +hash = "486f39d9ce41a1735fdf69c3af4a37197c56bb9645369dfec8d1985b8391e4ce" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0846_arrokuda/arrokuda.png" +hash = "3cb269587e97e8c967b7a861fd3bdcdf9f8d2040e594585fa353c44694c6bf0a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0846_arrokuda/arrokuda_shiny.png" +hash = "979fc683377976e09b7c3bf8e69386ed9b10e874a7eab14653b6e11d62999178" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0847_barraskewda/barraskewda.png" +hash = "62e919477757edb9ad738c72e9cf51e36e0b7201579d4f5a6a8b6cabf3ac6989" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0847_barraskewda/barraskewda_shiny.png" +hash = "98f6359044bdeefd93540fd15505f6233b381074bd535a30a940ef477f8d94e9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0850_sizzlipede/sizzlipede.png" +hash = "f4548d04f9ab9d990cec3a9ac767212df5208d5c904f335792ec2c75c7ece4b6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0850_sizzlipede/sizzlipede_shiny.png" +hash = "960bbdf4e97016456a74751b6eb15fd6aac5e6ae9d821357b756b1c3bae9e405" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0851_centiskorch/centiskorch.png" +hash = "934e4249f5b5051e7bf2b7bfe95ad7ebd24043e9dcedc9e47075a36b680fdd12" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0851_centiskorch/centiskorch_shiny.png" +hash = "ce72c3203192c6432d7a8d591fef5fab0d521e4471eec861dfefdb56e3de7960" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0859_impidimp/impidimp.png" +hash = "8e58a77ffdf38d5397cbf49e72f43fbdcb3668b67ec72d40ff5bc21b0d76b607" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0859_impidimp/impidimp_shiny.png" +hash = "3854957ac61d0f53f93e950e09ea87f66819f6f908bd6ba18c3fa0c0aa8df58e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0860_morgrem/morgrem.png" +hash = "ebcf94970281035e26ffeeebf33efe5d66c7b4c9522b3a85bbba64e6cc3797eb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0860_morgrem/morgrem_shiny.png" +hash = "dbf4c816bb303f9e5d2ef70f022903959d1fb307fe2575b507619499092632f5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0861_grimmsnarl/grimmsnarl.png" +hash = "ab575172fff8c270289c7a49ad02225baf2af65f8e780c5a10d642a21fc43d55" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0861_grimmsnarl/grimmsnarl_shiny.png" +hash = "7e1b21e06f14d7553969653f40ae944b3f9fbcb4ba9ce1fc8bf490af21ba08c7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0862_obstagoon/obstagoon.png" +hash = "14b616f767d82288ef9a03abee6962e7344456c246813a26383043ee9ce72df9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0862_obstagoon/obstagoon_shiny.png" +hash = "cfd9690a323ed0edaba073ab129fb9416ddda99fa5840dee69a37bcd8e0bbc9b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0863_perrserker/perrserker.png" +hash = "10115d47776bf853716086ef178ad7d670c104aa400fc18bf615b6218a0b341d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0863_perrserker/perrserker_shiny.png" +hash = "34519d66a7d26fb26152884a858c7b2cc2613332cd64461e626912c91d5a62af" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0865_sirfetchd/sirfetchd.png" +hash = "50586f23f85d90b8c8c3e6be8b186bad4684a868fbd1768382cca076d7513bb9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0865_sirfetchd/sirfetchd_shiny.png" +hash = "3801975bf0efb37948d69300dba4c3a33fb1503d6b61b4cdb9a0c86f289e7619" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0866_mrrime/mrrime.png" +hash = "5d26873ef8dc2ddc224979c78c5201f911bc9f26cdf3a3cee1c336efc301ddfe" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0866_mrrime/mrrime_shiny.png" +hash = "38b51f3bd4148eb2f62763a520fdd1733397a0828481d03e34387a7cf862c6d2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0868_milcery/milcery.png" +hash = "b464d025a2b66c1b3a736d1608f4b1812dc7f35a8f4e27685625cd03b4c44715" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0868_milcery/milcery_shiny.png" +hash = "63049eb598f3befb3203f49fb65c307f0a30e26a2c8a84acf83b9bc6f3fbd072" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_caramel.png" +hash = "c347b10822897f303e5bd1a4c888d6bd9fc998cb9cd3b7b01237524e2162ccc6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_caramel_shiny.png" +hash = "26e5922a18f006d2581c8828538ea4e99fe865e99cc65e4da4bb471cceb26ba8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_lemon.png" +hash = "8b4fe11145f7769df3c0cdf7f6ed9a4ef53cdec0df7244868bce337d3b5f9709" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_lemon_shiny.png" +hash = "f99240db23ad419f4ef6c7e9fe3b26cb821ecb2f71e82d35fdc658b24935a91c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_matcha.png" +hash = "832dff9dd1a887744510762cb909c442af4f56fe761bc1dec34be0b9629d3cbe" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_matcha_shiny.png" +hash = "7e2033feb9eb7dfaf904e2315712ef09fdecf1ab65e9b31d07f744f5bc67c2b9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_mint.png" +hash = "fff19cb127f914514c4ecca31db5e9fb7c41d3155630ca9d8a972fe04f5ae4b8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_mint_shiny.png" +hash = "e996c9166308d92c050561ca55276c69b5de4162fbe78e417407e362f8b25dfc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_rainbowswirl.png" +hash = "664f6dcdac1e8da03343c0477dda10c0642da7bcb79aab5518e7e1a90536d3c5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_rainbowswirl_shiny.png" +hash = "1ea82d3e4f5f6568b17a2c0188fe1f936d6c94f9ec26be1a394433c79310a840" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_ruby.png" +hash = "f392401bcf3c80bb26393e31b6d0e7f51e1fcca83a5045f283fcaaeea4aca14e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_ruby_shiny.png" +hash = "17937ef6b127126363344a9275b35919a48d1a8f8220209f7a748e6e00f05ef8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_rubyswirl.png" +hash = "097d220356fc1d81c1841a4a2d731bec4c795abfffee308d0500cef038af1fe0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_rubyswirl_shiny.png" +hash = "3c95ab8f8d0bf9a43cc043ab3bac5654963224767b15c7f2f0a40fe8c4491858" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_salted.png" +hash = "1bd3134e1c4cdd628afff5fd12f055bdc7b2138fac17defa73d4bfce62d14020" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_salted_shiny.png" +hash = "77219ce2f281a839a1d6fea32967ef40c4895c09ca5ef72b80240f18474951ef" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_vanilla.png" +hash = "6ca49f3e10549ee49e36fb69c91aaa72598b5a535a6dc4e412d2821b44180c9c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_vanilla_shiny.png" +hash = "b76971e7954c2d8c18e52d08c195b26ac1d17b894fc77493475b7b63628e2102" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0870_falinks/falinks.png" +hash = "13bafb5f92dbadf360c15a06b7e41e50bc452b949a78b8963b6e6e0c4713991d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0870_falinks/falinks_shiny.png" +hash = "8ff3bea3867bfb8e038b85ffb87cbc8904fdf1e4e32a4df00fbfbc5542d94943" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0871_pincurchin/pincurchin.png" +hash = "7715b507b4dd91bba1b6e879f4ea717babe5f98931c4a3eb42504cf9c1fc0e55" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0871_pincurchin/pincurchin_shiny.png" +hash = "bb3d3040c2591c3a3d6df8a9e912c40ec27b5c62c2082e267cca85f592ec7bbe" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0874_stonjourner/stonjourner.png" +hash = "724c9d4b25c86a9f16c06f9d07b1622c53d5c55361169ccbf8337e92863f854e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0874_stonjourner/stonjourner_shiny.png" +hash = "d58a47ab58df4b5546c4534e2678de1e1dede939782e39e4a1afd58029da4e1b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0875_eiscue/eiscue.png" +hash = "3ec094cc96ce97a5d9ad2a26474e9fd0c11fcacd177c9da4a3a716045e8c8805" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0875_eiscue/eiscue_shiny.png" +hash = "3dd4b33a8ceee594e933f1e3cc85ab303f30cc3aec8d1619b22ca61f47358749" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0877_morpeko/morpeko.png" +hash = "8bfd127c30a8cb861c276f96a0ef9f4713c1fe9f96622ea81e27f70393e43ded" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0877_morpeko/morpeko_shiny.png" +hash = "3d4e0442fd6ef942272dd6ade75156b9d36f42af8ce5a7e75be76f6d96b4b9df" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0878_cufant/cufant.png" +hash = "910d2f4a237747b6e24bee824e8e880e9e62e98030cce3f9faa47118d72e51fe" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0878_cufant/cufant_shiny.png" +hash = "e20c27ba38a51ca2848fb0879948e7aa4bd29511107ac1dcc7a9ec3525664505" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0879_copperajah/copperajah.png" +hash = "8fd50a738de81407dd8d3d003a9020ac3f9a2c21a6c12435abcd708f0fad9068" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0879_copperajah/copperajah_shiny.png" +hash = "06e6155b5b015d91729e39356d8fbfcb94a6571ecdca1104121a6e863966746e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0880_dracozolt/dracozolt.png" +hash = "6cc19aa63951b6a27b5c37bc7da63dacce8a9f38baedce669387f1759d81f953" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0880_dracozolt/dracozolt_shiny.png" +hash = "7659d842de12d65c1e38261489bc0a1ab0b9d57eb10c7590253b579f719c1305" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0881_arctozolt/arctozolt.png" +hash = "f7dd81e3b39d73f543b2db538cb1c42ddf1183ef20ab001b3b999250111ebebc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0881_arctozolt/arctozolt_shiny.png" +hash = "298bba87a1740036061c3e3e66b92d10d6f2c8dd03a2317ba780734ee7e349ac" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0882_dracovish/dracovish.png" +hash = "ed7a290fa72c493022fcd7369c16c8141308231a0be9ecf74f820f95bc3d0e47" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0882_dracovish/dracovish_shiny.png" +hash = "849dd04856747c767dab0bb4020b030827f045b224357ae8546e43d36b14e3d0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0883_arctovish/arctovish.png" +hash = "019565437c3cfd00aaac83feeb15209dfa8750b72a0964a1c8abe614d83be582" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0883_arctovish/arctovish_shiny.png" +hash = "53a953c2007beb65876cadb6d8722eb147625724c2f6d5ae37ccce9a5587f5f7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0885_dreepy/dreepy.png" +hash = "a7e12970ab4b95e835afff903bd8c80d2e0399ad190e8670114a85e2bfb044c1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0885_dreepy/dreepy_shiny.png" +hash = "713d9a21e4346011252a9486de5d49fe21b0adea72ed67e385fe9b57cad483a5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0886_drakloak/drakloak.png" +hash = "9df0cd7cf1197b87ba4b383b30858f33e2f1e0224d63a50fc063183074069868" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0886_drakloak/drakloak_shiny.png" +hash = "60814af6519e6cd55bd7b7ce9b534ff4bad3370255627cb8a853e17029c7dd4b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0887_dragapult/dragapult.png" +hash = "9b19f1c1da6f6d9b6ad6fbb5b6c2116c686668c1835414cdc1f5fff71a217715" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0887_dragapult/dragapult_shiny.png" +hash = "bd9f1221b56262e3276deeba73eea7054ca21097fe55fcc8eb51bebc4d5c38e6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0888_zacian/zacian.png" +hash = "1703e175f9fc99e936e851b06e54e7fd3249a0f416d52bdc8eed2382c10605d8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0888_zacian/zacian_crowned.png" +hash = "2d6096de6e5b17ba04e3069a80feda844bc0318de8bef83a1123bfe93c74c7b1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0888_zacian/zacian_crowned_shiny.png" +hash = "cfbbd3857f16aabba512ce148eb1d6b04ff8b00c5854975d87cfc13e42252afd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0888_zacian/zacian_shiny.png" +hash = "5929f61c4fd521a46e084dda6b6e2c17f000a436bde978276aeaf3be2dcff36b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0889_zamazenta/zamazenta.png" +hash = "d05fd8ae021a85cccb08208c79f9d692ef828491b1d9a4c532262315428cdf13" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0889_zamazenta/zamazenta_crowned.png" +hash = "44a7440528802533667b40ccfba86ad13a0d8cae623dcd613cf2bd9a9400d927" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0890_eternatus/eternatus.png" +hash = "44d34dea961186e1a65c72c3aa1be0237226ec1f04b7bed7c1052379a1624aaa" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0891_kubfu/kubfu.png" +hash = "4f644b05cd0ce0ff32e4096a95843faa3967c3d75d6219a88887677579f4f564" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0891_kubfu/kubfu_shiny.png" +hash = "6471491f8a5ee5cc2649dcecf772fdec5526fb8c188d85b182b79f1f240121f2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0892_urshifu/urshifu.png" +hash = "1503fa83602b83248b1ac7cec13dd0dd88cd17ae46201a19e19af8c4bc94d6e5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0892_urshifu/urshifu_shiny.png" +hash = "4e347e53b9f728d8e62fcb8adceea42147b40821f9a205e0815cb9131efe8ef9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0893_zarude/zarude.png" +hash = "f09d8ebf9fe4972c533d6abbc5b3990af52e1c343b6d66abeea1c18e52a5681c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0893_zarude/zarude_shiny.png" +hash = "c44010076d6610fb4b497eb4ef3c0985e7212d73d307dbfadcb6d43134c9e464" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0894_regieleki/regieleki.png" +hash = "eb81d89406fdd748ef6d4e4b36fddc1a3db86251a1d2da2490330352b26c1731" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0894_regieleki/regieleki_shiny.png" +hash = "eb42bb62db3f3e2bc6005a1cfc0bd60fb11c89a52a91d5ce59c44a11d6999f2c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0895_regidrago/regidrago.png" +hash = "ef8cd83e71f26c8f7ea40bfe158a65586418b1b51e5f574968ee981b2a75b968" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0895_regidrago/regidrago_shiny.png" +hash = "60f38dfdb3f3b1ce5a447f9e5451a68538cbf37c77e1acd9ced612ab67ca74f8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0896_glastrier/glastrier.png" +hash = "a4e9bc9403400892d76c958b4cdb28e29ad39fd4e8316c1ae665ee5149a0b17f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0896_glastrier/glastrier_shiny.png" +hash = "fd326ec4ed75489918263feb1ef790fbfd5450157c1e4d110e5869547332eae0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0897_spectrier/spectrier.png" +hash = "d251333b3b324023d1321d36031101e4675c35e31e1cc6052a45b45b64a79454" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0897_spectrier/spectrier_shiny.png" +hash = "5b56bbba6be7b0fd46c11bcc4171a2104bc2ac81134a172855e233c01996ec36" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0898_calyrex/calyrex.png" +hash = "98dac3a60a1397c1e0eaab588efb367f49c9a2880a27c0e32c7970cc782a6bb4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0898_calyrex/calyrex_shiny.png" +hash = "5a7d5b11b2f23fcba9624fcbcb1a71f9ad2cc0502a7a393f6e8767efcf7596e8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0899_wyrdeer/wyrdeer.png" +hash = "7e1604efb9856601b9b544883840582b05d61d10a7c6c4b570f30c866abde99b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0899_wyrdeer/wyrdeer_shiny.png" +hash = "7cf1b886186f16d185371a260d9c634dab889fca938c9219ec9abe523d629d4f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0900_kleavor/kleavor.png" +hash = "a35a498236c665bf0f64b784cf68fc50933caf4aae412cafccbfec9c26d7f296" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0900_kleavor/kleavor_shiny.png" +hash = "f15e4fcac86f9e84502ff1a4e1c236fd7cc5c532aebeb07ed8e1ead74178abfd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0901_ursaluna/ursaluna.png" +hash = "305b808c8e34877f458acd3bffdc88aa297cc7a4383639dd211ab50e94fcd7a4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0901_ursaluna/ursaluna_shiny.png" +hash = "d2270071fc5e6948340e9053f29a80c33e7cbf6dbf506e81444265dd82f85af1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0902_basculegion/basculegion.png" +hash = "bf772b129de7174a5987cd5c454d24c8d5893fd29cc741dfd680d60b6054877f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0902_basculegion/basculegion_female.png" +hash = "b2087a9e963beb3d411b20d38b89461009071b63b95d4ab89bc5fb1f60bab0e1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0902_basculegion/basculegion_female_shiny.png" +hash = "ff1e45caff32668febc04a32217bcae98be2687aa85e11308b23abc1784d5344" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0902_basculegion/basculegion_male.png" +hash = "bf772b129de7174a5987cd5c454d24c8d5893fd29cc741dfd680d60b6054877f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0902_basculegion/basculegion_male_shiny.png" +hash = "fba7cb54314e305f8d12250ced02e78f4c922515663ddeff427f3b8d535496f2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0902_basculegion/basculegion_shiny.png" +hash = "fba7cb54314e305f8d12250ced02e78f4c922515663ddeff427f3b8d535496f2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0903_sneasler/sneasler.png" +hash = "95451cd0993bc49e12b0719ea742ae71f3dfc91712eccad5346a72280625031f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0903_sneasler/sneasler_shiny.png" +hash = "8d0bd39d1afc8a423b5275fc2d7d9b471a9b803549b0511847b4ccc6893a6e3f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0904_overqwil/overqwil.png" +hash = "4a1d03b176be82cd2b0ea26e7aff21ae1aa4aa0882d54be5bfcd51f67a7cf002" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0904_overqwil/overqwil_shiny.png" +hash = "c09ea8651e57c42d3d2d1a3f51eb0da37f26fa36b14d557cfeeec0508744cfcb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0905_enamorus/enamorus.png" +hash = "3ab426d70350b0527d0c0da36bd5841a9ebeb29003939fd8f235fc115f8e841e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0905_enamorus/enamorus_shiny.png" +hash = "c63546cb29a4eea69024e8aa27fd75b2da49f8f1b264d110c9dfeb03302ad08f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0906_sprigatito/sprigatito.png" +hash = "462a38b6be6528e9a7060a7bfd0fc54aaaf50cc484254a7ee1f27d53a45b44e4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0906_sprigatito/sprigatito_shiny.png" +hash = "9d5e8f313f2a4d8780eb6508770040026dee3b5a6ff19a932907f13983e334b6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0907_floragato/floragato.png" +hash = "bd07e9179a50d7403c5432c519643e4f8dd7ec7636b5f25f35041037d66032d3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0907_floragato/floragato_shiny.png" +hash = "24616abbaa0b4b7aac5da0c95482c58bf342882519b699a30725b13d48dea84a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0908_meowscarada/meowscarada.png" +hash = "bbbf1333e31e2bceefd841beaa5182d3e3767eb7c58c865e35ced026d830e890" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0908_meowscarada/meowscarada_shiny.png" +hash = "e167fd44819780124f6b6b0945c2574037397225c122f91276b956cba549461e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0909_fuecoco/fuecoco.png" +hash = "15eb923b70205768f0d8906bd1d0f3461032025a299575c92512f8ac8ef6f5b7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0909_fuecoco/fuecoco_shiny.png" +hash = "9333cd575d5879db13309e7dca16cc36bd134246791bfe4321fa4f20fe8a9986" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0910_crocalor/crocalor.png" +hash = "1c2f7638d8618fcc74858b53d21fb7cf911b766adfeea95cc7f1cd56ef0c2282" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0910_crocalor/crocalor_shiny.png" +hash = "964d7a51855f5838323549cb0833438a56dd642b69cce28a50d5b9a9899c57d1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0911_skeledirge/skeledirge.png" +hash = "76fe26226f2b8f804354a828d8d7db8606424be4f9b57b1e9df191de3b40840f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0911_skeledirge/skeledirge_shiny.png" +hash = "e3462ad8860efc47f1531191b7638b028e6f8c03cb6f7d09db31f71b4057ac0d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0912_quaxly/quaxly.png" +hash = "7da9fed7a96bc9d76240de9bbfeac13edcefd8f006dc9dc864d76222e2e9f460" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0912_quaxly/quaxly_shiny.png" +hash = "d90a291031d70d8907e99864e0d14ebcd5f148be7c41c9498d8481fcfba9cd2a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0913_quaxwell/quaxwell.png" +hash = "19be63ffc90cf66f7a0e03279fd6ece6910d2fcffc024a6a9b38e6242617d402" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0913_quaxwell/quaxwell_shiny.png" +hash = "9ce28504fcd01cb4396331d9e7b72aab4d4e15879e727c2eef2462c1ff464a07" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0914_quaquaval/quaquaval.png" +hash = "a7196318f2ba941e30681e877c4988e2226061de29ee3d4669e2dc438d070ee6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0914_quaquaval/quaquaval_shiny.png" +hash = "16e54d7f6232aecb22b08ffa36522e795ddebcbd88460ca55195abc11c711994" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0915_lechonk/lechonk.png" +hash = "5bc818a4917d58e9b9564c0d1056489d1897e0d01f71ecac6d498a75b8056fd4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0915_lechonk/lechonk_shiny.png" +hash = "c9fd3de0333375b514c8b6d5242c877653f7f7009c82b4ff6f659a231b4ae7fa" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0916_oinkologne/oinkologne_female.png" +hash = "3f842c2fe5b1f2f51a684d2c53f3728b8a2cc78b03b8dbbdf02fb1c020cc5d26" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0916_oinkologne/oinkologne_female_shiny.png" +hash = "cf7e1c3643a6404eceb5bb7e29a637d89018d97efdf18cd050d9e487d71d3c6b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0916_oinkologne/oinkologne_male.png" +hash = "f44727dfef69f018fbdb2ddc57845cc7cd8d90244d506a8f8553d3d2ca975573" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0916_oinkologne/oinkologne_male_shiny.png" +hash = "b5aa259ee6b00457155caab47495b8f29d26c189c81a5c3c395c7aaefff08e12" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0917_tarountula/tarountula.png" +hash = "d8917adf03942350ad9d0a52f825a66a7554481b8c8a335c3194723c47f9bb21" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0917_tarountula/tarountula_shiny.png" +hash = "2b1dae5ae6364bcf2157f29529fc55ff101f61868054c835b9b525df0d27448e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0918_spidops/spidops.png" +hash = "2825c3808fea44e05e6fc403b9aaa733e1770d4e71996c5892d8675a2b62fcaa" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0918_spidops/spidops_shiny.png" +hash = "a21fbe00b08aa8991f191ed4c6eed9c65ef6444761ca424246b70e23f052c450" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0921_pawmi/pawmi.png" +hash = "7e3e2b9adfcf5b82b629fd377dcf25c5f09a164c68af884ef7975950daa69609" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0921_pawmi/pawmi_shiny.png" +hash = "97932e9f645d4c343e12220c56d074930b96f7590235e459c4cc1c740a19f668" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0922_pawmo/pawmo.png" +hash = "c6c530de73afb53ec5af856f2f19836b1e0219cc5c97daba95ac7b0dc907bdb8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0922_pawmo/pawmo_shiny.png" +hash = "8dc292be8b2d1f4389ea16b1a1371cfac1f7b8c0ada30d264ad7821c653f1cd4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0923_pawmot/pawmot.png" +hash = "87768110163f4799f2cb979e362c4bf9cd092a67f9b6312a3e1d32037d843243" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0923_pawmot/pawmot_shiny.png" +hash = "db4a98ea4e7893cd8f8416c2c2d05d8079b34d885d56f1c6ffbdf7526d8ac1da" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0924_tandemaus/tandemaus.png" +hash = "6c0f8acb1f374f9bc7f9fc184ff51068fd1eec8f5678e571b095184290075191" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0924_tandemaus/tandemaus_shiny.png" +hash = "c701c840336a7f491d20083781bebe3861ae71cc2e56698f5db284f56f502faf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0925_maushold/maushold.png" +hash = "3afc971a3942b47a6d4f1ed0abb735f722eb611cc71c5df9c93f5381b9636efe" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0925_maushold/maushold_shiny.png" +hash = "7a9428436a4fa701521ec315b705996aa0109fbb9a609b563a098a00ca7235ea" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0926_fidough/fidough.png" +hash = "b8287e7e8d86c93dd9f9e242e2452173941968a024a1657ade78b334e925cc2f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0926_fidough/fidough_shiny.png" +hash = "567b6d007ab36938eee6a181acf5fc3cecf590d7599b531393be8f9eca3fcdfd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0927_dachsbun/dachsbun.png" +hash = "98cb5c1be7456547ab3578bc27fa60ee13e38af32ab50c4a14259ace17f957b0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0927_dachsbun/dachsbun_shiny.png" +hash = "613f7a2f6d52155b388bc474f4953f90c1da0e6f19767886bf4917b41baf498f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_blue.png" +hash = "56daf9c4b8cb18b61f8d02edcd9c132928983f7a6bf7533678addd5098955f64" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_blue_shiny.png" +hash = "40428115b97f729cd607acf00042ec14a255d1f26f5246fb09a20a271fae93dd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_gray.png" +hash = "c7ffde80ae9d25ca4b0c8fdaf8bcbf831ecb9f43aebcc0c5fdfc23fd8b570b17" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_gray_shiny.png" +hash = "cdf0338ddccb11ce0a779c32a46df9fac0b13ce17387bda41f3b367117f1d366" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_green.png" +hash = "1662ae3afa0bf0a7d2e9682591591b2ca60acdd67517ba1ae967b9cc9bcc72d3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_green_shiny.png" +hash = "8168445a0a70b46870b170dfa8bdc72bd5faaa097e7847974d9f85b1a8e72a3d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_yellow.png" +hash = "7dbc21413a6bade4c918ef714ef64effa97161812a2a7fd2ad3e4532812ddf87" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_yellow_shiny.png" +hash = "44373775f27c8035595802ff8a892c1b10b8f1b6d2ec2f804597b88931e6461e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0932_nacli/nacli.png" +hash = "b2a9531b5f9286d70c53294bf97adc53144028af5e00d0ad8b9a2740b770dcf2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0932_nacli/nacli_shiny.png" +hash = "17562e23a8104313f471299da77e14c9fa54427b6e4377a21583882f16fcba2f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0933_naclstack/naclstack.png" +hash = "fc0716f2fe8ff8b6e98d439d82ba5b0ebaa528d8d92511cb0d5571a308e4c723" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0933_naclstack/naclstack_shiny.png" +hash = "eccbf8312baab33586ceac6b60daf7ebc4be14f9976dd3231144fc86b7deb14d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0934_garganacl/garganacl.png" +hash = "005a787cd35c1b9cac60b5612d7dc5874f4208fd8a386dd5f9656e562d7a363a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0934_garganacl/garganacl_shiny.png" +hash = "7f6b7f64dc98ab549f5ba2de31924c9e71eeea83cdb844fd0eede8af0d3bb890" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0935_charcadet/charcadet.png" +hash = "ee0b14b2f2fdd92575ea6b415f7b6c78098ba7661dae8c455086dbb943562985" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0935_charcadet/charcadet_shiny.png" +hash = "2763c35bd450d301c5a972a1c87c6a721642593144dd1d56db70690578d71ed7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0936_armarouge/armarouge.png" +hash = "cf986f98329334515cfbdeb0c24555fa4540e973d505ef5f70eaad1576d39749" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0936_armarouge/armarouge_shiny.png" +hash = "963a445ceb5e42bb18a9e39f747d57671103c77d3d97addbe2be829a394870b9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0937_ceruledge/ceruledge.png" +hash = "8c429f3ccc6fbf906641400150255449c726f17d343aa0fe807a8ebd3260caef" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0937_ceruledge/ceruledge_shiny.png" +hash = "a3c2f4b1260374de2d1ca549ddf0283dc9cbd6d54923794c49e979f4d3dafc13" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0938_tadbulb/tadbulb.png" +hash = "9c4901a0455ee53a08213c86a21b7d59b52bbf6333eac7cc1dcebd5f069a2da9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0938_tadbulb/tadbulb_shiny.png" +hash = "822c7559d21b8f43bbb5b441cf3af40f92d6735c964221930dd1edafab438b05" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0939_bellibolt/bellibolt.png" +hash = "14d0258ee08fa92bad8ebbd0c7656317d00c291ff81ffbe0871857339102e946" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0939_bellibolt/bellibolt_shiny.png" +hash = "b890b489cb2a041b9b5f42f88e8bf7191a9f0dc6e8b2190d7250017c2fc4e6cf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0940_wattrel/wattrel.png" +hash = "67095b65019826731d1f4b6fadaf15404bab71a968c05e50b22531f972489989" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0940_wattrel/wattrel_shiny.png" +hash = "e9a10f3ae6c1ab8d0b53d837967522c94d79d015afaf3f007e0a12006fa92315" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0941_kilowattrel/kilowattrel.png" +hash = "49d94470237d443a2fc294b6ee977b59fd40154442bac787a8d74f6c744c0eea" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0941_kilowattrel/kilowattrel_shiny.png" +hash = "4ca57c5d9c5ac1be14abb4faa84985750a0948d378a28234be541af547f1acc5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0942_maschiff/maschiff.png" +hash = "53be09dbaf56505301908bfc7c8f161b241b895daa455922584adc6649f1bf24" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0942_maschiff/maschiff_shiny.png" +hash = "4af61887c230786e52da1d6e0dcbcfa009900ba6e916c758000bba998e16bb89" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0943_mabosstiff/mabosstiff.png" +hash = "76dddb4d42c7e3f34894a1d85f55eb19eda79581615b8134e351d256597d6f35" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0943_mabosstiff/mabosstiff_shiny.png" +hash = "9c559231c028bfff522e8883c2eb4c09487314300e17dd76cfe13742b8aa9064" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0944_shroodle/shroodle.png" +hash = "283d8197c97e4b74717b466b980700860d7d58709f53cb5253f5a0d2c5551d93" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0944_shroodle/shroodle_shiny.png" +hash = "37e9d0f16226f09ac1287cd92d254b19bc85d3af57b3aff35a7dd51cb70b82f7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0945_grafaiai/grafaiai.png" +hash = "30783e560cf9e44c316ed94f4d05297cabb300df959f9fc4d1886a68a6f43100" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0945_grafaiai/grafaiai_shiny.png" +hash = "655e2ab1b7d9669824445e6bee4f224e9f3af0e40ae34dd75ed4882ffd95c53b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0948_toedscool/toedscool.png" +hash = "cdee18faa66c227b4b8cb71abf49c8405bf3b24f6f728f8328a543cf591178c8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0948_toedscool/toedscool_shiny.png" +hash = "fe58e5b42fd10fa1da213ae8bc48bae604d159ba31b8e212c84718a6deb063e8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0949_toedscruel/toedscruel.png" +hash = "29a2bd7cca922521457fa0cd610f1bb45a83a7e768ea7fa33a2198d653a25927" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0949_toedscruel/toedscruel_shiny.png" +hash = "911ae783e6dc9a54827c8f1d4b019fcba985b11f0eda953f7c6cdc4025b69f29" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0950_klawf/klawf.png" +hash = "68b85b66f5576e8d5b0d9acadf95815e701f99b6f4ee7334b628f5f72f0e7104" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0950_klawf/klawf_shiny.png" +hash = "3f952a9b8b0922ce8410dd41aa08ba13f05f9f2642877df7dde2a66ef86155c1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0951_capsakid/capsakid.png" +hash = "937a2191dcf75a8f29beb981928ded395335fc260aef95a437f9fe75accc1c0d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0951_capsakid/capsakid_shiny.png" +hash = "230d2460104d72cf12096690489005f9076c71dd611d9e777bd0238b7c7482e2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0952_scovillain/scovillain.png" +hash = "5622305d51a534585fb282fe95de1d3e394b71fc0cf4f57aefd8100f91d18428" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0952_scovillain/scovillain_shiny.png" +hash = "a3f8a4127e268d7ebbf5c8acd76c75d5229af874fe05863192e2d5173257eee9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0955_flittle/flittle.png" +hash = "a61b8a92ce9868635bcd090fabf78d20162d6603f5b39a038520d3b416b6323f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0955_flittle/flittle_shiny.png" +hash = "cdf7dd0c9df6d2e41b1ebe0113d4f761a35cbfa5f9cf27bf21ca93a690c6f3b1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0956_espathra/espathra.png" +hash = "985ade4e98b83e563dada92f193a470ee99942b6434fa3feb946b41acc5d5664" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0956_espathra/espathra_shiny.png" +hash = "29edcca41273be253e526383aefd3b9477e7e1e98704fdad24e975bfb4384b51" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0957_tinkatink/tinkatink.png" +hash = "a322b01d7a0e26f2756f0e30fef56e4af26e62da362528f29c18b1f85cccd7d6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0957_tinkatink/tinkatink_shiny.png" +hash = "d3bdbafa2ffbe5f00c12ddd8987f129904125a346c2efff643f5d119ff6933c9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0958_tinkatuff/tinkatuff.png" +hash = "7f779502faf086f0c04171ab4c6844638ecb4ca7948553aae0a31978ab839e7a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0958_tinkatuff/tinkatuff_shiny.png" +hash = "38187b64ab17793d22eaf40110e91f6806e09f0665cbc9372a0748dd8b48dd40" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0959_tinkaton/tinkaton.png" +hash = "59922e0785fe4d62212f28ec0d91b2a52b1f5ba0ff48269f4ddd956b536cdb81" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0959_tinkaton/tinkaton_shiny.png" +hash = "d908d65c5e16f2f5902b98b63149e25b4f14a8d9b52b0100b580e92a92083928" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0962_bombirdier/bombirdier.png" +hash = "97ff49c149cffe8ea3771f61516adb98a7928a4e62833415d145906bc7b76d1d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0962_bombirdier/bombirdier_shiny.png" +hash = "30daf33bc63ce096c7eb7ed7559be8674ab8e47495c4876cbe7f972567c49707" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0965_varoom/varoom.png" +hash = "d3b8e73b3e13bb68ca1b9799c8286c84f4a7319753be4e3cf6d00523f6e0c3ae" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0965_varoom/varoom_shiny.png" +hash = "05030b4c5612fe04fdd6209d09f86ead6865b84542aa157420fb72049075382e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0966_revavroom/revavroom.png" +hash = "b546a2e8d86c6509f6fa014c65339572e2949bac0b247370cc3dcf209e367526" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0966_revavroom/revavroom_shiny.png" +hash = "1ecdf77a0d3b93e1ca2dee256ab584cf8e6dadf8f70dcd7058b726f0c5c4ec30" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0967_cyclizar/cyclizar.png" +hash = "3a934cca9690317b34d8c478d808891d97c05e126d4c571209a867632facc98e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0967_cyclizar/cyclizar_shiny.png" +hash = "4f8eeec90e1f80db515ad61fa9e3ed8804490d04bb689378606d731341f4ea19" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0968_orthworm/orthworm.png" +hash = "725c8819d0311a8333f0f915efbf41f7b2345b7302733d0cc42adde7df68e956" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0968_orthworm/orthworm_shiny.png" +hash = "b094f414dc7be43ae47328ef22feae8b5ffe924099cca8450b0fa115339daa79" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0969_glimmet/glimmet.png" +hash = "d7430d8259c183b739a87c41baff883f0a853038003f1390b0b36d335da2f195" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0969_glimmet/glimmet_shiny.png" +hash = "dd459904ec5da728f54d8b22d30556650e5a3d6e1d6f83aa3b0f8eb76a6ff326" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0970_glimmora/glimmora.png" +hash = "b2f182bd1107aec4d77a6a14e3e109abe2de56dd2d2f3878911fe6bbb3a92354" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0970_glimmora/glimmora_shiny.png" +hash = "e7659e5b8c9f25c936d06d20a81cd64e043074ee22626fba09e24b58f03e78c8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0971_greavard/greavard.png" +hash = "287a4f7f35df2c15a3001911b3078f9f9eb21fc7a4b50a4867f2d847730a7120" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0971_greavard/greavard_shiny.png" +hash = "4cad947dc70ed1071b0c2569b64189e8ffbac6e3d9c8a48b6161b45f59228333" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0972_houndstone/houndstone.png" +hash = "3ce5c24bc6992f6b7e2e68de718cb3ca6b0df6cc9fa2bac2730468c89ccad715" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0972_houndstone/houndstone_shiny.png" +hash = "b0208bbcd858ae53c1a9a0b6351bde67a327798326600e13146924ba6167ed8b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0973_flamigo/flamigo.png" +hash = "caf6048d2ce39c0d4f68ec0f2baa1faa8552d686cf2d5ffc2bf215314715d45e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0973_flamigo/flamigo_shiny.png" +hash = "cadf1de7392cf9a63e555dc08a69a319f6dda485e31090f54d0acf0a0e138e71" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0974_cetoddle/cetoddle.png" +hash = "a278082f80549f243633843138b17e82d915d2ce9afa534015fad3faddad54c2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0974_cetoddle/cetoddle_shiny.png" +hash = "eb661d38373b38991bad23c75b80e12f2b09da1a03e588d7f60eef718c113d0d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0975_cetitan/cetitan.png" +hash = "902ba4d6eff8ae2e6f82bfe0f1ad1da5cb2158f37a2246e8efef6106831d58db" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0975_cetitan/cetitan_shiny.png" +hash = "618e75bea6e263fb762c0cef94b3512b16d987d4f84a4e40a536640bcb0c0101" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0976_veluza/veluza.png" +hash = "14cc701a484431f3981fd205750876eb3b067c76f2acfcade0e1cca133749180" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0976_veluza/veluza_shiny.png" +hash = "14c89351b2a1e8ed65456da4fc0628eca77f690c379fbf818a7a95e631373a0e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0977_dondozo/dondozo.png" +hash = "a6cfc16faf4718e4a58bf0b97c9de5225f94e0b1776cdd1daa9725fa3697fe9f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0977_dondozo/dondozo_shiny.png" +hash = "6ebb0ae50e0c5697b274cc6cef96715e931b67c59e80cddbf813aa28b8dd0741" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0978_tatsugiri/tatsugiri_curly.png" +hash = "208f14bf0cf6bb2f5e740a31323116d9ff51af3f5ebfa632f47b01ade626b5b4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0978_tatsugiri/tatsugiri_curly_shiny.png" +hash = "5e7b9d09452bdb2c211b1b6ee36a3a212930364b84452ddf56ffbd02d0a89f5e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0978_tatsugiri/tatsugiri_droopy.png" +hash = "5e2824edba679c6fb404139d754a353e890d1b7081c19695e8f5bc99cf365d60" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0978_tatsugiri/tatsugiri_droopy_shiny.png" +hash = "582914a96274179c566b930d000b04d8bcac70e474b990afaa65f439de9364af" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0978_tatsugiri/tatsugiri_stretchy.png" +hash = "1fea9838ad20310fd47a48027e45d9a878d929b1bb52463260f24acf0cdec670" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0978_tatsugiri/tatsugiri_stretchy_shiny.png" +hash = "b40ac25f8f55cbf174968aea4dc71c485cca4af9faf4a67221ee973439cea9bc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0979_annihilape/annihilape.png" +hash = "c66f92e437466b0197b4879ebad0f02194a2d35d30266e93bd7dcc4aebd83b4f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0979_annihilape/annihilape_shiny.png" +hash = "6e9fd29349d71491949d6643f054a8b72996780e99f62b3d04c21315bfd9e07f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0980_clodsire/clodsire.png" +hash = "4cd18562285ab3412d4f5876c6abb19d5f0b323bae0b2bdb34e75fa94fc9a5cb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0980_clodsire/clodsire_shiny.png" +hash = "bd2b1f23e60196af6b7360648ec432cb4250ecc8a4b1e405d108e349fbe8c152" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0981_farigiraf/farigiraf.png" +hash = "9b2d15b8fdb50975b40385820c40b9aaf7bd3dc647d4f3a7bfd55e7eb08ad725" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0981_farigiraf/farigiraf_shiny.png" +hash = "c124430a0f42eae0627c544a7df5b22ebf5196caf663935f76260f5b2f0f6aa6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0984_greattusk/greattusk.png" +hash = "009121b244067a879b4e7f6d6dffe91cb0d83dd9dc0b5b27cd5b29c75ad664a4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0984_greattusk/greattusk_shiny.png" +hash = "b0a8b3bc1c24369de47009d84988477137aefb2a06d2cfc1cd7faf2c1d4ae1aa" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0985_screamtail/screamtail.png" +hash = "412a8a13457ccd95c2ff5e1aa3feab2076f33a2de2745ff855a1464d0765f516" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0985_screamtail/screamtail_shiny.png" +hash = "febd0a49bd17d71de38129b911a2d3697dbe4af17f0a6c788d1549c1fb4b71db" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0986_brutebonnet/brutebonnet.png" +hash = "49a420584259c426b80eb7e404355176320190c9a43bb8f34e061eeb467c3b02" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0986_brutebonnet/brutebonnet_shiny.png" +hash = "25c0aba948de632e04ead4d425484465969d013355a03afc7d3e0ef29d5a177f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0987_fluttermane/fluttermane.png" +hash = "836cfee63797e4881b2b5c7d05622d27badbf94cca202d37e75066827cac0cd5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0987_fluttermane/fluttermane_shiny.png" +hash = "4a2cd2753fa117a19398d78e54c49a5cfee349bc1fbf1c408724cef202def762" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0989_sandyshocks/sandyshocks.png" +hash = "520e69ad2a90829139f24e00ece1065e7eff7840c2ff10a6c7a284d7bd559d0f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0989_sandyshocks/sandyshocks_shiny.png" +hash = "648238929c1f84182f2100e5797183994869212854d8f70b3188cb2e5cb95825" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0990_irontreads/irontreads.png" +hash = "32f12c3413b3e30a518e7c99649a81af6fe6b8ff3a2754636e22dab51da303d5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0990_irontreads/irontreads_shiny.png" +hash = "e22816419fd5968737fc6b0cf924614380fec80cf11513aa2bc3108864cbf9eb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0992_ironhands/ironhands.png" +hash = "c39c23bcc217958f6cd3c9ffdd5c8b88ba924ae7f7eae70ec225e2ee4f7bf8e4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0992_ironhands/ironhands_shiny.png" +hash = "76f7e23310d77534bd581d6c4b81eda39d5235b5804e11f6dbb44a62c1858f05" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0994_ironmoth/ironmoth.png" +hash = "daf2ff78fcd9b17d59a5f3e02317ad78750d09c1655fd07a778a678b77af1d4d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0994_ironmoth/ironmoth_shiny.png" +hash = "894faaec5a1e71fe432e6aa0f19ca32a754c6470282bbf261d0f7036b2d6e35e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0995_ironthorns/ironthorns.png" +hash = "544aa4a543b8f75c99ecdcf9ae5c902586163fa01fe3ff5c50a9f1d581f12e14" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0995_ironthorns/ironthorns_shiny.png" +hash = "06b9cbe27b3d000fb0360cf399d293d39cb00b4b9f46bd4d1b10a23518ce259c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0996_frigibax/frigibax.png" +hash = "9a22f04c49de1fda434d2c6c49c42e0060dacc9e5967c1552374be79e472d6d7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0996_frigibax/frigibax_shiny.png" +hash = "873b2f73edc0038469012defc01a93972331f6ebfd19daa2f2fbee6a79141892" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0997_arctibax/arctibax.png" +hash = "6467e2589fecb947888e902ab7b45c2944a20cdedce92787228f6e5f5a82ef08" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0997_arctibax/arctibax_shiny.png" +hash = "3eeffcd73f0465424f36a5b3f2412be9725445ba2d925520c8c6076b416440d1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0998_baxcalibur/baxcalibur.png" +hash = "847f1e3af3a303a89f90301aed191f937f7dbd01c786bda3c34239a546775a3f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0998_baxcalibur/baxcalibur_shiny.png" +hash = "3220f1e78e76c1d99604caf307659c62d7e5141d0e1a081ef807f8b1a02f2b81" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0999_gimmighoul/gimmighoul.png" +hash = "13e56f38d35d7df30ca0c02a018e6ea33805a00b05e142f2185f86e0b60f02ab" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0999_gimmighoul/gimmighoul_chest.png" +hash = "13e56f38d35d7df30ca0c02a018e6ea33805a00b05e142f2185f86e0b60f02ab" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0999_gimmighoul/gimmighoul_chest_shiny.png" +hash = "8bac2b4b758ac9d5b6b47d8f6bc308ec560641716e96a77bf21ca6f157174c8c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0999_gimmighoul/gimmighoul_roaming.png" +hash = "a6f952e3460f563050847786a5bd4894316b2b2e99a953c457170988f7c5fa61" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0999_gimmighoul/gimmighoul_roaming_shiny.png" +hash = "1597fb59dcba4ba18907f31dd3ad35a4d9a814f9a1d4d1fbf65bc40494f04fa3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0999_gimmighoul/gimmighoul_shiny.png" +hash = "8bac2b4b758ac9d5b6b47d8f6bc308ec560641716e96a77bf21ca6f157174c8c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1000_gholdengo/gholdengo.png" +hash = "d6c1221325009db9ad5a44a48deb275ed0eecc1b42fd19024878158a050109cd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1000_gholdengo/gholdengo_shiny.png" +hash = "040a8b15c5098cfd39111e22a447a9d1836d02dd427b82d9836c53923c0293e0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1001_wochien/wochien.png" +hash = "2749c6bdcdcb15b9ea22ca6a85662f5e179974c3e4ae3c3a4f8ad0e2d73b38ed" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1001_wochien/wochien_shiny.png" +hash = "9714af18c9ee1f21ee8f83e9ce451e21f77ba98fcdba2b71d02a0b6823b81d7a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1002_chienpao/chienpao.png" +hash = "7fb2774d21af87cc1a9c6a058b6792d36ba17c23beae342ce05a57cff0ab5083" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1002_chienpao/chienpao_shiny.png" +hash = "453a5f4eafa708b01fa95b85c1f63ffa05eb9ba776b4e45b9b4beb5fd4f0f81e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1003_tinglu/tinglu.png" +hash = "0cce969e8bfaabe462f1ce6e81e716af2976a45281f2e17e3263bd4f107d7457" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1003_tinglu/tinglu_shiny.png" +hash = "bc439a702cf2b8789b9e102d07e276477643ddb0dfe58e6f07e409a6f6a43a7c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1004_chiyu/chiyu.png" +hash = "120788402f63243f1db9f89a07e61e2e163fc02e531a865a0cceac5aa69309b3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1004_chiyu/chiyu_shiny.png" +hash = "38b54666a06e52e4d1396216f1d3c228b3b75cdb05f59ea81b25695a2a145515" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1005_roaringmoon/roaringmoon.png" +hash = "e6ae961c7588cc117bdd36ace1bd3ac322942636e86d8eae7452e455e554513f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1005_roaringmoon/roaringmoon_shiny.png" +hash = "74453f1d49b06517b2ca7b9222240a6162230b76c957ffed96ddced751807802" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1007_koraidon/koraidon.png" +hash = "de75d7cdb98aa1625521ee710f1c9e6b7324107029d41adece1b525ed83631d1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1007_koraidon/koraidon_shiny.png" +hash = "0e1b9b6c7f89934082c18dcbb40e497a603d2e929d57d46f6d6b6477056b8ced" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1008_miraidon/miraidon.png" +hash = "55fe698a7858ea370011b30ab02669bc3bf6a63c97edc53d364305d8fe644e5b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1008_miraidon/miraidon_shiny.png" +hash = "b24ce9017a2e78aadf633b268ee360d71ec5b900dabe96e176dd567b419648bc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1009_walkingwake/walkingwake.png" +hash = "d35b841933cbd87a4bbf396ee4080dbc58a8cd78c574d089fdc253b3accfb8f7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1009_walkingwake/walkingwake_shiny.png" +hash = "54df883097f37d09c85bda4d801b55d44c78df871522c2c80ebb4a32e0b373a7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1010_ironleaves/ironleaves.png" +hash = "8f25b967127c99142505d062e8e4f43c87b09b44c4e5d365d26b13d40bd15a8b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1010_ironleaves/ironleaves_shiny.png" +hash = "175d70edd3b7ab0f1c9ac08c764ff437f1ea46d96b60b9bcc5c31a9d3c4f3c21" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1014_okidogi/okidogi.png" +hash = "88d61921edb940ab3a3d19caa2b10b3d3d72a5f4787f81c7a23cc6977d156e27" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1014_okidogi/okidogi_shiny.png" +hash = "0639c9550fdb28235d35b757b2fbce61963e30985de440d3e5754970672a743a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1015_munkidori/munkidori.png" +hash = "65a407a7b82a6d3eec05f343f3d6abf9402e12d5bdb717c7890cd648a0593f8b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1015_munkidori/munkidori_shiny.png" +hash = "8ecdacbbb41ae027be697baa63329a81be6bcc8ff3c0ef54793d090cdfc7539c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1016_fezandipiti/fezandipiti.png" +hash = "1328b3ae2178c9d8bdf99f42d97323d0dd2801b80f7ce9d5d09baf27738da353" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1016_fezandipiti/fezandipiti_shiny.png" +hash = "72667d6e25da49c985869336860886ddacced12bb060dff0b8137530507d07e8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1017_ogerpon/ogerpon.png" +hash = "de05b9ff89a1b4704f1cbe268e55af187ece5f82488e2a8fcc2e07c5b80b494b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1017_ogerpon/ogerpon_cornerstone.png" +hash = "cbe66a5293b63665886060f235c86e4cc2a7c1efd314f0ad9555538e74827dfb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1017_ogerpon/ogerpon_cornerstone_shiny.png" +hash = "f9434b6280e1f441a4ceadbc3a29045c9dc9b9387e596020763dcf5d866aab5e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1017_ogerpon/ogerpon_hearthflame.png" +hash = "4dd13c090c32291ed23f14da8a270ee4bdac9d3f35ffeacd5c195233d6da3f5f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1017_ogerpon/ogerpon_hearthflame_shiny.png" +hash = "be24c1f0b3d12a4b246eb451941cea9305cbd4075cd29f55b91aae1c3202110b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1017_ogerpon/ogerpon_shiny.png" +hash = "80faa6c10177b0f0ff5c4f39ebc3b131964312d66af63759efa6bf9e420da253" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1017_ogerpon/ogerpon_wellspring.png" +hash = "101d9c6ff8cbfd5839058f71f310e72b16e56554c31b92438d677d4653a7ab7b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1017_ogerpon/ogerpon_wellspring_shiny.png" +hash = "750ae1770df6a2724efe4a216076bfc7584175f24923888db3fdc6936546badd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/substitute.png" +hash = "c6fc6b3cd38ad9f80aa7822a88abb12659b37e3787a58d6b5d7fb06a5e0c51bd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/substitute_shiny.png" +hash = "cda542dae137168af84c67b2cba578f2d6584cb8b4de07cc0c7422692d26ea97" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0001_bulbasaur/bulbasaur.png" +hash = "342b582697122d1936c80a27190dd12233330bbbc1a53cf1ceb2d9fda59be997" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0001_bulbasaur/bulbasaur_shiny.png" +hash = "82a865e28cbd2b72177589e65023438ddd3ed4563f384b380247ea9fe5ef61f7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0002_ivysaur/ivysaur.png" +hash = "f475fb9b495fc0b69aaa5d18af952f0c26f62cb5d4561d5832a7369f40a4e3b8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0002_ivysaur/ivysaur_shiny.png" +hash = "50b2a8396e9ac67b8a23dc72c4775740526b17768dc808fb5279e9e8bf85c76f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0003_venusaur/venusaur.png" +hash = "7841110512a6267a9d08d6d248776761ca4b9828f361dcd92fb79012bdbb0c16" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0003_venusaur/venusaur_shiny.png" +hash = "212d1c0bdfcdf1d0cec1fbc7fa1e82a674c4b76cf0f55692d64f08f806a9003e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0004_charmander/charmander.png" +hash = "661aaead67877f47797ce160f830b256a66b9b319aaa598f01762dd95e2e640f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0004_charmander/charmander_shiny.png" +hash = "ec77636598402a90fac24c2a7b315edd81547d9d3f2b426c916db0d92dc8f96b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0005_charmeleon/charmeleon.png" +hash = "3b86decd8b7ab770af63bdd5921736f263fc261ca1331fe306b8983019c14ec5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0005_charmeleon/charmeleon_shiny.png" +hash = "a56f2dee2e4db52bcc3ab95ab25387ae11219fd28efc9db129401ca945e07efb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0006_charizard/charizard.png" +hash = "5adbe1c37a874ba7c84ec091f6496f4f068ffcb5b3565fe7b198f1a0a6161a81" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0006_charizard/charizard_shiny.png" +hash = "704d1e7ba49066eded32eb5631ab464f5b9df74c47960a36973f463d4d895e9f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0007_squirtle/squirtle.png" +hash = "1a06c53e64e7c2c1fb49ff9bcc1486ddc0427f0abae7088375041806f79bdc37" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0007_squirtle/squirtle_shiny.png" +hash = "46ea5f88fc6cd020cb5ffbb0046803d4e6079d837a73728c1da91a1347cba73a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0008_wartortle/wartortle.png" +hash = "95ad227f53a1a9836fd9b53b2ffd8bdde8d682f959b3d86cd394e1938afc9ae0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0008_wartortle/wartortle_shiny.png" +hash = "c31d2bedd2067a5878087a0ce15c7ade9562c914c5e483abba477c832dd774f8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0009_blastoise/blastoise.png" +hash = "c3b0fa3a9ad423c4817a62a5222eade622311dac3bab7215ef8b1e58f37e2caf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0009_blastoise/blastoise_shiny.png" +hash = "48f6f754dc6d5d5fa414488c11872162fb7567cb33025146ed4b50e0952c88dd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0010_caterpie/caterpie.png" +hash = "32fc75ee60f111994fd18f459648740f2c4c11a5cdda6a234f4fe946e5f1e0a6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0010_caterpie/caterpie_shiny.png" +hash = "fe6178f643ad7fc6da48edceb472f94a767e8b3c660b515c1d9057e434e43f68" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0011_metapod/metapod.png" +hash = "ef8e0e1892e2378d40bb20ec5ae004ad9b50ad5feeaa0a4bd4dfdf5554aaf4de" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0011_metapod/metapod_shiny.png" +hash = "1fc9b3f9f0704dfa975eb38c3415d0009622d27cb83cf8fbea5e7acbceeda575" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0012_butterfree/butterfree.png" +hash = "f2910c9127e5100599a03e236b16b2b8adc55b8a83f58369354be4e654bdfcd3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0012_butterfree/butterfree_shiny.png" +hash = "ab153c0e3f0bc453f63004da24fe942bc6a182789a6ff630223df3dbab632676" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0012_butterfree/butterfree_valencian.png" +hash = "f2910c9127e5100599a03e236b16b2b8adc55b8a83f58369354be4e654bdfcd3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0012_butterfree/butterfree_valencian_shiny.png" +hash = "ab153c0e3f0bc453f63004da24fe942bc6a182789a6ff630223df3dbab632676" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0013_weedle/weedle.png" +hash = "932caab4257cf0fe193469517f36c544c457f27f745dcb587c87c2f6745ab1c6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0013_weedle/weedle_shiny.png" +hash = "ed48d5a498b4d71207da0f8432ed82ed8eb28039c512ec470c31de8de652db65" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0014_kakuna/kakuna.png" +hash = "f48719116aa330c56a8e877e765a69253db9f4f1a3f7d6c08df274e78382f07d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0014_kakuna/kakuna_shiny.png" +hash = "43a466b5fbdd13d3485c26b2237a83fc9d5048f7ecdc2a85160d79f390e2539b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0015_beedrill/beedrill.png" +hash = "f2eea8f1aede86bb033798d4081fc3e84e24110962ed973e78eccfe9ff405b02" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0015_beedrill/beedrill_shiny.png" +hash = "4d9647786f26fc2d20bda80c718dee5c2b43a70d959daeb5d7496feda6fe9936" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0016_pidgey/pidgey.png" +hash = "b464bb24d7aa62cd6bbc4db84003c03efb218474beec4ddb45a81ad86713554d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0016_pidgey/pidgey_shiny.png" +hash = "41a29b26ce8bf12846c8a9e60575c2182a39d5a4cf194c168e2f9cfc8d5aaa4f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0017_pidgeotto/pidgeotto.png" +hash = "eb9df4f4cb56656e4a2d4b0aa27140129e0dfb6e5e7502e79569a0be688a943d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0017_pidgeotto/pidgeotto_shiny.png" +hash = "897182b517993486cdc6249d3dc9d10bead8c660bb991fbc7d9121d1e4df4265" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0018_pidgeot/pidgeot.png" +hash = "a84a2c1483b0a2c248570473564a3c13de05068267b928c40b2388a2fc2fed52" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0018_pidgeot/pidgeot_shiny.png" +hash = "0313055164e971d80cf1d909c02f974c41adf004a4144111709024666eee531d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0019_rattata/rattata.png" +hash = "5b5fc0d348cc4422863a7beefee11f1520787dee1b18d388cbaf68e9048dbe66" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0019_rattata/rattata_alolan.png" +hash = "ef14ee6da74c3a9c44a5ca7abc5af4c21242bcc90fca0357e61380f67338d414" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0019_rattata/rattata_alolan_shiny.png" +hash = "d83cd85a95e12d0522da0fc1f45259625f6a0f75e261c7173f3405487afd449a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0019_rattata/rattata_shiny.png" +hash = "262d7b6590ccc3176d71c207b15d0e665a8b553ab65625c5644c769abe8f1fa9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0020_raticate/raticate.png" +hash = "007aef017fcf3e224555f08776a385e93f7115c72ed4f34799d5c5fa087d7538" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0020_raticate/raticate_alolan.png" +hash = "ab1bc8642fef1dbc79f43411933332254434f59c000f694bcdd3e26f9e81109d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0020_raticate/raticate_alolan_shiny.png" +hash = "2c86d18666f62af78054fc6fa83c293b854e11ec211cc1c054f81aa7e453c19a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0020_raticate/raticate_shiny.png" +hash = "cbdf28ffd38d1306b2567fbf4795e5bebd91d76ef653afcd399c8999350e2315" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0021_spearow/spearow.png" +hash = "865f6cf5cc203a6d83399a51eebbebbf75198dbe85a1a8b98f5127767b7d4aa2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0021_spearow/spearow_shiny.png" +hash = "030d819c8758e22fabe43bd05f3409350c514a84b34d2da4c72d9365e4d55944" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0022_fearow/fearow.png" +hash = "286252bee12d7728d9ddb42a985f985632eef497e93537bf84f4f8acabba3343" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0022_fearow/fearow_shiny.png" +hash = "aadfc3b19e2af750583f3b6873fa285e94f42893b986d1fe96deeb12cfd87a8d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0023_ekans/ekans.png" +hash = "806da2b85b09a5d1e3ab693d2de4dbdaf761002bda08ba8fca6ac4ea8eea1e3c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0023_ekans/ekans_shiny.png" +hash = "a994e0d7e51ce62e52558eb9865fc03ba62fa75a3ea9aee9b65b701bfa48e5f7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0024_arbok/arbok.png" +hash = "fd953f856b614b46d0972971d9ebc0dd862f0a79f7e376142ada6e229d721c8f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0024_arbok/arbok_shiny.png" +hash = "55b11d0d11f9d2a7537e0517b445786b2bbdb8b2675bd2a0ccf4746f785c006e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0025_pikachu/pikachu.png" +hash = "76658c6f409c4f4261507ed9f041ca910b386c0b73b34169b494d4fd6e6f6457" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0025_pikachu/pikachu_shiny.png" +hash = "5688ccfa830dcb63dbc2657cb8e551f3aedfd80fd233ed81b9d35280045ae7b9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0026_raichu/raichu.png" +hash = "758d2fc39d8caec25e9161184c3d86d98247bfe4498fd1326bb499f95c605eab" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0026_raichu/raichu_alolan.png" +hash = "14a3d11a3c7c1b2850b42a6d83d003332ea17a87460230764f03ec5e8847ac2c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0026_raichu/raichu_alolan_shiny.png" +hash = "3b805a345c8e4181b53cff87c5df7f36de41f25789626b5ba1693e7374ec353e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0026_raichu/raichu_shiny.png" +hash = "9febad59de7a2f53e91046d8b8e3a70c170ca59c35861028696a10f1771aff89" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0027_sandshrew/sandshrew.png" +hash = "15279af20ff1544021470bdc044921b702dc0f7f2e87eb08e141bfbbf4701474" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0027_sandshrew/sandshrew_shiny.png" +hash = "ec1f5b4a8af911cfa226b0ddbc7578e7240c8af691416a24a769c0b17ca93837" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0028_sandslash/sandslash.png" +hash = "d14839383f104ed13fd470b67754450623200f5ad1548a8cbad5037c33f500fe" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0028_sandslash/sandslash_shiny.png" +hash = "0549affdd50f3fe173b454a51a81864ef6e7defcd896db8f22e3ad2bca4cd3a1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0029_nidoranf/nidoranf.png" +hash = "cf6779fd8967ad7ae7bdd5709d1898949c6e2b98fbd98f6c0e8369f05857e2f7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0029_nidoranf/nidoranf_shiny.png" +hash = "5c0d21483c01a9a2dd2dbd4f599642afe3827eb5b7f8bfdb1dfd7a8dd8d5a734" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0030_nidorina/nidorina.png" +hash = "fbc238844ea00699d238c5359b4b8a71c19e510d64e3ff3ba3c0c09785a471ed" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0030_nidorina/nidorina_shiny.png" +hash = "08fdc7fef477dc85334b95a61dc1729c8fb904104a3709c2ccc5c197c217b292" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0031_nidoqueen/nidoqueen.png" +hash = "df54ab2aec7a1a301d79dbac310aaf27c708331dc54e0a63ea792b5e5992eba2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0031_nidoqueen/nidoqueen_shiny.png" +hash = "49d7ec8f596df1e5dc993fcde00938d361875752484186ba6a12db2369acde21" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0032_nidoranm/nidoranm.png" +hash = "b558e119ad01ff3add06d52a5bea88f55596d21accfc7b6795b521046f98aecc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0032_nidoranm/nidoranm_shiny.png" +hash = "b8bbdda3f2977e3e9908f84b90ed5d4e3bef14beefe98d0bab74dc4bab950e3c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0033_nidorino/nidorino.png" +hash = "61cc98e0d1827019339464b10d30fb15e1e15a2c0b2dfc7d844822c474c0b52d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0033_nidorino/nidorino_shiny.png" +hash = "4e45097f87b5023e011f33b69a937b2faeecab8ac84b00b85061b61ba47eeb9b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0034_nidoking/nidoking.png" +hash = "85b7fcdfec70d18e4710c7b0224282e181c8b1f1e33b55eed3c6d0a228c50d7a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0034_nidoking/nidoking_shiny.png" +hash = "765841189036122bedcf9bcf63440dccdab353a4f0ba5eb205c7549ea7155367" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0035_clefairy/clefairy.png" +hash = "fa63e80d714d5c89a53b512ca55c6d11fbf0476c50e034b510653a2c02c5c7d2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0035_clefairy/clefairy_shiny.png" +hash = "3a95f895a9b0c7b6fc6480de15257b328cf2fd6a2ac1221836c2b48710fa304c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0036_clefable/clefable.png" +hash = "495efb7accaefbd8d79195876b576f9489228217f23e3d9b1dd0b4c8d82cde27" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0036_clefable/clefable_shiny.png" +hash = "d9f5b3767e89647a34259764a801531b40841642bf4d8fbbf753b96923a55a3b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0037_vulpix/vulpix.png" +hash = "cc8d245f6e95a8f2582caee20f9cb16f1578d0befeb53c582ed79d764f7f5b38" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0037_vulpix/vulpix_alolan.png" +hash = "c071c9936e0a70ca984cd8b0ed2584a875e6af539fb78b73027dd13d9792e8de" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0037_vulpix/vulpix_alolan_shiny.png" +hash = "7bd8f77e7e0b38af43ab82cec1d7edd58ee0f36070ae6a2cd7dec27b8116a39f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0037_vulpix/vulpix_shiny.png" +hash = "e951f7bfa6a1a6091db954420dafa379910908df1a622cb9a6b7f2c4c0649c1e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0038_ninetales/ninetales.png" +hash = "2818bfc6df76158977d8c43a7034895a3ee3e9cea93c7fff4c65f99e0d0a7a31" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0038_ninetales/ninetales_alolan.png" +hash = "96138da263793654303a3941fe7e852228baf6d10a4a1a6eb69a123ccd5df459" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0038_ninetales/ninetales_alolan_shiny.png" +hash = "1be05cdc159d12f8627962758483294439bc4c4b95461e487b9b2756c12ed484" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0038_ninetales/ninetales_shiny.png" +hash = "3e9f67436e947af036ba46f809013b3b39fe6f343f1997666fc3c43b66bcc833" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0039_jigglypuff/jigglypuff.png" +hash = "3662bd54c557915b7ef5e4bdd0e91e0c6771e93ceee4dcfe5f0d65f3f2f06f07" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0039_jigglypuff/jigglypuff_shiny.png" +hash = "c3045c6984ae4f8468a95f8ed07f76c111dcafbb1dc60c12223fadf7afddaef2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0040_wigglytuff/wigglytuff.png" +hash = "c80a59afc141dd7e6a9e0bb1ff4d2aeef20ed8262038d62c51e755a993318018" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0040_wigglytuff/wigglytuff_shiny.png" +hash = "a337af2f7bdaba1d7416057d5636fd8a188fcc79e0e1f6e83ed9c3ac3c46a18d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0041_zubat/zubat.png" +hash = "d47a01eb5a95e23e44aaebe396059fd0a46f24bda37311feb551b74df5514a7c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0041_zubat/zubat_shiny.png" +hash = "109ba55f7f257daf96cb8b5bf2e6ceb4d7ea5d5cb8ac8b326d56a751679452ea" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0042_golbat/golbat.png" +hash = "e30799bfc1a15fa66b6f9c27dcabba9e73bcf701294d15acbd5c8834b1a3877d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0042_golbat/golbat_shiny.png" +hash = "f7d0a22ba1d3425205ea4a80dde85a569f5e7018a8cb4d1198c64d8faeaa36bf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0043_oddish/oddish.png" +hash = "204452e4c7a1b4845f8e511bbcd6a148f469829093754f63571b6fb2444ca728" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0043_oddish/oddish_shiny.png" +hash = "29ac900312a116f08dfd1db8807a02e6b9fb7050e51c4f59bfdedd16615dfbe0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0044_gloom/gloom.png" +hash = "4f771c5095e3f2fc6316d13180af5d8767c7bc672b86c0377626f36437f6d237" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0044_gloom/gloom_shiny.png" +hash = "a1672425ecbe845e87adb1caf369992f657f68c98cc2ed987b84fd07244b6b55" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0044_gloom/gloom_valencian.png" +hash = "4f771c5095e3f2fc6316d13180af5d8767c7bc672b86c0377626f36437f6d237" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0044_gloom/gloom_valencian_shiny.png" +hash = "a1672425ecbe845e87adb1caf369992f657f68c98cc2ed987b84fd07244b6b55" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0045_vileplume/vileplume.png" +hash = "9df8201ab92d2b9a722b8b58dca87f18ffb44cf199b6b31fed7c69d18b49baca" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0045_vileplume/vileplume_female.png" +hash = "9df8201ab92d2b9a722b8b58dca87f18ffb44cf199b6b31fed7c69d18b49baca" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0045_vileplume/vileplume_female_shiny.png" +hash = "95576700187a104409c089920e3eec57371f62c5454bf84f16c32d8284c0738e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0045_vileplume/vileplume_male.png" +hash = "9df8201ab92d2b9a722b8b58dca87f18ffb44cf199b6b31fed7c69d18b49baca" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0045_vileplume/vileplume_male_shiny.png" +hash = "95576700187a104409c089920e3eec57371f62c5454bf84f16c32d8284c0738e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0045_vileplume/vileplume_shiny.png" +hash = "95576700187a104409c089920e3eec57371f62c5454bf84f16c32d8284c0738e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0046_paras/paras.png" +hash = "9052a1eab5e671115317c3a7a16ff2224d1299c32879a8842cad4ca847b89e62" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0046_paras/paras_shiny.png" +hash = "14d4137b315e6c2aa8ca9466473c21af9378c237bbf2c75374c19187dfb833bc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0047_parasect/parasect.png" +hash = "1fe0475ab6e6ceeb845f05450e4723ff9d4cab2e7eacc8c5dbe133120de153bb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0047_parasect/parasect_shiny.png" +hash = "481e1d35a6817be07036a5aba3aed8003eb45f744573d2fc1928063679598e06" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0048_venonat/venonat.png" +hash = "3fa86fa4258c81fd6e0072eb8e78c78a3fd5b287038f243c80e6840cdb1c1a3f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0048_venonat/venonat_shiny.png" +hash = "9d7ad36976c4628a7a8e60b5c7b479a3ef7f99924fe8a533088986dff11d0af3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0049_venomoth/venomoth.png" +hash = "1655524880ba16ebf7082e4451fbca5e3d037357db201ac7b6c5e708d5e3ae8f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0049_venomoth/venomoth_shiny.png" +hash = "3a240e4ad47c909d6cfe4e558c525ae4258e131b5ba96d063f536ba5b19d17dd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0050_diglett/diglett.png" +hash = "f9a2b27fe0105afa4469ff4b8b6cec56a511a70aa6b9b65444c1b42b4406d7cd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0050_diglett/diglett_alolan.png" +hash = "7688a711841bbf6ce1fd134dc5e4b60209f0e3d2e09cb1ac712b17b72c8ff7b1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0050_diglett/diglett_alolan_shiny.png" +hash = "9d8c359b06d4480bb99916dfcdd6ba429bfc62e7459e9e1e35f022efcb3a40b1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0050_diglett/diglett_shiny.png" +hash = "792895178a0669e8498f394e6b357cc9b1d55945eb1672eaf43faf6b66ec1980" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0051_dugtrio/dugtrio.png" +hash = "4275167396692e62f0210394c852064d8346644933fc1da5e59894d9c5c20aa9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0051_dugtrio/dugtrio_alolan.png" +hash = "4b02de90c6b1bf39120c87cdd2741034dcb1d06a42a9752260e71530ff7aefa9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0051_dugtrio/dugtrio_alolan_shiny.png" +hash = "709822f1ee2c115e9442a3650eb0119d1eca0f186f23512974cd1d924406efa4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0051_dugtrio/dugtrio_shiny.png" +hash = "0c65e6082c2bd824414b53a379dcab6c3384ffa42153f513470d83782eda1939" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0052_meowth/meowth.png" +hash = "f8028c1db43f027f23886d15d010e29d8919440249a82ec6586a861de36ffca8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0052_meowth/meowth_alolan.png" +hash = "1e14afd3ad0067359ec906ac20923a3b78529571cc042e25f0d1ec0cfa2f5319" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0052_meowth/meowth_alolan_shiny.png" +hash = "2b774cf95ff7902457139b01125d1aa23b88cb153368df2a1ffdc8ca755bd627" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0052_meowth/meowth_galarian.png" +hash = "040201ed32037eaaa6e80d6bcb54367dcda87e09c260e947ed6e56613aa498be" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0052_meowth/meowth_galarian_shiny.png" +hash = "656a7edaaf5ab06b4ba278720c1b09213556b63f20ac96451065767eb5c30512" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0052_meowth/meowth_shiny.png" +hash = "0d39062d618c08c2f154d255b55cfdac9daa735dc9862f6b0d958be9a37ae931" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0053_persian/persian.png" +hash = "dd724d29c2212b967ed5ca5485824a88de99654adab801c84674693861d68e35" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0053_persian/persian_alolan.png" +hash = "d360791718ca473d8164dc8ce71544744a7274b9d60965ffd12184e59cb38ca0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0053_persian/persian_alolan_shiny.png" +hash = "36a15fe1ff58395c1f8ae50fec3c4898e4f4c9b1d362eb09e152fc1988b34e86" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0053_persian/persian_shiny.png" +hash = "c3488e56b881af28f021ea391af3990a59f9d8d04937e406317c075d0beb0bda" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0054_psyduck/psyduck.png" +hash = "cc94a40f20dec3ce801a50859b9f7a4713204228c0abc34a321df7e4d648ecce" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0054_psyduck/psyduck_shiny.png" +hash = "f65418dbb0ae8fa98c80261105e69d0116c133d66ffe5f5efc18c1b6f091a224" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0055_golduck/golduck.png" +hash = "7201200bd0951dd150d19a37392023a935280de3a39a061f1b562fa34593087d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0055_golduck/golduck_shiny.png" +hash = "87f7af5f72cb7d745cc3af415ae1dc5cb1795a42b621a6076a3f8d266281e498" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0056_mankey/mankey.png" +hash = "bd61c5119e32604c1af945f806d1deafb19a21f589e227779bc8efd0e4490d30" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0056_mankey/mankey_shiny.png" +hash = "86b72157feae0df49c206284f3721d237b2ac83a51beeebb4fe9a491f122df66" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0057_primeape/primeape.png" +hash = "6145befd1fbc50206b31371fb3a57510c926cfd85da0d4d40ab2861b185c9c57" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0057_primeape/primeape_shiny.png" +hash = "df47e5708091e6711a33dc065488f5222b6dd7bb8cd5c4041e2c25b159025442" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0058_growlithe/growlithe.png" +hash = "3a014dbe7bb4bef88302ab55d5ee71ddc7b6c3ec9cb055031364353f5f2a6a41" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0058_growlithe/growlithe_shiny.png" +hash = "efd771f256949700e745eda2ca427ab33379827fea22969892d86f95c98a5006" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0059_arcanine/arcanine.png" +hash = "d315383e643dd6983bac20bf053712d22a1b8848aab9ed2eb2ea9a537572d870" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0059_arcanine/arcanine_shiny.png" +hash = "072c398c12a44d97494fafc5221b342739987692bb6e7a505004ae7af48fdf03" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0060_poliwag/poliwag.png" +hash = "fac4ca121eb69c5d14024e305a34ce26e88b12e61dcdb4e3bc62045e123328f0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0060_poliwag/poliwag_shiny.png" +hash = "24df938c21595b2156bc2ae7a9bb6237e2d92f9db0fa5f0549e311a599fe297a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0061_poliwhirl/poliwhirl.png" +hash = "ebc50dfdebb0dc35ee7cbf493eed9d48f2da49bd61a550eda05d546e2bb88d67" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0061_poliwhirl/poliwhirl_shiny.png" +hash = "b19f5257fdb8f277f22cf7fa17bd484f765bc0f3d74e965df4e5f841632b0159" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0062_poliwrath/poliwrath.png" +hash = "c7fe0a3a8365b19294663517868f1b298e750f4bc701edd7184a82a6afdc881d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0062_poliwrath/poliwrath_shiny.png" +hash = "827d94161f3b3565042314360081115585463fa94a904cb05555c16a4acdc5fa" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0063_abra/abra.png" +hash = "a6c642c2e6c3f2251d192565d560ec934f6b831bfd4ceaabe3d6dbe9598d63ec" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0063_abra/abra_shiny.png" +hash = "5853a39062f2c91c4b7b5a57cf9f67a0df9b166f124bee5ac8d6e82acfb29ce9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0064_kadabra/kadabra.png" +hash = "b2f8c930b9f8889c7058d72a93d1e04cc741b7f1b82ca0c53bef51a12305f231" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0064_kadabra/kadabra_shiny.png" +hash = "787d877130408c23296aa942a38a39b39306a926b92a9cc9e3077cf2e610d1d3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0065_alakazam/alakazam.png" +hash = "2c3950e3321200c4b4b2e832283050df3efdda42aeb21d2bbd9f90b7306a5d2a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0065_alakazam/alakazam_shiny.png" +hash = "e1ce02f4fdda380f3d986d069f5983f0ce40e94a4352671b988a666b7a2c4253" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0066_machop/machop.png" +hash = "1fc5438457c13df8166fbe3289af2a9ea5f24efb258846e400c642dfde7e0132" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0066_machop/machop_shiny.png" +hash = "2cba6db81f312e910ba09cea43438315ef3d5adf9be271c56b5a4c228ab1f027" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0067_machoke/machoke.png" +hash = "d210502431691930632c856f94d175d445a4c4ab71f761a31ff34d39c3ec5871" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0067_machoke/machoke_shiny.png" +hash = "117c4346cf82595af326bd7b8a8ef5da8a57708e767862b1bc23d409c4e12bb0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0068_machamp/machamp.png" +hash = "76d1360c4aa9af2e1e6ff4f2e878727466d44d3374d829e6c9fab671c8973b36" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0068_machamp/machamp_shiny.png" +hash = "63be65b129d68ee25b0242f42f50b58efdcf8af04b9845dcdeb491dcb73354f9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0069_bellsprout/bellsprout.png" +hash = "12af575f98c133863e25bfc04229536d5c6bb043773171a2d2c72c30f8cb29ce" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0069_bellsprout/bellsprout_shiny.png" +hash = "6ff59698232f54dfb1b080e1aadd37ce9fb5c0582c7a0754405f341bf2c54534" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0070_weepinbell/weepinbell.png" +hash = "3e59a64901a5b7194511a8815711c3c6c2c8ad25b25c985d5c204fefd91e7cbf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0070_weepinbell/weepinbell_shiny.png" +hash = "0760b6ff32e3c909c6bb3045ca3de1ac091309e06e1e12397f4ef27a1da9b3e1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0071_victreebel/victreebel.png" +hash = "4abefdf5fdc007ac37f96f365fc505f1e2b80730864cc65fcadbaf869cd1aab8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0071_victreebel/victreebel_shiny.png" +hash = "f3792c8004f1e34a7eaa5eca7797ad376e76b76981b3e9eb20d17bc4e7bf0aa2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0072_tentacool/tentacool.png" +hash = "dcc906ba1711e3ad717040a60e1cc6f502dc7e9d63146d481e9b6ba240d9a2a5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0072_tentacool/tentacool_shiny.png" +hash = "7f2b2cbcd819eb943d885f2a79509bc8e8623727a26674a08fcc014940a991ba" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0073_tentacruel/tentacruel.png" +hash = "8ee48f44ba23c74dd86e39fce30d7dc389d2dac968d54daa285e2939a512b5ac" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0073_tentacruel/tentacruel_shiny.png" +hash = "6965dcb94b2eb52896f0dad485b8d0de4c23f9096e7ca0f374790f3084dd90b0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0074_geodude/geodude.png" +hash = "ec32675e32812917fc9adbf95708b0533258f4f5cd0441fb4bedd47da7e2080f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0074_geodude/geodude_cake.png" +hash = "9c0a53caec4ca874f15764660e874c0a8e6ddae6685480298a8a1b75d2921446" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0074_geodude/geodude_shiny.png" +hash = "8605a6cad5390664ff20b8ad61713c56e8609ca7de56e3d578f7139bc6b05399" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0074_geodude/geodude_shiny_cake.png" +hash = "4f82041561d1e10bbea90edf74e4bd01a5c9b1f24c20e27dcd9aec4468723548" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0075_graveler/graveler.png" +hash = "c9ddffda076377070850cb083580b4bcf2350a3a96e7e51e150729928d00d22a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0075_graveler/graveler_shiny.png" +hash = "7f6fdde9e0fef1029aab093fbd6b2b60866f1981f6ed22efb9e43e2e1e952ebd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0076_golem/golem.png" +hash = "a1284404b69bcbd2ab760e40c372758d8aca8141cfcaaf21f1c0a7718ab1954c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0076_golem/golem_shiny.png" +hash = "b5dd924071bdd67f78fc4526deb8dd10c9f5735b05391625b169992fcc64982d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0077_ponyta/ponyta.png" +hash = "5e40612fe01e0e24e86463c7d3c5451d292042135c694e65e96eaf7b36337cd4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0077_ponyta/ponyta_galar.png" +hash = "268ed90e96de75a89c8d3c4fe8ab7d4c60f2f9dfd95e75b23daeda386fc07bad" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0077_ponyta/ponyta_galar_shiny.png" +hash = "9905d37160b7a6d01fe2836ab5d650de9a0c92261872d3e39896c9977a794d4b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0077_ponyta/ponyta_shiny.png" +hash = "52032884ad7b01d5f38cbb901affd92ca815fcc0c19a7074cda1f9892b25752b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0078_rapidash/rapidash.png" +hash = "092b42423569ae9aba855c2baf3a55e335edfd00f898bf4281cd02a5a70dd180" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0078_rapidash/rapidash_galar.png" +hash = "8418a4b8193ef1652f205fb226b59a914a09937eb8e84cd94b57e46cc9275027" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0078_rapidash/rapidash_galar_shiny.png" +hash = "fc3fc8ebff026be757c0079f7d4790725f7e8f19cd801b9904735f84b9c0346d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0078_rapidash/rapidash_shiny.png" +hash = "d271de0e4af1cf2676c5c7da95a7b1ab14b09ffbc087bb35923f4ddf2055e206" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0079_slowpoke/slowpoke.png" +hash = "b0ba2fc398262cc433bb3d783ac481b499b9f79021223c7a68260aafb4065e66" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0079_slowpoke/slowpoke_shiny.png" +hash = "af6c0b3349c7a7294f36ed3aed53313f0fadc72f1cc56b6727247052be1b3c94" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0080_slowbro/slowbro.png" +hash = "10f021589f9f0fe59c308167e78bcc647978c14f5dc1076fe35932a051c7fec6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0080_slowbro/slowbro_shiny.png" +hash = "18d3c37b8a5e74a65a33cdf6751ac8e5b65c36db9672b6354b3c57ab12119775" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0081_magnemite/magnemite.png" +hash = "fdd1f7e639accc43f819823582f4c3522609218daf11686d319d5f7fdb97abe1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0081_magnemite/magnemite_shiny.png" +hash = "5c706d5ae0de9f86c8f98e2bbc05114d1f28ea0550324aa234aa4df46d546eed" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0082_magneton/magneton.png" +hash = "96465bc0f53a68b9e864a3c23710d87621a29c0b476c0ec24a6e6eac7e5fe4ad" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0082_magneton/magneton_shiny.png" +hash = "9d73f9410ea76367187dbdfe9e4cbd6a53df6a435b2d5fff0c2adaf16cf37e50" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0083_farfetchd/farfetchd.png" +hash = "ba7a02c2ebd914658014392310c69ab9a72f78642ee2274930cfe0959e1b58e8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0083_farfetchd/farfetchd_galar.png" +hash = "c3f7b3017a1514b9f821f16da00291ef89495891c1168f1eed56494a22016785" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0083_farfetchd/farfetchd_galar_shiny.png" +hash = "08efb2469dfa7e4b90d2aa527a00e84e1aa1e9cf1c6c745ee03868ed2c85e190" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0083_farfetchd/farfetchd_shiny.png" +hash = "18b5b561ce21e5cfcd94bd8c39b9e9718894e97780d4cb90f1112293bda1c318" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0084_doduo/doduo.png" +hash = "76f86415584b96995e9f08c5eadae34b19abe85b3bca967bafb601a26666d3aa" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0084_doduo/doduo_shiny.png" +hash = "af9003f203b098c82cc93d3a2821214cbdc60765950e761dea58fbc0c5172b55" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0085_dodrio/dodrio.png" +hash = "8de4760f8b712d1f273a06518fa5a3530d320014ea646690c5a35c2c333e24c4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0085_dodrio/dodrio_shiny.png" +hash = "134c74462cba18b119eae343e5f6c058544bac68881b165e13d974c2b4184414" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0086_seel/seel.png" +hash = "6497d084e72d231abfc765789fc1197b8351f9e4da9e188ff9124cd4dc714616" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0086_seel/seel_shiny.png" +hash = "8b2473383995e36f3d200e4a939d715144f72a6962291abddec0632a943dc45e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0087_dewgong/dewgong.png" +hash = "8493636edc0c394e4969bc86f4f0789ac55062778bd98a78dea35fcfa342d61e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0087_dewgong/dewgong_shiny.png" +hash = "410d739d3394c1ce30778cfd3e9cbf3dd7503bc68f1e7b26f7d79ae50ef0219c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0088_grimer/grimer.png" +hash = "a1abe1a653fad6fe30f507f486635639b2620a36420ffb11cfeff16339ff0a5f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0088_grimer/grimer_shiny.png" +hash = "2510b15291cd85576a5b83b9043dab49fc9ebc6aa543fc01b1cf68d6586291ae" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0089_muk/muk.png" +hash = "7635e3a4020f474e5c4a6c95b36f3038b06d65976fa1fb78908b9b623a663e55" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0089_muk/muk_shiny.png" +hash = "7b4543da409461b51caad17edbd125cd36e6761eef92e09383ca3a88b40f7353" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0090_shellder/shellder.png" +hash = "4c0e4e7d384a085959723fe8b6198db9e31f1d6072f01576dc732c748d5a9b88" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0090_shellder/shellder_shiny.png" +hash = "ead9237d126c08dbba9ba0f334a524d08d6f13ca01a5114e8c2aec6abd6688e7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0091_cloyster/cloyster.png" +hash = "5f6861d528f13414a5c027db72333ef2c487fd30d45c8766c4117305afa0969d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0091_cloyster/cloyster_shiny.png" +hash = "c8810e6b80c799cdf320a471ab7a229e8c06cf6468339fad9297154bc3c80c44" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0092_gastly/gastly.png" +hash = "729a9a900f22f13de75522652f1a401dd746392d62ca6e3d161b139fe7e44048" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0092_gastly/gastly_shiny.png" +hash = "016fac8fcdac4180ea2d3f78ceeff3a01c2c681d054cf658a4743c80377a308e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0093_haunter/haunter.png" +hash = "efa3ccfcf3ac4e0bd2eff0f9382c81d37e00826986bac592f653313d4ccd8abf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0093_haunter/haunter_shiny.png" +hash = "bfbf4e54df843d69de0084fd452115f057010965f970e39c67a39d4c33ee0da4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0094_gengar/gengar.png" +hash = "30339938fc0bc4d0dc334a3fae980fd17a939806f22f83b117184e9e318d518d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0094_gengar/gengar_shiny.png" +hash = "1262fa972977c8aec2185326729a39e0cd7a4217fce407804e58f1f22ce7f8e9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0095_onix/onix.png" +hash = "67bf998a3744dc08484de84233f7595b70134d85dcb92737059a61c4f5bf5262" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0095_onix/onix_shiny.png" +hash = "44f1976b21420362940363a682b66552a532806a840c923ff3abfd404987486b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0096_drowzee/drowzee.png" +hash = "38bad7335a32caedde8c4471d39f929dfe97ad8767f053341356031ed927defd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0096_drowzee/drowzee_shiny.png" +hash = "e17c885c8a9cb287ee92c995d1162b6fccc94faeedbd028cf54ee7ecd2b36eed" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0097_hypno/hypno.png" +hash = "84d28ab8a23bb8efec6ac99b33f5b3ab9b5c6390e6b9a2b5e1e6500cc82660e1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0097_hypno/hypno_shiny.png" +hash = "ebdcb80171b1d8d2a8f5b94fa913d8dbed91f780f685d9a4dd92f0874ef56a4c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0098_krabby/krabby.png" +hash = "d6e611151d2e65a7f68c5c5e6a352a0c71a9a10fbca2e78a6fbea6b4ff280015" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0098_krabby/krabby_shiny.png" +hash = "1f61477c34e5a51f5168a27143d8011ad70d9acae43310703f307ec582e44b54" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0099_kingler/kingler.png" +hash = "dba1102bd4fea9727b9e89162c8bb1112d85ebe64d1b15b3f0a515479f8341a2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0099_kingler/kingler_shiny.png" +hash = "20d166eeabca82479635156731113271a5eba8b9b759af77e1b4d5d8e7560cad" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0100_voltorb/voltorb.png" +hash = "4716e6309928337a9d5145c6baf417186fbf63d7b75daf8abd2be47d1346facd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0100_voltorb/voltorb_ball.png" +hash = "4bb39bb7ff9c0fcde78e90b7cb594aeb1a07db6bdac96eec7941093529a3ed3c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0100_voltorb/voltorb_hisuian.png" +hash = "5be7d266bb9aecc0a9fe2734c3221126726e66f82464b71f1954d0a74f84cf8b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0100_voltorb/voltorb_hisuian_shiny.png" +hash = "7661dbd00ff2f2dc4aae17b465187679523810e488b9864b4ac7ef4e5a120b94" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0100_voltorb/voltorb_shiny.png" +hash = "e7cad508204afaf3bd10d8fc3fe69bcfb65d707a4fc7f28325d42fa0c6abe9ab" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0100_voltorb/voltorb_shiny_ball.png" +hash = "06a5efc45acc1ae6ef5566a8cf3dee7848b72a74597d4af1d13759099c11c056" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0101_electrode/electrode.png" +hash = "d80c1fca07a2d9f6ca865b922d69d6e7bb18959c40a41a01b4bb9027cf110731" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0101_electrode/electrode_hisuian.png" +hash = "1ff737797f8f30ca285d8fdbdfdfb9c80adaccf4cf2ba21b421208c5ba87b55b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0101_electrode/electrode_hisuian_shiny.png" +hash = "8154e7f197320796a3de634f722bd3484bc8f27c7bd98d22b3b11cd19f12f01c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0101_electrode/electrode_shiny.png" +hash = "7daf81b0470a17829ef96f8332977b8d2b2bf10b6884358ca53b423d8a0e0f79" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0102_exeggcute/exeggcute.png" +hash = "b7e5346dd2c573f0cccd5cb5b74d74acea51a4c66b3e036e8739b2f354bd8567" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0102_exeggcute/exeggcute_coconut.png" +hash = "92181239f51b08e79410e0392182712fc5a75cd938db047084b422a510acb69f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0102_exeggcute/exeggcute_shiny.png" +hash = "d5752b983aa33b8680bbcf53a42d8842c26a0eaaaec6e4ffb80fe5b6b5d5041f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0102_exeggcute/exeggcute_shiny_coconut.png" +hash = "bd84f05d40300bb79022e4d0e83b747fb5b6ae99231d80dc9f06d9c0c0df027e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0103_exeggutor/exeggutor.png" +hash = "c41a661f5902bd99465ae1a04dc03d28fa3482fb6879cad39dfb15e8be335bb3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0103_exeggutor/exeggutor_alolan.png" +hash = "ffa9c9d2f7122657d3dd1227f49bdec43bd34cac5efeef537c8a959706c3b7a5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0103_exeggutor/exeggutor_alolan_shiny.png" +hash = "053a65b86a5dc9f035bfac055416b117bdeb4798759bb65ad171bab48426018e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0103_exeggutor/exeggutor_coconut.png" +hash = "55dd29f8c7aa1fa72ae37c70891b1d60073986e58339e8a93448554961026522" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0103_exeggutor/exeggutor_shiny.png" +hash = "0ca8f52ff9064f2fbc39c19e92dcbd2a9357018d475510cf5cbd2b58c0a03e43" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0103_exeggutor/exeggutor_shiny_coconut.png" +hash = "0a71947e29a9d8533e4d085fee46e83654c7796ab79ef523e5624b244a0960b4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0104_cubone/cubone.png" +hash = "bcada2d0be09c28bf321dbdc4e038d66c372422bd3f25057750351ebfd278431" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0104_cubone/cubone_shiny.png" +hash = "c3e123fb3dfbe37af292f9a387b1da7ce3691708ca631ebe39b38d967a5c090e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0105_marowak/marowak.png" +hash = "5cbfacc32062bc2a60c7eaaeaad459f83e511e2c6842fce49da713540a88cafd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0105_marowak/marowak_shiny.png" +hash = "a34185472d0245dcaa0dba5109b7fcf0cac32b2fd48b31967d9f070caee1ae81" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0106_hitmonlee/hitmonlee.png" +hash = "fe2a95b56c7ad6829ef829c366e661f7a3adcfef76b2b6159c74838a7898dbcf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0106_hitmonlee/hitmonlee_shiny.png" +hash = "c1e13a8695323d8d37743ae7c3ec37e9fd5ba0ff992aa2a240c37fd960fbc7f6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0107_hitmonchan/hitmonchan.png" +hash = "aa7812734d9e875053f318bfbf207243d7972dda2017b2d0012ade1835d4e464" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0107_hitmonchan/hitmonchan_shiny.png" +hash = "691c22f188c199db30bc87719eb80024c79d8e6546469d2d36721f8e303bed19" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0108_lickitung/lickitung.png" +hash = "be978d836ad9697e0a3eccfee5fbc51c9929ea98c354f394ebf9a6ec65dac632" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0108_lickitung/lickitung_shiny.png" +hash = "0a3a187396caf7a23ac71749683ac35a21b7e2c886b2f4adaa581e0bd290f33b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0109_koffing/koffing.png" +hash = "c08e06a4f174b2638f1887ebe85253d60c7560645dca3a6d132bd8bd1ebe9441" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0109_koffing/koffing_shiny.png" +hash = "f4bcdd710aa8cfc1a7d27fa9e61754697e0efac316792bea5f7aceb93f3f519c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0110_weezing/weezing.png" +hash = "96aaee2aae1e025c8e0f65545aff06f0256eff1440f3618622f2cfb9722e7769" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0110_weezing/weezing_shiny.png" +hash = "eff9fe601dab0d67f94f4706759a6265dc159c7077d0ea87139bb6fa8f699c14" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0111_rhyhorn/rhyhorn.png" +hash = "b3cd318887a388c91571bc5f583349ea6605fa9b0d1b8487e7759899c167e4d5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0111_rhyhorn/rhyhorn_shiny.png" +hash = "79f1be2d554600213f419b3768b8b43431f31cadb09bbf3d2c0156e602c3967b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0112_rhydon/rhydon.png" +hash = "cd7fde211cb4fb6f6067b40048330804cd64aa85b3e26416e55113579cec6a04" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0112_rhydon/rhydon_shiny.png" +hash = "7d39521d0ca3562f8064a28d4d99cc3761b53ba4f56bf5d2c995fddd1e258eb4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0113_chansey/chansey.png" +hash = "31b934a65db38ef7fe5daaec4363535d70c8108d20a0b5f69bba105ef3011d67" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0113_chansey/chansey_shiny.png" +hash = "7c5340246ac02f3b7b55ae0e10436101392ea56ae12cbc9a26d1f2e6f36839cf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0114_tangela/tangela.png" +hash = "3de60a481b215fb5481931aef1b54c062d640fced4465733a3c9d41cc16bc6b1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0114_tangela/tangela_shiny.png" +hash = "3e3360ee3a90c1e36ad9e33e491317cd092021dfb2ab7a95550d860a0df99fa2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0115_kangaskhan/kangaskhan.png" +hash = "f5cb047f60938b46625d0132f3a727d9ebc722dddb1516baf1fe3625cba87196" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0115_kangaskhan/kangaskhan_shiny.png" +hash = "a261f90549ed232bd99a9ae2b9446ec2e2068609b418ddce207f4a18c52f674b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0116_horsea/horsea.png" +hash = "6f35b23b6580c6098f07241d631c5e48a178d00efccabd82c0ee65d5e1550147" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0116_horsea/horsea_shiny.png" +hash = "cbc8a3e3533c1e524b937169dd730b6f336ebf041e5f4f0e54bd71d7813d37ab" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0117_seadra/seadra.png" +hash = "d43be6c764cacc3d076bf1bcf8840a20e1acd06f1ae9661f9811fc5a268d59dd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0117_seadra/seadra_shiny.png" +hash = "18a2d2a4603fa2ad8ebce219e04a5c4923f6183cc9ffad7fd54223635a91c305" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0118_goldeen/goldeen.png" +hash = "73e98e40db3ded568ebf37759dac2fb28506717c678ac6d69f6719e36712f5d2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0118_goldeen/goldeen_shiny.png" +hash = "67f981ceef5c35bb4a3b7253a1e51c20cd7a3a49611e25b774402246930e351e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0119_seaking/seaking.png" +hash = "c7430cfafae7ffba35d677c0e9dfba93fb86521310b7a2b3fbf4148891ffd664" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0119_seaking/seaking_shiny.png" +hash = "2157c7ee6a2c2b6843084f4432924c59e3411dd02eb3684566830b610fcfc497" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0120_staryu/staryu.png" +hash = "406fb7e3630d6c1eb0dc366dd1a23116400e069de083df352353b2e6c20890b9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0120_staryu/staryu_patrick.png" +hash = "66e1319e003b12b65ab9f4e4d8156939a3abec7360aec892cb9b68da4c800015" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0120_staryu/staryu_shiny.png" +hash = "f37720283b1a7d2add66afcc42dcd14e865d6cc0ea15917957bc7d6b9d92a2b7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0120_staryu/staryu_shiny_patrick.png" +hash = "51d95b4075462c8ba13549cdd763850395e71f7a64728939bfc5deb52f7d0cf0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0121_starmie/starmie.png" +hash = "b14a7380ee4a15cfdd42a16945ddbd53f6608f40d1cdd8d99d17d2b48601d084" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0121_starmie/starmie_shiny.png" +hash = "7537134036cc750a18f5ec15252e4557e86cd5122ae525c74c6093657e1f4e36" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0122_mrmime/mr_mime.png" +hash = "d104975f0289b9e9fb1283571acd6434fb479919981d6a16507e69a65b776df0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0122_mrmime/mr_mime_shiny.png" +hash = "ee949359f0f5f2c44860cc178364221aa3be25fc0cbfc3f75e0a6c800d4aadbc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0122_mrmime/mrmime_galar.png" +hash = "ef41582f744ffce4be1c90e8f773c44ba4869b0435740bd3a76e9a274978d689" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0122_mrmime/mrmime_galar_shiny.png" +hash = "9e43eb40913c7f97626ec2124d0ad74ff4b11c33dbb9efe9081386c1c4894a0c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0123_scyther/scyther.png" +hash = "729150dcf184bc0fb788272d1926df95a30897d2c2aa9d046c5e5c00c08383ae" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0123_scyther/scyther_shiny.png" +hash = "2cf56b2be4f5ff25b1a9dbac160d85a1309b886aefd957be6e5a018d45530d6f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0124_jynx/jynx.png" +hash = "a518a09698e761299f960388cd4c51c8c359fdf2c54ef9e6ab7fc610dabc073a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0124_jynx/jynx_shiny.png" +hash = "a092a90faebc8ddbfc9e281266da43be6926e5e2408e52caefe5fa4fa2147bbb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0125_electabuzz/electabuzz.png" +hash = "275c167a2d3dcf1ebd22585684b389e514ce6d6f61e2e22826a3d912187afd61" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0125_electabuzz/electabuzz_shiny.png" +hash = "08607ded557635aa561171e8358ae26b36667cc7ae015ed3326aad492aba4c3e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0126_magmar/magmar.png" +hash = "e4b71d09eb97a37d0c39a598d332d865e8f633b082147ec1392a98dcb856065b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0126_magmar/magmar_shiny.png" +hash = "cf3b0c16c4038ff42c2fa4ac7b8dab156149bd7e07caa16e627222784d910aac" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0127_pinsir/pinsir.png" +hash = "df7ea932e24beb30e3fd1ef65a581aca49963409a69841ddb68124a3a3ee8811" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0127_pinsir/pinsir_shiny.png" +hash = "fb448f7535c94c4cc1c9051bc548d97b1ae38e0912374d6c3fd11b34ad2c2a9e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0128_tauros/tauros.png" +hash = "b8b8cb750a91dba4ca484f1e13420f687afa070a45d5c2cd3a252a5590fda8ad" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0128_tauros/tauros_shiny.png" +hash = "c1713d27bddc3158ff02cdfea5e3e9b0b783b9c781ddc7b24278819bedc28be3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0129_magikarp/magikarp.png" +hash = "7fc754535e801ab571edde789028a6d27641d881757240f39986b9dfef1a053d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0129_magikarp/magikarp_shiny.png" +hash = "2817bace65f720a0af96cf64456573af520a9f90f9c062096b8bc93a41eb154e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0130_gyarados/gyarados.png" +hash = "841b4a0a71811071fed866ee3b3ed02c090afbddd13c8eb6210d945e87d05188" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0130_gyarados/gyarados_shiny.png" +hash = "6562adaba2880a7e5e1deaa21114c32b7fd41f98673dbea05c8cd1a3769e394e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0131_lapras/lapras.png" +hash = "e655f10c7f413573a5394231f3769c13ec5e31c3cb36cb092039f08301cfc060" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0131_lapras/lapras_shiny.png" +hash = "ff1a70141eeb78c5d123eebdc1ff44e1f843acf126b4f37515cf24fe836cd303" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto.png" +hash = "b4416d7de98ad3a21377d375890dbba339d61cd0fae0d24c96986e605859534c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_among_us_black.png" +hash = "d3c08a68e6099466d79f9e50227168004d278f4121e1bf277fe3b9993119b89c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_among_us_blue.png" +hash = "2cb396ca627fcef1e72d8e8d613c0906a5a987e242687bddc287a900bf49fe09" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_among_us_brown.png" +hash = "72566a978578d6c998b5b9a70e9ba8f8bcd108a78220e4b2fb0bfbc5d1a71a2d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_among_us_green.png" +hash = "1c7907957a56e2e09b184223b4bd56ea58bbc839a48abbe1f3c4c0ea563ee542" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_among_us_lime.png" +hash = "5ed5eec1c591c87e4cd5e40a68e4374758b46179f1e0386ec151bc412ad17cfe" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_among_us_orange.png" +hash = "deda295cf48a2c6da90aef9e4df811a7c4a7c9fc6e4b786c9c580dd350b09033" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_among_us_pink.png" +hash = "6bcf9eabac32083b1b9d555dbeddef99b5fd1a4dde410e5311105b0f81eedc55" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_among_us_purple.png" +hash = "0d9c5a3a31bc1ef5b6af1e0b5583565772d197733d475480e92f56bf2b631d03" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_among_us_red.png" +hash = "8293af6aba3e722e0379dd5b528793a543f42f8df50cc9dadc2613ac5b8b2d96" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_among_us_teal.png" +hash = "2e2d175704ee9e673958eb0c76669a53ced3b79e8d68ad5648bc31881163a159" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_among_us_white.png" +hash = "58223a4e91f9308c9206e56b93dbf17c2ad6f8bef66c63fd7c786461d4e3d72d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_among_us_yellow.png" +hash = "cda4baf1438b0461853eb9082ca9cb114c291b18dd451b38401164c547be1be8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_shiny.png" +hash = "bb30644bba0085d3878c8d6266352ec1f14e510953ae220ed9e6094354b827d5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0133_eevee/eevee.png" +hash = "ca8bd3773fc248ace7adf7e10c1f5ba56922af8f9111ffecfddab3fbff263723" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0133_eevee/eevee_shiny.png" +hash = "269f68aad0be9bc13a1fe420782eae85dce305bcf53c0690fe331f81f0dd1126" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0134_vaporeon/vaporeon.png" +hash = "16b14d7c6101c261897e30e21764a5dc9610d650c6a3b1101368966050b9d324" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0134_vaporeon/vaporeon_shiny.png" +hash = "18b06b0cf85415d4adef05748cdff4c42cd3529878cd8841ef3b86f6e579f0c6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0135_jolteon/jolteon.png" +hash = "df05a3cc13214064a4ba047ae729c296e907a4933a378d15351cd8190dc77589" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0135_jolteon/jolteon_shiny.png" +hash = "7bd910e345ac6dc4d488acf04f09393d423dfe737e03e9b36c2003225438b844" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0136_flareon/flareon.png" +hash = "2ac7b819d81687e5162a28b123d705927985a344f7ae501b0a7b5e877eeae75e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0136_flareon/flareon_shiny.png" +hash = "ca1418bd77ac2b934c4ddcef8f613caccb2de10ea82bc9b219d06f972e0dba61" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0137_porygon/desktop.ini" +hash = "48463df42cee655a258c27331b0951fe3011410793da614701a42641b7ca2b5c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0137_porygon/porygon.png" +hash = "9f8896103c64c2902a4bcc139f39f458a2c0faf5925077c85142e63e874d3880" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0137_porygon/porygon_rubber_duck.png" +hash = "79ee90feaf8fd739b5f62ea108518991e46425f32104d4fabff14bc34c9a617a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0137_porygon/porygon_shiny.png" +hash = "a69734767ce5b8dad073ed7372cf721e678ba78a493aa126f56b7c22bc8d347d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0137_porygon/porygon_shiny_rubber_duck.png" +hash = "376064934d64c6056ae586a801ddf3b541e256f5d4a55d6f12d8a1a4c143ea85" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0138_omanyte/omanyte.png" +hash = "2375bac8e09554d6648a12f8958bdc84d8c7727e8c1675b4108e499e35671472" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0138_omanyte/omanyte_shiny.png" +hash = "42424417face4ef6833aee94d1cd32bbb6ee01d8a2095228fffe0ebd7e08cb10" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0139_omastar/omastar.png" +hash = "2dc85377b56d66e0dbbaf935555ca2adfe7105110307e2ce274922abc5dd6ac0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0139_omastar/omastar_shiny.png" +hash = "d66dd17bbbd6055330e4335ff639518558ff767408ccc0f776b118ece16576f7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0140_kabuto/kabuto.png" +hash = "f32934f7e96b626b975f0ad4e2ece9ad316f5f0202c4ae68b2b75e1790a45184" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0140_kabuto/kabuto_shiny.png" +hash = "060c36b9dcd9d1e277a730446f8698b3889f983c7369205c020b6d8aab04c0a2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0141_kabutops/kabutops.png" +hash = "596fb0274c4e2e1aa00ba2d0ab417cb334f8e7e29e6a5fa6794678a12f0b7717" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0141_kabutops/kabutops_shiny.png" +hash = "40b0ead1840ad79b872280ebbd3d394672cfa821c7c02ef42a387fcfba8f9449" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0142_aerodactyl/aerodactyl.png" +hash = "087e60502ca30928eccee788a06ac8e9e10bc3e046bae29e8882c557fc03e231" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0142_aerodactyl/aerodactyl_shiny.png" +hash = "779f1fdbda94a97e4f602fde6b4666bc54f5a22510b958e2caea7307a9628b7d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0143_snorlax/snorlax.png" +hash = "f81f27cc1318d0442bd45030f06e3b91fd01eff540cdc84d68d78dee12c4a3db" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0143_snorlax/snorlax_shiny.png" +hash = "d685643aff4bc4ba3d8e0497d450d0d4d5ad471506a37fae5f8bcb7bd0a45cce" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0144_articuno/articuno.png" +hash = "e0329edcb92269e177bebaa3535761edcfa6aa60ef8f5c0405724d5d3c7cce93" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0144_articuno/articuno_galar.png" +hash = "6c0c40c28ee2b34ded9bf4804ab0eaed738cb1db63719b8f5af22cf3593439ec" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0144_articuno/articuno_galar_shiny.png" +hash = "ad2c3953a300c4aa5c320a6729cb02b3b6df127d332423b3861d811115921bb1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0144_articuno/articuno_shiny.png" +hash = "c371eb04e34d973dac120f7b87da6bccb188a7b682daa7adc0778693c3eb973f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0145_zapdos/zapdos.png" +hash = "f17eb297a33fb602b8e9e3cd5b413bc880b11e997c2770093b9c8236e19be26f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0145_zapdos/zapdos_galar.png" +hash = "3b5bad97781f518daf01e2d3f2182035df5c2ef18c1fff0cb5623391c8f35883" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0145_zapdos/zapdos_galar_shiny.png" +hash = "9eb3086ac0149460218a73d127188f26306baa44775c9643c69fc54188ea3ef1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0145_zapdos/zapdos_shiny.png" +hash = "6ede43d3a9dcf0873c98191b445b863e5bf5e196904521c6ac2866923d400a8e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0146_moltres/moltres.png" +hash = "deb2cf181277cf8219ac7ebb68097f2497d21ed555bff19fa02cfa401d73a705" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0146_moltres/moltres_galar.png" +hash = "a26972fb2cc649b4603d8df28785bb2be8d4655de6b62b6c6e196a79284ffa83" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0146_moltres/moltres_galar_shiny.png" +hash = "402535951e61dc362d6dd5442355ed19f871931348e4018f9886270141cfa7a2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0146_moltres/moltres_shiny.png" +hash = "3f8d00318766b6941ae421e2dafb0988f8fa8a615fb92e58159f0c2b832e0edc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0147_dratini/dratini.png" +hash = "47fe8c177d25efe28aef1a6ba4a40ce0ca35890d69aa0f19cb9e4d54a1c039e4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0147_dratini/dratini_shiny.png" +hash = "45713b1e7d5ba0a6bd3cfefc1bf7b004e877aafef03409def02225c77f7bb8f9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0148_dragonair/dragonair.png" +hash = "478020f6c1073bc93f4861c8fd1645f22bda6bd923dbf22c2f40feeb5e9cbe70" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0148_dragonair/dragonair_shiny.png" +hash = "1cbf64d5fcf9e6f54342c77d68f62fecbc05d203084e16d2ba6830292fca9406" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0149_dragonite/dragonite.png" +hash = "f1155ab64d041fbe6cd8c991bd0165044448ead7a200fd5b825fe560485264a7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0149_dragonite/dragonite_shiny.png" +hash = "6216eddbc1a46952896233427429a5eef7dd199019accf5db5aa54d285ba50aa" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0150_mewtwo/mewtwo.png" +hash = "05f2b20ef84b121387761a4b6b2951914bc497ed7b4f0ed289e431d5b98ac1f0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0150_mewtwo/mewtwo_shiny.png" +hash = "ea3cbe3fb6cc786584f659c16bf71f0e50a94b9d47de04c4ba839748b20179bf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0151_mew/mew.png" +hash = "68e2e2b47ba23aed87ebfb109c8755f003c6b0e35696ace55440a8726fc5c4d2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0151_mew/mew_shiny.png" +hash = "a18d4787e0fc71cc5210bf40bc481220587c9ac584bfaa8eddb32eefc452858b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0152_chikorita/chikorita.png" +hash = "afa25a1c993b802b3d9c796d79c92eb34c4cb45c5a8e181456f674a512a95681" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0152_chikorita/chikorita_shiny.png" +hash = "5d9982a711f129a2cb84a4577da06f47b71d2c673391b3a5fa04c845963025eb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0153_bayleef/bayleef.png" +hash = "68c37bc43cb36a74ed88ca77cd2ea4d5a8623064566332802fad680cf406ebe2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0153_bayleef/bayleef_shiny.png" +hash = "31a043076e5265287f9b0ab23ae319e789e4467419717c966d7b598e10d23833" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0154_meganium/meganium.png" +hash = "d7d3249e2772846f85fc038fbed436bfee944fc4bc81a05179ca9c5e8b8b395c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0154_meganium/meganium_shiny.png" +hash = "37f67ca055bb4f8a9b9782b9867554b7a21b519c39ac36e286f1be7a03b764bc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0155_cyndaquil/cyndaquil.png" +hash = "d887a9a8e93908d2b214d08ac4f2fb14f8fbea1cc995ab139635437cc762df94" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0155_cyndaquil/cyndaquil_hisui_bias.png" +hash = "d887a9a8e93908d2b214d08ac4f2fb14f8fbea1cc995ab139635437cc762df94" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0155_cyndaquil/cyndaquil_hisui_bias_shiny.png" +hash = "bd7bee53ea7b9e20ad18c32a041113f26a73dc33c02e5321d44f7b0d4b176f61" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0155_cyndaquil/cyndaquil_shiny.png" +hash = "bd7bee53ea7b9e20ad18c32a041113f26a73dc33c02e5321d44f7b0d4b176f61" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0156_quilava/quilava.png" +hash = "32856c9795dfef39d4a96758ca81e047e2bdd43f1ae25c041ac7bf7083b0ba38" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0156_quilava/quilava_hisui_bias.png" +hash = "32856c9795dfef39d4a96758ca81e047e2bdd43f1ae25c041ac7bf7083b0ba38" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0156_quilava/quilava_hisui_bias_shiny.png" +hash = "302d292cfe03845f5c399ecd5da7bc80e583e3d3407fccad4ee6368757a3625f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0156_quilava/quilava_shiny.png" +hash = "302d292cfe03845f5c399ecd5da7bc80e583e3d3407fccad4ee6368757a3625f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0157_typhlosion/typhlosion.png" +hash = "5b78bfb65516f87ffd401e9be0ae59f44f0a9b224718904cd2a71b75692a38e6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0157_typhlosion/typhlosion_hisuian.png" +hash = "593b9ce203509430ac88fffb55e4378db98474b05f326c5228ebeee5a9d6b6db" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0157_typhlosion/typhlosion_hisuian_shiny.png" +hash = "2320aaf09537b8662c0d2aff155c59affd55548704ce4fbac14b9ad446e9544f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0157_typhlosion/typhlosion_shiny.png" +hash = "48108b9389b6e76b5144be0c0c1254fda542b8a7448fd7c4146e4cccd97cc312" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0158_totodile/totodile.png" +hash = "32a24db66752b488345c3c3be2378b1f8b3c66282b62fe014e6b3d4f9c5fe655" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0158_totodile/totodile_shiny.png" +hash = "44fb8d98ab010c0ebb1f0ebd8bb2aed59f0db1e460dcc5b827ee3ce436adb4a1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0159_croconaw/croconaw.png" +hash = "934fe41caea4f278764d690751afee1b6f48d64e1319ac73832d6bb0e0d6ef0c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0159_croconaw/croconaw_shiny.png" +hash = "aae388f410d88e23859493c890c54e8849dd6bea207bc2f05a6fb95bd44f5a76" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0160_feraligatr/feraligatr.png" +hash = "9b647056d7dafab134ce827031b3ed264f13be16b15550afd2ca65daf445fc41" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0160_feraligatr/feraligatr_shiny.png" +hash = "481bbade354d94839a5e50a174c5f49c2fca022297ad75ebe12f3f1c9c1e8217" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0161_sentret/sentret.png" +hash = "f53492750c5c95f5fa8b1b63fb85107a757e1792f0af6f75340ac9ad2fb545ef" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0161_sentret/sentret_shiny.png" +hash = "514692b065c926645466f318f18b70aee051176e9d7e5983cfbdd9cc596a10ac" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0162_furret/furret.png" +hash = "60f5cd1921729f15927d3cd9824ec60aaa45207eb93c5967f4ad1a602ff924f9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0162_furret/furret_shiny.png" +hash = "becd3f47bacbe3f133a72e71a6d8ced9fb81bd24c0ac373c42c8c3a776500352" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0163_hoothoot/hoothoot.png" +hash = "19c7e21a64e035334f203a28bf7aff076f70d68dc2823642d0e34222b312b706" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0163_hoothoot/hoothoot_shiny.png" +hash = "6ea7d27622fdc604fc20412b49feca8db930e2d4cfe7c886cd98b7c8bfdd4cbc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0164_noctowl/noctowl.png" +hash = "d564d3a38e2eeab99579ddbe0eddc93d0eaa4f60efdfe94470b9047652f9ab1a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0164_noctowl/noctowl_shiny.png" +hash = "cdf73460d2e860d1284df0f0fc3fc2098120b200d04ec48dc070dfffd8dc9c8b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0165_ledyba/ledyba.png" +hash = "82f7bba9a394751beb00713dcb8a53f02d74a72dc53f6245d9b462c089a1b434" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0165_ledyba/ledyba_shiny.png" +hash = "f3b7d4e3427a9ef1ea772f267150faf80855b34a24e4e99e9206a4a6aca9ab7a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0166_ledian/ledian.png" +hash = "e3c1166fc1b5888b80cf0d3b251367e9e6c99177a27f74c302abf7caaa6cfc79" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0166_ledian/ledian_shiny.png" +hash = "c5ad7c20b9e21307ee32955094cdac369a045f0c5bb4001447c49defda132334" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0167_spinarak/spinarak.png" +hash = "8b45a00aa2997fe2c198420057da3dd0e08aa93485643447ff38b7e5ce62a927" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0167_spinarak/spinarak_shiny.png" +hash = "e52b7ade38a70346d2934cd66accb69f436aa9dbb96f65f1a09b031c704bdd1b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0168_ariados/ariados.png" +hash = "cdebb1458e4392b1d71976d62b3694b79562afc07536656dd9801cd418f96c1b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0168_ariados/ariados_shiny.png" +hash = "74e8c1af9cbe8c9ed3a15d4878e10b06b7636ecb7e6903857783a635d4480731" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0169_crobat/crobat.png" +hash = "2b87efae465c2c74c40fde38740d4b6786ca4c61e30eba6d6fa1678a21e401dd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0169_crobat/crobat_shiny.png" +hash = "5c0b3a4dfc310669108312b05333ed557305bb2cbe1138ec355c4f5250ec07a1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0170_chinchou/chinchou.png" +hash = "0636e242eac4b58c2b56194a3c22f25dc1a9492d3c65ce84a37fdc7a845c2a0f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0170_chinchou/chinchou_shiny.png" +hash = "a82a7da1151d7ae3f52e9ea66d9e84be6d903ad1592890db2cd5208798293558" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0171_lanturn/lanturn.png" +hash = "53aea00a4b324b58b73027067507a63eb707fc41695450591f654f7d9102e401" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0171_lanturn/lanturn_shiny.png" +hash = "ae11451fc3ff6a4516397a7118bbd3b50ae3a6546eaf3a621f4cf2481ef1c36d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0172_pichu/pichu.png" +hash = "314d2e3a9b8dd192d293042608bdcfa9ec68d29677624f978a76de41289b3c7f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0172_pichu/pichu_shiny.png" +hash = "618b6c0d88f86a2144b0a522a5e09e9e7fd9342e9953194b893340334bde32fc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0173_cleffa/cleffa.png" +hash = "e7d4cfb05b64614437e93f791298b7748285e4ba4e1951a93307c0f9ca7c13bc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0173_cleffa/cleffa_shiny.png" +hash = "d920ed749d5631bfb293d1df95b9bb0de39d380b06a47b96367e21c473965da2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0174_igglybuff/igglybuff.png" +hash = "f51dbcf65ffd8952d1a2abd780392c6deb7e4103a700780406a60636c83e0d5e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0174_igglybuff/igglybuff_shiny.png" +hash = "4c42a33b44ea036125ff28c1d506d973c276c3419bb17ae5f167eabcee6e295a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0177_natu/natu.png" +hash = "f4c8a68ddbd2f23b9964017499866c3d5633e95d567047ae38f239d79f79b709" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0177_natu/natu_shiny.png" +hash = "ff19fef6d675a387b7c775dbfdb12fd357867e242e146f43359c80ecd3baf61d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0178_xatu/xatu.png" +hash = "10d44f89622820f629b84a286c5343bc21c9e82d0eefdf6d5194ee1d8d5cf59c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0178_xatu/xatu_shiny.png" +hash = "1ab3062c006d9a4057117d2da09b782e101593d7523f301efba269152ed0c52e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0179_mareep/mareep.png" +hash = "f9e989a58905d4b92c625bf9d850303296f6ba74278eeb3739d6f60169f2ddb0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0179_mareep/mareep_shiny.png" +hash = "c407d80b9a1c6d93043afd55eba9ee68ab01302dd96b7254d7a112968dec957d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0180_flaaffy/flaaffy.png" +hash = "0929ec012f485aea6e7af28cfacd9131c3ab1043e71c6e25652468cbc801db01" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0180_flaaffy/flaaffy_shiny.png" +hash = "3168f263c6ef004a28b7a0fb27388dffcdd3eb4992027a2e7830d1bf526fd047" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0181_ampharos/ampharos.png" +hash = "54bdb0c5dc93f06e81d3475ca78bbb27503b66e0e3f31afe2819a5f5a2f6ad5a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0181_ampharos/ampharos_shiny.png" +hash = "da871785f9705b836c2da2bc532951d3f6058ab2ac03c203d5261a48bde4609b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0182_bellossom/bellossom.png" +hash = "d281044c217ecbda69eade2727d0d11e082d9e8f21a1b48489bef9df74eb3154" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0182_bellossom/bellossom_shiny.png" +hash = "858add7f3faeb13334b97fc0efe21b05486f9e6c81d6f2e87c45b4d80eb71965" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0185_sudowoodo/sudowoodo.png" +hash = "fac6194805322777cf87a0c60155ac11b5b519f48db198a1107ffb4b5b4e2c9a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0185_sudowoodo/sudowoodo_shiny.png" +hash = "07f22fb98e3993d0c45dddf7264fb0e6c385c93132724f8dbe964a7f4db0cede" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0186_politoed/politoed.png" +hash = "2dbe3e695c5531727dfe6751db719402c81aae3fb4f49c5ab2c7ccb533c223b5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0186_politoed/politoed_shiny.png" +hash = "608f49f118a8b3c35e4886a032a87c09287efeebfa8a44456c8e27f0526d664a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0190_aipom/aipom.png" +hash = "ffaa0c52d368f58d94a80b07e58de52406c55068d2ea62ee359199100ce0f4a5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0190_aipom/aipom_shiny.png" +hash = "a3053ce440a014aee247ad26e2da6f609d8513d3dbc81712198379aa24fc928d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0193_yanma/yanma.png" +hash = "1a21ce088093a3e7d9f6b68e050091651f3bc3ed72a9ac9149d9bfd97ede3d87" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0193_yanma/yanma_shiny.png" +hash = "3ce9587db2a8991d27a6c29df235197a6d3da9f89d3aeb47b5cf25186494533c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0194_wooper/wooper.png" +hash = "4b3129dbb8679767c310054645b9a4f0d807510ae97db12317d2f5041d4aee34" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0194_wooper/wooper_paldean.png" +hash = "f5df0616aae71566172c6eaf7318529bbdd1ef4bf605aa03dfb105d7776e2688" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0194_wooper/wooper_paldean_shiny.png" +hash = "18d7df1ce61bd584d71c0b805c14ebd5819f452f50e3847afd0019589c8eb692" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0194_wooper/wooper_shiny.png" +hash = "874f8a74cff27832e511498c93eb578088253861cb644fac25e86864865faab7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0195_quagsire/quagsire.png" +hash = "83442a5a926b3f00c21fbc0f3ef49dc369492522c007dd36f6ba41124a65432a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0195_quagsire/quagsire_shiny.png" +hash = "cb12a268c9ca0ee4e9290831032f161675210e4eefb85a3cbd3fb6e84db41c7c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0196_espeon/espeon.png" +hash = "bc0f03b97875b2d12d87595c0dd0999b51fb53a9bf2871138aacabe9fb04d79f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0196_espeon/espeon_shiny.png" +hash = "102d72cdc241443f800ba1e6138b1b891364cd3306eb51831f4088371ccbd709" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0197_umbreon/umbreon.png" +hash = "b090198f4d492ccb38356706863203e477455aaa09bad0269932673198f2b4b6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0197_umbreon/umbreon_shiny.png" +hash = "d4fee64d87d712e09ca9c95aeda0effcd1e1224a47e5601b7a9f55f265260a12" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0198_murkrow/murkrow.png" +hash = "f5a5179985d8b76b299116d4fbff72e846d03df44483f9681cc6f708b3395224" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0198_murkrow/murkrow_shiny.png" +hash = "00f9fd2a31d23cc1feba7f5afd3fbb0648f2dc21e88cd23153a9af5579f2da1c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0199_slowking/slowking.png" +hash = "9503245f7dfaaca3e475e4c708e2e6823e73de12646a46ac7e14d2e150277fc5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0199_slowking/slowking_shiny.png" +hash = "61931d33a5f20a8c2b1889dc754b5bdf273a9ffbea2239deb0c399e1eb8f7c18" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0200_misdreavus/misdreavus.png" +hash = "a6a34180099b9373f19e2fdd9161dcccf2f49679a59485077a069f8f05ec23d5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0200_misdreavus/misdreavus_shiny.png" +hash = "d8303b6ea7ad81c72791d0ca37a292cae8606d4b7040d2ba884cbf56d978b058" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0203_girafarig/girafarig.png" +hash = "0fb0b5981768882a75b5c4b4ee061d14e1c6b0bca78347e9417c27232afae7c7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0203_girafarig/girafarig_female.png" +hash = "0fb0b5981768882a75b5c4b4ee061d14e1c6b0bca78347e9417c27232afae7c7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0203_girafarig/girafarig_female_shiny.png" +hash = "4c519eda15c0cffe6b4fc75cb67b4e4c0df2701118ed8020bd3473d62801d3df" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0203_girafarig/girafarig_male.png" +hash = "0fb0b5981768882a75b5c4b4ee061d14e1c6b0bca78347e9417c27232afae7c7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0203_girafarig/girafarig_male_shiny.png" +hash = "4c519eda15c0cffe6b4fc75cb67b4e4c0df2701118ed8020bd3473d62801d3df" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0203_girafarig/girafarig_shiny.png" +hash = "4c519eda15c0cffe6b4fc75cb67b4e4c0df2701118ed8020bd3473d62801d3df" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0204_pineco/pineco.png" +hash = "417eb8bb13c08e39aaf87e073ef0839ccc948da46994cccff1592d89e3a92d70" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0204_pineco/pineco_shiny.png" +hash = "0bbee9c071d09e7acf9112af19c32bdb8e204079d4f7b3899e0054568d5a9c69" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0205_forretress/forretress.png" +hash = "a85115c24804f6c44ba872afa765b4de932f35b26d8b14d99812e6e2ad655302" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0205_forretress/forretress_shiny.png" +hash = "61164714ed4e37ef81e1509c78a60ff4d43cb4a2296e49d6b118d3f10225bf73" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0207_gligar/gligar.png" +hash = "51d534781ae8b9fee29a81a15025d321918969089216c1e2f801a2986f7df2d5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0207_gligar/gligar_shiny.png" +hash = "7992a61e73cf66e69b2ee7716e84116df1fbae6ea6dc13b5fa0f3f77024e99e6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0208_steelix/steelix.png" +hash = "2abc1857a51b68fae87f957e4c0a5f19f0bd3c70d09d98c8c38ade09ca422f6c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0208_steelix/steelix_shiny.png" +hash = "eab17211903b2dc53b1f310ccd3423cab21ec56f2de008726079695a1c126290" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0209_snubbull/snubbull.png" +hash = "64f98ada65fca14b9db51c3559283646c57b91edf7fd7a98032d26a65c6e10bf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0209_snubbull/snubbull_shiny.png" +hash = "55fb3cbcba7a86c4968b67ce204db4d67992dc761485064205424ac4a3191d03" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0210_granbull/granbull.png" +hash = "41937b8d96351a78ccee63d889496254fe2620c88b4a8789e17c6a3133f24bc3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0210_granbull/granbull_shiny.png" +hash = "9d8dd75aafb124d87d7e57721e4b074876c1c7ceaf540f7df1da6ba9dc81d931" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0211_quilfish/qwilfish.png" +hash = "55528d7f2d454a77801671120abaa505082547e19fc818bc2c8e63013e211cf3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0211_quilfish/qwilfish_hisuian.png" +hash = "f233921bdeae82129b54b57c01ad979d048b5e7ac26e8d87bc2cf0072959f229" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0211_quilfish/qwilfish_hisuian_shiny.png" +hash = "5fc0378aa8b1150dfd275bab3252ed39629f2920675d2880cb3ca23dbc35c24a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0211_quilfish/qwilfish_shiny.png" +hash = "11d9246371d8c4ecdd186129024686ae81ca629d9d17e707e1cb02dc339b0102" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0211_qwilfish/qwilfish.png" +hash = "c71c7eb43a2e74b999348a94d0c91754c9dc9dc7fa39430cbed0d779a3252a5c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0211_qwilfish/qwilfish_hisuian.png" +hash = "90520f5d8dd799d6e4d5b1049f48f78c093deb76209b5a7b975c8a98dadf06f2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0211_qwilfish/qwilfish_hisuian_shiny.png" +hash = "e9f1162768156a1bab7b8c87421becf484e2b84f67cdae572cafb03d1fcf7ec2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0211_qwilfish/qwilfish_shiny.png" +hash = "7d60c09a7a507c8811ee795f060db908fb8984d34abc0853d35fe6cdb42faf94" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0212_scizor/scizor.png" +hash = "e0af5f6f324f11f1a5e5d6101951e8416bfe3460af78e54f792bf051a90f2063" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0212_scizor/scizor_shiny.png" +hash = "3c184aea040264bd5506521d1cce6fdf5c7d03a681243ec0938326b1594201ca" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0213_shuckle/shuckle.png" +hash = "ede544401e04de29c41ec0e401f7502d4d36ceec9085c2fb5efa1f60cfe87bd5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0213_shuckle/shuckle_shiny.png" +hash = "b44c1a87ebc3332aa18eaa386e7f27285ecfd15779cfce89ab86a816a309fbe5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0213_shuckle/shuckle_shiny_shuckless.png" +hash = "40c66747802f995f6ce1823158664805ed3925e369b5bf90506bf869e7df394b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0213_shuckle/shuckle_shuckless.png" +hash = "122508dee2449bb2687904ae2240693bc4f9c353607cb2896613137e7d5896f6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0214_heracross/heracross.png" +hash = "d1b896bc566cfae918c79d89949266e9126cc891769e0e6c6a95e06bfeeeda45" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0214_heracross/heracross_shiny.png" +hash = "fa5b74becc6951eeb909fb952188f2a752a0186b01354eba226fe0b23e77ecee" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0215_sneasel/sneasel.png" +hash = "3532abea08d5465aad655d36c32fb8c4ada908b817e5274e17e2558159cb6efb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0215_sneasel/sneasel_hisui.png" +hash = "5a4db90899407655770e04cb315c30fd3740afb756d3e15cbc0ce53f26cad001" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0215_sneasel/sneasel_hisui_shiny.png" +hash = "63bc4c3a32d393581bb216f7376884d0ae1ec5f5d8189ec0e9c11e279657235b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0215_sneasel/sneasel_shiny.png" +hash = "aa1c305069ac34ed4aad960e82c07a4fc97710b5582c2edb759f7faeb1d368c3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0216_teddiursa/teddiursa.png" +hash = "caeefe492631d26e5b15538b9c32b47853f49b1dc0332becd856aafddf031f4f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0216_teddiursa/teddiursa_shiny.png" +hash = "cc7c2dd3da3c1c879db6eb7bc3f4e1c32672c84bedfcdae628d9cef7f21f1d3b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0217_ursaring/ursaring.png" +hash = "ec7579a58b2d7d55d245ffac58847d4088aca5439f8dbaf15b6cf601a9caf0f5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0217_ursaring/ursaring_shiny.png" +hash = "c66b3a1fc598e34b6a3d928d73a120623c01b205cdab3df7a93871606ef9eea4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0218_slugma/slugma.png" +hash = "7f8931d43b4808ce2649b02fc0a45f9ba2b715e78a5f6d86a10405e83827c470" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0218_slugma/slugma_shiny.png" +hash = "c309fcb32102c2682fe69fc21602ec700c6915293614f99e53ad5fdedc134a18" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0219_magcargo/magcargo.png" +hash = "0d2e3e2fb5da7bb8697a7c1ab3b13420ac34f27a4cec167aa0e517f6d8ed3943" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0219_magcargo/magcargo_shiny.png" +hash = "3d0d5a59e7b5390c7c197daf1b2eba1fed4d93f0d64464c2061037f513cf472f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0220_swinub/swinub.png" +hash = "ad9bd7a73c189ebe5e78ea8694a5ca635937c1148288b3dfe5c51d5f522914c3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0220_swinub/swinub_shiny.png" +hash = "e6b0ff2618d302c8c1c34dc03411c324943f6191732c8dfea2dbc3949ba5344d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0221_piloswine/piloswine.png" +hash = "b0f909dc9d7409acafa897e0be76084c26e357cbfbb2de0259728f0b002b934c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0221_piloswine/piloswine_shiny.png" +hash = "695b62f961546e7206c283a4254f73dda2ec78f0241a3d1a930c8781b2c683ef" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0226_mantine/mantine.png" +hash = "45266050f7dcb7325e13c66e8cab97457a5db9af05b5321550cbe3ece50401b2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0226_mantine/mantine_shiny.png" +hash = "dcc081ebaceefb3d8a9c9f718cc8b270262a0d4784a63daa1a777702c63f31bc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0227_skarmory/skarmory.png" +hash = "b045bb87b970aa010260d69831868c489aa6203cabc2b1afff8cfe5ce4fe290e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0227_skarmory/skarmory_shiny.png" +hash = "4fdc966334c1851cde19f3c3ec303257ac9b51aec7c02e596d2bd6d8395f96db" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0230_kingdra/kingdra.png" +hash = "be0dd1231dfdc4298b93187c925e8fe37bc05c1ce4f229f145c27c14037bbd35" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0230_kingdra/kingdra_shiny.png" +hash = "91c0fe188868fa6d1732332e57208ec3e7d1ed2bd1a26182fda052275e669643" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0231_phanpy/phanpy.png" +hash = "2e6c3d1c641392965fd62e1970c092662ffa21b8b2caff3ffcbd6331d91381d9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0231_phanpy/phanpy_shiny.png" +hash = "9766bb15e68e964ddd1bce3dc3ddf3aa2abe95e6be9f9b3cdd1c27c1334fd956" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0232_donphan/donphan.png" +hash = "51cc4e255f40183aa1285c29e2af392c5ebbbe3a0a2c8e72639e2a9ed61e7375" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0232_donphan/donphan_shiny.png" +hash = "10e03d95ad9610107306d5816b26a5bd8d72f6eabde7631b369a6ebe49ab1ae3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0233_porygon2/porygon2.png" +hash = "007eb003af998f991eace774904ff7d99d1d34c04d045ee627875167c036e405" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0233_porygon2/porygon2_rubber_duck.png" +hash = "b7cef4d319e283113168569025462eddb82496df4c064fcd4f5e0cc951a4e01c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0233_porygon2/porygon2_shiny.png" +hash = "c630f91cae3c82edad601c7a6c2a0a4c5a13d2aca426a79285685726586cc160" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0233_porygon2/porygon2_shiny_rubber_duck.png" +hash = "d7de2193a1866b286b13a26b2bf0d513a0ed0128c36c4bedc4665bce65999945" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0234_stantler/stantler.png" +hash = "bbd4b9e422fa9977f36e7bd0586d38b43885a11dfeb8013c774609460cb54203" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0234_stantler/stantler_shiny.png" +hash = "b4270fd5db92c2806ac1d0cf7afdeb04f40522f495f00d4d3ce18d15dfca3fc3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0236_tyrogue/tyrogue.png" +hash = "0d271693677467a08b3cdbaaa1b3aaf138828c01585cd9c798e0bc0377b515ae" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0236_tyrogue/tyrogue_shiny.png" +hash = "09050a32d19cb6fd0350a865b4dcce020d7e2e2e043d59caea9ab64675268844" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0237_hitmontop/hitmontop.png" +hash = "62ada60250a6a4c1c6b479b55c55cc64852d956c330d183556d2606d63b38f7c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0237_hitmontop/hitmontop_shiny.png" +hash = "7cc177cdaaec1ecb30474970c8f8c361a7aaaa07424d4216ba6f2955296f756e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0238_smoochum/smoochum.png" +hash = "efeed0c3fe6fffa3eb556d862c14d1b444f6fe4012dd84177dc80a1bf005fc8f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0238_smoochum/smoochum_shiny.png" +hash = "63c65972845c25adf5634d6966593b8e1cd6e6d0a1e7dc7325105ef69e580b9d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0239_elekid/elekid.png" +hash = "5857e6d56772bdae1cd6248ff87098fd0f8bdf2530901775ea5cdca466989146" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0239_elekid/elekid_shiny.png" +hash = "2de2accafd3f7c937451b8ba900a59db64f5038c9c2c208117438d9cc5e4ac38" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0240_magby/magby.png" +hash = "c9c5d220a642a5880b6e0171ea42145550084c754daba9ed8e55bceef777efba" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0240_magby/magby_shiny.png" +hash = "f4253bcda20a4abbb506fe846bd789d4ec6bb4b646f8b7502278d146588cd5fe" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0241_miltank/miltank.png" +hash = "543a2eab13a19787f1122a4242ace38b7eced4b7322c0c89d996c08bcd98aa3d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0241_miltank/miltank_brown_mushroom.png" +hash = "ea908e56114e0ce5b8520ff9e9b308757c1e6fcdb4f16b59ebcc3b6d7e06fe86" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0241_miltank/miltank_brown_mushroom_shiny.png" +hash = "a5c136fe5aa7454f3392bd954ca60b7ec8f1cf585a21784ecdc8829a57712738" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0241_miltank/miltank_red_mushroom.png" +hash = "1e01adb400b31a12195e614b32da767c73d5aadfc11153cc471ed0767fca6fca" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0241_miltank/miltank_red_mushroom_shiny.png" +hash = "7cc6c45797b917b473b1ea66f647c7ca6f86380a56347e6fbf19e927c26df6cd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0241_miltank/miltank_shiny.png" +hash = "7f3853dc26296321da37502b7e6a816679371ef2a71eb0d220f0461219732865" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0242_blissey/blissey.png" +hash = "56eaba69e8024d3a798678d40914b22c231961923eb550f7a790d5b4dbf25db7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0242_blissey/blissey_shiny.png" +hash = "d96e2de62ccd5e8a2ae9c27b582d0c4d8b78e0466cd2e64840cf0dec3bb24ec5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0243_raikou/raikou.png" +hash = "2066172d4653c602c5f31c233c756f26c57c61fd56279261d0104b2f8855d154" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0243_raikou/raikou_shiny.png" +hash = "839b40253917332400c89b8dfc88118d2e0a644ce74773e0e01d1a7c67fadbd0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0244_entei/entei.png" +hash = "f1e9380775c412cea665d84456d0ce76de6e2e41e4e3bd4e15c79a7c426e83ec" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0244_entei/entei_shiny.png" +hash = "9b3ab938c6c5a3bf44a0c387d487b6f2251e342d938040630e5dc4a81f71a7c5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0245_suicune/suicune.png" +hash = "c1a0eab77eccf0f1e28ad12218cc15d3818d9720683940ce75e23ebf9755b5b8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0245_suicune/suicune_shiny.png" +hash = "c0323d4fa01e444f916ab8a717a0052f43bae0ad7c952cb6b4ed81991507f14a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0246_larvitar/larvitar.png" +hash = "daae42ca78d47e8cdc0285be9ea1b2861a7beabe2d62c888fd0e8920b6767cd8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0246_larvitar/larvitar_shiny.png" +hash = "d58f9f7293400fffba2fa34b409b8494b01d99bf84101ecf6f5465eef0855e9a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0247_pupitar/pupitar.png" +hash = "e98bb7759b95fc95a9eaa43eac3732e7e20b999e91c274fc5250c9bcfd0e12bc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0247_pupitar/pupitar_shiny.png" +hash = "f73b3da3f374327a1b3b172dcc59ce5a4f944d5a68ec19b797096803f10b6ce9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0248_tyranitar/tyranitar.png" +hash = "6cf231048a121a581915681f3f73e11a3cdd6fc446e61d808cb72e85e23fd6e6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0248_tyranitar/tyranitar_shiny.png" +hash = "f5259fd78c8983d866cbacd026617dd9747edf909951c46ffe13c633cd4e542b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0249_lugia/lugia.png" +hash = "61e94cb9fc52cd959ab5af47d3e5c5aa66d2c39b3db49d87113dadf4ea41f8dd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0250_hooh/hooh.png" +hash = "f4ab337b4732c8bd4073340cc856270e93a6b40767b684b837808687457920ff" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0251_celebi/celebi.png" +hash = "b273632d6b61478019b83c6f84926fe555d56afdf26f56eee9922adb2f981276" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0251_celebi/celebi_shiny.png" +hash = "4293c2aa67609b711ec307269e9c2332442e4cb22ff558ea24c6be67990d5409" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0252_treecko/treecko.png" +hash = "8a4e4110a891a069a8971394cedbe3389f988cbe1c2f20143ba1c678013589bf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0252_treecko/treecko_shiny.png" +hash = "828f2e5ee0434c3af78608a316da1e3a5a5a1b6423e101f3712817906f5abb00" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0253_grovyle/grovyle.png" +hash = "0ac23f5a4e884e68714f639832908761a57514aba070396ff42c097e678baaef" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0253_grovyle/grovyle_shiny.png" +hash = "e0f707777e06e91bb2997c4d82991f8665ebf9c6262b37cafe7d816c9f96d692" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0254_sceptile/sceptile.png" +hash = "6d3a3a87b33d81716d00f249cbd817c6a995ffa4375ea1f1da2e6f781a387d7f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0254_sceptile/sceptile_shiny.png" +hash = "86e42718e81a595005ee09236834456539f780ff093f39ecaa7e83498f749ec7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0255_torchic/torchic.png" +hash = "8d0acc4d6ace44a3598b3025a6f6c0cb71a3319963e84465c66e62391cad3090" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0255_torchic/torchic_shiny.png" +hash = "accb6127d06e73a51e8b6fbb5dda18701e7a3dce44e963dc50b5e188aee04ed8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0256_combusken/combusken.png" +hash = "cf55345e0e12674b5847d553f042ee7eb76749e852322aafd0065d95b8b5bb93" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0256_combusken/combusken_shiny.png" +hash = "4921a877ff4e9dbadd0a7fe70e2fdd50f8379ba3ae8efc9e4b6ac695b0b03ba4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0257_blaziken/blaziken.png" +hash = "4078d72c64ca461173c8cb9346648127b9340c7ea64ac9ff4285abc190456f96" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0257_blaziken/blaziken_shiny.png" +hash = "df91cb4e083fb89167851756d05e3502d1b737e78c3f960d8bf2ba9b067cda7e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0258_mudkip/mudkip.png" +hash = "3c6bfb5c60c6bfe0291b8a7c1cef55d59bfafc636cab3045c57ce786436f06a6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0258_mudkip/mudkip_shiny.png" +hash = "2a66c2c46d3c8284c98a309b7fcb797c91b7427711379b0922d0eb8a77f2b3cc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0259_marshtomp/marshtomp.png" +hash = "873c4567e73db5b70cbf098f56eb97ab2382db7e0ea36d2bcd31e375aca37d41" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0259_marshtomp/marshtomp_shiny.png" +hash = "d35d2256773fb500d43295e8b9581bd535981eb8ac4cfe53128f9aa96b4d6595" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0260_swampert/swampert.png" +hash = "868e54da4966bf10401be04452ceccefcfd34a0f6df43dfb1ff121fef871171f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0260_swampert/swampert_shiny.png" +hash = "cca31f60d3e09bbe671c40620589de20f60ae2777e0cce7d0e8f22094fbe75f6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0261_poochyena/poochyena.png" +hash = "2f5a71ada6c35f5631519e9dc6c28a93015e2a442624a18521e250839861158c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0261_poochyena/poochyena_shiny.png" +hash = "a8cf22626753cd7b02cc8829377d212ed6da6c8c13cb38d75bf1d7b75e3ebaac" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0262_mightyena/mightyena.png" +hash = "e93749d6946364864f4e59e3282007c3237d381bd3643f4c1f3ad564d194b200" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0262_mightyena/mightyena_shiny.png" +hash = "f2b18e5d3c811fc4a1f6a4be6d2d566a8257a623dbaaa639403da91e0fb0c11f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0263_zigzagoon/zigzagoon.png" +hash = "bcd38d7e07a85944dbd62beebadeb653b2b0a4403a87b3aa1f5cc694134b6498" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0263_zigzagoon/zigzagoon_galarian.png" +hash = "453c2c7faa0be197ba7b30d2f75de71159164b66dea980039f050f3926f92826" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0263_zigzagoon/zigzagoon_galarian_shiny.png" +hash = "37260398ab3b998d852b17bab0edbeca3e0c7cde0267f3f2e3de595986fba59e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0263_zigzagoon/zigzagoon_shiny.png" +hash = "f9bc62520ca4c2eb55f1e4abbb5ba55f5cc7ed63db6a011e4f0945fce52ac769" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0264_linoone/linoone.png" +hash = "2aa7511574b3b515c5d1eca290bab0b912096e73f760aa6b33150275ee66ed54" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0264_linoone/linoone_galarian.png" +hash = "ff9667467ddb226e8c700659351fb70e4287ae62f55741248eeb28ea520ce925" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0264_linoone/linoone_galarian_shiny.png" +hash = "d5be03b4bb46111f5aac78b8e3b5a65ed7d5c274afd401dd64090dd921c0591e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0264_linoone/linoone_shiny.png" +hash = "a0a092b47d46a894bcf37cb917edea221663dc249ca2c008f6a21d2e913d8f6e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0270_lotad/lotad.png" +hash = "c958102092a3c5c28e2c5303eba608a71d898ff1d8caa93d835b7420aad0501a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0270_lotad/lotad_shiny.png" +hash = "e0b381befebac98be41aeadbcf3d3044bbd612c6d4734ccb76da92a7d2f0287f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0271_lombre/lombre.png" +hash = "d452ad054654e47aeba78ac282c121d7b57b2bf37bd143ce916a2bd280d1f3d2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0271_lombre/lombre_shiny.png" +hash = "f010b1f15d492ab7191ff7fa6522769c25ae8e208919f26f87ddbae43b3e5fb0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0272_ludicolo/ludicolo.png" +hash = "d0d534718f6524fe2f0d8bfc7370d54b9159ecf88b468551940f2cf39fb1aefb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0272_ludicolo/ludicolo_shiny.png" +hash = "52f01df570bfa1f2636c7eb1d997f1f146ee9c204d0051759d0df007bb3b7c8b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0273_seedot/seedot.png" +hash = "32562956b61d671058d0f29d4af2165817872a09ad9c9c2e35d2e21f57e02454" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0273_seedot/seedot_shiny.png" +hash = "82d5e0f0fe9568139b1903b6b88665029231b25e73140ecdb4d38f1eae20dc8e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0274_nuzleaf/nuzleaf.png" +hash = "2233c2b28d550d75a314939b538a40d995b7b0a1c2ac71d7d707aa881a138753" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0274_nuzleaf/nuzleaf_shiny.png" +hash = "7a7ba0525eb8f8b98098c50ba2ab05b4cb988e422329826637e4425a736afdc8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0275_shiftry/shiftry.png" +hash = "4e5ed47df9c419b41cc9d5c1c113ee4045d7f8330a5020ea044134d6d5bc15bb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0275_shiftry/shiftry_shiny.png" +hash = "d244d0bb17137f290c65e651f983d68797afad8fc824d34cd02dd917688ca05a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0276_taillow/taillow.png" +hash = "809267eb5a6519e21890926d3513c0b14c48cf63a8918065b30c076a5ca3c16a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0276_taillow/taillow_shiny.png" +hash = "e51d7daa1ff7a68388f036f013ad678834b51e9dfc5769607a3dab7a8458e3c6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0277_swellow/swellow.png" +hash = "733bff3b09ddf034a2b8b2ce17f0f15253a4a0997b71b2bd51bea1de37e6726d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0277_swellow/swellow_shiny.png" +hash = "01155ccb44183861238013886178be992111a08c19fb80342efca02e389acc8a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0278_wingull/wingull.png" +hash = "2b577b111aa620f35793574913c5b2d0ae1360b1a6d13eafbbc0b7748c817e6e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0278_wingull/wingull_shiny.png" +hash = "13aef87a912b755762183860897df839b73bff1eba33792adf0b95e2342b769b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0279_pelipper/pelipper.png" +hash = "7592737add6aff19b5dd78be321f35f1c04a9a45050b4dc3952cd5168ef99eee" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0279_pelipper/pelipper_shiny.png" +hash = "21c8bba655ce16587e2d8fa12be603c1f98c9bdcbf705718e58ee04e809783b2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0280_ralts/ralts.png" +hash = "d410e9064b3dbd33d8ee854a3af0dfda446ff963de86ac4084d453241a6370ea" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0280_ralts/ralts_shiny.png" +hash = "15a5101a6bff163f33b2720af4f81bd7b81daa1421f2263d961a6a2766d3c01d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0281_kirlia/kirlia.png" +hash = "0e2894db451325323f4490eb34842d5f7148ea6c85901950ddd9f4e4109bd5d8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0281_kirlia/kirlia_shiny.png" +hash = "660f76cdd6056fb6fdf8e3e4d2613c7f058c6de222c5340680e05a09ec072f29" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0282_gardevoir/gardevoir.png" +hash = "9be77178276220d0a648d9d99b53853ce75a1015b453853c8a8e13edb4f311af" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0282_gardevoir/gardevoir_shiny.png" +hash = "ddb061a8e42d60ffe461b5c6c6de96f40a97f1f8611b80505d8f0e92b507e153" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0283_surskit/surskit.png" +hash = "94655d0b10aa430c76f5842c13e463c9c0b32d3c8583954b59abd7464598b0cb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0283_surskit/surskit_shiny.png" +hash = "22e4d8132d2d04f0d89261ff1ced47d0585e49671ec3c8cbcbdc0afef7b6538f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0284_masquerain/masquerain.png" +hash = "93a3443c87b122ba2ec098a5fd13720d958e393839fac75a0d5831510d71d5d4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0284_masquerain/masquerain_shiny.png" +hash = "fc9dca6310fa5187e1af8821bb7d3a167252054920c9768fe5ab4b654a7cc773" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0285_shroomish/shroomish.png" +hash = "1ad8e702448a958d8f841481ac855c6347cdd33a16143b257e445a3294334031" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0285_shroomish/shroomish_shiny.png" +hash = "2416e8a9851418499125bc2b4bee6e23a4579be2d03a89eba6f3bb44f65db605" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0286_breloom/breloom.png" +hash = "ee240e3bf61e50b8661beb64f388e8cf4a6fbd946d802328a68ac586d86ac545" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0286_breloom/breloom_shiny.png" +hash = "0e13372800fa3c6b004fd360fc6a3418ea62a326663d977f1188c0bff82479de" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0290_nincada/nincada.png" +hash = "76f5f98077ff0969263111d17f8bc8286e2cd92ac9df655accfb157a219a3407" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0290_nincada/nincada_shiny.png" +hash = "61a2ef4cce74973a2075b61d5b8359ffa88dbaf704312ae4bc6909e968885718" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0291_ninjask/ninjask.png" +hash = "009b598fa1cb6784e3fe97ea03c22718404f4f08c844f39974284e15d0c8a247" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0291_ninjask/ninjask_shiny.png" +hash = "81504f2fc3556065b697c355ef4254d0def7dbb6835ff42c6c18047863bdc84c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0292_shedinja/shedinja.png" +hash = "3e397014b99336fc370b76c250165d092ca0f24429d1f8dc41b9d2c42a04fd14" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0292_shedinja/shedinja_shiny.png" +hash = "143430966aebd087921dc1a4b69302da3cfc07a2b04e8423b28e301c9ff26d78" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0293_whismur/whismur.png" +hash = "91bf8a604b6ef510d89a23c6309c694726547c08499841a566be6f7e91f8e03c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0293_whismur/whismur_shiny.png" +hash = "dd36f0d0f7cfaf8847c0e2aa6ebb26498523a289612b6ccf2275f39c809b92d4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0294_loudred/loudred.png" +hash = "311fb68cdfe2263ae8505fde8bf45412d2ab38ac30882f4d63b71cdff95963b4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0294_loudred/loudred_shiny.png" +hash = "04f2c7517535b1126fd98abfda8d8b78523cce5681e071bdd48357a1f63c07ec" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0295_exploud/exploud.png" +hash = "7124b73069f1ced1901df6de87f48cd9337efb8e2606ae2194e9eaab35625347" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0295_exploud/exploud_shiny.png" +hash = "ae16e8adc2c7ee796e076191d7d73df9d12ec0d188a74fb286b99e781ec8a168" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0296_makuhita/makuhita.png" +hash = "8b6e59654572f3d5fa69209433ae39592f5c7ee865ea2a70c5544097b39c3083" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0296_makuhita/makuhita_shiny.png" +hash = "8524707596411ab210e5e1bd3034a26850474c3914ed4e229c8e53e7f6a1837a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0297_hariyama/hariyama.png" +hash = "ebcb683eb5e2e1d4f59c3ff78aa7b4a3737c1bec16d184fb6314203777eeb8ab" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0297_hariyama/hariyama_shiny.png" +hash = "de258d5ddcd434bba0b86bd50162eaf4c2c5412af453e9e3e8da166a94df1c8f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0299_nosepass/nosepass.png" +hash = "7d181b2b9d76de2d1c5788e1a56914e7ed34c5017c5d945f4f4cdf281f76d3f7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0299_nosepass/nosepass_shiny.png" +hash = "8a1febfec2810371ab79accf11a1073453d2badc95051bee9139d331b151670f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0302_sableye/sableye.png" +hash = "01b75cdbfb96ad1f74715125fb15b173095b0dddd1e2067d4fd1b0d114e61743" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0302_sableye/sableye_shiny.png" +hash = "cd435365b25072140817cfa4dd4f11b5334f92b247946fd6f8874cdee90483ab" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0303_mawile/mawile.png" +hash = "1010fb41224bb826f83ddcee48433afe09ed9a93c42d911d0b61775f6523c0e1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0303_mawile/mawile_shiny.png" +hash = "3eeca5cd901908da6ee45150801f0653da0d32e121988de3e6ff3607dd58ea84" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0304_aron/aron.png" +hash = "3f4a16dcbccb548d105a6d3ec89ab0da46d73ec05aea25507b062413b9ba8ed4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0304_aron/aron_shiny.png" +hash = "82e437ed0e1f9cf522f2097d86111f831a412631cbe0911fe2fad63ad4342ecf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0305_lairon/lairon.png" +hash = "f4bbfd068634640a2a5402654ba7c48d33a437bf954220266204d0939f3eb9e5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0305_lairon/lairon_shiny.png" +hash = "55736607769999ddcfb6c160fa602db6282a2a02ce6646593834132e769479e3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0306_aggron/aggron.png" +hash = "cc471a3ee8c098a21ffb4a09e5533da5c363830cc7c7191ea0cbd3ed5589375f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0306_aggron/aggron_shiny.png" +hash = "c79f37da641c229b61fafcdcdd901c191af0e57b1cee2019b58306db389e6329" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0311_plusle/plusle.png" +hash = "f1647693c1875b98947c5b0b9a22044eb8b1dd8a530681b77758b54c5edab87c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0311_plusle/plusle_shiny.png" +hash = "f89ef4c9bfebd2946f75a6add3639ac0d91a917598e802f9c2ec5c01934b0307" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0312_minun/minun.png" +hash = "d6c895d4327df1c0178f8c1ac9374efbc3fb5ac3ec8d4d8af67849fd90ec4d5e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0312_minun/minun_shiny.png" +hash = "2552479dbd46f609b0de360863948bfeb7e4eb827f2de8f4cddc124987de9239" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0313_volbeat/volbeat.png" +hash = "df74ab0eb565eadd96bcf19a5299e337cb8ef305276c047da7840bc4028f8b48" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0313_volbeat/volbeat_shiny.png" +hash = "f743a296f615df1c26082ac3784bed01ed2276b42a466f745d00586f92dfded3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0314_illumise/illumise.png" +hash = "4c99eca5e010dd00e8fd9a19e31820511e0e72f6071cf02ff15d45a8cf90e466" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0314_illumise/illumise_shiny.png" +hash = "d5bfaead9a56afcce50d1ad647ac66b58642414f79b7f0f5baadfd4de2ffa637" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0315_roselia/roselia.png" +hash = "8c70c579343ad32629b383ed55337d6b62bf2b783b4ab5a1bee9b6c9740e626e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0315_roselia/roselia_shiny.png" +hash = "8e2b4f5e8724aa601ea90f046f5370a129755313bf5af45815bb5131e325ea2e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0316_gulpin/gulpin.png" +hash = "ebb68d6ebbddcd2d0178f79a81cd9cd617619289a06da0dc49f9b1b687762397" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0316_gulpin/gulpin_shiny.png" +hash = "b82016c50987b5c1c1f45322fd5d74a42d1c69698a2f00366dce8768a83c0e86" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0317_swalot/swalot.png" +hash = "8e79971a7a2e6a1239af0e34d32e9739f799326515dd7a65fa05fdc0f8105b93" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0317_swalot/swalot_shiny.png" +hash = "5351b74294b80c93dd2ac899c40c3d113f6c01c04b15d1118582cb3eb6eaa8ce" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0318_carvanha/carvanha.png" +hash = "1c13d9691f0f3d4d2f81c02929b6f73d0f7693e46f40d466616a90a785131a74" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0318_carvanha/carvanha_shiny.png" +hash = "da1fbf120f71c187a566d15eff78fb2c914ef6118802548144418653aa08225a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0319_sharpedo/sharpedo.png" +hash = "79b40ff557534f44324aff25f20787ad3dfd477371bd76f0e5b28ed6430b4923" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0319_sharpedo/sharpedo_shiny.png" +hash = "5edd10b58f0d2473c4e20cc8d40b58210eaf7509e1b3f3ddbe1345ee9826b755" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0320_wailmer/wailmer.png" +hash = "f2df0d2f16935b19bd7c91b934deb2bda197efbab043dfcaf5d0db72e8d864e9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0320_wailmer/wailmer_shiny.png" +hash = "d4c624a30babe0706a42b5d3fe23ad8b5dbb59a24382b06f7817fdb863596e82" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0321_wailord/wailord.png" +hash = "384a7cc599442b8d3cc60a62e42fd5f42b461e8ff8c3f8ffa1f766c7a7ed9f29" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0321_wailord/wailord_shiny.png" +hash = "6c501417719678e35ab127fc9484b476e8d024502a047fc02d9acb0d4dec2261" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0322_numel/numel.png" +hash = "64c2123ac943f867ce856524b7c4762badf1afa753ef442d5b689a976a6ced75" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0322_numel/numel_shiny.png" +hash = "38da70dd7bb01b28f72d30d37fa6483a8bb2b6814d6ab752549852f8dfac5580" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0323_camerupt/camerupt.png" +hash = "c82afd1037b16869d75daa6ac4de670567fa17bcaf2ee176ea1433bbb9c930a2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0323_camerupt/camerupt_shiny.png" +hash = "cb4df2d4ac8389efc687e7c6233d29a7e405cdaa38b24ca13e6a564d3287f74d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0324_torkoal/torkoal.png" +hash = "16b8c2e1dc37303325a8bb01c67e0d6ef58f81ad5529ccc8693cfb2167c9494a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0324_torkoal/torkoal_shiny.png" +hash = "bbb40325b04d596050aeb76cadf9de13c16d6321bbf22ffffa1390ca944d7d0e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0327_spinda/spinda.png" +hash = "a99c581d9d6e97fc8caed8ebcd2738ad16806e27f495cbebe0b58e8bf37cf1b9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0327_spinda/spinda_shiny.png" +hash = "3c1deb7531e171233b6fc1d405840a8d4b7de0aaa990fe1af3ea5ec1309d6794" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0328_trapinch/trapinch.png" +hash = "0cc4b33872eed8aaf205c42d056299a4f61128991779ef180ac7ddd1e5237b8c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0328_trapinch/trapinch_shiny.png" +hash = "59d2100cb22d2d4417e8caf1124db0d00fb74cafe45339a524ea45bf9999d4a3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0329_vibrava/vibrava.png" +hash = "98e11383656de797bb488bf7ec28653c7e41ba22db30eb74d3ad8e1ea312bf7c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0329_vibrava/vibrava_shiny.png" +hash = "68fdb70dac335d968d9235f1444ddb04336036a90c80809a0d36f6442be40a5e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0330_flygon/flygon.png" +hash = "b760b9b05b65db3accaac23e4d23e065d62d84ec3f43e5fa3be8a1b90c7d3f18" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0330_flygon/flygon_shiny.png" +hash = "7991aa8bdd51c96526bd98beed137fd369b9014580a6b7900f52bca996090ab8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0331_cacnea/cacnea.png" +hash = "567c0c27c5f9ff3b3ddcd364dc88bf9b236d8e5aa9e00c9388dc3ae0aa17c084" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0331_cacnea/cacnea_shiny.png" +hash = "797562c0992e1831c607e7ec8dffa9a2edc223a42d2c8d899244378e63c96cd2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0332_cacturne/cacturne.png" +hash = "8878be4a756958948395af192a69d8da0807606bad6576ea82d9263585def775" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0332_cacturne/cacturne_shiny.png" +hash = "0325022a2994067e76ff7d5a357bce04f461a7386281bfa704850e772caae03c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0337_lunatone/lunatone.png" +hash = "446c53fe448de7cdc35a5cf3e107894524055d9656598e008ca8c3bfa0289e6f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0337_lunatone/lunatone_shiny.png" +hash = "e729dc4868e56774e3af9d7b647e0663a7d3bbbacf58a977fdb88740b5822cf5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0338_solrock/solrock.png" +hash = "e51d225dcc20542fcbd7b0bd3ec3d4d1d2c5cb2e1455a1812268989e75aad071" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0338_solrock/solrock_shiny.png" +hash = "9eaf12fec030285f13fbf0bd1cffaa43dae5e4a2eb3c2335407036e82825110d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0339_barboach/barboach.png" +hash = "e8a0511e5a57becf756187472b78c531ea61e9d8e245b091870f828870e25943" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0339_barboach/barboach_shiny.png" +hash = "783fb12ecc2a6dc16c7f6eb5508ea35efde94a20f1fefbcceb041c3e6f91836b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0340_whiscash/whiscash.png" +hash = "916c65bdcfb9346d0b4428d5ce119d961cf481627779b7af4c2828f47b6370db" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0340_whiscash/whiscash_shiny.png" +hash = "74a10b183249e40daf31250f3f6b0579b5228b6a7e2100ee20d47cfcd4cafde2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0343_baltoy/baltoy.png" +hash = "32db3904d376eee30cd9a8a6c53edc719bc3dbd6419efba68130a17d1e10fe41" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0343_baltoy/baltoy_shiny.png" +hash = "b114f505b5ec0b666732d730d0ea44ac4086cca99020ef0b92c0439404c7dd88" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0344_claydol/claydol.png" +hash = "94f8c9f00a2101f4e2aea52a0be42e8695df43ec587583aec9a6a22fda9ebb1f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0344_claydol/claydol_shiny.png" +hash = "5845d39a11381206a204f0b4ad6105c3b59f2700ddeccd7aa8da938d6c101c56" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0345_lileep/lileep.png" +hash = "f781f3b36393579cf31c831fc815f147295876408a5b20e0a080eaa1958f0a9c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0345_lileep/lileep_shiny.png" +hash = "8841e1d5f4ef848fbc39a530dcbd93c531555ee2691a7bf46006738f80561cd2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0346_cradily/cradily.png" +hash = "764370f421b2d44a5fcdeddb2afdd7f96e86ed113395e42a395501c6d8481902" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0346_cradily/cradily_shiny.png" +hash = "0666cf1be8950b86521b246f6d5bf24ae3ef3b96ae9910c1351190576936c89d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0347_anorith/anorith.png" +hash = "96ab04b1bd290048060df6b7133226658274a53e2edd6e20b2e7c15b5131206d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0347_anorith/anorith_shiny.png" +hash = "064d49e5fde55e82cab5a81caedcb12151f13e48cfed7c3e64e9962782b50bb6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0348_armaldo/armaldo.png" +hash = "08082363fe31bac160b8ffa111f7546580bcaf854438ea15f3a4a1ea1139b96c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0348_armaldo/armaldo_shiny.png" +hash = "d76ad972fe2198548fb4ed78b2b69794b7104fbd36c95d7691837b13936f6905" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0355_duskull/duskull.png" +hash = "b39539dc6126919159e0758bc8182bb043fb5c54abc03f5262c8a1a3594b0082" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0355_duskull/duskull_shiny.png" +hash = "5f351d13e4490cda74a8c2bdae05d1edfa87de0b6c14b785d7c079ac03f2faf7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0356_dusclops/dusclops.png" +hash = "27af2607a85ee61f94e5f9560c653db921279e9229f93d39002c2d7b0e9f9bd5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0356_dusclops/dusclops_shiny.png" +hash = "629cae1b3cfdaf2961068bf7ef089bb0038a3ecac66b17a9b699f868a2f03c2b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0357_tropius/tropius.png" +hash = "67ea6ae70ce1e40eebabefbbd9bba76cad0804ef4128852b9a5d53cf1f34451e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0357_tropius/tropius_shiny.png" +hash = "18dc8c3134f492fc75ab330287c08550b5323ea4d9102471dc7ecf2d01df18a7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0358_chimecho/chimecho.png" +hash = "33c75b4cbd62418fcf8a3d6069117607b64b6e8c275e55ecbe326bf44c14cdbe" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0358_chimecho/chimecho_shiny.png" +hash = "35e0491286ff7f9d298fe22ab4b62594d1735b4ce4663cd5eb91f535457f4c2d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0363_spheal/spheal.png" +hash = "3e49e2e4a81af66f2ac03dfb415f8e4c7dfaca04412f8cee7d2f1a596c82846b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0363_spheal/spheal_shiny.png" +hash = "668c56cd87c7abbe607df1dc83212f9d7f61c4dbfca05dfc949ace303c8154db" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0364_sealeo/sealeo.png" +hash = "7cd5b870471d1332846d0a8bab1bde32f75adaced4fb608936e98371e7e9c270" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0364_sealeo/sealeo_shiny.png" +hash = "83bc83ee0aa4efc907541f02887df4602bd9296605a12be6f63e284115f461eb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0365_walrein/walrein.png" +hash = "e95aa06eed1a7265469cb5d015231969a3a96f229072c2569d78ee3543109dc6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0365_walrein/walrein_shiny.png" +hash = "a29720913bd7cb02a1805f2ca1a2a72296888d767c733d4ab5420495db893c08" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0366_clamperl/clamperl.png" +hash = "a98bfae7c9547046c0858f66565d5747799e11b5eb2f4b63cc30f0a21a3958a9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0366_clamperl/clamperl_shiny.png" +hash = "eccf4f3036737bfe5c0b286efb94683685d83526b0b5e83c291484d340a3bf1f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0367_huntail/huntail.png" +hash = "5eee08b8f03007ecb8c1e46f2dbfcad03b6e85e5e1f9a66497310b688d16d877" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0367_huntail/huntail_shiny.png" +hash = "5bc78f7a6010a535c37e77ec69f774b92b744e528079622517262c6ac0f573f5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0368_gorebyss/gorebyss.png" +hash = "8019c5e94408cb5b077797cf3e338bcde150c4170449f93cc5bb6e0ae6d20429" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0368_gorebyss/gorebyss_shiny.png" +hash = "1cc5e51b42f3d76e5928d71ae0faf04310f8085cdb258c223a7dffebfd5b41bb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0369_relicanth/relicanth.png" +hash = "5235639891c6fb8174cc82a4f5466b13af2d16c5c817f90ca27ea94dd30907f7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0369_relicanth/relicanth_shiny.png" +hash = "1b2b4672462a3001c6ffb5c84a329da201158fef3a85823cb6debc030dbc3c45" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0370_luvdisc/luvdisc.png" +hash = "42339d0663699251f77205037479b3a65245cdbc4bb3750ec0681bdc2f988014" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0370_luvdisc/luvdisc_shiny.png" +hash = "5b2d57c01f37f40baca180265e983bf33e35aa915f9cc75979f0797db0242b47" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0371_bagon/bagon.png" +hash = "e0b1e4b15817c9906b6a6dfb7d0a9233a940237e410eb4b651db491728e42ca5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0371_bagon/bagon_shiny.png" +hash = "1d73db46b986257295d0d4da61f617b88bd11ed036df4cec4cb2202a2d23a0d9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0372_shelgon/shelgon.png" +hash = "d42a52fc1c219a1e37b131c9024d02b37b6afeeb30e30c2a1c6af17ca1fb65d3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0372_shelgon/shelgon_shiny.png" +hash = "6dca225e6f85b801c53d19a2763c71f8fbbaa9fc5e6673311b6e6b97f34a21ef" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0373_salamence/salamence.png" +hash = "5906865b465cad7516edfdd42c2d9b277e42e6efd4b2ff456fe0eac9da975415" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0373_salamence/salamence_shiny.png" +hash = "2bf64a4677fbbda3c3c85cd0279c973f3e8a3c2f0baff85f6f78eba9d671bf07" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0374_beldum/beldum.png" +hash = "7fb647db92f477216f8fb8a2a5945c6e8e2ac406ebd9408284e72796fd9ed1db" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0374_beldum/beldum_shiny.png" +hash = "cdb76ce6a964a67acc0debba4a9477837626cbe2250d79fc4059bbe00f073644" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0375_metang/metang.png" +hash = "aae2eedc5db732a8261fdad2f0c1a8fc4bbfc3976a7c93c0b83b51a6370263c2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0375_metang/metang_shiny.png" +hash = "86fd612dab1d5e94044ce3bef8f0f1e403486c98de4a650fd5eb5fd4177bbe0d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0376_metagross/metagross.png" +hash = "ffbfbde910bee8986e19a2f1353d9213fcc7226c15fb50a33f19f14705f8ba82" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0376_metagross/metagross_shiny.png" +hash = "82a292a887e1bf98b12c65967cda110923ab8180fcbd5e49d66b517fd8b49903" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0377_regirock/regirock.png" +hash = "f34b116a82dd59717394bb44855842a9697cb4d2f8f5a06250702cea1c605b4e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0377_regirock/regirock_shiny.png" +hash = "e504b946d319dfa15ee3cbd55847a563f48ae2656a0d382abe2b04110b133292" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0378_regice/regice.png" +hash = "f89ae13419ab55cd8eac8c8d61a2cc547ca093edc6a01aea53dca8f9dccb739e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0378_regice/regice_shiny.png" +hash = "061ab2c28f81b78ea3f9d1e1a555b45a2f1abe7235aaf569d3f303f21f0a8b6a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0379_registeel/registeel.png" +hash = "9997bc5576903ef5796daf2ff07adf4188528816d7ba8de32337259356b619ab" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0379_registeel/registeel_shiny.png" +hash = "835f6512a1bbf5bbf3f29359d591a01a0f855ed2f9a89f0778717d473f96f820" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0380_latias/latias.png" +hash = "ce3529bfc4bc09e9067a773ea77f5c092d1d54c63c3375790cd0073c5d0f2e92" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0380_latias/latias_shiny.png" +hash = "2fadda2c0d593696c8fde57459ef4a5df33bccbf37900a64f83822cd64ed0385" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0381_latios/latios.png" +hash = "a9388fe38854628e864d409232a28fbe3ade59f754df3ac81b32e56e2d70b319" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0381_latios/latios_shiny.png" +hash = "7befa84b731f4973406e3f20e466f09bd455837b19c7c725fd65ce0a3a07f822" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0382_kyogre/kyogre.png" +hash = "73a43ea945974110af4272e24d09dc8407e2278f5b915bb473f01b086812d7be" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0382_kyogre/kyogre_shiny.png" +hash = "f38dbf18a9db855e0358203aead6c1c60d2c36369ec31155abb431277cf1289a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0383_groudon/groudon.png" +hash = "b30c65821e7902c9163ba20435da8fe43e206f0afca32ca0ede90c8818e3d0e9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0383_groudon/groudon_shiny.png" +hash = "1649b396026913bc2402e7fcfcb74818e8b187829bac2f87e054af5d757a3864" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0384_rayquaza/rayquaza.png" +hash = "bb9cb897cdfa3dc4d05631cfb399f8807c1be9d02cc48e219d82c1b960ec6c63" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0384_rayquaza/rayquaza_shiny.png" +hash = "acdf5dfec4d6081f409841b660870946766f03fff8f6da9ca2680dc5811cd584" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0385_jirachi/jirachi.png" +hash = "9363a6a3f57fdb865912ea46f113c797cee9a2ecb22636d96447cefcd491e744" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0385_jirachi/jirachi_shiny.png" +hash = "d5d869c6e9585c729b59da80b9becaaecf54a7dacd4e7a10e42998172a4d4d0f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0386_deoxys/deoxys.png" +hash = "b634a12a590fca2bd96d9ef7b6dd0970ae7a02eba94716657213da04a2dc4081" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0386_deoxys/deoxys_shiny.png" +hash = "eac3b6f7701613f2759c81f53b0b4f803388ba174150b17c6fb81504f007a025" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0387_turtwig/turtwig.png" +hash = "23b78a4fb678d0783ffdeb2b92e802af0e6ac815a97c88eac9387a5bc960644d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0387_turtwig/turtwig_shiny.png" +hash = "a4d053535b2238f716722c4d9c7e351adc2f3ae63b5dce780636f7ee7dc2337c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0388_grotle/grotle.png" +hash = "ef070f0cf90fb6d3fd47013e55abda83888df97978c8a73edfb1405c8b1b4add" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0388_grotle/grotle_shiny.png" +hash = "c7ba6329c2cb2299785fb5a4728106575eef7b3da43e230d5f40ea1498a6ad6e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0389_torterra/torterra.png" +hash = "2fe6dfdcaf563cbe4c2b6f02f6e98b4cd5164eed49004caab7ee1aee5c5f8fd3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0389_torterra/torterra_shiny.png" +hash = "e9ec22560a20f26944e775dcdd1a578e2b63a0d72d9d1fe667460c125a5a5ff4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0390_chimchar/chimchar.png" +hash = "d19ccc5ea1e13f29c7a23dad20b152e87ead98a0f37ed71a33eac47880b1235a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0390_chimchar/chimchar_shiny.png" +hash = "5cf667b33ab5f1a03af77df7fb6e03255eb04da47c0ce7b4fb2d05341adb24ea" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0391_monferno/monferno.png" +hash = "50ae52b99a89be8c75408734f9b327f7d94893e98da6420417ed9a423d47708e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0391_monferno/monferno_shiny.png" +hash = "3ea9c22cf8355cff5c5fd03ec22f7daf77f1ac5164d31745ab5cced4e28bb65e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0392_infernape/infernape.png" +hash = "ba502a2be3209d12cbe020ede20dcb7e4b3041e683f68620a4115e2206de2581" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0392_infernape/infernape_shiny.png" +hash = "0519ca261a159e46b9795030d17c85958c8f911a2197ce38997326e662171e07" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0393_piplup/piplup.png" +hash = "203a108cb3aaaedfac5445e82848a7abbe6411a01d9ea3778c7a609df11712dd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0393_piplup/piplup_shiny.png" +hash = "2be2f56a628e057781ba9e3593eb6c247a39a63d26ba20a52a717ee965ed49ff" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0394_prinplup/prinplup.png" +hash = "c4361752dea0a39f17bb9c1dd9e4de661d7ef98cfa169cd1e610af3dd8e8f956" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0394_prinplup/prinplup_shiny.png" +hash = "da5880f489f81260cbd370d21b21bcd89f33e0c1a202b079e16ff97051aae738" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0395_empoleon/empoleon.png" +hash = "0c3b73a4c10f7107245e98fe46172440da336fc8897c91f6de939462f781e6f5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0395_empoleon/empoleon_shiny.png" +hash = "e48c6dc144682e98147738e93f26ef53fa3437af3ab2e3b54e26017b85128a65" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0396_starly/starly.png" +hash = "5ad75afdbeda1dd5088426b509daacebbd74580b989a387168b4316f79c48f7b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0396_starly/starly_shiny.png" +hash = "70bf3bbbf5ec192dcc85703c5496641628e0b28edbcfce33d8d874ff0df6893c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0397_staravia/staravia.png" +hash = "7718ca1dba118db3e09fe1be18ae6aa16e192f0bc9fccbb854fb4138de7046b3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0397_staravia/staravia_shiny.png" +hash = "7afb10bd76c738daa6f54e580e81a81725946b9a1410d9080127756451f0ccfa" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0398_staraptor/staraptor.png" +hash = "b1e2ca830278193257aa628e7cfd98bc9e3e05e47260b6e68c55306de8ed4c97" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0398_staraptor/staraptor_shiny.png" +hash = "efce02823ae2bca59ca86f5b5b7a1a822f87e0e5f8407cc29e9f81764601db13" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0399_bidoof/bidoof.png" +hash = "cd906c00e16c635662885e2d3811762d2bf914e38ed7f1a8d9a489c712e1dd63" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0399_bidoof/bidoof_shiny.png" +hash = "9fdef9120610ebbccec78ed6b5b692cada9c81116fcc6a09906c0bf350744223" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0400_bibarel/bibarel.png" +hash = "20a7b88e78fa55e57690c485c2d75dc64240c6e5f0fdc02545f23098cc215a00" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0400_bibarel/bibarel_shiny.png" +hash = "1d1cb69045a5220a6c2979de8dcc3a4d66a897970c94807e1062987e734acbad" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0401_kricketot/kricketot.png" +hash = "15add3e8d53fdf0b7377021e71d905f144ada75af4c1d44cb30c3104fbf3c0ed" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0401_kricketot/kricketot_shiny.png" +hash = "81babdb877b974e0a89ce78582bfabede603de3486cc155943901f8fcdc53774" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0402_kricketune/kricketune.png" +hash = "acca7e63e32ff17dc4f3488adaf34500088c05c66b809819a5024af553ed4536" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0402_kricketune/kricketune_shiny.png" +hash = "94bdcf060b899bbe284109f67a79202b45e928714e966944a47f90175d0ede24" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0403_shinx/shinx.png" +hash = "3f712ab77e0946e4608bfaee6505c5fbd2348511c16cbed4fbc5d3299566f750" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0403_shinx/shinx_shiny.png" +hash = "21ed127dd6939f5c4f321542e1b85d1375a423142793515243e484ed596c924b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0404_luxio/luxio.png" +hash = "ed89a3aa013ecab2dcce93210537b0f716bf1f62fa76866ed21be744a6c5355d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0404_luxio/luxio_shiny.png" +hash = "88257ffbfde3de33fb353a3969b2c32f0396e7b8b143b3c97af172fd0db398af" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0405_luxray/luxray.png" +hash = "9df37f233c94c2fe8febf95ae28339aca1f4a1fbfbf7c59c21c63471ec3844bb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0405_luxray/luxray_shiny.png" +hash = "ceca2cf476cba6c368c3626bdb7ea6bf24c77a8e99297f5ff6c89633cc6cd4d9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0406_budew/budew.png" +hash = "a51b0722fb2d58da04c3cda7b782e3821ebd4a0dba7caefa9681e5efba464f58" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0406_budew/budew_shiny.png" +hash = "3eb4bcc4a3df24312610bce8e3762c1ca892b1c06880ec68c86156d8c7c09278" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0407_roserade/roserade.png" +hash = "76f9b2fa0283a50a197c74f3fc1fd28b500eb0198171ebace6c7cbd7bd2c7b07" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0407_roserade/roserade_shiny.png" +hash = "dd9e9055adcbd3639fd203f3fe592934ac09c724399ee174c1f5ddf148a17d88" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0408_cranidos/cranidos.png" +hash = "4bea4d101861fdf133e4495a08e9f8bb4aa0ba9034e5ad9d18ae3f416d73cb05" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0408_cranidos/cranidos_shiny.png" +hash = "f93bb31702064c7f63a6b101a18e1a870419536d856bbd777bc62898bd67366a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0409_rampardos/rampardos.png" +hash = "eebb291c3f156c25f6263aa792fea9d9b50cfe892731e0b6fc4f3ffccaf62e67" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0409_rampardos/rampardos_shiny.png" +hash = "a235c20a6c8acd93f910f65261f1cdce7cf481348201a4711ab3c09a303b8b42" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0410_shieldon/shieldon.png" +hash = "e1d374d4e52f1a30a190bf3a067d81fc08690f9ab5fb4e8240c0d8a03c3b6cd3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0410_shieldon/shieldon_shiny.png" +hash = "7f408f7051bb2d1e79783127123a2213d91c912a44755bce55ede48d1f4bc755" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0411_bastiodon/bastiodon.png" +hash = "1a42dd043d7d37ad8ad215588bc0230bc092fbe1011d8261ae258e2625208f44" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0411_bastiodon/bastiodon_shiny.png" +hash = "dbdea2be86afbd74492a6f3b6c3f7e005892796014a45c5e789b2cfe343b8e10" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0415_combee/combee.png" +hash = "ea11164c5b5e735f87d435096c390d49cb2f788fce4ef5b98a44266aedd8d2c5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0415_combee/combee_shiny.png" +hash = "0c70fd5d09371b50e50d96722f408e1c10935b464034bf41959454e42005c2f5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0416_vespiquen/vespiquen.png" +hash = "d2890d262b92bc1cb6d3c53888400a6d7e5d8d50db7345f92246617a6899a5e5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0416_vespiquen/vespiquen_shiny.png" +hash = "ba8d826d4c30296319edf748fa681b7fa4f1061d6e782cb455677bce71f5183f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0417_pachirisu/pachirisu.png" +hash = "985df6513b79eaad6d927f6baf6edbefd5507f39d5316405b4a88693666cbda0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0417_pachirisu/pachirisu_shiny.png" +hash = "765706777619be00bea25e4444e48d58b2e66cd4999747625e64a560f5fd9a92" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0418_buizel/buizel.png" +hash = "e7171c1014b43b48ceffb34f783a17279e777833e0cedb2e918ffa6d1ca0bc56" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0418_buizel/buizel_shiny.png" +hash = "f766aadeae33def2061c54894ec138012814dc3ca0cf47019cadd6c66220940e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0419_floatzel/floatzel.png" +hash = "4cf6a757e98188dbea5df7170a147bbd6b583413cb450852a11966cd864ce418" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0419_floatzel/floatzel_shiny.png" +hash = "fa4e126615f6842bb58948cd8e723fd7027b05e0e10205c03f5ac5d4cd7b9001" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0420_cherubi/cherubi.png" +hash = "ced7c7b1c696be6356f7c7d740f7bb215c21495aad4bd6be817b757a2d3ec1a6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0420_cherubi/cherubi_shiny.png" +hash = "89c80c20210981b82ef49ce89a4c2ce8b464977ac82eeb5c914286b4bf2fd87f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0421_cherrim/cherrim.png" +hash = "ee50d2f66ee67b170caa5b31daba0256f5c6948554f11707ca70ae14bba4ff73" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0421_cherrim/cherrim_overcast_shiny.png" +hash = "e866b93fd4d9d1b327fd49f022d023c21b6872a7b97e12ec57d7a3522b402e33" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0421_cherrim/cherrim_sunshine.png" +hash = "3732c6e378d3d4c4907c11f604c7d2f2c5f012070fe3f939e4372d6f34eb57db" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0421_cherrim/cherrim_sunshine_shiny.png" +hash = "dd2b2898141c6782ba51e36aa96a5c154f3dc39341fbca773a0306943ab9feaf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0422_shellos/shellos_east.png" +hash = "16bbab9a92d5d10b344a77ccdcffc498d2b5f254bc66ad69c0bcb23e6eac4678" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0422_shellos/shellos_east_shiny.png" +hash = "a582e6a1c8b5420d5d771feaf767736a5203f95715a8681319da477fdb039f4d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0422_shellos/shellos_west.png" +hash = "a37fc5dcf33f47789f544db99f8d7c07697698d2bc1171b167252dc924aefaf5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0422_shellos/shellos_west_shiny.png" +hash = "83b31ad61e5eef1776f3625e9b2c438bee33daad24174cab39a7557057862b07" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0423_gastrodon/gastrodon_east.png" +hash = "8624b593df205e8a6134a1ce0c6027a7b37d05f3bdb6d719ad3236e70b2d8917" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0423_gastrodon/gastrodon_east_shiny.png" +hash = "1eef4ef75f57e02c247204d22a5d97665a77006dd73521c9748f1f2bdb1d3f18" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0423_gastrodon/gastrodon_west.png" +hash = "fbdfa010ae5df52b32ab94f211e065279b5a09f483fc211822c17474a721c220" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0423_gastrodon/gastrodon_west_shiny.png" +hash = "6e21acd716d1c9be79ae2d30be966efc7b8d6b6b3af3304b2e5382b739244650" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0424_ambipom/ambipom.png" +hash = "a2d385ca7ef4d8cfe60b335cc230d4f4bfab396a7325933374f46da221e6100a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0424_ambipom/ambipom_shiny.png" +hash = "2e033d88c5351cc5edc2b7f37e2881538689891351f6b874f3fa0bfd2bdd371f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0425_drifloon/drifloon.png" +hash = "a1c7c7e0730dec9d11115430a6abc896a1bf97cfa3f56c6654ba30a4acd355dd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0425_drifloon/drifloon_shiny.png" +hash = "b18224340aad3dc54d53cf3546556799bdf975c95bb997501628f78b74f7a5a4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0426_drifblim/drifblim.png" +hash = "1f61f65ac5d2dfeba612b214e7f0244ba2c14024a8db43347d6be31063a959ee" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0426_drifblim/drifblim_shiny.png" +hash = "eac0fcb04f660071be1402fbc53931d2e711e6c5887dd69b480841a1c15e2942" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0427_buneary/buneary.png" +hash = "9aaf57153e32f895c39759f638a23cb53652afeda12d23b77a8f61a13620cbc3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0427_buneary/buneary_shiny.png" +hash = "3c6cb5d79aa69aaf4845132d7a10c1fb8ecf8910eb151234055b88a48f0a34a7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0428_lopunny/lopunny.png" +hash = "ea96ffae37b0f8b92df75b8784893b799709e98849fd0f72bd23859cb8165f28" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0428_lopunny/lopunny_shiny.png" +hash = "c132b8498b7751da8aade1262b9b21b5d8a7de7f1f225c2e1ba3d7b5bb134510" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0429_mismagius/mismagius.png" +hash = "9e0e158983045dae501f3ebd11d2a7b1334babb3c6a2cc340141c778b2f42a39" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0429_mismagius/mismagius_shiny.png" +hash = "c660f3bc68efda439ec489a4ad6ea85e325e1a550ff00137cbfc8b7a0e4a2429" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0430_honchkrow/honchkrow.png" +hash = "05c68faff75cfe6ede825bce84502381cb0e3b0a48f15195b2a322b9e60fe236" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0430_honchkrow/honchkrow_shiny.png" +hash = "bb4c6822c8f12ad80dcb065db583578521334b2e7d9f6d8601bc8141afd02c66" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0433_chingling/chingling.png" +hash = "a2c239111e8165004f07d64fd7e80fa22e7bc430653ac000e74af77fac7f1459" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0433_chingling/chingling_shiny.png" +hash = "0345a80d5f097494c4b1b40a2b121c5771192a8155567e3cb3e5baafa62fd11d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0438_bonsly/bonsly.png" +hash = "ffb5beed00dee7bc524be7fb1f5052c3a3fd542b15261551cbf1cc66e4589e28" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0438_bonsly/bonsly_shiny.png" +hash = "9dd0906cf8375d0886ab19e9902667e7aa7ed1a7b48418d0bc02206324c7a0ec" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0439_mimejr/mimejr.png" +hash = "8589aa650e50bc414d36a8b9143237bee039d19aaf24bc5f44df4bb71755eec5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0439_mimejr/mimejr_shiny.png" +hash = "d489281cbd030424d0433e09daa4a2ab1a71a7589543eead9620578d1b8a6fc2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0440_happiny/happiny.png" +hash = "5a4eaeb8e3340eb4c7143c5b87bb7bd7f50f43764e90c0b50b43df041786339d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0440_happiny/happiny_shiny.png" +hash = "f7cc83946f90914632230134d7ee518471cb0d2eb8d3c7f818be99e69bf5fb60" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0441_chatot/chatot.png" +hash = "e1a4fdeb80c48bc2bbc5a7de2088ed27c4bbd2ee96bcad62dc2455491c211e59" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0441_chatot/chatot_shiny.png" +hash = "27110efed8bd6d84a2c87d9b4452a7385b4fd4bbe6bccbe9e8b2571b2842cbdb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0442_spiritomb/spiritomb.png" +hash = "9a2c68e776c9e52271e2cd2b34b700c307c07c18b8771e86683e28b122b5368a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0442_spiritomb/spiritomb_shiny.png" +hash = "9e24d6bfa95de9743387fb9f2faf31d651de825407786ee0e868e173c194e0b7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0443_gible/gible.png" +hash = "2f5bd176f873641c002d9a089505bb56fb999fe7ab5ab64776d868b387d3ac14" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0443_gible/gible_shiny.png" +hash = "5624c0cf3c87dec43da94975f967fb7a2788f9e53be337666776ed6e076aeeb0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0444_gabite/gabite.png" +hash = "4270bf90d11356a4b88a39e594533941d46db4659032370a70ebd83e37ec5e29" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0444_gabite/gabite_shiny.png" +hash = "5d9df7b293d1570fc16a323ac97c64fc311deed9e933ab25d2b6ab6144eaf7d2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0445_garchomp/garchomp.png" +hash = "63862437edb3faa4a774b8de7053e45700e85eb0a4cc2d01d38ab0d81c129218" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0445_garchomp/garchomp_shiny.png" +hash = "3c263610f3ddfe94d3cfade6f9855d6274298c627f3c60a714c6ce565e951cbf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0446_munchlax/munchlax.png" +hash = "4f812eb61e40b43ede5969a67c4e41f6845d1c219677c79761bd4dc4913d81e5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0446_munchlax/munchlax_shiny.png" +hash = "3b60f51101f8a3b530752f4ea7a8d692fecfbb62964f41b048fa43370681e4e0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0447_riolu/riolu.png" +hash = "d1337ba26e5533f071bac73f20a838e661f9b3c0f846e65d2b832ef69c72cc93" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0447_riolu/riolu_shiny.png" +hash = "7a5442ff4f0d709f8b019f96d13b76f59dd0c8d7b6a9b620416f0e5e3af426b4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0448_lucario/lucario.png" +hash = "e9e82f729268f4464c75b788eb3445c973de8a5ceb84ef30605ddb6cc1ba3add" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0448_lucario/lucario_shiny.png" +hash = "d02b5748802b0d0f24b3ee7ffc157cd25024c9bef0f63f5033d4336cf1338006" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0449_hippopotas/hippopotas.png" +hash = "716b4e85d19cb03e24327e378f21f6433934fa7a7f9a015aab624723ea9a357d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0449_hippopotas/hippopotas_female.png" +hash = "716b4e85d19cb03e24327e378f21f6433934fa7a7f9a015aab624723ea9a357d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0449_hippopotas/hippopotas_female_shiny.png" +hash = "608bad44cccefd93e4574878fc31ff170fbc31dc9b096831ce7081d186e6becf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0449_hippopotas/hippopotas_male.png" +hash = "716b4e85d19cb03e24327e378f21f6433934fa7a7f9a015aab624723ea9a357d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0449_hippopotas/hippopotas_male_shiny.png" +hash = "608bad44cccefd93e4574878fc31ff170fbc31dc9b096831ce7081d186e6becf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0449_hippopotas/hippopotas_shiny.png" +hash = "608bad44cccefd93e4574878fc31ff170fbc31dc9b096831ce7081d186e6becf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0450_hippowdon/hippowdon.png" +hash = "021369ca3ef5a28ad202f030a8af0b2487b03dc785385770f402eea3dcdde6c5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0450_hippowdon/hippowdon_female.png" +hash = "021369ca3ef5a28ad202f030a8af0b2487b03dc785385770f402eea3dcdde6c5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0450_hippowdon/hippowdon_female_shiny.png" +hash = "f0964b43d48eef55f26aec2adcff7dc400f4b22f39f3bdab266d248448902076" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0450_hippowdon/hippowdon_male.png" +hash = "8a759ccf3d528236551f602099ecd04bdeb4bd606d3c0ce7b1699177974a160c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0450_hippowdon/hippowdon_male_shiny.png" +hash = "be2639f1609250c7d32d014c9f372903367e3f171eb782a6917eca9eec4f99a5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0450_hippowdon/hippowdon_shiny.png" +hash = "f0964b43d48eef55f26aec2adcff7dc400f4b22f39f3bdab266d248448902076" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0453_croagunk/croagunk.png" +hash = "4f9d75dd4bf4a6ad5a6f21a243653c8c86e7aba5dc0b15f78646163b940ca29c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0453_croagunk/croagunk_shiny.png" +hash = "f144978ff854521aeefb40b15b0e4470417ee230a88a0008423cc7fc5e631fd8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0454_toxicroak/toxicroak.png" +hash = "7930a53b6f473e7731c0ec452667b5bbc8c8087fa42ee4f015637fb5ebe592e8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0454_toxicroak/toxicroak_shiny.png" +hash = "a522f7011ba7d3d04b0334d844e14e3d3ab86fb85f752604faabddf366f7ce48" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0455_carnivine/carnivine.png" +hash = "b0ad538bc99aec26e14e91b7bc693d96d749c12dad5ccc36ba95d2a57e83a34b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0455_carnivine/carnivine_shiny.png" +hash = "b49ad8a8e5ddd54f6dcfac6df067ce31098e25dbca058359e8826961e1ef0b5c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0461_weavile/weavile.png" +hash = "2a96e8b29a81e75acac795d408cd32b6c00613a985819fe1022d532e30a7ea6c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0461_weavile/weavile_shiny.png" +hash = "96910c34640d3d1c572d44aa092ebe9e47b2ba1c121f6b6fe794115411fe581e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0462_magnezone/magnezone.png" +hash = "eb3f9aa4329635acc0f90b05baa4e919f9b931c584e02e4ebe71c596b13715f7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0462_magnezone/magnezone_shiny.png" +hash = "0dc5d61c4806468bf8341aeb456185d231ce74b8807dd1988925396fdde9f1c9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0463_lickilicky/lickilicky.png" +hash = "dfd64d3ef145592737ceb44fb90399d3c4c0c960181db6fc9e234878bb29cdc4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0463_lickilicky/lickilicky_shiny.png" +hash = "6a56c677c075e0be3fd7121fbea76c6ca359c6ebc5f575841590fa29b36dbd6c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0464_rhyperior/rhyperior.png" +hash = "508b65c702d1b88879265837297792645d6da88e374917cf395b2a93954d67b5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0464_rhyperior/rhyperior_shiny.png" +hash = "5e44b7467acbd2d4c4202eaaf5d5a139fae94cf3f83b8fa375dabaf44981e697" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0465_tangrowth/tangrowth.png" +hash = "a2c8a167c08ef0f64dbeb682faaf79247bc3508c18e9490940d22e0dcfe257de" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0465_tangrowth/tangrowth_shiny.png" +hash = "7ac6ce0f6096f0a432fadbe8e6b9396727b96dd985cff65fe7d75cdcdc8a84c2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0466_electivire/electivire.png" +hash = "08319169df69255152fecd56d9332f08c0dcf656c5acd85a0f2148bdca34d445" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0466_electivire/electivire_shiny.png" +hash = "7f1d99c7276ca6f94e39932a37cabfd143f6bd3e5f8fed6d184a16bebab13491" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0467_magmortar/magmortar.png" +hash = "2c4fd2cdc060d60733c55a3b5aef0028d74b27acdfcd0b23c65e77768b736f95" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0467_magmortar/magmortar_shiny.png" +hash = "a6d93b96d27d4690ebe26f4c99b0c1434ff0939db184a49f727161578ae0302e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0469_yanmega/yanmega.png" +hash = "bbfaca43f593ff4ee7564307f8fdfcc1067f26251537e1f9ab1b0ff6f79a3488" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0469_yanmega/yanmega_shiny.png" +hash = "1e2480edeefb93ce432dd031e637badc18e78839e2e7906633172119c5ffb5b1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0470_leafeon/leafeon.png" +hash = "69bd7d2e4293ae43928503634c25dc5783fa447de20d9df29b07c3f813489e3a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0470_leafeon/leafeon_shiny.png" +hash = "6822f9753d713daff79449e50a85ed312aec2e698f323683866c0dc4e7e413f1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0471_glaceon/glaceon.png" +hash = "02c4aeb13c4fbcc7c4e9b779f4948e482f6d3c1b389448c74128e5dd1f8648bb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0471_glaceon/glaceon_shiny.png" +hash = "ad59a87d0e3019983976afb900ba6067311afb05b78e84b350fd3968b3c449d8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0472_gliscor/gliscor.png" +hash = "3c9ee132adf47b81807f70bd90fd06e68e65c4c59fc672d0f1bb09ceddb8ed19" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0472_gliscor/gliscor_shiny.png" +hash = "37448b07b33e21c182cf0da9144c09975eaf208625bfb87ceb078380d3eef6f6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0473_mamoswine/mamoswine.png" +hash = "53946f1be120de0bbcd9ecf2bc71e862f145c068551d64ef8f5404c1e2e09ddb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0473_mamoswine/mamoswine_shiny.png" +hash = "e4c0a761b7289f92037f32d11f3ee5ba729d3889769d187dccd78879bbd82383" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0474_porygonz/porygonz.png" +hash = "97c61a16cc134ac024e7004d7f6a681f9533308557f819cc26a23b7ae2ca1deb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0474_porygonz/porygonz_rubber_duck.png" +hash = "707afbc50ef37f08b79664b4c1654a59c8ad8b7108ada0b4aee7a312696d40a8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0474_porygonz/porygonz_shiny.png" +hash = "ce0d4b7706845fa7a4ca39f6746d0e497a2c9a83d402a8bf95a93d15fa5ba771" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0474_porygonz/porygonz_shiny_rubber_duck.png" +hash = "4e11408cb4ee73e4f3b115b97a614dbc04cced06345e5c2008ba0dcd200eb2fe" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0475_gallade/gallade.png" +hash = "5105ba76baa78d470670856f1a7562bc5cbec336f12d59bbb1537dee40b47a90" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0475_gallade/gallade_shiny.png" +hash = "f9d3c2dc4e9df4ec9c010caddaf8ba3d356449c466621a7f5697d3c7bea38d85" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0476_probopass/probopass.png" +hash = "6c404f09df818b5da3f68f01be7ecc6e5d54d8a08a1216c545c97969a3fb3fc3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0476_probopass/probopass_shiny.png" +hash = "5dae734b7943fbc4d4af6d70956cee462fb5089d43e32057e3c369e66765426e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0477_dusknoir/dusknoir.png" +hash = "c57d3651809c8ff049ff75afff1ac3d8664ef9cd4d96f1fd3cc50995d3d143bf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0477_dusknoir/dusknoir_shiny.png" +hash = "f2bebd93eff6663e7cbb25f54a376c5fea217a4f3b0346806e6fc1f68f64ac3f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0480_uxie/uxie.png" +hash = "c2335956db464cc9e3a7a1f17541ee10c7249bf4543f495126a3984c70beaf4d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0480_uxie/uxie_shiny.png" +hash = "9c422297af0bdb78a4f590f83a67d0306b726fb4f78ed0b22879421f5ca43582" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0481_mesprit/mesprit.png" +hash = "ee942b754b9d0f03420ecba0f013360d752cc4d6a14e0895aad3127c53759a7f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0481_mesprit/mesprit_shiny.png" +hash = "b7b4c89b11f14e3e3c3cce13236dcf1f343bebca81728267a3a67a2736d33857" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0482_azelf/azelf.png" +hash = "0bb8401436ee7182fa92953618f04d61855018530af1aaafd251fc2bbdf448c5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0482_azelf/azelf_shiny.png" +hash = "ff9f0b4f006ca6b6ebd82e479cbcb88bf6ae5b37f6c57bb501aa3e87fb4d3f32" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0483_dialga/dialga.png" +hash = "1b5d1e785bcf7399e291321536c3f8834e1a58a7973e02c0f5be4185ccd8d22f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0483_dialga/dialga_shiny.png" +hash = "304621e6f315bd059325200a4e224713213c81ee10a9cb162f78d612c8023c5c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0484_palkia/palkia.png" +hash = "54211496176defe54e915d1e7724e3d679bc0ac74571f003ffc3973ee6f82750" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0484_palkia/palkia_shiny.png" +hash = "2cff7b5e7b2d76b7006fa56f53fc27c2da01f90f4ee66d8d0015749efd8113c7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0485_heatran/heatran.png" +hash = "8a8b0bbc71e23b55cce4c8f123dc8c6b542e1037327bd7119320736c23a85d1e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0485_heatran/heatran_shiny.png" +hash = "ff9242734bf2f30917ded1497afe8bd604852614aba4ae5a922f3e615a3aa534" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0486_regigigas/regigigas.png" +hash = "5d953a4b4aaf0909ea3414c1e8d159f4c5e8b2de08297c59989684ec657ea8b1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0486_regigigas/regigigas_shiny.png" +hash = "063153c339fa354a247854c783cb622ad79cc1a2beddf5619839f86d8528effb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0487_giratina/giratina_altered.png" +hash = "c2cbde346224d7d14ffd8261ab81dace2d1fa646f7fdad9a453d5f783c5a8531" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0487_giratina/giratina_altered_shiny.png" +hash = "ddac1f8b396c5c37f61ab7581520c1673779eb1d7d38ec83251bc8f687df84ac" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0487_giratina/giratina_origin.png" +hash = "e751905f0b3b2969f3bcda1a2023f997afaf42de485dee032eae51da9919150e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0487_giratina/giratina_origin_shiny.png" +hash = "95fbd4214a0568b18342e1551564e6567547311cfd341512c6e1e8ac3b1bf2a7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0488_cresselia/cresselia.png" +hash = "31fb31b7830cccbe77ff038c3c8500c23ce7ad6f5296d78e546896e42ce48e74" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0488_cresselia/cresselia_shiny.png" +hash = "6c7fd9923ef05c2da9526933af50a9e2e1580cc762d477d976b07f11f034056a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0489_phione/phione.png" +hash = "7d686422863b43aa2bb68b1f2e45739db1ba4431f7cdda93b76aad32e1416930" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0489_phione/phione_shiny.png" +hash = "e12c61288f1670ffb03701422b4042e2e12322ab54082e7a21aa34cd4e5e0b42" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0490_manaphy/manaphy.png" +hash = "53de0e8aab819baff03e8fc1289e09a94de0764c28480a8cd6ca207c04dd55b0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0490_manaphy/manaphy_shiny.png" +hash = "4df1d6c02b3967a449c96c3d6b1f0a37d0d776094cd280d2db9c3ea8bbdfdd6a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0491_darkrai/darkrai.png" +hash = "146ac889f865d98207eebd0bb35d0096c2c68e0d05acaca3805d28c5a88e37ce" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0491_darkrai/darkrai_shiny.png" +hash = "ccaa8acd70008c92af9c85ec2fa0ef66d89c26ac9e43b81b3dfeed7144fc0bd0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0492_shaymin/shaymin.png" +hash = "e264206c5c126828cd928dbd94200935425da43af938e14f8867b80bcd22d6fe" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0492_shaymin/shaymin_shiny.png" +hash = "3bb8d5dbedac6bccfe15431d13bb6fe1d1aeceb005c4b8e518ea9b83f044ddf4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0493_arceus/arceus.png" +hash = "82d08dd6d74f5343ac94eaa9ea23a56212812ab7e50235975e1bcab02b26a2eb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0493_arceus/arceus_shiny.png" +hash = "e24631c542732495fb64af6f6a7a876b98848e1f7a258afbf307d80d9dcc14e5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0494_victini/victini.png" +hash = "3d28e37e385c9c1bc59c37bc7e7b14f42c9447ac00de899ddf0bcde12ecf3975" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0494_victini/victini_shiny.png" +hash = "f861c697c6b25ccb91fd48bb4f18dae66306b2234dc6f1c196953cbc9b0ac298" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0495_snivy/snivy.png" +hash = "cfe9202318408bfdeef93373f592ccb7dd40da578b85b268ba920eee0a6cc1f9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0495_snivy/snivy_shiny.png" +hash = "644046eae9ba350fb146fcac08bfd515c084f5c4621e68dae631072046f0a751" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0496_servine/servine.png" +hash = "dbd3109f15abf7b021ebe98857297ae600b662fd8961d0244a53419fb621c8af" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0496_servine/servine_shiny.png" +hash = "ced8404676a861a44b058720b166f0dcbea9e5c10749a02469c92269f33d2b64" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0497_serperior/serperior.png" +hash = "ca44ebf65b3cc726e41da2f68eaff40628cdff9234a06f9a2739fdf6c84e1bc4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0497_serperior/serperior_shiny.png" +hash = "e866416d89756a0c89e5be6293981d4e7c46e64acce74ef91c2b8af8553bd1e5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0498_tepig/tepig.png" +hash = "de14416435c1ef98abfbf1f1e3ec29b3d73e274a585a6520e800df86b98b90b5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0498_tepig/tepig_shiny.png" +hash = "a687dd32324bf888d64c7489f771673fa71eabaacdad9b7cc54661b84ea9266f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0499_pignite/pignite.png" +hash = "db6d194d3141a2afb99e00157b60a0415060a8fe5db5309c4b8c78ed6040ec8d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0499_pignite/pignite_shiny.png" +hash = "ca57de28e3e62dea392df1546f7791c714950634653ed9c742c5283281d79eb9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0500_emboar/emboar.png" +hash = "c678465b7ed3c7a0585925e3882073df8a68fcd32431bcfd82fec2764936aa08" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0500_emboar/emboar_shiny.png" +hash = "7c011e14d76f91e04eddaea21183ffc22c3ec182a194de76d148e7ab11e6feae" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0501_oshawott/oshawott.png" +hash = "696bcb29ac63179900de913f5a5feb3400db475f4e6d7fff4cc160153221af3c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0501_oshawott/oshawott_hisui_bias.png" +hash = "696bcb29ac63179900de913f5a5feb3400db475f4e6d7fff4cc160153221af3c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0501_oshawott/oshawott_hisui_bias_shiny.png" +hash = "3fd62d1af0df1a3906df325e1d273ff3b6115c957cb1b930a162ddc50001b8cb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0501_oshawott/oshawott_shiny.png" +hash = "3fd62d1af0df1a3906df325e1d273ff3b6115c957cb1b930a162ddc50001b8cb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0502_dewott/dewott.png" +hash = "c512b44c38d63fdd0ebccaba29836f64eef951504d1036538f0135b8959cb1ce" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0502_dewott/dewott_hisui_bias.png" +hash = "c512b44c38d63fdd0ebccaba29836f64eef951504d1036538f0135b8959cb1ce" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0502_dewott/dewott_hisui_bias_shiny.png" +hash = "eb35c2cc7c14022ad9008d23ed750d80fcd98d75fad0f4078dfc0b9f5c41cd46" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0502_dewott/dewott_shiny.png" +hash = "eb35c2cc7c14022ad9008d23ed750d80fcd98d75fad0f4078dfc0b9f5c41cd46" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0503_samurott/samurott.png" +hash = "deeb08714358509c64c2b786828a4edc1150630dc10331d68b2c0f1b231be822" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0503_samurott/samurott_hisuian.png" +hash = "1ce39161d1416719d28c3271a0e30586754ddd600a6d48a22f4616c60d9d8491" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0503_samurott/samurott_hisuian_shiny.png" +hash = "64feb2b87aa6270814be07052cd0a631d2906d8df4c52f845639a9be4833e9f5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0503_samurott/samurott_shiny.png" +hash = "d3d5741e72680f96222d6a06ded3c859fe3d655879211e1c4394e5b2f5a6fc2d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0504_patrat/patrat.png" +hash = "430c3832faa557b27fb85dcaaacffcdf336730f0b9cf161715757a98e0e5552d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0504_patrat/patrat_shiny.png" +hash = "dc41777f977d87c86c6bc0df030c29703972bb85a0a624e40788a50081dd40f0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0505_watchog/watchog.png" +hash = "11f7fdd06491a5263ff87b81c19e9fcc3edd994629997205fc310e68438d27c6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0505_watchog/watchog_shiny.png" +hash = "4fd93d1f03d094c85742c1b06a70248e15bc44608b7dbfc088355f7f5cd72458" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0506_lillipup/lillipup.png" +hash = "2613afab06e6c928eb1ccedeccc17bb4f9c1f04c03ea3ccd7e83ca728b45b3e9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0506_lillipup/lillipup_shiny.png" +hash = "a1f98b1d312c2c58890faa6987f0a994bfc14d408c263968a4050ef8d483b5e7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0507_herdier/herdier.png" +hash = "cb4aa3fe652799f05ea6ce95d36546970ca9074166609484ded29f53fcbd45fc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0507_herdier/herdier_shiny.png" +hash = "23b76b8e6141685416e57a3cdf35465170cdd5ea5fa2d0b5ac0cffe06ac81b65" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0508_stoutland/stoutland.png" +hash = "6e89e379c0fab42b3f7269179058f60f3e4eba1b0b57b06b74577c5dae751331" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0508_stoutland/stoutland_shiny.png" +hash = "8cff39477c7d433f85675b81a371e1202ef128dd4c00a7a1151edc61b1011d08" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0509_purrloin/purrloin.png" +hash = "d9c5388460600a27ade268a931140d5a8570c6017e91009d4cb6b3fd5cb00a57" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0509_purrloin/purrloin_shiny.png" +hash = "8388d995f22149dce08a96b3753541d392955f00465bab1b8aee5af359485407" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0510_liepard/liepard.png" +hash = "3261b707d5d5961596032213385fe5614d59a415fef0942acd85674a602d1c7e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0510_liepard/liepard_shiny.png" +hash = "66dd7fff5d4e29ae3fe4b71ab04fbba2ca865cdac100b41b75210cc3233d475a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0511_pansage/pansage.png" +hash = "82c73beb5ab83eabd2be77818456490efbb28ffb42e37a1a18d1ea1f371bb21c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0511_pansage/pansage_shiny.png" +hash = "2f04428aa3f425d89524ccc6142e7f8147858cb9105760ef0622a4ab8205a4de" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0512_simisage/simisage.png" +hash = "3c91e6444b0ef654a469bf06e575b6dfe12fe61df1e2e10183ef7f9fb91dc71e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0512_simisage/simisage_shiny.png" +hash = "6ae2d841bdf3cf1035c57f2f9f6883edaca03972a0bc67e642baf2a20435e561" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0513_pansear/pansear.png" +hash = "9582b67ec301c098e3bc548d9ade389fc647888d37fa37b40e153733c5bc6588" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0513_pansear/pansear_shiny.png" +hash = "ff3bd6f2a17ac13d83aa2f87b13dada9d04c60dbfc344dfb4fbb7ba80593708f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0514_simisear/simisear.png" +hash = "d2f6f28b31ccce21d6825b8a3f2220285245defddda4f0a1606c439319e08256" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0514_simisear/simisear_shiny.png" +hash = "d372cfafd14567122cc02fa642257d886fa85468330b153308db2a877ce93a07" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0515_panpour/panpour.png" +hash = "cd41f92a0e41dda0e56ea3ccee2345024135f585b099e6d59aeb12f91278e2e4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0515_panpour/panpour_shiny.png" +hash = "8c6811162d837522fb4dcdf38e98d91b939ec7468ac6e07aff8d8097ad7143bb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0516_simipour/simipour.png" +hash = "a23574b9afcfcc6889beb6de2a553d0c63d4841e334e4230b2e201fbda933099" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0516_simipour/simipour_shiny.png" +hash = "93f4e5dedf6cc32d03cad4688acfde2e1676bc600b07f38f3ce74ce85bf362f2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0519_pidove/pidove.png" +hash = "024ef233fc486283718075dc18b1953935e12b97795009bce81791d3b20a54c9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0519_pidove/pidove_shiny.png" +hash = "1e3afe6c4db9f9ab4192ed6b24c908cb950c5630b777e067abd65843909657da" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0520_tranquill/tranquill.png" +hash = "d543104d1818d037617f85162fd94f7210c26ac5cf272d2a6f81cf05805682af" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0520_tranquill/tranquill_shiny.png" +hash = "ecf88e2d043820fcc5e5b770dd8235992b2b6ea2d68c21bba4d2aca5e666d505" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0521_unfezant/unfezant_female.png" +hash = "8952b230f7b31285234a41bd03ad4007c488011024a9289bf850bacc29945a9b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0521_unfezant/unfezant_female_shiny.png" +hash = "c991967a0f8745c3c2d76aea2ba0db93aae9ca8e9b1dea13954c57b8806d0dcf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0521_unfezant/unfezant_male.png" +hash = "975952c2f0a6fd19d7dedcac56c1cc45b037ae0acb4ac5af54e727c51755d3a3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0521_unfezant/unfezant_male_shiny.png" +hash = "9ea3fcd32afeb5959bee2e3436b98ebf7d0f378f48610dc9439f8d68f84caacc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0522_blitzle/blitzle.png" +hash = "b0278f46ef503eaec7e333b74b41e4be15a1d4e3ab1b9a9968f56e1cbd8ca176" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0522_blitzle/blitzle_shiny.png" +hash = "1d871d1c3da91af3cd07fd3839d8ab3d8bb9af35c0f05e073c0d9dfd4175387f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0523_zebstrika/zebstrika.png" +hash = "32e89b01ccf4c15fe4c3c4c07ff8907e35fa999ede936b5811c21d5922b28af3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0523_zebstrika/zebstrika_shiny.png" +hash = "07acce7933d8f65454c23e7af4db4cbbed8f80fff0fefb1bdcf0b98f87977bd8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0524_roggenrola/roggenrola.png" +hash = "96243619bd100d8e4361588449e779774c89745907544ea9eda70353df4e6f4f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0524_roggenrola/roggenrola_shiny.png" +hash = "c4b4783e0037447932dc3d10bd631b1a90064712f2714c52b82b6bb8d96861c9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0525_boldore/boldore.png" +hash = "20da802f0a663913a9aa965069c97825626397194a2f351f183284bedc4f0e8e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0525_boldore/boldore_shiny.png" +hash = "311547eb0f0b79006fcaa0fa13014dc544ede6004d87f98dcb0007be5f19a700" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0526_gigalith/gigalith.png" +hash = "d59bd8624f55038442c917c0817bdbce2df4cbdc6f555d1a4ff158836196b764" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0526_gigalith/gigalith_shiny.png" +hash = "444e986f072cee55f0edb7ddb4a1de9da876d64ea68a86c400658bbace7fe9ea" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0527_woobat/woobat.png" +hash = "3a34af930480d8028f0a279bbaab48a04c7beafc91b95eec537c9570a9dd9eb1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0527_woobat/woobat_shiny.png" +hash = "6213dd03755cace75182df4f77d3f9cb6a61af19fb9e74811543ec0665e7e09c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0528_swoobat/swoobat.png" +hash = "4188a9f0dc871930763a272f6e1bd41d3d7b80e4216afbf23a7860af9aca6737" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0528_swoobat/swoobat_shiny.png" +hash = "a66841c405a5ae6f846fe6ff2d38bc033ec4eef4ded904615afff6c60e94bb84" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0529_drilbur/drilbur.png" +hash = "e2f2643360f9e059f73f80eb8b6a2a7a16415ab73474421d075af465873561b0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0529_drilbur/drilbur_shiny.png" +hash = "754ae5aa3320303f3518da7081a0e1141ad0e3453745666831999a51a6bf5b77" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0530_excadrill/excadrill.png" +hash = "a712d9a13e6cb5648e03d520d212ef94fb40e574cde6c4a14ade8c1d0eb1ac59" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0530_excadrill/excadrill_shiny.png" +hash = "29e6465dd638f26ef4dc28c31a35ac65feab8281e56db37287458061719fdf0a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0532_timburr/timburr.png" +hash = "b00d6b99917d57792141e6ec7d5653defe0956bddb5efa2686e21bce8615a341" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0532_timburr/timburr_acacia.png" +hash = "b00d6b99917d57792141e6ec7d5653defe0956bddb5efa2686e21bce8615a341" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0532_timburr/timburr_birch.png" +hash = "b00d6b99917d57792141e6ec7d5653defe0956bddb5efa2686e21bce8615a341" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0532_timburr/timburr_crimson.png" +hash = "b00d6b99917d57792141e6ec7d5653defe0956bddb5efa2686e21bce8615a341" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0532_timburr/timburr_dark_oak.png" +hash = "b00d6b99917d57792141e6ec7d5653defe0956bddb5efa2686e21bce8615a341" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0532_timburr/timburr_jungle.png" +hash = "b00d6b99917d57792141e6ec7d5653defe0956bddb5efa2686e21bce8615a341" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0532_timburr/timburr_mangrove.png" +hash = "b00d6b99917d57792141e6ec7d5653defe0956bddb5efa2686e21bce8615a341" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0532_timburr/timburr_shiny.png" +hash = "ecbe683bf08604b5329209a33e99f94e5895c52bf0080adcf15b20d61f00ef0a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0532_timburr/timburr_spruce.png" +hash = "b00d6b99917d57792141e6ec7d5653defe0956bddb5efa2686e21bce8615a341" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0532_timburr/timburr_warped.png" +hash = "b00d6b99917d57792141e6ec7d5653defe0956bddb5efa2686e21bce8615a341" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0533_gurdurr/gurdurr.png" +hash = "9898020693ddba1e5df2edebe90da5694deb199e214799f8e98cbcd803ac383d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0533_gurdurr/gurdurr_copper.png" +hash = "9898020693ddba1e5df2edebe90da5694deb199e214799f8e98cbcd803ac383d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0533_gurdurr/gurdurr_gold.png" +hash = "9898020693ddba1e5df2edebe90da5694deb199e214799f8e98cbcd803ac383d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0533_gurdurr/gurdurr_iron.png" +hash = "9898020693ddba1e5df2edebe90da5694deb199e214799f8e98cbcd803ac383d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0533_gurdurr/gurdurr_netherite.png" +hash = "9898020693ddba1e5df2edebe90da5694deb199e214799f8e98cbcd803ac383d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0533_gurdurr/gurdurr_shiny.png" +hash = "ee9722f3a5f2637906d13b9d941b07c44b18fa7880f48368afc20138a9a70a00" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr.png" +hash = "edeec83b89053c77df07c7bb2626687f7a7a6064848739d30a8d30a164f58e42" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_black.png" +hash = "edeec83b89053c77df07c7bb2626687f7a7a6064848739d30a8d30a164f58e42" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_blue.png" +hash = "edeec83b89053c77df07c7bb2626687f7a7a6064848739d30a8d30a164f58e42" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_brown.png" +hash = "edeec83b89053c77df07c7bb2626687f7a7a6064848739d30a8d30a164f58e42" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_gray.png" +hash = "edeec83b89053c77df07c7bb2626687f7a7a6064848739d30a8d30a164f58e42" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_green.png" +hash = "edeec83b89053c77df07c7bb2626687f7a7a6064848739d30a8d30a164f58e42" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_light_blue.png" +hash = "edeec83b89053c77df07c7bb2626687f7a7a6064848739d30a8d30a164f58e42" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_lime.png" +hash = "edeec83b89053c77df07c7bb2626687f7a7a6064848739d30a8d30a164f58e42" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_magenta.png" +hash = "edeec83b89053c77df07c7bb2626687f7a7a6064848739d30a8d30a164f58e42" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_orange.png" +hash = "edeec83b89053c77df07c7bb2626687f7a7a6064848739d30a8d30a164f58e42" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_pink.png" +hash = "edeec83b89053c77df07c7bb2626687f7a7a6064848739d30a8d30a164f58e42" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_purple.png" +hash = "edeec83b89053c77df07c7bb2626687f7a7a6064848739d30a8d30a164f58e42" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_red.png" +hash = "edeec83b89053c77df07c7bb2626687f7a7a6064848739d30a8d30a164f58e42" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_shiny.png" +hash = "36cc7791d93ee29b625b6574bf5b60c88dcaa1451c769633e8476ff55ec0cc51" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_white.png" +hash = "edeec83b89053c77df07c7bb2626687f7a7a6064848739d30a8d30a164f58e42" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_yellow.png" +hash = "edeec83b89053c77df07c7bb2626687f7a7a6064848739d30a8d30a164f58e42" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0543_venipede/venipede.png" +hash = "b84a39e811c70e21f6feb4e32a9a83266543cada932899cdf1bcfdcb169d2f4c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0543_venipede/venipede_shiny.png" +hash = "f23a32272abe273a8464a7c2af192825132f32843ca55131b99fcaf997828a64" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0544_whirlipede/whirlipede.png" +hash = "6a2b30c10d168d792eebe5d11d1892b0c685c1d365d3d15958d469f44d37d429" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0544_whirlipede/whirlipede_shiny.png" +hash = "e6e0521f6ba91c11c7fa54b62440229125174954f5a8f435e14dcd1d65a28bba" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0545_scolipede/scolipede.png" +hash = "dcb4199140b506320cf96ccf72afd7da3968ade00df68236a958804887040d83" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0545_scolipede/scolipede_shiny.png" +hash = "bbdf29016f1403b6912249ff3444f266b0c6b52ed6d369fc5032fc14702623a4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0546_cottonee/cottonee.png" +hash = "5802a48c79044f033f14b7d9d53a8e388bb9a1bed930e11e7d292409cf77cc64" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0546_cottonee/cottonee_shiny.png" +hash = "ec46e24d6e6a008f62bad6fb17bb3583f539404fe1f9e2d64c6a99f7bb390612" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0547_whimsicott/whimsicott.png" +hash = "f4986925a27ad0eb047abca1fd43db85a7491b2af098523c64c6e6b3ea53e755" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0547_whimsicott/whimsicott_shiny.png" +hash = "6cdf2357448db81046ca00e48f4362b28c4703ccc97d0e162bc1f53a594fd41c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0548_petilil/petilil.png" +hash = "d728355fb3f9a3a91ecdc9481b6ae49a2bdf92a023fa5556bb7090879b61ae6e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0548_petilil/petilil_hisui_bias.png" +hash = "d728355fb3f9a3a91ecdc9481b6ae49a2bdf92a023fa5556bb7090879b61ae6e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0548_petilil/petilil_hisui_bias_shiny.png" +hash = "53fad00de43937064a2773a990bdfe70df8ea576464b99777697085931985d23" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0548_petilil/petilil_shiny.png" +hash = "53fad00de43937064a2773a990bdfe70df8ea576464b99777697085931985d23" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0549_lilligant/lilligant.png" +hash = "6efd99245e63fee365110d4f0c75f52b3c33116607ea5e0327802d28d3751b5b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0549_lilligant/lilligant_hisuian.png" +hash = "d4e43e2af4e1b66cae127f43c1a6e0de482bab9a3cad0ca31b522eca4c09f321" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0549_lilligant/lilligant_hisuian_shiny.png" +hash = "41e24525c0e29f381fd2ab85d177ebdb9c27d678cf2a02fb3f079f17b81fbbb5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0549_lilligant/lilligant_shiny.png" +hash = "39bd2360405bedc4c4682534daebaabd91fd8159c712a83bd754800a3461ab91" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0550_basculin/basculin_bluestripe.png" +hash = "3b3db718b46f9a9fbdf06aadd911272a6afa4689c760d4924ea2e7d514d436ad" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0550_basculin/basculin_bluestripe_shiny.png" +hash = "737dbfdc3f919e8885e6d610cf49f05b9dfb39ccd2e2598618ced2aaaf969c00" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0550_basculin/basculin_redstripe.png" +hash = "2d13bae7f744616d79e6a3d3748c4675054f9a8bf902b11d8abbaa0a713190de" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0550_basculin/basculin_redstripe_shiny.png" +hash = "e322015cb33d5062a10fb6d26e52c15547b9f3bed48aa093689c6dadb1a54851" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0551_sandile/sandile.png" +hash = "5a19a85101eb8ed3b15d11f7a2a1606058d4d4ae0771b428b1ba78c021f514b4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0551_sandile/sandile_shiny.png" +hash = "cad9cc86fca27c768f0215df8cdffbc660f1de864bbf89b0d56eedefdc470e71" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0552_krokorok/krokorok.png" +hash = "7ccd3933676c0a356f220e30e518eb99917960d612b961984f05731c2c7d789e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0552_krokorok/krokorok_shiny.png" +hash = "bc2edb29a722a9c3e1cc5eb3506fad63e796ae9598c1a30da0d237cad4c37755" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0553_krookodile/krookodile.png" +hash = "72ddd9577570029be184068558e51d929bef985e556328fe88a9f79251f3a7b1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0553_krookodile/krookodile_shiny.png" +hash = "042fbdbcf41e98bf501c65a9b6a9469fe0fc0aba60d333c5ac6306c0b0321b27" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0554_darumaka/darumaka.png" +hash = "f6066c3c0119452e91acc890b132815487d64323a85fce92ede3644cc2ca6f9c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0554_darumaka/darumaka_shiny.png" +hash = "6f19736d7db6cef5fddc076eb9d693c6dd8856ada770c98acd22db022cd1a8ab" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0555_darmanitan/darmanitan.png" +hash = "c092eb73028806013bb08ec56a270f01994c1862645ef762621374005782d0d1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0555_darmanitan/darmanitan_shiny.png" +hash = "f9ad7ff341484f0c7104e918e74c38758371d7649de5377136ba0a68cd7946ce" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0556_maractus/maractus.png" +hash = "55dc85e319cac322ef9a7cad66def34e0d6236721977e780d77ca3d65264f178" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0556_maractus/maractus_shiny.png" +hash = "b043115df83bada4a1dea4fcdf403f425186579f428bcf1c859fe58cc4df22fd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0557_dwebble/dwebble.png" +hash = "312bda4316ba90164784daf125f23cebeac734c8b7c8eab0bfc8160fec17507f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0557_dwebble/dwebble_shiny.png" +hash = "00967a24eefb3f81870351e95af0444ce35f8ada4d5334c55e22bfbfc3d9f08e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0558_crustle/crustle.png" +hash = "9500c99de5fb04039d184a2fe36ce1b8601e38af81b938bc4d1439cce7fb78b4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0558_crustle/crustle_shiny.png" +hash = "7f0a0df5b0d6b5fd4fd2b50c94396234169b7610378295dcc9f5399c512f55bf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0561_sigilyph/sigilyph.png" +hash = "4f5803e439ad5851b97e01efc4ee46a9532c0efcfa28135c1ba057d6c4751d72" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0561_sigilyph/sigilyph_shiny.png" +hash = "4cf65644ce5f23fee3b6cdba164107955dd5d026c928d1ebc57b3b36abeaa596" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0562_yamask/yamask.png" +hash = "afe666e3970acf64cb660f2baec433e0d7beb5432c412c90978dbb4d419fd471" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0562_yamask/yamask_shiny.png" +hash = "e68cb13701fa4772f8307bee4a38d1724d4d337978a842e563527e3d87cc55e7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0563_cofagrigus/cofagrigus.png" +hash = "fad158f4a4893e482dc0477cb344c090e211c32c42b83cca2e01ffa36d5d4f5c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0563_cofagrigus/cofagrigus_shiny.png" +hash = "f9245496748ed6fc90fc156edff74452a25d4d808231214f04d68a109a51119c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0564_tirtouga/tirtouga.png" +hash = "125a53f0a1e14e91b8cfb2a10fdf9d2d43e70a0eeafc4e5e16d111f646e207b9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0564_tirtouga/tirtouga_shiny.png" +hash = "26722f7ab55ca6b2dc2e79f55e8118bf316eae031636142caa71b042513196de" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0565_carracosta/carracosta.png" +hash = "6650a358109f3448ab51e2204f2bc734011f4f371c9812c59ec37a56c5458137" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0565_carracosta/carracosta_shiny.png" +hash = "67a79368f79e8b4e4f97b9bd3b7c0a79a231e4f1cd00fc1312201af341b2c638" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0566_archen/archen.png" +hash = "dd78179eb212112c139b92766e4e305247ed1f36a8723376beb62110272675da" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0566_archen/archen_shiny.png" +hash = "cca43eccac917438d311590bc82a9a2712db1491761b9c52223fed693b6b607a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0567_archeops/archeops.png" +hash = "e629fb7aed8b071885ac5caac5e0af572cd012cb5b1a7a9d4a66739c48744bf9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0567_archeops/archeops_shiny.png" +hash = "e003823ece42571549a4a87c1972874a80056cd3c25e912ae1da26afc69c8bd2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0570_zorua/zorua.png" +hash = "0c5772c7cdbc62e1c025769acb0f4e0d252eed0fa92370ba18d3aeada6f62c37" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0570_zorua/zorua_hisuian.png" +hash = "94dfd48167b580f0951d4b9770e7b15bc1a5041831c4b8b8ec2d5e4fde349ea0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0570_zorua/zorua_hisuian_shiny.png" +hash = "a73d12b3e969c3c61a31a1921e0ad353759a62beea2a68134fe21620cd34b4ed" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0570_zorua/zorua_shiny.png" +hash = "0c821ac79d11151d1cf1fe6600a0a1ce90782216c27114f470c7f0be837ed9e4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0571_zoroark/zoroark.png" +hash = "db73c918f46b39c75634ed7012025a5782b1983fe18db23f6580e297a44b8035" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0571_zoroark/zoroark_hisuian.png" +hash = "4c0ee1da6d3da1d29a9ed3da1a528f88bbb996518c4de4a181cc72a6841e993a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0571_zoroark/zoroark_hisuian_shiny.png" +hash = "6fb62f16e11e34dcd89dbef2b2071160c099c2955825a3144f56e3529e492562" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0571_zoroark/zoroark_shiny.png" +hash = "c04940410e1bb6a59f7a98060b9fbeffce5847a22ea80974351030858b0e1304" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0574_gothita/gothita.png" +hash = "f21f4f239e3995a6f1206e97a13ff69730d133a3f168bf81b8fe127857708cc8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0574_gothita/gothita_shiny.png" +hash = "4f7549b37a60f45c2393383710d6e8a582b72c285b16c9afe53dd29955854ac8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0575_gothorita/gothorita.png" +hash = "4d5ec9ca12fc3d133fa158bb282738e15fa2326b609aea989a5ba87311b6f708" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0575_gothorita/gothorita_shiny.png" +hash = "36829a5d056ce05111a823ec12b896561ba9b6fa819933e09701766653c9b169" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0576_gothitelle/gothitelle.png" +hash = "87eb6ccd4f4a46e31791a45a930ff950bc81fc3c660d2f6e1b92e80a4809ffd6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0576_gothitelle/gothitelle_shiny.png" +hash = "bb6e819a01ac35097e629680395fbb855ed5310a3306ad68272569a3f02a4dab" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0585_deerling/deerling_autumn.png" +hash = "889c511eb8c55e49a85402146496d2506154e6c8400989501136616741716615" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0585_deerling/deerling_autumn_shiny.png" +hash = "aadd8bbcb9d5be452b9433db444bad02eedfa291e7f0065d4ab33d2321abc312" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0585_deerling/deerling_spring.png" +hash = "1bf3ade9f555644fa269c0e82657acc75d8c7fb677cb04b33e86f2b7612d5f4d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0585_deerling/deerling_spring_shiny.png" +hash = "70221c6f660556d7ffca224a54218cb698bb2c973ea73cb0717ef8dc5ed9023a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0585_deerling/deerling_summer.png" +hash = "77f78ca34fc0bdef4740057a722f77bb93ef2e4482ad37f8b8950fc7c0e5e1ce" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0585_deerling/deerling_summer_shiny.png" +hash = "bdd6d0593960f95694d776d373538307ce7ec9290e3bd72ce158a12b43555f36" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0585_deerling/deerling_winter.png" +hash = "ead027187520e826d1d476fd3f039793858e00aa68bbdd774eca4ca9ad2d7741" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0585_deerling/deerling_winter_shiny.png" +hash = "c4bfd50004337f115d8e3dc9d8aa39cac47bba029bb5452d91812568c17715a9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0586_sawsbuck/sawsbuck_autumn.png" +hash = "a905311fc7bca798f18481978b15d9cb8dbb1cf2ff036cef5e59d8ab96fc2121" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0586_sawsbuck/sawsbuck_autumn_shiny.png" +hash = "ddab88d64798d7292e8e554b224eebfbfc3548874e7c1aac28f62c7e96c94593" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0586_sawsbuck/sawsbuck_spring.png" +hash = "c2c9ab9742ddc40b6eaf079a8f654926135d39f76b8c0fdc4396c9dfadfe525e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0586_sawsbuck/sawsbuck_spring_shiny.png" +hash = "167e7baaecd7e3acd408aebba0e39d11d253d6eff761a4c86dd04d17abab7937" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0586_sawsbuck/sawsbuck_summer.png" +hash = "c4a8326487e0d18336d78a34d420943b15ccbff22d630a42d43b6e6efa0be5aa" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0586_sawsbuck/sawsbuck_summer_shiny.png" +hash = "e32f70d9c4fbfbad80a513bd4ad5d53a51799e099cfd8c4a1a981fb4640b700e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0586_sawsbuck/sawsbuck_winter.png" +hash = "c1b9a85b8c92c84991dae162a2384aefa11cf5d8c19087ce8a6f212c32ad47f6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0586_sawsbuck/sawsbuck_winter_shiny.png" +hash = "1db05b14ac1619c0b31a381a6a233719832361b26ca11b7195ae9dd825945fd3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0587_emolga/emolga.png" +hash = "0982d0831465e609db62895f92e796f1c4b3884c0616e22a9a6fea2c65f09e84" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0587_emolga/emolga_shiny.png" +hash = "e2d398a229f884cb89b1549497564b747c23b4e341c92f4e62ea07a684101e83" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0592_frillish/frillish_female.png" +hash = "2dcc2457eaeb0f9be34d3c3ae4da8f39ce2380d11f45d8e476b3fd9ae7bc6171" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0592_frillish/frillish_female_shiny.png" +hash = "55f2bfa2fa77b5ef6870beb2ddd82dbf1d668f355d333a17c41f510c0c0def81" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0592_frillish/frillish_male.png" +hash = "a983b5890bce1d8172c1c1b52eeb26675295e8cd6cbea35d9d6e813f3ce8b30d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0592_frillish/frillish_male_shiny.png" +hash = "4c1e1e844bdb87f333ff1f7c6cd2c1fc031b680dc43135dcac474207a18c0c22" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0593_jellicent/jellicent_female.png" +hash = "05e74e9d15f531fb5a115c04e36936de6622e62fdc550b37d1a0c436fb7faec8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0593_jellicent/jellicent_female_shiny.png" +hash = "388440540c9e2463b32de3076778c5c284140cfe20a475fed47ff610948169a9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0593_jellicent/jellicent_male.png" +hash = "0c80627c02881d7ad1dbdb47b2870d46c3bc9901e9f4488600de45c736a49401" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0593_jellicent/jellicent_male_shiny.png" +hash = "9c9a626124f5e6abecdf4b0993e770a6f5be4be6fb6bd55cacb09d9b98ce3496" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0594_alomomola/alomomola.png" +hash = "c384beb3fac06a282b6e80da7de00355d75f330e80b24f3074931dcb16208d59" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0594_alomomola/alomomola_shiny.png" +hash = "e27c18f1553d1284122e746d546500aae4edaff59c425d142059320157ffa0af" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0595_joltik/joltik.png" +hash = "a887ffaed10ced53e89e91d265840a26ced012c7a4fb55c451cca54e60bd0e69" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0595_joltik/joltik_shiny.png" +hash = "78ffb94243b09da1bc5f4868ae7444818b9d919316505cab0efa3ea2e02a86bf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0596_galvantula/galvantula.png" +hash = "5baf4d914fea2a6eb6e214e8153ed6ac1deccd47dd51699a33f3cc99b2eefbc8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0596_galvantula/galvantula_shiny.png" +hash = "09f6eb4f6b104f21bb2965d0b4558e516266e36ba5796282a662c3763a2f928c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0597_ferroseed/ferroseed.png" +hash = "7e8e92c9cef3aaa1c6acf55803876e68a497569778c1872fc162ba83cfb6ba6f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0597_ferroseed/ferroseed_shiny.png" +hash = "e3b5dc77f5bb0f7a3b0de52a2f80fb7f62a8861cb7a0559918bef7dd3c43b72b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0598_ferrothorn/ferrothorn.png" +hash = "3b868c958f1d8eadc678e700ee0d0b229f75a6cf43f868e59e8175417796f48d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0598_ferrothorn/ferrothorn_shiny.png" +hash = "e06a18bdc3397d78a4d1e9b0525363731946717c63f919885593e28a6fa1e73c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0599_klink/klink.png" +hash = "724451296415500225e0e36891d8cf7c2352d38ad3d222f13627676a29043989" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0599_klink/klink_shiny.png" +hash = "5986a9867c614d0de0e02ed83b610ebdb69a76d77bf34dae39db23d41588c492" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0600_klang/klang.png" +hash = "5af82291b6713318282df1a0fe2b8d419a508d7ef7363eb05c5ba80ddeb3bca1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0600_klang/klang_shiny.png" +hash = "334db9e709f4b31b628c476ffd8fd951201e6bd2c85717530205dee3a46dbd68" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0601_klinklang/klinklang.png" +hash = "c067f3f1ac8e57d7215e5c74f07f1076c5e231d9579471f06dd3779cec4ec4f4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0601_klinklang/klinklang_shiny.png" +hash = "2cfc266f6554ac3c842db1cf88f418051b87e300c2d6f16598c692a08c930f76" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0605_elgyem/elgyem.png" +hash = "e241a7f6bec0e361fe37fab62d3d7447ec0e01c25fe02e8996412387fa85c24c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0605_elgyem/elgyem_shiny.png" +hash = "c11c1d7cf365c3ae0856901ef740e63a45365260679989717df7e305857c965b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0606_beheeyem/beheeyem.png" +hash = "915da192b558d77177cfbb5246665910546fadad436e9d121cf2ac9a8910a905" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0606_beheeyem/beheeyem_shiny.png" +hash = "5d5d8bcac875601bf9ea6a9951d5264340f9861c85feedddfd59b9d6b9a1e816" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0607_litwick/litwick.png" +hash = "9bbae689d070031e5c50447730d5f444a0cf985d581bdcb5f831fb85a04db97a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0607_litwick/litwick_shiny.png" +hash = "e9aec49f9bd0e0a20295bda9b6c21a2ac7ce9ec62ad39d7daf891d772ef05627" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0608_lampent/lampent.png" +hash = "588df0d0e6954dd63498363aefa7679f98c8ca1449356b127c892c1d874812c1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0608_lampent/lampent_shiny.png" +hash = "6e102dbf276814d6ce4cc0bc17d31f5cfec4885e5329b89c63a89fb6443014bd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0609_chandelure/chandelure.png" +hash = "70d9c6c05df646a91fc35865f7927b31d8a95e5b97a4ad22730b0c65580708c4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0609_chandelure/chandelure_shiny.png" +hash = "91c336939ae12f3bebb392393b10280a082880968e7c339ae7e02ca99ed39fb5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0610_axew/axew.png" +hash = "40f3d621e968cff709d286727ba02176ba921b4e50ef3c5cc9712d2879007cab" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0610_axew/axew_shiny.png" +hash = "1e5f18c328ebc1d705a6c0688a0445a4251bbd85d9cb1b924da150f685a191cc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0611_fraxure/fraxure.png" +hash = "9903de70f47048492cdb36da29b4419a7b17471d173d0f6104af55fe7401247d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0611_fraxure/fraxure_shiny.png" +hash = "20b28485276e49921e3f3b66c5fdaca1779cacc4ca324c6b29efc2644e1ff48f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0612_haxorus/haxorus.png" +hash = "5b714beab4adf304fe24c29806a1a67bea7f7de47a725fe1488b38f9fc2a54b8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0612_haxorus/haxorus_shiny.png" +hash = "6b32dd05495c28c0d1c94d11bb6d07ae48fe2dd779cfd89d2419e03cf0a9a2da" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0613_cubchoo/cubchoo.png" +hash = "d7b5c004143f2f438597621055f78fba4965d7c1a923c3fb1a00b4d25957289a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0613_cubchoo/cubchoo_shiny.png" +hash = "2422a5654ac587fc31ad642ccee3f3be0e1f263c90b9a64d72df81af3f47e233" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0614_beartic/beartic.png" +hash = "2e6f23f6ebc7815d8f48b4cbfd261a04cf65d28f7f0c44f8cf6d81187edb5d1c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0614_beartic/beartic_shiny.png" +hash = "9a0a57d19212018fc43d42163e68f903f3d19dff8cb1710922a976e2519a7257" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0615_cryogonal/cryogonal.png" +hash = "7292306e06b9a6bbfa8d398b46529b525f23c0f801d0ef837e6b6a374d29cd09" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0615_cryogonal/cryogonal_shiny.png" +hash = "c138edeb2ca413fc3229677157169effbedfa29fc0065388eeb4860a789bca41" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0622_golett/golett.png" +hash = "67246b9ee27a5599b321d83ced9b521bfbefe6ee563bbd8032fd7c1a7b52f145" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0622_golett/golett_shiny.png" +hash = "370ba8eb5571b1fddfef2fe8679217d6f35739082f69c8ad931602db5211e6cd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0623_golurk/golurk.png" +hash = "439e969ff3251a3c26d5a081a19656dc1ffcaabe025204e0e6ee08ca50cf17cc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0623_golurk/golurk_shiny.png" +hash = "79b7d1079f7ee9ec9233de86c66330c6a164484f5fac7dabaec33cec9bdcbd8b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0626_bouffalant/bouffalant.png" +hash = "4019715058a328f799f0737dae84e80af5f03a37511436adfbd4a3649c07e1e9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0626_bouffalant/bouffalant_shiny.png" +hash = "3cdf7b2fe5d2bd9f5478e62083b8713699a96c83f792d6b38906b753339eafe4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0627_rufflet/rufflet.png" +hash = "bc0be98d37015dc34e773bd786e18665303067114bd9f90a91772a9c57a652ca" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0627_rufflet/rufflet_shiny.png" +hash = "d197c842c9660839507c6425f3e6adabfe2ff9730e0461e227ec43184563dbf5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0628_braviary/braviary.png" +hash = "92c88edf4deea5a444027159d33b72c29a554f0fc235687bde37582a2ca8250d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0628_braviary/braviary_shiny.png" +hash = "b200cf5aff0f17cc0cf5e46d14f439718b2ff6ecd96f2ea184e6a66594fc2f9f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0629_vullaby/vullaby.png" +hash = "f88298fbbf9028a55b3794038d903ce09506b33bc43f1c6ccc59a4d6b4a73f79" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0629_vullaby/vullaby_shiny.png" +hash = "4c535cd7747d0318479607ef9d4415dbe84cd2d376c9a75ca96bd69ca622b498" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0630_mandibuzz/mandibuzz.png" +hash = "1cf302a81f32c5d8ef5ff3c2105b81f26db4837bca7a6c57fa029644aedcbc90" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0630_mandibuzz/mandibuzz_shiny.png" +hash = "7cac6c92bde9aed1b141c2027e78540169e597b670fcf6b0b5dad792db32d244" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0631_heatmor/heatmor.png" +hash = "8fff27a1632edf45ae0221c5df882132476049ec947fa14d5dc48a01ec82895c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0631_heatmor/heatmor_shiny.png" +hash = "e16087386e2b38ec1135e5ed4d3f88953e393f3d2eeb5f049e54d3960452f5af" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0632_durant/durant.png" +hash = "0a8487b488074b56f13de22c20250afbe1f1499525033f8d791fcb424da46ad4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0632_durant/durant_shiny.png" +hash = "688efa732538ab596c723c59d326cae770a93e48ff720389edb690edcba1c118" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0633_deino/deino.png" +hash = "66ae0ddd849dbdac0326f4d0143366b9fabd12f24a558caa0cc0e594a2d35621" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0633_deino/deino_shiny.png" +hash = "d9854cc2059c3bb82305714332ca44efb9897093fa4ef3a7ed0af79cba696da5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0634_zweilous/zweilous.png" +hash = "630e19426f335e3eb2db459ec6f6d4dea5ae4109b13b9c78cfd565caaff29651" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0634_zweilous/zweilous_shiny.png" +hash = "40d361e2e652000fe2e05d3673581ed3219e6c76c6ee85d27d820d77efd572df" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0635_hydreigon/hydreigon.png" +hash = "7da97d11dcbf6bf5059b102ee70a346d0ef821516a8ff47b5e2a56440d92d96c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0635_hydreigon/hydreigon_shiny.png" +hash = "02ef664029458c955bfa3969667faac2a790f7b2ee7114153c14a70ae8c7bbb3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0636_larvesta/larvesta.png" +hash = "7ed5063b28c542a8c4b5d31c23d248cdda3628a873343c6c95199fed9b52903c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0636_larvesta/larvesta_shiny.png" +hash = "9b51a5ae9a49529b2416cbe56880edb52141f44caf18d760693bba32a4740516" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0637_volcarona/volcarona.png" +hash = "c1d36f2820b1045a4e1c8d1552084effa1d9c07da6d3c821286572d700149800" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0637_volcarona/volcarona_shiny.png" +hash = "9a063b39caab1289f1b1593254a9915bcfd2fccfa18f769e0ade9448fd2dafe5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0638_cobalion/cobalion.png" +hash = "291d46dfac20541b8bca3d2bc603b24f35bb832ad654b7b532027c393d0be360" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0638_cobalion/cobalion_shiny.png" +hash = "9428005f0460e91d2026f427d4204508d47cd3e5b923e515a8d977382bb3fc6e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0639_terrakion/terrakion.png" +hash = "c3ac0ea5f0cfc3cb0ca696d198eea43087ec5cdb114a8c801cf96ae48539d2e5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0639_terrakion/terrakion_shiny.png" +hash = "4aca293e0d2858db6fc5288dcc423a0d8e4692f5ca12abca33931e7da57bc8c2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0640_virizion/virizion.png" +hash = "1b633982f40bea1d2c701c2e7238f225d1a45ce7d6718f0db330f3bd63c8b9ee" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0640_virizion/virizion_shiny.png" +hash = "cc6b5d71ab04c9ce6da8ac07c9745988c67598c80ec3ab6ed7320e142ca6025d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0641_tornadus/tornadus.png" +hash = "1a84506e9b21b04581830a3e63456fa000b273adbaa98a7c44d3d10913098705" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0641_tornadus/tornadus_shiny.png" +hash = "0b8f2678cc79db679e56028898c1bb60d24d541094bb8f7754fd13feb48f59ee" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0642_thundurus/thundurus.png" +hash = "fa44a614431d4f98b2ad0a81559937ed2d8824023f919361c2707744c6ca0d74" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0642_thundurus/thundurus_shiny.png" +hash = "908c8d7dac1b532a5021056ddfb7959c37db515f6a633c0de3abfed664efc4fb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0643_reshiram/reshiram.png" +hash = "f18a556fad7c3ec166a976ab8218e10ac38dd717652928c1f2d24cbab8a915af" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0643_reshiram/reshiram_shiny.png" +hash = "ab68673c531f091a949ea36797abea5396caddd66b7d8ee16f5e6d17a581be3f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0644_zekrom/zekrom.png" +hash = "beac774ec45dc25841b803fcad5666a5d4b794177fac27bdf452cecb8354af65" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0644_zekrom/zekrom_shiny.png" +hash = "8f46eb859881c70d5dcacdd548d5fe10028ed67d4fb9c78ad0e30dc64c831ef2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0645_landorus/landorus.png" +hash = "b48cc155cd120eb2b4cfa004ee82f42f324fe955e11fcdca65a99b2bb92ad9b1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0645_landorus/landorus_shiny.png" +hash = "a210c0fb1dc75692bf843b50021be2dbc43c678948bd7c6fa8297bcef569e300" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0646_kyurem/kyurem.png" +hash = "edb1df0f5911cf380a98c344b1fa530e7096272870a2b70069739b582862e866" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0646_kyurem/kyurem_shiny.png" +hash = "e7e1f88019f7040cfeba19a134f5267e2749a667fd97f8c268864fe8b834ce56" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0647_keldeo/keldeo.png" +hash = "33cb5df1c5ecc4a67b31a590b3e22b8a445588bfc645868dd4e7ab0102c19b31" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0647_keldeo/keldeo_resolute.png" +hash = "0680cd13cf88954809643af2f3e61087c09a319043944f068313232728bab806" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0647_keldeo/keldeo_resolute_shiny.png" +hash = "bae406cf899673ad5a2e68b2680142d506fab41ecc31cda9c8f4f3feaa990563" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0647_keldeo/keldeo_shiny.png" +hash = "4f1a486101415e5f868275ec4667d57e70c24ea522e91c5cad39667659ce7d0b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0648_meloetta/meloetta.png" +hash = "41a31da2b91dda2ac71cdc4ec2a4230923fed314f860020b32af7a8fe214cafb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0648_meloetta/meloetta_shiny.png" +hash = "db5a387dc52e6756f7a9a09d61ec72a48871c6c82a45965648ee6c1adab2efd4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0649_genesect/genesect.png" +hash = "4a00947173fb8958f99d58394ba688ecd6bedb70839a9065f55a0eab8f76ed10" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0649_genesect/genesect_shiny.png" +hash = "39a0011bd3ff82d32283d241756f31456730e890a345fd408db10999826a6557" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0650_chespin/chespin.png" +hash = "e4ad8f9b77808cf6b125a331140be07f8c639effe35c6f905d73db5e43c7d20d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0650_chespin/chespin_shiny.png" +hash = "65a27d4c7e185c9b33a1750e9a4c2497cd9cde67880c82c483eca32741eaf122" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0651_quilladin/quilladin.png" +hash = "83517db5c52b88015cbde7a9aa5f9c5805c4fd9a7e2ea20ed3198c5cc0132aa0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0651_quilladin/quilladin_shiny.png" +hash = "dd56107ee282c83066aa2fecbcd8965e1b0e869e656135086a7b954ec53ab71f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0652_chesnaught/chesnaught.png" +hash = "ae8aa5ad0954a2c72da9725f37c020243f4683921c8725287833bee28f373c69" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0652_chesnaught/chesnaught_shiny.png" +hash = "2274977adb27cbc32ddf56b1336a1ac0b6bd7007a9e03fdd381bede2379d14bc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0653_fennekin/fennekin.png" +hash = "b28770bfd73f3828f39a749e24cd694edc76b1c9ecff656647c5ca0a8827df0c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0653_fennekin/fennekin_shiny.png" +hash = "a70857f4f1d70e93595bfbcd08fcefea1578dd47dc3bf2d6b9b37c85174e31f9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0654_braixen/braixen_hidden_stick.png" +hash = "93dfd8eefb69182537a72942dd6bb6bdfad2a1eec13814055c654f8d75e9c5c6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0654_braixen/braixen_hidden_stick_shiny.png" +hash = "b3cfbff5e135a070b7729d14cf2d0ebd24faa4a28e36358f9a4202d9ba5e5740" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0655_delphox/delphox.png" +hash = "c4a07cd3584b5b5cdef926565e2df805022e3c60303ef28d87582af1cc70fbd4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0655_delphox/delphox_shiny.png" +hash = "24791b8272e476f04808e13add6aea88fd14b1b3e79e6d25ea5cc3387145fbc5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0656_froakie/froakie.png" +hash = "1d1624cc0d24379a6e9f09b8425bda8788ccc961626c30c5697cc63c9acae123" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0656_froakie/froakie_shiny.png" +hash = "5479ca769cf7030b2a1ebf2bbdcb56cf15e1bc4bf33ce4060c5356e96f012ebc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0657_frogadier/frogadier.png" +hash = "f27a8d27de8123d084189c04e525d6dfae90e00e0e84d42430538decb55be366" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0657_frogadier/frogadier_shiny.png" +hash = "836926fd4f39cceeb68b5bf1758e072203f709437a6ee9849dd7e85bce2920c9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0658_greninja/greninja.png" +hash = "d0dea70882ae7fe7e1ec111f0e44e9c76fe5d8ffb32bb24e2e17ab49ff99dcb1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0658_greninja/greninja_shiny.png" +hash = "5728d1dce8b09d75405d2f9f712bb4d3b755c1a4daea9b7808e045c322b85590" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0659_bunnelby/bunnelby.png" +hash = "03ccc0e1c68406275e17bfd255230a4cfea0df681dd6e9a09f60566896825fb6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0659_bunnelby/bunnelby_shiny.png" +hash = "0a91ad82cc4fa23105ba65d4d24c0218844e22c89bfb8afa7e21029e3882b335" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0660_diggersby/diggersby.png" +hash = "7e76f0cf36fc50b2889a7af4d0efbceb1cdcd00dea2f9bf789d887785d4eaea7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0660_diggersby/diggersby_shiny.png" +hash = "9eee43dc28f8f53e8916df1701f4253ec28b6c863113656bebfe34d5b60445d1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0661_fletchling/fletchling.png" +hash = "da42495d0b489a88ae9bc559da2769d43327cc9fbe51b7a9348c7070b3e19690" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0661_fletchling/fletchling_shiny.png" +hash = "16a3025daba555ffa75bbbf585a352556b8bf40180b495c9771dcd3703bbcf9a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0662_fletchinder/fletchinder.png" +hash = "c9c8ee772712ca60c39e691cdbc9615168fa82bde0922009bdf271388d93020b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0662_fletchinder/fletchinder_shiny.png" +hash = "4fe16915f39cd2a3b73770979699305bb634c9ba8d46810c8478f9cd1203a584" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0663_talonflame/talonflame.png" +hash = "66245aa43954512d2465566b7ed001e51b427fec0ee91d5fd0b6fda67d100612" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0663_talonflame/talonflame_shiny.png" +hash = "b97bb48639bbd0612ce221e70390f41c541da12e5900248292b02ab42e927752" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0664_scatterbug/scatterbug.png" +hash = "a4b4cdbdf61e8b490f6efd2b3a0c310aca91f12bfc36f36bda4d98b49b4e3731" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0664_scatterbug/scatterbug_shiny.png" +hash = "44ed6b63336e90095f5cee8d469fe61720554b6125bf476eb347a6f2281a8814" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0665_spewpa/spewpa.png" +hash = "82936fb6b1c0ec264535aaeaa05491c5b44a3960f2fbc67e679c3e545354a208" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0665_spewpa/spewpa_shiny.png" +hash = "ec47a556990602f176895ca30450cf23ab0cb8f785e04dbff74d2f061b05fe2f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0666_vivillon/vivillon.png" +hash = "d045843d6d007784bba0c4d20dc3aa9433a15c4bdbe53f13ab99282b2e622b9a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0666_vivillon/vivillon_shiny.png" +hash = "fed3d77d149e2a22e86041da3e1ecbf3ff7f931895e37ac7e4aa8ebc4fd54105" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0669_flabebe/flabebe.png" +hash = "0b0640cdd69efaf413b84be3add480c985813a45bfdd5c074fa8f0161def055d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0669_flabebe/flabebe_blue.png" +hash = "4c0f7bae4edd37a6226cf065438b2eb5bffdfc115c2141d7b35a58829eb893dc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0669_flabebe/flabebe_blue_shiny.png" +hash = "d9716d70c05c9978e41007090909bbe0a53a1bf012ba2f73a81568ff556b0ddf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0669_flabebe/flabebe_orange.png" +hash = "be959db1557809e57391e50b95113b838480e20802bb8ca5bc738e81bf58b6f8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0669_flabebe/flabebe_orange_shiny.png" +hash = "269f2db119d9353aadf6fbf8a46a202778f209a62f231e941a539724457d125b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0669_flabebe/flabebe_red.png" +hash = "ff8c23ac217a2b5f377bac4b56c0ff0fe1163f23b624bca003b74c0f5e3822f3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0669_flabebe/flabebe_red_shiny.png" +hash = "95e3f1985ac23e51bc90f4cd9230ff37d38c21b27f245a6818c4e6d2fd69856e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0669_flabebe/flabebe_shiny.png" +hash = "ce6fc65d06263d21353f5fc41760efbf6b9f606868346c250d3fece1fd37239d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0669_flabebe/flabebe_white.png" +hash = "a1a3c1f57bd080621a042f2de74b843dfdc0e5057bea29df615039112674264c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0669_flabebe/flabebe_white_shiny.png" +hash = "d206e6a0f30e45c6d1934a822727fe0dcb03cba008631d0e589c3b2af5d953fe" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0669_flabebe/flabebe_yellow.png" +hash = "ea846130b002e76266afcbfe5c1fe27263a99dc4f20dc6d5bd86e39ef2faf7cd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0669_flabebe/flabebe_yellow_shiny.png" +hash = "c1bb40973f990c3e2d2ba22fd50fb6d5fae402955e30cfd5b59da97154f8f26f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0670_floette/floette.png" +hash = "9e557689a6a623a868dfc50f5b7db452c94b6b3f24a0518362d6b9bc5c760eb0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0670_floette/floette_blue.png" +hash = "619e63408674ad017bccad79c2cc10d5302e62d9d032372ee76f2ec65ca7de2c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0670_floette/floette_blue_shiny.png" +hash = "2d82dd8ed42f4525155d930c5b7a7fa148a4d29a1e97833a148d7bcc0556c529" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0670_floette/floette_orange.png" +hash = "b2db03c546cf65538bcb84b7929ce4afeeb20092af4e97ac225009ceb4616fa4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0670_floette/floette_orange_shiny.png" +hash = "35bbcd73a4cd542c204ddd1994d570bf9df26c1bb8aaa0a5ea606e420363b0d2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0670_floette/floette_red.png" +hash = "30c01f3ecf0ab738253917d75b6e4111a7e12f075a4dafaaf09d89fdf46b8a3f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0670_floette/floette_red_shiny.png" +hash = "c8636368879bdb76ae8d3ab4f74ff3837a73beb526380554b5962a6e510d84e3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0670_floette/floette_shiny.png" +hash = "13b44d77942f8b1e7b7410dc9f771f36f5a0e23a8ff7d74ba2146a44143d89bf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0670_floette/floette_white.png" +hash = "c305a5b4072ce9db3cc520d0bec8d1878b98ae30951d8fdcd2217ad82a0bab78" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0670_floette/floette_white_shiny.png" +hash = "72ba3ea68a4f95c1643920ab514725486084dbdc07dff1c9b0ebb57f4628dc40" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0670_floette/floette_yellow.png" +hash = "15e1f3b727934e3d81ec014766f476a5565c400cf7883452876aced94ad97809" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0670_floette/floette_yellow_shiny.png" +hash = "400ca76d222e5e0eb06f30e97e046705738df91724ef8b274f12b02f25b2f62d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0671_florges/florges.png" +hash = "2bf30aa6808291b699f02af8380ec15469369a296375429b4347a20887012f33" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0671_florges/florges_blue.png" +hash = "97c4a19923372db1bcda435f960495e05207a4fb95bd1b3422d4b1f151286060" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0671_florges/florges_blue_shiny.png" +hash = "efecd324edad2e1d86d0ccff3beac18db315833cf6c04c7cf82adffe862f13ce" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0671_florges/florges_orange.png" +hash = "356e8926f4d3972a1e2182717f537a48e6491d8d8713988da785da54d6a1789e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0671_florges/florges_orange_shiny.png" +hash = "8ccec8db2f2f4fe7c04a192bd4a8571aa820b7f773d0916ab1e7505f50aed5e0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0671_florges/florges_red.png" +hash = "92c015cfa30c5e3402cb9e43984e37c332d391d58221df30b7a683c3bd211b43" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0671_florges/florges_red_shiny.png" +hash = "91eb5caf863e548cceca9d2e14ae0802bb6ffc372cfe4f30463b57ce468e6766" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0671_florges/florges_shiny.png" +hash = "f8bd6d5a7218388b8a411ed1dd397e82ce64695f0c5a699aa9ada471dc753c69" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0671_florges/florges_white.png" +hash = "511895ecc1454ef189d31e7ee60ce24b5ed90a85cb5d6678e04095d9e38645b5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0671_florges/florges_white_shiny.png" +hash = "677c6b56da98fdbb57c6e4316dbbb4f2acfce745e36140339ac83387f0b3512f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0671_florges/florges_yellow.png" +hash = "7dcbd4564ab6f78f3d1c05eae071d9afa383637bc3509454762729fb439b99b2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0671_florges/florges_yellow_shiny.png" +hash = "4beeb95e743d950c25b48c43b7349f518fa34cb3929949d95129b0df28d5719c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0672_skiddo/skiddo.png" +hash = "188ba2a4d0d28c0f3eeda81937d7d38c5a1c4de86926ff7d67e27e331a7a9b54" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0672_skiddo/skiddo_shiny.png" +hash = "4d84c670fe2ba61a023ead8156cd9d3ea28853b0648a79e29cd7d8ec172881cf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0673_gogoat/gogoat.png" +hash = "c516f79097b5b7c69fdc1a4ccc6c3db7b11e0eb880d14109c6437c59b21ac1bc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0673_gogoat/gogoat_shiny.png" +hash = "9e046e7a56e34324cb083ca72be96eceb19964e1f116b05bbba81e33a0b0d215" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0679_honedge/honedge.png" +hash = "627678142259b7120fac162a054a795e8a3549f8877673fea4f70ffbf64a0957" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0679_honedge/honedge_shiny.png" +hash = "1f696d445357cabb49662cac3befddb72d6a6b4d99aef71c795a66b8243c72f5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0680_doublade/doublade.png" +hash = "0935599c91340b70ba5a2a90e440d598626756acc9da39c7ef15a5a2f7d3afa0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0680_doublade/doublade_shiny.png" +hash = "55936f10cd6e77a30f834a54b63ce83988909a92b9914dac9df9ae5646fcf20b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0681_aegislash/aegislash.png" +hash = "8a2b649fe0677efb2e5f0a380d07942c10aff6350144856d432b17429c32f4cd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0681_aegislash/aegislash_shiny.png" +hash = "cd758b17b2a4aa0080bf3432aee336b4a3f1cd3185453d19cb546832a220ce73" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0690_skrelp/skrelp.png" +hash = "f7aaaaa0d5ebf66cf93b9a7cc14d4292746ae1883c33ac5b37dc550e058b104c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0690_skrelp/skrelp_shiny.png" +hash = "3b90cec7f0ae7350590f89235cd848c6d57f3c2539656840389c99775b6461ec" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0691_dragalge/dragalge.png" +hash = "d85daec3199c842f40d7f2fe79febc9f43230fb16b62ad990f8fc194456e57ff" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0691_dragalge/dragalge_shiny.png" +hash = "e3581103c781e81d96208b9dfab3d1fc6e8b2ce2f749348719f170c7cb3c72f6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0696_amaura/amaura.png" +hash = "a4f317735a4ce33a646a882561492e3f70dc468539bf4f302a65b3b1189100ee" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0696_amaura/amaura_shiny.png" +hash = "7536fd708e56bacb31c7959e8b6a0e9d150a888767969eebcc8855e92dca248c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0696_tyrunt/tyrunt.png" +hash = "f042aaaeff93a330c56826a48640636f4c32b67da4762cc789493b986194c162" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0696_tyrunt/tyrunt_shiny.png" +hash = "2c8fde30dafc87e15720e42bc9aa789da512db0f501e0eb9c148a3e8b12f5da2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0697_tyrantrum/tyrantrum.png" +hash = "b67c99b01d738ed4a6fe28af614c997558ea466cdf95c561cf28a27607d01b51" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0697_tyrantrum/tyrantrum_shiny.png" +hash = "7e0635e9857fb6e5bef08dd4ad31199437bb74a09c62456a76d82ea854680aaa" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0698_amaura/amaura.png" +hash = "a4f317735a4ce33a646a882561492e3f70dc468539bf4f302a65b3b1189100ee" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0698_amaura/amaura_shiny.png" +hash = "7536fd708e56bacb31c7959e8b6a0e9d150a888767969eebcc8855e92dca248c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0699_aurorus/aurorus.png" +hash = "37b5f5c1151eb8b5921b0dc4407378e91ddd195c7ecaa3cef7b408434159ce53" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0699_aurorus/aurorus_shiny.png" +hash = "186c2a75f995f639f041db4a3c49f377b9a9a1c54daf40030b631d676ff428e2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0700_sylveon/sylveon.png" +hash = "bedcb306135351e85fc4a12af9dc097d478d8ef2ada96f465c8695bf39c3aef9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0700_sylveon/sylveon_shiny.png" +hash = "85d827b35a0ed91bf9c720b96c6ef3128b086ff1d484555b7308643732625d11" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0702_dedenne/dedenne.png" +hash = "efd542b00bf624bbc8aa98edf4d6241b1d64702c2b338ddfb17b24de6d950de0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0702_dedenne/dedenne_shiny.png" +hash = "72279cc9b2a4f6f016c0f9b9df8ccbcb7e8d123eb16b08135a93018791d0039e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0703_carbink/carbink.png" +hash = "e8fe3f68c58f6df251999d55d94c1e508ab6a9fe22b42491382f84c2ea7a443b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0703_carbink/carbink_shiny.png" +hash = "1eaf183b76913f96eec4b649b32d216bf85816c873cfaafdfd2a3606949898d6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0704_goomy/goomy.png" +hash = "6c13f7c8fb1c1e46352aa13594da3425c37054e60319af06e63814f87ad1863c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0704_goomy/goomy_hisui_bias.png" +hash = "6c13f7c8fb1c1e46352aa13594da3425c37054e60319af06e63814f87ad1863c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0704_goomy/goomy_hisui_bias_shiny.png" +hash = "a94ddfe751fe6f7061223608145e62ee461c35c289f065b7128214ad8d91f428" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0704_goomy/goomy_shiny.png" +hash = "a94ddfe751fe6f7061223608145e62ee461c35c289f065b7128214ad8d91f428" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0705_sliggoo/sliggoo.png" +hash = "88fedca180f1bff24e0357248e1c2c5d6ba287725c21848a3b53024918e85998" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0705_sliggoo/sliggoo_hisuian.png" +hash = "2d52a5ddcf2583147dae490df208d69715229e66e530d64dc2bf2311a4135f4d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0705_sliggoo/sliggoo_hisuian_shiny.png" +hash = "772c1738162f90b162554f5ba74eb1448af8ac6e5a75e91db167fdccd98cb7a5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0705_sliggoo/sliggoo_shiny.png" +hash = "cea81f464d9140f71d1e4f04302a32186abe6305401e3fb86da729593b6e1085" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0706_goodra/goodra.png" +hash = "d49ccf525016d81eabe1aafbd085941f900cfd74cf4ad7de78552b90fbcde37c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0706_goodra/goodra_hisuian.png" +hash = "7cc93995b78d70580c0e409f05150990fc0933585cd0eb1539effc4a1adbea34" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0706_goodra/goodra_hisuian_shiny.png" +hash = "7fa873fc11147d63bee89496cd7b2ead472555f28031ce476840870b9ab1d827" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0706_goodra/goodra_shiny.png" +hash = "1627d4572c9da0135567654c24ce43ad6d20c4a603009fc9b58980e1a8a2e8e0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0707_klefki/klefki.png" +hash = "6dd3e86993b859de95c50c5a842e9759d8c65ad1f7b363ca138691e16525b6f4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0707_klefki/klefki_shiny.png" +hash = "cdcb12a0ddc05db00965ec05945b0f70a831357f0e2c2dd43c6e5ba8a26bcddd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump.png" +hash = "b54237b35a208e391b539bec3aebbc35d85d16c2c051675cd440b1abbd7dfc99" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_acacia.png" +hash = "b54237b35a208e391b539bec3aebbc35d85d16c2c051675cd440b1abbd7dfc99" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_acacia_shiny.png" +hash = "bb1aad5eedc7da391ba9f0b4934a1431e986d798f59cb04f2c421312c8b541e1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_apricorn.png" +hash = "b54237b35a208e391b539bec3aebbc35d85d16c2c051675cd440b1abbd7dfc99" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_apricorn_shiny.png" +hash = "bb1aad5eedc7da391ba9f0b4934a1431e986d798f59cb04f2c421312c8b541e1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_birch.png" +hash = "b54237b35a208e391b539bec3aebbc35d85d16c2c051675cd440b1abbd7dfc99" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_birch_shiny.png" +hash = "bb1aad5eedc7da391ba9f0b4934a1431e986d798f59cb04f2c421312c8b541e1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_cherry.png" +hash = "b54237b35a208e391b539bec3aebbc35d85d16c2c051675cd440b1abbd7dfc99" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_cherry_shiny.png" +hash = "bb1aad5eedc7da391ba9f0b4934a1431e986d798f59cb04f2c421312c8b541e1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_dark_oak.png" +hash = "b54237b35a208e391b539bec3aebbc35d85d16c2c051675cd440b1abbd7dfc99" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_dark_oak_shiny.png" +hash = "bb1aad5eedc7da391ba9f0b4934a1431e986d798f59cb04f2c421312c8b541e1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_jungle.png" +hash = "b54237b35a208e391b539bec3aebbc35d85d16c2c051675cd440b1abbd7dfc99" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_jungle_shiny.png" +hash = "bb1aad5eedc7da391ba9f0b4934a1431e986d798f59cb04f2c421312c8b541e1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_mangrove.png" +hash = "b54237b35a208e391b539bec3aebbc35d85d16c2c051675cd440b1abbd7dfc99" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_mangrove_shiny.png" +hash = "bb1aad5eedc7da391ba9f0b4934a1431e986d798f59cb04f2c421312c8b541e1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_oak.png" +hash = "b54237b35a208e391b539bec3aebbc35d85d16c2c051675cd440b1abbd7dfc99" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_oak_shiny.png" +hash = "bb1aad5eedc7da391ba9f0b4934a1431e986d798f59cb04f2c421312c8b541e1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_shiny.png" +hash = "bb1aad5eedc7da391ba9f0b4934a1431e986d798f59cb04f2c421312c8b541e1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_spruce.png" +hash = "b54237b35a208e391b539bec3aebbc35d85d16c2c051675cd440b1abbd7dfc99" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_spruce_shiny.png" +hash = "bb1aad5eedc7da391ba9f0b4934a1431e986d798f59cb04f2c421312c8b541e1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant.png" +hash = "c5366dcc499c4adc6e63a452f586c085dcbc1cb0da5241c724f7f72be13c6bd8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_acacia.png" +hash = "c5366dcc499c4adc6e63a452f586c085dcbc1cb0da5241c724f7f72be13c6bd8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_acacia_shiny.png" +hash = "1a2f1ddbdbf8f9732954f7c70199e028f674bf37f97cd6a3e77bf7bc75987dbe" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_apricorn.png" +hash = "c5366dcc499c4adc6e63a452f586c085dcbc1cb0da5241c724f7f72be13c6bd8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_apricorn_shiny.png" +hash = "1a2f1ddbdbf8f9732954f7c70199e028f674bf37f97cd6a3e77bf7bc75987dbe" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_birch.png" +hash = "c5366dcc499c4adc6e63a452f586c085dcbc1cb0da5241c724f7f72be13c6bd8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_birch_shiny.png" +hash = "1a2f1ddbdbf8f9732954f7c70199e028f674bf37f97cd6a3e77bf7bc75987dbe" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_cherry.png" +hash = "c5366dcc499c4adc6e63a452f586c085dcbc1cb0da5241c724f7f72be13c6bd8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_cherry_shiny.png" +hash = "1a2f1ddbdbf8f9732954f7c70199e028f674bf37f97cd6a3e77bf7bc75987dbe" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_darkoak.png" +hash = "c5366dcc499c4adc6e63a452f586c085dcbc1cb0da5241c724f7f72be13c6bd8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_darkoak_shiny.png" +hash = "1a2f1ddbdbf8f9732954f7c70199e028f674bf37f97cd6a3e77bf7bc75987dbe" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_jungle.png" +hash = "c5366dcc499c4adc6e63a452f586c085dcbc1cb0da5241c724f7f72be13c6bd8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_jungle_shiny.png" +hash = "1a2f1ddbdbf8f9732954f7c70199e028f674bf37f97cd6a3e77bf7bc75987dbe" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_mangrove.png" +hash = "c5366dcc499c4adc6e63a452f586c085dcbc1cb0da5241c724f7f72be13c6bd8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_mangrove_shiny.png" +hash = "1a2f1ddbdbf8f9732954f7c70199e028f674bf37f97cd6a3e77bf7bc75987dbe" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_oak.png" +hash = "c5366dcc499c4adc6e63a452f586c085dcbc1cb0da5241c724f7f72be13c6bd8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_oak_shiny.png" +hash = "1a2f1ddbdbf8f9732954f7c70199e028f674bf37f97cd6a3e77bf7bc75987dbe" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_shiny.png" +hash = "1a2f1ddbdbf8f9732954f7c70199e028f674bf37f97cd6a3e77bf7bc75987dbe" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_spruce.png" +hash = "c5366dcc499c4adc6e63a452f586c085dcbc1cb0da5241c724f7f72be13c6bd8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_spruce_shiny.png" +hash = "1a2f1ddbdbf8f9732954f7c70199e028f674bf37f97cd6a3e77bf7bc75987dbe" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0710_pumpkaboo/pumpkaboo.png" +hash = "9d8195c98e35c3266c11d4c2b88acf008bb6b57f5ed09a19652c94b23e56ced3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0710_pumpkaboo/pumpkaboo_shiny.png" +hash = "07aeaee14e496db512e15002995f09b35e400241f7a43825d74fb8b72f60264e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0711_gourgeist/gourgeist.png" +hash = "b5512bfdf927ee0592edae6f6addab4cbba1651e3d81912f532fabb49fb33ffa" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0711_gourgeist/gourgeist_shiny.png" +hash = "ecc8c80a2dc542248bfd0d8e3e7b9e1da626b63222271972a1e0de63823b5df4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0712_bergmite/bergmite.png" +hash = "e07c77dc91f55ea60885460be368e0704406747579e8fe8f6a2c1d4a60b89486" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0712_bergmite/bergmite_shiny.png" +hash = "bc523d4ca04567780096aab409f872d1612d9ee88fc6c81d905d3c0ba70b77e2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0713_avalugg/avalugg.png" +hash = "2ac6fd7c061d7bf4ef12a5daab402f54d779c54408edbf17c21481a8547512e9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0713_avalugg/avalugg_shiny.png" +hash = "eaa9670d1ce3ce1fcb57de6de22ae60b913023678989e58f911d844c41e330b6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0716_xerneas/xerneas.png" +hash = "11e51d2e97a511de4ffe7a9d328fd011ab51ad2336d226bcddc371638ee52f78" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0716_xerneas/xerneas_shiny.png" +hash = "47cd58b8a84107a856d8e0933a155355604ebb4da784f5f3790f66a8255fba16" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0717_yveltal/yveltal.png" +hash = "60f935339b96401511730f0018e8f53e6ed170a30f391bf3b97c00b1fd96a290" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0717_yveltal/yveltal_shiny.png" +hash = "3866948a50125d5edf34defe496bc48529ec52bee9ec7f0a0bd4522d6109b2c7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0718_zygarde/zygarde_10.png" +hash = "22d91ac9f40542b80444adb6bfaad385c7b40154ea3d55a0059de9ce45bc0010" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0718_zygarde/zygarde_10_shiny.png" +hash = "6cf3e6543817c83be971dc05f9f6e4da8429573a5afb8cc79b49080f95c97bca" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0718_zygarde/zygarde_50.png" +hash = "0f855d820b8ae8a2d09cbfcdf6370fbd8b3ce68104f2f07c49586048ec772898" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0718_zygarde/zygarde_50_shiny.png" +hash = "b49c5415830b8368ef7dc59ad52d361c6d34e42a1ca186cfa7f138b881696c0c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0718_zygarde/zygarde_complete.png" +hash = "81b5b45f8f5eced9322593b26a2caef10040469bee60dec65cb0484423620cb1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0718_zygarde/zygarde_complete_shiny.png" +hash = "a817b287df43e2c8f4db237a6f3d760fd1f9ecdf40c3c4b4d2715cd225dd452e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0719_diancie/diancie.png" +hash = "5c4bdb7ac4685aa227c23e83efcb7be641ac776a030d9b030c37134d99f625af" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0719_diancie/diancie_shiny.png" +hash = "a3e2822c33b371c93ba730b7d9ea7cfdf467231ea366e12654ccf73d13788117" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0720_hoopa/hoopa.png" +hash = "ea34dab9d238a045122b15369c30444d2f3d2dd846ba03b4abef3872bc062b54" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0720_hoopa/hoopa_shiny.png" +hash = "6692158a2939298784eb53a73361b9b6e4fe056ad35b936d9ed4fa8a547bbf11" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0721_volcanion/volcanion.png" +hash = "6a1ad492d59e93f090add1104c7b27cc9ccca0d09efd7b8d24f9416703e840a9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0721_volcanion/volcanion_shiny.png" +hash = "9015c652a0dbf51a0ff0dc7b6277b84bd66a24630d83da55aaa6cde73c2fed20" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0722_rowlet/rowlet.png" +hash = "0cca35708356bc308cc6ca7d8d9355f063e34b210c6f2d2c2d7fe059e6d2f45d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0722_rowlet/rowlet_hisui_bias.png" +hash = "0cca35708356bc308cc6ca7d8d9355f063e34b210c6f2d2c2d7fe059e6d2f45d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0722_rowlet/rowlet_hisui_bias_shiny.png" +hash = "b48dfa805a7a60000309d042cd1540f4325a5167bc018f1c929af93ec6d099e2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0722_rowlet/rowlet_shiny.png" +hash = "b48dfa805a7a60000309d042cd1540f4325a5167bc018f1c929af93ec6d099e2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0723_dartrix/dartrix.png" +hash = "ef908457f22b37844583cf6df008deb9c41d4af0d03e54f38c40b109c1badbb7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0723_dartrix/dartrix_hisui_bias.png" +hash = "ef908457f22b37844583cf6df008deb9c41d4af0d03e54f38c40b109c1badbb7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0723_dartrix/dartrix_hisui_bias_shiny.png" +hash = "a35ce978d7cd100130434a483dac1f742b265f36c7fca313e9b1c054b6b8992e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0723_dartrix/dartrix_shiny.png" +hash = "a35ce978d7cd100130434a483dac1f742b265f36c7fca313e9b1c054b6b8992e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0724_decidueye/decidueye.png" +hash = "e72efa648507189c3980365eff19b5ca98387d385c20461a476f49154a0e4031" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0724_decidueye/decidueye_hisuian.png" +hash = "0efc68d2524e0f14c8de1113caa8cc96c7668c8f3446b91158a536b5f776d481" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0724_decidueye/decidueye_hisuian_shiny.png" +hash = "e071e2702b2391c0ebecc81c676bf1995b2e4b635a445d488e60195960c15df1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0724_decidueye/decidueye_shiny.png" +hash = "1b4709da73cceffd4c6f32f748fc87cc4b1888da4da9072121d4b22745aa0957" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0725_litten/litten.png" +hash = "71f92467252cc50b3e59d122835b865c070fef138ab55c18761a957e6ec1098d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0725_litten/litten_shiny.png" +hash = "0128db4d844152030c5fbf40c29d1f84063efbe97e7f61988ca524425295862b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0726_torracat/torracat.png" +hash = "d4cce9c8418cc91fdc00f3c96aac0d30a6d39b1f15dbb30567fa5063c01c1496" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0726_torracat/torracat_shiny.png" +hash = "15968aca6161a29aace3ab59c33613a906ac19aafd62c72f62add6c37fe54b74" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0727_incineroar/incineroar.png" +hash = "425715af65c3ea25484731d16a5faf92e8f2996550836f6fa0e3fb551d8939de" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0727_incineroar/incineroar_shiny.png" +hash = "de5527d71081a3d1702adf2cf25f1005795f43ace74c379e4f4b429c390ce41d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0728_popplio/popplio.png" +hash = "f0245801d8d9b881d7fa70f7c0eb44858289d4ffba29e9fb43c32e879492371a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0728_popplio/popplio_shiny.png" +hash = "43bd023efec8c8a480537dae87cc876460210d3b2b9487be6debe8bb535167d5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0729_brionne/brionne.png" +hash = "b20585fb4d718c3eaa013b8de0df84b8e35263d8168faa71b80d605aac0bcde1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0729_brionne/brionne_shiny.png" +hash = "106ea91b5bf4af34188bc3deb7761b96bda0d0de8393e80f1d7e7bd5b5f5ad57" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0730_primarina/primarina.png" +hash = "fdc4ea8b6476342e34a54a630b433a27b06c86454ef8d0f0922e9b3696c685db" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0730_primarina/primarina_shiny.png" +hash = "779e1f262b41f6db6d842759de78687c8356b48207e7028132f8731e725b371a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0739_crabrawler/crabrawler.png" +hash = "7f5faf28d6160a90f8a9daa2a5165b16383d94f14722195e6b009c07e9ba9d46" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0739_crabrawler/crabrawler_shiny.png" +hash = "8e68b8b722064899d4ee17ab6c3e1e0dc004bbd927dffd355d92f280d2bae5e0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0740_crabominable/crabominable.png" +hash = "a96809d33993851f6853bda33999f6a5bfef9da69fcbba19ab30573ffc34d32c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0740_crabominable/crabominable_shiny.png" +hash = "faaba91d75671715517e9834dae8c7e27837dc36151cf5f4baa93237dbf6fb28" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0742_cutiefly/cutiefly.png" +hash = "a1c4f86376d8fdae6d039429cc6e4817b73bd5e00d99b5b9a59e1a0faa0fb589" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0742_cutiefly/cutiefly_shiny.png" +hash = "ab916c7e35b405834a42086ed60cd4c051c407a0821106e04e8f536ca2bbbe89" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0743_ribombee/ribombee.png" +hash = "2111824286ea139af6fed4d7969237cc13293cf7b53f9ba7ad9deacd4feafd1a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0743_ribombee/ribombee_shiny.png" +hash = "55c90242b6246ba0f97228d75788a76065c661bc413aff33985887ba74227779" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0744_rockruff/rockruff.png" +hash = "837d12bba5f9b5f3f708956b2f43486c842f42a39c95e2ce5a93bc39ac8fe483" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0744_rockruff/rockruff_shiny.png" +hash = "aed1aefd01685abba3345969f8b27c095e8c3ca25827c0c7e1a09a1ffed9cdef" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0745_lycanroc/lycanroc_dusk.png" +hash = "9a7d0a1c57504a2a92fb4cde87c8a008b46b26b37530723efb64b52a32f9b9e6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0745_lycanroc/lycanroc_dusk_shiny.png" +hash = "becd8625173387b7f190c8d203480ded44797d8b3c221395e280ecce61da9af5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0745_lycanroc/lycanroc_midday.png" +hash = "e3c1250c0542b8db4844d374fa65e4c411317198ec692f3be5af5e1e47e56373" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0745_lycanroc/lycanroc_midday_shiny.png" +hash = "deaab65c5bfa7cdcce3ce58a615762f98cb3f5dec0d43902cc7073da0c850981" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0745_lycanroc/lycanroc_midnight.png" +hash = "b70bf38d7f7977ff2818be7cd56bea5414f271fda09cdd1271bdb145a11635ed" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0745_lycanroc/lycanroc_midnight_shiny.png" +hash = "2eafdf457a8696b76a2aa09c7787a863c52ec2a29f6c69825d2a4b0adb22ff8d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0746_wishiwashi/wishiwashi_solo.png" +hash = "08fdcdca77f80915728385d34afb05d3551ee677461ea0a7605f7e34573d601f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0746_wishiwashi/wishiwashi_solo_shiny.png" +hash = "d507dd7a47640afa4ec558010232ba871b3594ae6e4e15c487b51600c89cbdbc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0749_mudbray/mudbray.png" +hash = "c85dd8e3eae398f43d22526a4a92a84fb8b0447e5f4936450bae10883c4d645a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0749_mudbray/mudbray_shiny.png" +hash = "069884db4acc0a13f8346f9c3f272886a17f04973bc623385baa02fd8ea16585" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0750_mudsdale/mudsdale.png" +hash = "1969ac0c9c840997cb8789f4e50d9f75c69fb016e5a36587a6f1c836c7e2db5d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0750_mudsdale/mudsdale_shiny.png" +hash = "23cc6ba870b53e467fe7e35c5e519f7b6a89ed14c20a8767a9ef25978f34ac28" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0751_dewpider/dewpider.png" +hash = "676eb266d80d66b5ee18b89e65004fa5d0e7b8bb43db425fd5da40565c412022" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0751_dewpider/dewpider_shiny.png" +hash = "2a576dcaaf8523d99bf0f2d9c38c2ba8a4394a53d7a602be39a75bb7ad55f385" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0752_araquanid/araquanid.png" +hash = "2bd1688283cc4ae330bec90e4e6c94b928543152515d4c60cd83ddcf849eb497" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0752_araquanid/araquanid_shiny.png" +hash = "4632f75842fb1d9a45893ecfa2bae805b730ca243fb7e9901dbcb268347b068e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0753_fomantis/fomantis.png" +hash = "33fc739ac9e7db6e618e351a5d482297b4c5ee0a780b1759916d315ca453fbaa" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0753_fomantis/fomantis_shiny.png" +hash = "442368ca88511e6a39c4f088fdc09bd0f0af63295a844a8f753229102c5d213f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0754_lurantis/lurantis.png" +hash = "f0b3b5fe9982c03ef33b85b0adcd5011fa87d1503d1eaf222b863ffe276c1878" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0754_lurantis/lurantis_shiny.png" +hash = "5519350606e5c276423736ab8cd14b0d31530119efc719e7df4df5161eae70e3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0755_morelull/morelull.png" +hash = "ddb9ed6d09783726006c91e0686770178566d6723f47fd19a527a62d906eeab2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0755_morelull/morelull_shiny.png" +hash = "f6af29a982588bf528d416a17f80ce53ab849e1f70ffacc78f8e4e7030e953b0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0756_shiinotic/shiinotic.png" +hash = "aaa1e512ff5974998dbc90f63b6076656f8edc36dfa18d7525e79600aa02faa9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0756_shiinotic/shiinotic_shiny.png" +hash = "83254670cebf1227b65c5137cfc9c261159bbff8fe38f30bff289615c55e2c0d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0757_salandit/salandit.png" +hash = "0e76cda62ea392b4a9e1af44c23841c04f0d7a0b528b1231e98322b1a250ec1b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0757_salandit/salandit_shiny.png" +hash = "36ebcd4f749dcee2acfdcb45f2ced97a984304ffe521e75a2b77dcdd27313bd5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0758_salazzle/salazzle.png" +hash = "070b039e8a2e9d8eee43c173b40f0dccc36ac02af2c9154cc099345a65aab639" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0758_salazzle/salazzle_shiny.png" +hash = "20f6e730ddfb4f22c5c915bc83ef6c302ee76132996706eddc79727d9d7dc9a4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0759_stufful/stufful.png" +hash = "041ef496e3102be493325e9b2c1caf7a8371536ece06c2f4681195cadee6d827" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0759_stufful/stufful_shiny.png" +hash = "135b50ab5c5da924d73e18da90ce7162b62a2567826ec3509302e5671920edc2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0760_bewear/bewear.png" +hash = "95b60a66b186c73916f8cbdcfffe235dceb28b5dbbc1854d0a98ffc344223d3f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0760_bewear/bewear_shiny.png" +hash = "df3cc49d6377b588736593f14139a9269e597a600d267065897e291b405a0299" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0761_bounsweet/bounsweet.png" +hash = "e9452789fe58c9873fb2d1ce5b061145a972a3feb78d1fbb5cf6ebe65d345a56" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0761_bounsweet/bounsweet_shiny.png" +hash = "f05af31a1888f006062e03d29204228aa54694873f0261e1ed7916d929a5ecb4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0762_steenee/steenee.png" +hash = "a457ad1a4a0ffc01755a103cfee9bb5833af4810d7edd068e03a25ea0a87b72d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0762_steenee/steenee_shiny.png" +hash = "0fdf0a82de2cae2250cc5c37d35d453eff1444b1da766283d0e8a6cac36ff9b9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0763_tsareena/tsareena.png" +hash = "3f4229b9c1c082c5a2e065ca39257cc35a58aa8619f83bf99a87ab6e654288af" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0763_tsareena/tsareena_shiny.png" +hash = "01aa64f9132958d877ff01e66a1633b6734c95be35e21c909050d154cb2351a8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0764_comfey/comfey.png" +hash = "1f12bddf73e768e4526c737cc283f08315a2246c74f825743bc9a2616e979be8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0764_comfey/comfey_shiny.png" +hash = "7ccfb01c82698371eca56dae53289cd9ceb187a776c5efe1476d2572a76ed751" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0767_wimpod/wimpod.png" +hash = "deaa09332bbfb1b6b31ea79d353ea35567083aaebd5b9a9f7ece8f9e3fe8c211" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0767_wimpod/wimpod_shiny.png" +hash = "379aed1e8e9cc4bca1759094d0b35125961f23a81660f60ae9a749b9edd3a0ee" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0768_golisopod/golisopod.png" +hash = "c56f9e505da98560c1873963f68707c8518359bb517810482f74d0c123812ef0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0768_golisopod/golisopod_shiny.png" +hash = "8fee6441762777706aa72a4f6b3831c3a225c8070887e87d6ced556a9b169233" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0771_pyukumuku/pyukumuku.png" +hash = "79b1d10209caf4d7c7ede1c72fa5eddb37a036dae13e49b641313193326e2f4d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0771_pyukumuku/pyukumuku_shiny.png" +hash = "a224cf06c64ec7a215261d3f6cec16b8c431a851a262ea6bb116209af8c5635c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0772_typenull/typenull.png" +hash = "6bd3b8c400cb421c4edff9e639f70db2939f1e638eb5eb45a4e96d5982c1368f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0772_typenull/typenull_shiny.png" +hash = "0108b543d3886b6cd5cbda9a374643378c790c03a0da3faa8118fd05faa586f6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0773_silvally/silvally.png" +hash = "f1b870f4a9377989fcba2af381444dc63c1ce8b2244548610aa2d030c7b7db75" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0773_silvally/silvally_shiny.png" +hash = "e4f3ed6a7f97eba6995c43123d6a16f1741136f4634eefaf84ae724b5c8b2722" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0775_komala/komala.png" +hash = "5b4d36c17ba8ae4101ca5eeb513b176fccb34d976c2d0da8e4af63571b8d3efd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0775_komala/komala_acacia.png" +hash = "5b4d36c17ba8ae4101ca5eeb513b176fccb34d976c2d0da8e4af63571b8d3efd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0775_komala/komala_birch.png" +hash = "5b4d36c17ba8ae4101ca5eeb513b176fccb34d976c2d0da8e4af63571b8d3efd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0775_komala/komala_cherry.png" +hash = "5b4d36c17ba8ae4101ca5eeb513b176fccb34d976c2d0da8e4af63571b8d3efd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0775_komala/komala_dark_oak.png" +hash = "5b4d36c17ba8ae4101ca5eeb513b176fccb34d976c2d0da8e4af63571b8d3efd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0775_komala/komala_jungle.png" +hash = "5b4d36c17ba8ae4101ca5eeb513b176fccb34d976c2d0da8e4af63571b8d3efd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0775_komala/komala_mangrove.png" +hash = "5b4d36c17ba8ae4101ca5eeb513b176fccb34d976c2d0da8e4af63571b8d3efd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0775_komala/komala_oak.png" +hash = "5b4d36c17ba8ae4101ca5eeb513b176fccb34d976c2d0da8e4af63571b8d3efd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0775_komala/komala_shiny.png" +hash = "c43c9a701a2561a4bf2b2cef88cf127c1b46707d87420b26546f1cb542c8dbac" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0775_komala/komala_spruce.png" +hash = "5b4d36c17ba8ae4101ca5eeb513b176fccb34d976c2d0da8e4af63571b8d3efd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0776_turtonator/turtonator.png" +hash = "d52519e29e2b04c2dc9f2805c30470a952b17da45d5ef4ffbaf122c690669b8a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0776_turtonator/turtonator_shiny.png" +hash = "bb570d6e6b7c1172bf3639f156dc337285d2978810e019c8ad1557d1f8d7b138" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0778_mimikyu/mimikyu.png" +hash = "f932784dc868aeeacc9b22a79b467570aaebbbd86753deaec4147735a33e6195" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0778_mimikyu/mimikyu_shiny.png" +hash = "e3f9f8256669fb188fdaeaa6d6cd2a6808a11d9a03da92ac8de77174c0bdb7cf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0780_drampa/drampa.png" +hash = "97d897b578ad2bc2eb90fa7d1a1bb012ed28c56eef11a7f8594190dc62912c21" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0780_drampa/drampa_shiny.png" +hash = "14ed788f2a1bdd9410d1cbbc229cf95be40e9c59ad6841f6855b6bd8e23d2fc5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0781_dhelmise/dhelmise.png" +hash = "5733ca5138fd1178fd02c53eae2f841836d509e14288527e8bf047da70adc86a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0781_dhelmise/dhelmise_shiny.png" +hash = "75759175a9ff0e8b5cff8912667542d774b34c6a19d26af5219ccf00536ae9be" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0782_jangmo-o/jangmo-o.png" +hash = "90ce7d00119e4325f42633d422519bcd23f6e495a8a51aa48273012f860da5bc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0782_jangmo-o/jangmo-o_shiny.png" +hash = "ef7c94fb4777665bc3262645a1ce9267ab50d56f9e3a518d45301521dabe298d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0782_jangmoo/jangmoo.png" +hash = "248cf24318a1aab2109c47820dd2a28ea5ea3be603d4ec26be5b2b0dba25d7cf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0782_jangmoo/jangmoo_shiny.png" +hash = "05535299444df42051620c9f7e31c0574e8fd35a8e4745f87251692e340dc3aa" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0783_hakamo-o/hakamo-o.png" +hash = "d79f6aede1170d6f564e7d804630d1645357a45167972dfa8e990e9c3cc57c9c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0783_hakamo-o/hakamo-o_shiny.png" +hash = "2cb585f084e23d4d04def14d2a4e9ecd0cd979cb91d3c2a949d0ec8415ccabc8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0783_hakamoo/hakamoo.png" +hash = "7563d1574e8e83f219088351d6f1700bdb1924920f39b31aa0dbc279e93a3706" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0783_hakamoo/hakamoo_shiny.png" +hash = "214824a36737c820f4bdfd38a8bbf209b93765a153cc65736226e74085aad701" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0784_kommo-o/kommo-o.png" +hash = "4d41319d8552ca7a722ed472a6b94d760350ee22f1fa583b2d1e4266c1c7a07b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0784_kommo-o/kommo-o_shiny.png" +hash = "8676faccae7b5cc993d4394d9c556c65036997c19f33637c0854e666f4b36f80" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0784_kommo-o/kommoo.png" +hash = "4d41319d8552ca7a722ed472a6b94d760350ee22f1fa583b2d1e4266c1c7a07b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0784_kommo-o/kommoo_shiny.png" +hash = "8676faccae7b5cc993d4394d9c556c65036997c19f33637c0854e666f4b36f80" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0784_kommoo/kommoo.png" +hash = "5ddbeeb0cc55b935b49670e250590a910861a2c4de5d8b2a3ece9efe67628a59" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0784_kommoo/kommoo_shiny.png" +hash = "42de1e9b34e0c150db98151645da09ad607b9af04f2d7225b5b3119cd7f10c73" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0785_tapukoko/tapukoko.png" +hash = "27472ee010cdfbc59620a686c77bb2b19ce114c9bb4ac8e2ad6c2481093050a1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0785_tapukoko/tapukoko_shiny.png" +hash = "4ef5a418b40e0f4c6cca1982f8a76ee165ecabbea1c860c98fbc83a1d6e0ac88" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0786_tapulele/tapulele.png" +hash = "253b680c367953b94c103a0f8db1dad9ad54133673bf69ac3d3336b937a61c4c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0786_tapulele/tapulele_shiny.png" +hash = "d9ccd48aa50b85daf62bd753038ba741e841f403e6d89205a011d6053b84f53c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0787_tapubulu/tapubulu.png" +hash = "39b4d0b9360bdd3739bfa23b943cd66e166ec27faad79034122088e80a357881" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0787_tapubulu/tapubulu_shiny.png" +hash = "030fbcf418bd50d0381d232d0a1000d97bac6d540c2885e0b34151c4e2638183" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0788_tapufini/tapufini.png" +hash = "ee650db95144ba18f40eb58d6c13588775fb520cfac9ad3927e7412fd0f8a2df" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0788_tapufini/tapufini_shiny.png" +hash = "a265f8bfdb7365fafb0478aa5b17043e452692c912ab898db49883dd187d3d45" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0789_cosmog/cosmog.png" +hash = "757db31ad125c61ca8052f591c9cd2ff0d0d06529ae62e472d932d5245044880" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0789_cosmog/cosmog_shiny.png" +hash = "b539bc4cf67826dd8409918866feb29bb40a7b3c27daa9b7d7351be7f74f5f7c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0790_cosmoem/cosmoem.png" +hash = "9f05372f0856d163c59493d212a90ffb08a96a61ef3cb84820c42d05b92a5969" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0790_cosmoem/cosmoem_shiny.png" +hash = "140d77c2e4f0c060223b96ec463e1c35a54eb06ae913668ff1795acabdec4767" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0791_solgaleo/solgaleo.png" +hash = "f12de16b3d1e44e8d1a8212e34e61c09fbb18eba70fe31e8b05ec88b10113cb3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0791_solgaleo/solgaleo_shiny.png" +hash = "115239c86ae3fd68402ad759ed86b3cc843950ed3980f35ad21481bfe80374b2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0792_lunala/lunala.png" +hash = "377388f3008f4a473a54773a3f29082a3259e18c33622429c46662a72c5666b5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0792_lunala/lunala_shiny.png" +hash = "1eee043f1256b90c135779607efaaa5a4aafb43f333db6dba0839f5497599945" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0794_buzzwole/buzzwole.png" +hash = "cd03012cddf16fb3f46425ca90e35a30c4906250d7893b880196bf4a051ed922" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0794_buzzwole/buzzwole_shiny.png" +hash = "586cffe1ca5abdc9c4c764e499b467d2ce5dc52406237c364709a965a6ce705a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0795_pheromosa/pheromosa.png" +hash = "18caa8be737c1d028b9ca8d5eeb10cadd5117976ca38b682087a4863bd088fbb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0795_pheromosa/pheromosa_shiny.png" +hash = "aad88d26732633082f6f97e6ca7741b8d2b48ca052114306b6762ed6c6b70e83" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0796_xurkitree/xurkitree.png" +hash = "de0bcf87919e266761592f1b655539b2d5d83a2d8b1cc353c1000a70ae06693e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0796_xurkitree/xurkitree_shiny.png" +hash = "231b4192ceae8447d6a9fb42345ce44b09f431942cf997c186f50d7630656db6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0797_celesteela/celesteela.png" +hash = "c69497777e6656f564a8134cc9d704c2b39c3f3ddec2db28b3d163e594eba7cd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0797_celesteela/celesteela_shiny.png" +hash = "bc8213cf753e7f8d9f2ba2c742f67f588e080f425825c6dd035546f7ea25e856" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0798_kartana/kartana.png" +hash = "2ac4ad3209691343870eb5537d37115228ffe34c2405d08151032644e7294f75" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0798_kartana/kartana_shiny.png" +hash = "b64880494b387ac12ed73173cb73617273cd92c28b12761d524c150ede5eb67c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0799_guzzlord/guzzlord.png" +hash = "bc7206bdc4699fe145e0b0a14cfa0c9fc6691f716dc32c79d5748de13b647385" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0799_guzzlord/guzzlord_shiny.png" +hash = "56db835be269919bc0747377df34e85a7353664e92e3e368c029eee53b0939f5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0800_necrozma/necrozma.png" +hash = "8bfdb80e67303ca24eb1d23c349537ad6784b19ba00c87088ea43b536c44f11c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0800_necrozma/necrozma_shiny.png" +hash = "7175b8deafa6931f68889327d2bd592e6462a3a92bb27ac6f58974eef81e8b8f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0802_marshadow/marshadow.png" +hash = "7c585aec4552a3669a8f2f914135e9174bf4a85949361b7d48b4f7c0ef444833" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0802_marshadow/marshadow_shiny.png" +hash = "4adb79f0a37dd481c9d83c9b3c40cc1464d4c7bcb55ad871c23eed3f542f7be2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0803_poipole/poipole.png" +hash = "7235460a084bbbdf0cb58d5984324281cde406f0a249d5831f86aa465e2016c7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0803_poipole/poipole_shiny.png" +hash = "ff375b404733bd196987b8daaa7227ef478be63808d89bbf9fc3ca7e67272436" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0804_naganadel/naganadel.png" +hash = "1b9f095ec0bc5ce9958e6e6992da776d5041ffbf7dcaec92026ae21183f5daf2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0804_naganadel/naganadel_shiny.png" +hash = "905a12f3f3e0d6c434999452cbb091c479dd5bfd6137891e02f0851e825dd268" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0805_stakataka/stakataka.png" +hash = "98fa2ba8630f3f02078c13643ade414443f5497cb65742e7de2d47bba93a7a1e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0805_stakataka/stakataka_shiny.png" +hash = "04ff7b6d4c3138fe14ea93d32356d848dc5d12517fe9086df44c84dc3506c13a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0806_blacephalon/blacephalon.png" +hash = "b2e3c1c57ab42394f64c47ee086a51a4547c90a4ea0fe4f9f5b8ddcc6ddf9a8d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0806_blacephalon/blacephalon_shiny.png" +hash = "9c1af37be00e844c85aee7292d149a81bce97852a8bd5575beea85ac07897dc5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0807_zeraora/zeraora.png" +hash = "031189ad8fa6cb538bf4c3b084f1109a295b8cccd7ead5f41a0e81c775a6846a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0807_zeraora/zeraora_shiny.png" +hash = "c0e82fe98cc57391b07a7629a2b2149ca0ceaf72d9b4e6446566b60e0287bf84" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0808_meltan/meltan.png" +hash = "4375ae9e076e63c3f4308d0fa2482e388787b585c757c14ba3284b47f1459df8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0808_meltan/meltan_shiny.png" +hash = "168af4f14e44b2d3709b9d985ac722b0b33d68f9df1249fda2771c66418b93dc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0809_melmetal/melmetal.png" +hash = "1b4ad7a069aab93303867b9d3dadd1bd0e8422456970295468889debf69dab6a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0809_melmetal/melmetal_shiny.png" +hash = "d6aef13f36aceb217958a5b87306259a51b80a0fc0e4488ee8e34bcaa6d42727" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0810_grookey/grookey.png" +hash = "bcb7c66d72974cc5de97cea77a285659bf96ed990601ceb9d71120402a9182c0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0810_grookey/grookey_shiny.png" +hash = "a27f46615b297f536ae4e440af6e32e17f8d770c8f44b332bfafaab10762e67f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0811_thwackey/thwackey.png" +hash = "7df3231f0fd1565ecd87b9a4e916b79bfe571bf5821a06f3bf7e77282a9f76d2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0811_thwackey/thwackey_shiny.png" +hash = "2b0c320b22f723d7d321dc2ce00d94a26c97ae2d757ead0451524fc88c503e0e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0812_rillaboom/rillaboom.png" +hash = "6804948e1c0f1ceaf8dedee1627b67ca0fac2bbad8bd1ff46138ce809be51408" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0812_rillaboom/rillaboom_shiny.png" +hash = "ce5a56cf913db24227959c387199ef17d43b05131b1d6d14cf22e47fe2bc683b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0813_scorbunny/scorbunny.png" +hash = "9cd3e39a96019643efb09b22b681faf873e981fedea86995588b9e1cd011ee89" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0813_scorbunny/scorbunny_shiny.png" +hash = "0a63ceb97b0c0f98718d5916524cd0821d5de207b6603c8e8f27283e23dc4795" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0814_raboot/raboot.png" +hash = "f4474de83d44d21f6135250dfc4e2539af95f3bccfbc0fb6d30d1863589c7847" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0814_raboot/raboot_shiny.png" +hash = "3132763a7b4d2e78bbd8914beb68a6eb01e5b2c7307b004b3f9bccdd6572b54f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0815_cinderace/cinderace.png" +hash = "caea64bcb72e2c09fc140e2d752900d4cfb8e2f54d9079773e61415cbbd455c7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0815_cinderace/cinderace_shiny.png" +hash = "3a8c15e8d2e5a9a4bf9f989c1bb2ffcd8cb0fb469fb115d0718b7bf079ba56c1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0816_sobble/sobble.png" +hash = "7a23c72cbfd8b4cc543aa62228defcc9c1a741e176ff7f03bdc9fce45091e639" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0816_sobble/sobble_shiny.png" +hash = "1108da63353459129a1d2ef7f971e9647ee2ae09f4acf1f6ede6794cc1d75baa" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0817_drizzile/drizzile.png" +hash = "d80aed248c6efcc0a787e33ed578d392074aed5164bc35a2f8c1bb89b41b6e65" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0817_drizzile/drizzile_shiny.png" +hash = "66f8d968bdc46b5711b7dde993b564590ee8433b130addfffb48030c5999e63a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0818_inteleon/inteleon.png" +hash = "036e9394699b6a3c2cc6003787920a65d72e3d3a232a4ee62be201c4e58e68d0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0818_inteleon/inteleon_shiny.png" +hash = "e1339324aa5af997b117996cfdb7d57a8461e65607ae6c869647951c2e9f2805" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0819_skwovet/skwovet.png" +hash = "ca005ac2c0994773859588d913b555631c5a6bd2414084d540ff6bd43959e168" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0819_skwovet/skwovet_shiny.png" +hash = "9edfab093b6e727b417b95e2fabf8558a5d993efa5c8911bec231bfd52c08c87" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0820_greedent/greedent.png" +hash = "89e9253c93b3731fd383f18272d50541d36316f20b9b11e072215d4168fd81d2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0821_rookidee/rookidee.png" +hash = "df0fcca3d631afe95644523743e0b518af114d08b63417bc5fbe844d164b6dec" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0821_rookidee/rookidee_shiny.png" +hash = "18e2a0cf55a1adf161d19c28a6a76ed11f1ee3112d432ac962cc664b5d7a89b7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0822_corvisquire/corvisquire.png" +hash = "61e10d141a17f7b4f005535bd67870836fc182cf50cac58983a6d787824c1517" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0822_corvisquire/corvisquire_shiny.png" +hash = "e31062dd12fa6d99f94a2495708c52675cd9586710923082a1b20b2a897cab03" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0823_corviknight/corviknight.png" +hash = "f7a5850f399b31f432cf7f71ef5e84a9cab59883beee971ef143fcf894ba4db5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0823_corviknight/corviknight_shiny.png" +hash = "11d01cd07b2e70b7d2ec379bf0ad05144beb0e1609b8bec5374101db9d12cca1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0827_nickit/nickit.png" +hash = "edc8fb47af8b77d3ad64b2dfc99ee5a60caabded3380a3749edae0fb4de3ab08" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0827_nickit/nickit_shiny.png" +hash = "a2bd8acd6c380b892ebe1a43e051888031dadeb3def08d33888ecdf3684ed5db" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0828_thievul/thievul.png" +hash = "b6dbc1025b1835fb985db1a95024972372e2b0a01a102cd13d83ba505739f2b4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0828_thievul/thievul_shiny.png" +hash = "4335ea3f9bdd58ecc5f8168b32e8918a93069b47441b927e84f5178ca43081dd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0829_gossifleur/gossifleur.png" +hash = "42e8325d3e22e288d808f873c989f34d8e76f2063a373aa778cfd84311c9c12f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0829_gossifleur/gossifleur_shiny.png" +hash = "39ad3e6f29154aef899199223ec663b5f8cb4acee6749d9dc37d25ac5d850dc0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0830_eldegoss/eldegoss.png" +hash = "e971a0b9926b9eebb9d99c731b41f861a8fc79c8425f990658160e0eca4ae6f3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0830_eldegoss/eldegoss_shiny.png" +hash = "42e10eebbb79376d90550b288a357499af2af647522037a1a92d389e55f91acc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0831_wooloo/wooloo.png" +hash = "c6ddd1841a159ecec15a1d83590d3365166bd7b741f6379cf4b714dd40326dae" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0831_wooloo/wooloo_shiny.png" +hash = "5fb8e2c06db4bd0b8b74009da09f2ed0e9575f01cb782af491bf7f52a4d58054" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0832_dubwool/dubwool.png" +hash = "6a8d77abec2346adf3216b7c581a33ec39efde0955266f178f330e2dd190a234" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0832_dubwool/dubwool_shiny.png" +hash = "ebc70cb39172650a2e7a94ff673af04ee6f3da686b4cdbac840b2a7f249b9eea" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0835_yamper/yamper.png" +hash = "41b47fc9bfec8c2b7eb2da72890c3e48ad689d994959c9a4e61b6afc29a83ff5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0835_yamper/yamper_shiny.png" +hash = "35b33797d367728096310455233bceaa9c895af1eb2da7bc70722a91877994b2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0836_boltund/boltund.png" +hash = "803c5a6a1fd43a60d8aac071613fe8262e2a6e65ebbab84cd55b190c08472a8b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0836_boltund/boltund_shiny.png" +hash = "486f39d9ce41a1735fdf69c3af4a37197c56bb9645369dfec8d1985b8391e4ce" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0846_arrokuda/arrokuda.png" +hash = "3cb269587e97e8c967b7a861fd3bdcdf9f8d2040e594585fa353c44694c6bf0a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0846_arrokuda/arrokuda_shiny.png" +hash = "979fc683377976e09b7c3bf8e69386ed9b10e874a7eab14653b6e11d62999178" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0847_barraskewda/barraskewda.png" +hash = "62e919477757edb9ad738c72e9cf51e36e0b7201579d4f5a6a8b6cabf3ac6989" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0847_barraskewda/barraskewda_shiny.png" +hash = "98f6359044bdeefd93540fd15505f6233b381074bd535a30a940ef477f8d94e9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0850_sizzlipede/sizzlipede.png" +hash = "f4548d04f9ab9d990cec3a9ac767212df5208d5c904f335792ec2c75c7ece4b6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0850_sizzlipede/sizzlipede_shiny.png" +hash = "960bbdf4e97016456a74751b6eb15fd6aac5e6ae9d821357b756b1c3bae9e405" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0851_centiskorch/centiskorch.png" +hash = "934e4249f5b5051e7bf2b7bfe95ad7ebd24043e9dcedc9e47075a36b680fdd12" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0851_centiskorch/centiskorch_shiny.png" +hash = "ce72c3203192c6432d7a8d591fef5fab0d521e4471eec861dfefdb56e3de7960" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0859_impidimp/impidimp.png" +hash = "8e58a77ffdf38d5397cbf49e72f43fbdcb3668b67ec72d40ff5bc21b0d76b607" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0859_impidimp/impidimp_shiny.png" +hash = "3854957ac61d0f53f93e950e09ea87f66819f6f908bd6ba18c3fa0c0aa8df58e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0860_morgrem/morgrem.png" +hash = "ebcf94970281035e26ffeeebf33efe5d66c7b4c9522b3a85bbba64e6cc3797eb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0860_morgrem/morgrem_shiny.png" +hash = "dbf4c816bb303f9e5d2ef70f022903959d1fb307fe2575b507619499092632f5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0861_grimmsnarl/grimmsnarl.png" +hash = "ab575172fff8c270289c7a49ad02225baf2af65f8e780c5a10d642a21fc43d55" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0861_grimmsnarl/grimmsnarl_shiny.png" +hash = "7e1b21e06f14d7553969653f40ae944b3f9fbcb4ba9ce1fc8bf490af21ba08c7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0862_obstagoon/obstagoon.png" +hash = "14b616f767d82288ef9a03abee6962e7344456c246813a26383043ee9ce72df9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0862_obstagoon/obstagoon_shiny.png" +hash = "cfd9690a323ed0edaba073ab129fb9416ddda99fa5840dee69a37bcd8e0bbc9b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0863_perrserker/perrserker.png" +hash = "10115d47776bf853716086ef178ad7d670c104aa400fc18bf615b6218a0b341d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0863_perrserker/perrserker_shiny.png" +hash = "34519d66a7d26fb26152884a858c7b2cc2613332cd64461e626912c91d5a62af" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0865_sirfetchd/sirfetchd.png" +hash = "50586f23f85d90b8c8c3e6be8b186bad4684a868fbd1768382cca076d7513bb9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0865_sirfetchd/sirfetchd_shiny.png" +hash = "3801975bf0efb37948d69300dba4c3a33fb1503d6b61b4cdb9a0c86f289e7619" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0866_mrrime/mrrime.png" +hash = "5d26873ef8dc2ddc224979c78c5201f911bc9f26cdf3a3cee1c336efc301ddfe" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0866_mrrime/mrrime_shiny.png" +hash = "38b51f3bd4148eb2f62763a520fdd1733397a0828481d03e34387a7cf862c6d2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0868_milcery/milcery.png" +hash = "b464d025a2b66c1b3a736d1608f4b1812dc7f35a8f4e27685625cd03b4c44715" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0868_milcery/milcery_shiny.png" +hash = "63049eb598f3befb3203f49fb65c307f0a30e26a2c8a84acf83b9bc6f3fbd072" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_caramel.png" +hash = "c347b10822897f303e5bd1a4c888d6bd9fc998cb9cd3b7b01237524e2162ccc6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_caramel_shiny.png" +hash = "26e5922a18f006d2581c8828538ea4e99fe865e99cc65e4da4bb471cceb26ba8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_lemon.png" +hash = "8b4fe11145f7769df3c0cdf7f6ed9a4ef53cdec0df7244868bce337d3b5f9709" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_lemon_shiny.png" +hash = "f99240db23ad419f4ef6c7e9fe3b26cb821ecb2f71e82d35fdc658b24935a91c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_matcha.png" +hash = "832dff9dd1a887744510762cb909c442af4f56fe761bc1dec34be0b9629d3cbe" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_matcha_shiny.png" +hash = "7e2033feb9eb7dfaf904e2315712ef09fdecf1ab65e9b31d07f744f5bc67c2b9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_mint.png" +hash = "fff19cb127f914514c4ecca31db5e9fb7c41d3155630ca9d8a972fe04f5ae4b8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_mint_shiny.png" +hash = "e996c9166308d92c050561ca55276c69b5de4162fbe78e417407e362f8b25dfc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_rainbowswirl.png" +hash = "664f6dcdac1e8da03343c0477dda10c0642da7bcb79aab5518e7e1a90536d3c5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_rainbowswirl_shiny.png" +hash = "1ea82d3e4f5f6568b17a2c0188fe1f936d6c94f9ec26be1a394433c79310a840" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_ruby.png" +hash = "f392401bcf3c80bb26393e31b6d0e7f51e1fcca83a5045f283fcaaeea4aca14e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_ruby_shiny.png" +hash = "17937ef6b127126363344a9275b35919a48d1a8f8220209f7a748e6e00f05ef8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_rubyswirl.png" +hash = "097d220356fc1d81c1841a4a2d731bec4c795abfffee308d0500cef038af1fe0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_rubyswirl_shiny.png" +hash = "3c95ab8f8d0bf9a43cc043ab3bac5654963224767b15c7f2f0a40fe8c4491858" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_salted.png" +hash = "1bd3134e1c4cdd628afff5fd12f055bdc7b2138fac17defa73d4bfce62d14020" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_salted_shiny.png" +hash = "77219ce2f281a839a1d6fea32967ef40c4895c09ca5ef72b80240f18474951ef" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_vanilla.png" +hash = "6ca49f3e10549ee49e36fb69c91aaa72598b5a535a6dc4e412d2821b44180c9c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_vanilla_shiny.png" +hash = "b76971e7954c2d8c18e52d08c195b26ac1d17b894fc77493475b7b63628e2102" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0870_falinks/falinks.png" +hash = "13bafb5f92dbadf360c15a06b7e41e50bc452b949a78b8963b6e6e0c4713991d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0870_falinks/falinks_shiny.png" +hash = "8ff3bea3867bfb8e038b85ffb87cbc8904fdf1e4e32a4df00fbfbc5542d94943" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0871_pincurchin/pincurchin.png" +hash = "7715b507b4dd91bba1b6e879f4ea717babe5f98931c4a3eb42504cf9c1fc0e55" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0871_pincurchin/pincurchin_shiny.png" +hash = "bb3d3040c2591c3a3d6df8a9e912c40ec27b5c62c2082e267cca85f592ec7bbe" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0874_stonjourner/stonjourner.png" +hash = "724c9d4b25c86a9f16c06f9d07b1622c53d5c55361169ccbf8337e92863f854e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0874_stonjourner/stonjourner_shiny.png" +hash = "d58a47ab58df4b5546c4534e2678de1e1dede939782e39e4a1afd58029da4e1b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0875_eiscue/eiscue.png" +hash = "3ec094cc96ce97a5d9ad2a26474e9fd0c11fcacd177c9da4a3a716045e8c8805" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0875_eiscue/eiscue_shiny.png" +hash = "3dd4b33a8ceee594e933f1e3cc85ab303f30cc3aec8d1619b22ca61f47358749" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0877_morpeko/morpeko.png" +hash = "8bfd127c30a8cb861c276f96a0ef9f4713c1fe9f96622ea81e27f70393e43ded" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0877_morpeko/morpeko_shiny.png" +hash = "3d4e0442fd6ef942272dd6ade75156b9d36f42af8ce5a7e75be76f6d96b4b9df" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0878_cufant/cufant.png" +hash = "910d2f4a237747b6e24bee824e8e880e9e62e98030cce3f9faa47118d72e51fe" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0878_cufant/cufant_shiny.png" +hash = "e20c27ba38a51ca2848fb0879948e7aa4bd29511107ac1dcc7a9ec3525664505" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0879_copperajah/copperajah.png" +hash = "8fd50a738de81407dd8d3d003a9020ac3f9a2c21a6c12435abcd708f0fad9068" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0879_copperajah/copperajah_shiny.png" +hash = "06e6155b5b015d91729e39356d8fbfcb94a6571ecdca1104121a6e863966746e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0880_dracozolt/dracozolt.png" +hash = "6cc19aa63951b6a27b5c37bc7da63dacce8a9f38baedce669387f1759d81f953" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0880_dracozolt/dracozolt_shiny.png" +hash = "7659d842de12d65c1e38261489bc0a1ab0b9d57eb10c7590253b579f719c1305" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0881_arctozolt/arctozolt.png" +hash = "f7dd81e3b39d73f543b2db538cb1c42ddf1183ef20ab001b3b999250111ebebc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0881_arctozolt/arctozolt_shiny.png" +hash = "298bba87a1740036061c3e3e66b92d10d6f2c8dd03a2317ba780734ee7e349ac" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0882_dracovish/dracovish.png" +hash = "ed7a290fa72c493022fcd7369c16c8141308231a0be9ecf74f820f95bc3d0e47" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0882_dracovish/dracovish_shiny.png" +hash = "849dd04856747c767dab0bb4020b030827f045b224357ae8546e43d36b14e3d0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0883_arctovish/arctovish.png" +hash = "019565437c3cfd00aaac83feeb15209dfa8750b72a0964a1c8abe614d83be582" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0883_arctovish/arctovish_shiny.png" +hash = "53a953c2007beb65876cadb6d8722eb147625724c2f6d5ae37ccce9a5587f5f7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0885_dreepy/dreepy.png" +hash = "a7e12970ab4b95e835afff903bd8c80d2e0399ad190e8670114a85e2bfb044c1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0885_dreepy/dreepy_shiny.png" +hash = "713d9a21e4346011252a9486de5d49fe21b0adea72ed67e385fe9b57cad483a5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0886_drakloak/drakloak.png" +hash = "9df0cd7cf1197b87ba4b383b30858f33e2f1e0224d63a50fc063183074069868" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0886_drakloak/drakloak_shiny.png" +hash = "60814af6519e6cd55bd7b7ce9b534ff4bad3370255627cb8a853e17029c7dd4b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0887_dragapult/dragapult.png" +hash = "9b19f1c1da6f6d9b6ad6fbb5b6c2116c686668c1835414cdc1f5fff71a217715" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0887_dragapult/dragapult_shiny.png" +hash = "bd9f1221b56262e3276deeba73eea7054ca21097fe55fcc8eb51bebc4d5c38e6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0888_zacian/zacian.png" +hash = "1703e175f9fc99e936e851b06e54e7fd3249a0f416d52bdc8eed2382c10605d8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0888_zacian/zacian_crowned.png" +hash = "2d6096de6e5b17ba04e3069a80feda844bc0318de8bef83a1123bfe93c74c7b1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0888_zacian/zacian_crowned_shiny.png" +hash = "cfbbd3857f16aabba512ce148eb1d6b04ff8b00c5854975d87cfc13e42252afd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0888_zacian/zacian_shiny.png" +hash = "5929f61c4fd521a46e084dda6b6e2c17f000a436bde978276aeaf3be2dcff36b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0889_zamazenta/zamazenta.png" +hash = "d05fd8ae021a85cccb08208c79f9d692ef828491b1d9a4c532262315428cdf13" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0889_zamazenta/zamazenta_crowned.png" +hash = "44a7440528802533667b40ccfba86ad13a0d8cae623dcd613cf2bd9a9400d927" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0890_eternatus/eternatus.png" +hash = "44d34dea961186e1a65c72c3aa1be0237226ec1f04b7bed7c1052379a1624aaa" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0891_kubfu/kubfu.png" +hash = "4f644b05cd0ce0ff32e4096a95843faa3967c3d75d6219a88887677579f4f564" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0891_kubfu/kubfu_shiny.png" +hash = "6471491f8a5ee5cc2649dcecf772fdec5526fb8c188d85b182b79f1f240121f2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0892_urshifu/urshifu.png" +hash = "1503fa83602b83248b1ac7cec13dd0dd88cd17ae46201a19e19af8c4bc94d6e5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0892_urshifu/urshifu_shiny.png" +hash = "4e347e53b9f728d8e62fcb8adceea42147b40821f9a205e0815cb9131efe8ef9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0893_zarude/zarude.png" +hash = "f09d8ebf9fe4972c533d6abbc5b3990af52e1c343b6d66abeea1c18e52a5681c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0893_zarude/zarude_shiny.png" +hash = "c44010076d6610fb4b497eb4ef3c0985e7212d73d307dbfadcb6d43134c9e464" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0894_regieleki/regieleki.png" +hash = "eb81d89406fdd748ef6d4e4b36fddc1a3db86251a1d2da2490330352b26c1731" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0894_regieleki/regieleki_shiny.png" +hash = "eb42bb62db3f3e2bc6005a1cfc0bd60fb11c89a52a91d5ce59c44a11d6999f2c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0895_regidrago/regidrago.png" +hash = "ef8cd83e71f26c8f7ea40bfe158a65586418b1b51e5f574968ee981b2a75b968" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0895_regidrago/regidrago_shiny.png" +hash = "60f38dfdb3f3b1ce5a447f9e5451a68538cbf37c77e1acd9ced612ab67ca74f8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0896_glastrier/glastrier.png" +hash = "a4e9bc9403400892d76c958b4cdb28e29ad39fd4e8316c1ae665ee5149a0b17f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0896_glastrier/glastrier_shiny.png" +hash = "fd326ec4ed75489918263feb1ef790fbfd5450157c1e4d110e5869547332eae0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0897_spectrier/spectrier.png" +hash = "d251333b3b324023d1321d36031101e4675c35e31e1cc6052a45b45b64a79454" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0897_spectrier/spectrier_shiny.png" +hash = "5b56bbba6be7b0fd46c11bcc4171a2104bc2ac81134a172855e233c01996ec36" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0898_calyrex/calyrex.png" +hash = "98dac3a60a1397c1e0eaab588efb367f49c9a2880a27c0e32c7970cc782a6bb4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0898_calyrex/calyrex_shiny.png" +hash = "5a7d5b11b2f23fcba9624fcbcb1a71f9ad2cc0502a7a393f6e8767efcf7596e8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0899_wyrdeer/wyrdeer.png" +hash = "7e1604efb9856601b9b544883840582b05d61d10a7c6c4b570f30c866abde99b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0899_wyrdeer/wyrdeer_shiny.png" +hash = "7cf1b886186f16d185371a260d9c634dab889fca938c9219ec9abe523d629d4f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0900_kleavor/kleavor.png" +hash = "a35a498236c665bf0f64b784cf68fc50933caf4aae412cafccbfec9c26d7f296" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0900_kleavor/kleavor_shiny.png" +hash = "f15e4fcac86f9e84502ff1a4e1c236fd7cc5c532aebeb07ed8e1ead74178abfd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0901_ursaluna/ursaluna.png" +hash = "305b808c8e34877f458acd3bffdc88aa297cc7a4383639dd211ab50e94fcd7a4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0901_ursaluna/ursaluna_shiny.png" +hash = "d2270071fc5e6948340e9053f29a80c33e7cbf6dbf506e81444265dd82f85af1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0902_basculegion/basculegion.png" +hash = "bf772b129de7174a5987cd5c454d24c8d5893fd29cc741dfd680d60b6054877f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0902_basculegion/basculegion_female.png" +hash = "b2087a9e963beb3d411b20d38b89461009071b63b95d4ab89bc5fb1f60bab0e1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0902_basculegion/basculegion_female_shiny.png" +hash = "ff1e45caff32668febc04a32217bcae98be2687aa85e11308b23abc1784d5344" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0902_basculegion/basculegion_male.png" +hash = "bf772b129de7174a5987cd5c454d24c8d5893fd29cc741dfd680d60b6054877f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0902_basculegion/basculegion_male_shiny.png" +hash = "fba7cb54314e305f8d12250ced02e78f4c922515663ddeff427f3b8d535496f2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0902_basculegion/basculegion_shiny.png" +hash = "fba7cb54314e305f8d12250ced02e78f4c922515663ddeff427f3b8d535496f2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0903_sneasler/sneasler.png" +hash = "95451cd0993bc49e12b0719ea742ae71f3dfc91712eccad5346a72280625031f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0903_sneasler/sneasler_shiny.png" +hash = "8d0bd39d1afc8a423b5275fc2d7d9b471a9b803549b0511847b4ccc6893a6e3f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0904_overqwil/overqwil.png" +hash = "4a1d03b176be82cd2b0ea26e7aff21ae1aa4aa0882d54be5bfcd51f67a7cf002" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0904_overqwil/overqwil_shiny.png" +hash = "c09ea8651e57c42d3d2d1a3f51eb0da37f26fa36b14d557cfeeec0508744cfcb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0905_enamorus/enamorus.png" +hash = "3ab426d70350b0527d0c0da36bd5841a9ebeb29003939fd8f235fc115f8e841e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0905_enamorus/enamorus_shiny.png" +hash = "c63546cb29a4eea69024e8aa27fd75b2da49f8f1b264d110c9dfeb03302ad08f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0906_sprigatito/sprigatito.png" +hash = "462a38b6be6528e9a7060a7bfd0fc54aaaf50cc484254a7ee1f27d53a45b44e4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0906_sprigatito/sprigatito_shiny.png" +hash = "9d5e8f313f2a4d8780eb6508770040026dee3b5a6ff19a932907f13983e334b6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0907_floragato/floragato.png" +hash = "bd07e9179a50d7403c5432c519643e4f8dd7ec7636b5f25f35041037d66032d3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0907_floragato/floragato_shiny.png" +hash = "24616abbaa0b4b7aac5da0c95482c58bf342882519b699a30725b13d48dea84a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0908_meowscarada/meowscarada.png" +hash = "bbbf1333e31e2bceefd841beaa5182d3e3767eb7c58c865e35ced026d830e890" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0908_meowscarada/meowscarada_shiny.png" +hash = "e167fd44819780124f6b6b0945c2574037397225c122f91276b956cba549461e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0909_fuecoco/fuecoco.png" +hash = "15eb923b70205768f0d8906bd1d0f3461032025a299575c92512f8ac8ef6f5b7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0909_fuecoco/fuecoco_shiny.png" +hash = "9333cd575d5879db13309e7dca16cc36bd134246791bfe4321fa4f20fe8a9986" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0910_crocalor/crocalor.png" +hash = "1c2f7638d8618fcc74858b53d21fb7cf911b766adfeea95cc7f1cd56ef0c2282" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0910_crocalor/crocalor_shiny.png" +hash = "964d7a51855f5838323549cb0833438a56dd642b69cce28a50d5b9a9899c57d1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0911_skeledirge/skeledirge.png" +hash = "76fe26226f2b8f804354a828d8d7db8606424be4f9b57b1e9df191de3b40840f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0911_skeledirge/skeledirge_shiny.png" +hash = "e3462ad8860efc47f1531191b7638b028e6f8c03cb6f7d09db31f71b4057ac0d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0912_quaxly/quaxly.png" +hash = "7da9fed7a96bc9d76240de9bbfeac13edcefd8f006dc9dc864d76222e2e9f460" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0912_quaxly/quaxly_shiny.png" +hash = "d90a291031d70d8907e99864e0d14ebcd5f148be7c41c9498d8481fcfba9cd2a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0913_quaxwell/quaxwell.png" +hash = "19be63ffc90cf66f7a0e03279fd6ece6910d2fcffc024a6a9b38e6242617d402" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0913_quaxwell/quaxwell_shiny.png" +hash = "9ce28504fcd01cb4396331d9e7b72aab4d4e15879e727c2eef2462c1ff464a07" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0914_quaquaval/quaquaval.png" +hash = "a7196318f2ba941e30681e877c4988e2226061de29ee3d4669e2dc438d070ee6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0914_quaquaval/quaquaval_shiny.png" +hash = "16e54d7f6232aecb22b08ffa36522e795ddebcbd88460ca55195abc11c711994" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0915_lechonk/lechonk.png" +hash = "5bc818a4917d58e9b9564c0d1056489d1897e0d01f71ecac6d498a75b8056fd4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0915_lechonk/lechonk_shiny.png" +hash = "c9fd3de0333375b514c8b6d5242c877653f7f7009c82b4ff6f659a231b4ae7fa" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0916_oinkologne/oinkologne_female.png" +hash = "3f842c2fe5b1f2f51a684d2c53f3728b8a2cc78b03b8dbbdf02fb1c020cc5d26" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0916_oinkologne/oinkologne_female_shiny.png" +hash = "cf7e1c3643a6404eceb5bb7e29a637d89018d97efdf18cd050d9e487d71d3c6b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0916_oinkologne/oinkologne_male.png" +hash = "f44727dfef69f018fbdb2ddc57845cc7cd8d90244d506a8f8553d3d2ca975573" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0916_oinkologne/oinkologne_male_shiny.png" +hash = "b5aa259ee6b00457155caab47495b8f29d26c189c81a5c3c395c7aaefff08e12" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0917_tarountula/tarountula.png" +hash = "d8917adf03942350ad9d0a52f825a66a7554481b8c8a335c3194723c47f9bb21" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0917_tarountula/tarountula_shiny.png" +hash = "2b1dae5ae6364bcf2157f29529fc55ff101f61868054c835b9b525df0d27448e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0918_spidops/spidops.png" +hash = "2825c3808fea44e05e6fc403b9aaa733e1770d4e71996c5892d8675a2b62fcaa" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0918_spidops/spidops_shiny.png" +hash = "a21fbe00b08aa8991f191ed4c6eed9c65ef6444761ca424246b70e23f052c450" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0921_pawmi/pawmi.png" +hash = "7e3e2b9adfcf5b82b629fd377dcf25c5f09a164c68af884ef7975950daa69609" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0921_pawmi/pawmi_shiny.png" +hash = "97932e9f645d4c343e12220c56d074930b96f7590235e459c4cc1c740a19f668" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0922_pawmo/pawmo.png" +hash = "c6c530de73afb53ec5af856f2f19836b1e0219cc5c97daba95ac7b0dc907bdb8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0922_pawmo/pawmo_shiny.png" +hash = "8dc292be8b2d1f4389ea16b1a1371cfac1f7b8c0ada30d264ad7821c653f1cd4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0923_pawmot/pawmot.png" +hash = "87768110163f4799f2cb979e362c4bf9cd092a67f9b6312a3e1d32037d843243" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0923_pawmot/pawmot_shiny.png" +hash = "db4a98ea4e7893cd8f8416c2c2d05d8079b34d885d56f1c6ffbdf7526d8ac1da" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0924_tandemaus/tandemaus.png" +hash = "6c0f8acb1f374f9bc7f9fc184ff51068fd1eec8f5678e571b095184290075191" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0924_tandemaus/tandemaus_shiny.png" +hash = "c701c840336a7f491d20083781bebe3861ae71cc2e56698f5db284f56f502faf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0925_maushold/maushold.png" +hash = "3afc971a3942b47a6d4f1ed0abb735f722eb611cc71c5df9c93f5381b9636efe" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0925_maushold/maushold_shiny.png" +hash = "7a9428436a4fa701521ec315b705996aa0109fbb9a609b563a098a00ca7235ea" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0926_fidough/fidough.png" +hash = "b8287e7e8d86c93dd9f9e242e2452173941968a024a1657ade78b334e925cc2f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0926_fidough/fidough_shiny.png" +hash = "567b6d007ab36938eee6a181acf5fc3cecf590d7599b531393be8f9eca3fcdfd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0927_dachsbun/dachsbun.png" +hash = "98cb5c1be7456547ab3578bc27fa60ee13e38af32ab50c4a14259ace17f957b0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0927_dachsbun/dachsbun_shiny.png" +hash = "613f7a2f6d52155b388bc474f4953f90c1da0e6f19767886bf4917b41baf498f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0931_squawkabilly/squawkabilly_blue.png" +hash = "56daf9c4b8cb18b61f8d02edcd9c132928983f7a6bf7533678addd5098955f64" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0931_squawkabilly/squawkabilly_blue_shiny.png" +hash = "40428115b97f729cd607acf00042ec14a255d1f26f5246fb09a20a271fae93dd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0931_squawkabilly/squawkabilly_gray.png" +hash = "c7ffde80ae9d25ca4b0c8fdaf8bcbf831ecb9f43aebcc0c5fdfc23fd8b570b17" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0931_squawkabilly/squawkabilly_gray_shiny.png" +hash = "cdf0338ddccb11ce0a779c32a46df9fac0b13ce17387bda41f3b367117f1d366" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0931_squawkabilly/squawkabilly_green.png" +hash = "1662ae3afa0bf0a7d2e9682591591b2ca60acdd67517ba1ae967b9cc9bcc72d3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0931_squawkabilly/squawkabilly_green_shiny.png" +hash = "8168445a0a70b46870b170dfa8bdc72bd5faaa097e7847974d9f85b1a8e72a3d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0931_squawkabilly/squawkabilly_yellow.png" +hash = "7dbc21413a6bade4c918ef714ef64effa97161812a2a7fd2ad3e4532812ddf87" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0931_squawkabilly/squawkabilly_yellow_shiny.png" +hash = "44373775f27c8035595802ff8a892c1b10b8f1b6d2ec2f804597b88931e6461e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0932_nacli/nacli.png" +hash = "b2a9531b5f9286d70c53294bf97adc53144028af5e00d0ad8b9a2740b770dcf2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0932_nacli/nacli_shiny.png" +hash = "17562e23a8104313f471299da77e14c9fa54427b6e4377a21583882f16fcba2f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0933_naclstack/naclstack.png" +hash = "fc0716f2fe8ff8b6e98d439d82ba5b0ebaa528d8d92511cb0d5571a308e4c723" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0933_naclstack/naclstack_shiny.png" +hash = "eccbf8312baab33586ceac6b60daf7ebc4be14f9976dd3231144fc86b7deb14d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0934_garganacl/garganacl.png" +hash = "005a787cd35c1b9cac60b5612d7dc5874f4208fd8a386dd5f9656e562d7a363a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0934_garganacl/garganacl_shiny.png" +hash = "7f6b7f64dc98ab549f5ba2de31924c9e71eeea83cdb844fd0eede8af0d3bb890" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0935_charcadet/charcadet.png" +hash = "ee0b14b2f2fdd92575ea6b415f7b6c78098ba7661dae8c455086dbb943562985" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0935_charcadet/charcadet_shiny.png" +hash = "2763c35bd450d301c5a972a1c87c6a721642593144dd1d56db70690578d71ed7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0936_armarouge/armarouge.png" +hash = "cf986f98329334515cfbdeb0c24555fa4540e973d505ef5f70eaad1576d39749" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0936_armarouge/armarouge_shiny.png" +hash = "963a445ceb5e42bb18a9e39f747d57671103c77d3d97addbe2be829a394870b9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0937_ceruledge/ceruledge.png" +hash = "8c429f3ccc6fbf906641400150255449c726f17d343aa0fe807a8ebd3260caef" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0937_ceruledge/ceruledge_shiny.png" +hash = "a3c2f4b1260374de2d1ca549ddf0283dc9cbd6d54923794c49e979f4d3dafc13" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0938_tadbulb/tadbulb.png" +hash = "9c4901a0455ee53a08213c86a21b7d59b52bbf6333eac7cc1dcebd5f069a2da9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0938_tadbulb/tadbulb_shiny.png" +hash = "822c7559d21b8f43bbb5b441cf3af40f92d6735c964221930dd1edafab438b05" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0939_bellibolt/bellibolt.png" +hash = "14d0258ee08fa92bad8ebbd0c7656317d00c291ff81ffbe0871857339102e946" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0939_bellibolt/bellibolt_shiny.png" +hash = "b890b489cb2a041b9b5f42f88e8bf7191a9f0dc6e8b2190d7250017c2fc4e6cf" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0940_wattrel/wattrel.png" +hash = "67095b65019826731d1f4b6fadaf15404bab71a968c05e50b22531f972489989" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0940_wattrel/wattrel_shiny.png" +hash = "e9a10f3ae6c1ab8d0b53d837967522c94d79d015afaf3f007e0a12006fa92315" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0941_kilowattrel/kilowattrel.png" +hash = "49d94470237d443a2fc294b6ee977b59fd40154442bac787a8d74f6c744c0eea" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0941_kilowattrel/kilowattrel_shiny.png" +hash = "4ca57c5d9c5ac1be14abb4faa84985750a0948d378a28234be541af547f1acc5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0942_maschiff/maschiff.png" +hash = "53be09dbaf56505301908bfc7c8f161b241b895daa455922584adc6649f1bf24" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0942_maschiff/maschiff_shiny.png" +hash = "4af61887c230786e52da1d6e0dcbcfa009900ba6e916c758000bba998e16bb89" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0943_mabosstiff/mabosstiff.png" +hash = "76dddb4d42c7e3f34894a1d85f55eb19eda79581615b8134e351d256597d6f35" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0943_mabosstiff/mabosstiff_shiny.png" +hash = "9c559231c028bfff522e8883c2eb4c09487314300e17dd76cfe13742b8aa9064" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0944_shroodle/shroodle.png" +hash = "283d8197c97e4b74717b466b980700860d7d58709f53cb5253f5a0d2c5551d93" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0944_shroodle/shroodle_shiny.png" +hash = "37e9d0f16226f09ac1287cd92d254b19bc85d3af57b3aff35a7dd51cb70b82f7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0945_grafaiai/grafaiai.png" +hash = "30783e560cf9e44c316ed94f4d05297cabb300df959f9fc4d1886a68a6f43100" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0945_grafaiai/grafaiai_shiny.png" +hash = "655e2ab1b7d9669824445e6bee4f224e9f3af0e40ae34dd75ed4882ffd95c53b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0948_toedscool/toedscool.png" +hash = "cdee18faa66c227b4b8cb71abf49c8405bf3b24f6f728f8328a543cf591178c8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0948_toedscool/toedscool_shiny.png" +hash = "fe58e5b42fd10fa1da213ae8bc48bae604d159ba31b8e212c84718a6deb063e8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0949_toedscruel/toedscruel.png" +hash = "29a2bd7cca922521457fa0cd610f1bb45a83a7e768ea7fa33a2198d653a25927" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0949_toedscruel/toedscruel_shiny.png" +hash = "911ae783e6dc9a54827c8f1d4b019fcba985b11f0eda953f7c6cdc4025b69f29" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0950_klawf/klawf.png" +hash = "68b85b66f5576e8d5b0d9acadf95815e701f99b6f4ee7334b628f5f72f0e7104" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0950_klawf/klawf_shiny.png" +hash = "3f952a9b8b0922ce8410dd41aa08ba13f05f9f2642877df7dde2a66ef86155c1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0951_capsakid/capsakid.png" +hash = "937a2191dcf75a8f29beb981928ded395335fc260aef95a437f9fe75accc1c0d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0951_capsakid/capsakid_shiny.png" +hash = "230d2460104d72cf12096690489005f9076c71dd611d9e777bd0238b7c7482e2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0952_scovillain/scovillain.png" +hash = "5622305d51a534585fb282fe95de1d3e394b71fc0cf4f57aefd8100f91d18428" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0952_scovillain/scovillain_shiny.png" +hash = "a3f8a4127e268d7ebbf5c8acd76c75d5229af874fe05863192e2d5173257eee9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0955_flittle/flittle.png" +hash = "a61b8a92ce9868635bcd090fabf78d20162d6603f5b39a038520d3b416b6323f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0955_flittle/flittle_shiny.png" +hash = "cdf7dd0c9df6d2e41b1ebe0113d4f761a35cbfa5f9cf27bf21ca93a690c6f3b1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0956_espathra/espathra.png" +hash = "985ade4e98b83e563dada92f193a470ee99942b6434fa3feb946b41acc5d5664" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0956_espathra/espathra_shiny.png" +hash = "29edcca41273be253e526383aefd3b9477e7e1e98704fdad24e975bfb4384b51" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0957_tinkatink/tinkatink.png" +hash = "a322b01d7a0e26f2756f0e30fef56e4af26e62da362528f29c18b1f85cccd7d6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0957_tinkatink/tinkatink_shiny.png" +hash = "d3bdbafa2ffbe5f00c12ddd8987f129904125a346c2efff643f5d119ff6933c9" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0958_tinkatuff/tinkatuff.png" +hash = "7f779502faf086f0c04171ab4c6844638ecb4ca7948553aae0a31978ab839e7a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0958_tinkatuff/tinkatuff_shiny.png" +hash = "38187b64ab17793d22eaf40110e91f6806e09f0665cbc9372a0748dd8b48dd40" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0959_tinkaton/tinkaton.png" +hash = "59922e0785fe4d62212f28ec0d91b2a52b1f5ba0ff48269f4ddd956b536cdb81" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0959_tinkaton/tinkaton_shiny.png" +hash = "d908d65c5e16f2f5902b98b63149e25b4f14a8d9b52b0100b580e92a92083928" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0962_bombirdier/bombirdier.png" +hash = "97ff49c149cffe8ea3771f61516adb98a7928a4e62833415d145906bc7b76d1d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0962_bombirdier/bombirdier_shiny.png" +hash = "30daf33bc63ce096c7eb7ed7559be8674ab8e47495c4876cbe7f972567c49707" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0965_varoom/varoom.png" +hash = "d3b8e73b3e13bb68ca1b9799c8286c84f4a7319753be4e3cf6d00523f6e0c3ae" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0965_varoom/varoom_shiny.png" +hash = "05030b4c5612fe04fdd6209d09f86ead6865b84542aa157420fb72049075382e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0966_revavroom/revavroom.png" +hash = "b546a2e8d86c6509f6fa014c65339572e2949bac0b247370cc3dcf209e367526" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0966_revavroom/revavroom_shiny.png" +hash = "1ecdf77a0d3b93e1ca2dee256ab584cf8e6dadf8f70dcd7058b726f0c5c4ec30" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0967_cyclizar/cyclizar.png" +hash = "3a934cca9690317b34d8c478d808891d97c05e126d4c571209a867632facc98e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0967_cyclizar/cyclizar_shiny.png" +hash = "4f8eeec90e1f80db515ad61fa9e3ed8804490d04bb689378606d731341f4ea19" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0968_orthworm/orthworm.png" +hash = "725c8819d0311a8333f0f915efbf41f7b2345b7302733d0cc42adde7df68e956" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0968_orthworm/orthworm_shiny.png" +hash = "b094f414dc7be43ae47328ef22feae8b5ffe924099cca8450b0fa115339daa79" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0969_glimmet/glimmet.png" +hash = "d7430d8259c183b739a87c41baff883f0a853038003f1390b0b36d335da2f195" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0969_glimmet/glimmet_shiny.png" +hash = "dd459904ec5da728f54d8b22d30556650e5a3d6e1d6f83aa3b0f8eb76a6ff326" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0970_glimmora/glimmora.png" +hash = "b2f182bd1107aec4d77a6a14e3e109abe2de56dd2d2f3878911fe6bbb3a92354" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0970_glimmora/glimmora_shiny.png" +hash = "e7659e5b8c9f25c936d06d20a81cd64e043074ee22626fba09e24b58f03e78c8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0971_greavard/greavard.png" +hash = "287a4f7f35df2c15a3001911b3078f9f9eb21fc7a4b50a4867f2d847730a7120" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0971_greavard/greavard_shiny.png" +hash = "4cad947dc70ed1071b0c2569b64189e8ffbac6e3d9c8a48b6161b45f59228333" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0972_houndstone/houndstone.png" +hash = "3ce5c24bc6992f6b7e2e68de718cb3ca6b0df6cc9fa2bac2730468c89ccad715" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0972_houndstone/houndstone_shiny.png" +hash = "b0208bbcd858ae53c1a9a0b6351bde67a327798326600e13146924ba6167ed8b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0973_flamigo/flamigo.png" +hash = "caf6048d2ce39c0d4f68ec0f2baa1faa8552d686cf2d5ffc2bf215314715d45e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0973_flamigo/flamigo_shiny.png" +hash = "cadf1de7392cf9a63e555dc08a69a319f6dda485e31090f54d0acf0a0e138e71" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0974_cetoddle/cetoddle.png" +hash = "a278082f80549f243633843138b17e82d915d2ce9afa534015fad3faddad54c2" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0974_cetoddle/cetoddle_shiny.png" +hash = "eb661d38373b38991bad23c75b80e12f2b09da1a03e588d7f60eef718c113d0d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0975_cetitan/cetitan.png" +hash = "902ba4d6eff8ae2e6f82bfe0f1ad1da5cb2158f37a2246e8efef6106831d58db" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0975_cetitan/cetitan_shiny.png" +hash = "618e75bea6e263fb762c0cef94b3512b16d987d4f84a4e40a536640bcb0c0101" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0976_veluza/veluza.png" +hash = "14cc701a484431f3981fd205750876eb3b067c76f2acfcade0e1cca133749180" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0976_veluza/veluza_shiny.png" +hash = "14c89351b2a1e8ed65456da4fc0628eca77f690c379fbf818a7a95e631373a0e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0977_dondozo/dondozo.png" +hash = "a6cfc16faf4718e4a58bf0b97c9de5225f94e0b1776cdd1daa9725fa3697fe9f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0977_dondozo/dondozo_shiny.png" +hash = "6ebb0ae50e0c5697b274cc6cef96715e931b67c59e80cddbf813aa28b8dd0741" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0978_tatsugiri/tatsugiri_curly.png" +hash = "208f14bf0cf6bb2f5e740a31323116d9ff51af3f5ebfa632f47b01ade626b5b4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0978_tatsugiri/tatsugiri_curly_shiny.png" +hash = "5e7b9d09452bdb2c211b1b6ee36a3a212930364b84452ddf56ffbd02d0a89f5e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0978_tatsugiri/tatsugiri_droopy.png" +hash = "5e2824edba679c6fb404139d754a353e890d1b7081c19695e8f5bc99cf365d60" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0978_tatsugiri/tatsugiri_droopy_shiny.png" +hash = "582914a96274179c566b930d000b04d8bcac70e474b990afaa65f439de9364af" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0978_tatsugiri/tatsugiri_stretchy.png" +hash = "1fea9838ad20310fd47a48027e45d9a878d929b1bb52463260f24acf0cdec670" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0978_tatsugiri/tatsugiri_stretchy_shiny.png" +hash = "b40ac25f8f55cbf174968aea4dc71c485cca4af9faf4a67221ee973439cea9bc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0979_annihilape/annihilape.png" +hash = "c66f92e437466b0197b4879ebad0f02194a2d35d30266e93bd7dcc4aebd83b4f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0979_annihilape/annihilape_shiny.png" +hash = "6e9fd29349d71491949d6643f054a8b72996780e99f62b3d04c21315bfd9e07f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0980_clodsire/clodsire.png" +hash = "4cd18562285ab3412d4f5876c6abb19d5f0b323bae0b2bdb34e75fa94fc9a5cb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0980_clodsire/clodsire_shiny.png" +hash = "bd2b1f23e60196af6b7360648ec432cb4250ecc8a4b1e405d108e349fbe8c152" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0981_farigiraf/farigiraf.png" +hash = "9b2d15b8fdb50975b40385820c40b9aaf7bd3dc647d4f3a7bfd55e7eb08ad725" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0981_farigiraf/farigiraf_shiny.png" +hash = "c124430a0f42eae0627c544a7df5b22ebf5196caf663935f76260f5b2f0f6aa6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0984_greattusk/greattusk.png" +hash = "009121b244067a879b4e7f6d6dffe91cb0d83dd9dc0b5b27cd5b29c75ad664a4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0984_greattusk/greattusk_shiny.png" +hash = "b0a8b3bc1c24369de47009d84988477137aefb2a06d2cfc1cd7faf2c1d4ae1aa" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0985_screamtail/screamtail.png" +hash = "412a8a13457ccd95c2ff5e1aa3feab2076f33a2de2745ff855a1464d0765f516" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0985_screamtail/screamtail_shiny.png" +hash = "febd0a49bd17d71de38129b911a2d3697dbe4af17f0a6c788d1549c1fb4b71db" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0986_brutebonnet/brutebonnet.png" +hash = "49a420584259c426b80eb7e404355176320190c9a43bb8f34e061eeb467c3b02" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0986_brutebonnet/brutebonnet_shiny.png" +hash = "25c0aba948de632e04ead4d425484465969d013355a03afc7d3e0ef29d5a177f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0987_fluttermane/fluttermane.png" +hash = "836cfee63797e4881b2b5c7d05622d27badbf94cca202d37e75066827cac0cd5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0987_fluttermane/fluttermane_shiny.png" +hash = "4a2cd2753fa117a19398d78e54c49a5cfee349bc1fbf1c408724cef202def762" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0989_sandyshocks/sandyshocks.png" +hash = "520e69ad2a90829139f24e00ece1065e7eff7840c2ff10a6c7a284d7bd559d0f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0989_sandyshocks/sandyshocks_shiny.png" +hash = "648238929c1f84182f2100e5797183994869212854d8f70b3188cb2e5cb95825" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0990_irontreads/irontreads.png" +hash = "32f12c3413b3e30a518e7c99649a81af6fe6b8ff3a2754636e22dab51da303d5" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0990_irontreads/irontreads_shiny.png" +hash = "e22816419fd5968737fc6b0cf924614380fec80cf11513aa2bc3108864cbf9eb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0992_ironhands/ironhands.png" +hash = "c39c23bcc217958f6cd3c9ffdd5c8b88ba924ae7f7eae70ec225e2ee4f7bf8e4" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0992_ironhands/ironhands_shiny.png" +hash = "76f7e23310d77534bd581d6c4b81eda39d5235b5804e11f6dbb44a62c1858f05" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0994_ironmoth/ironmoth.png" +hash = "daf2ff78fcd9b17d59a5f3e02317ad78750d09c1655fd07a778a678b77af1d4d" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0994_ironmoth/ironmoth_shiny.png" +hash = "894faaec5a1e71fe432e6aa0f19ca32a754c6470282bbf261d0f7036b2d6e35e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0995_ironthorns/ironthorns.png" +hash = "544aa4a543b8f75c99ecdcf9ae5c902586163fa01fe3ff5c50a9f1d581f12e14" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0995_ironthorns/ironthorns_shiny.png" +hash = "06b9cbe27b3d000fb0360cf399d293d39cb00b4b9f46bd4d1b10a23518ce259c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0996_frigibax/frigibax.png" +hash = "9a22f04c49de1fda434d2c6c49c42e0060dacc9e5967c1552374be79e472d6d7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0996_frigibax/frigibax_shiny.png" +hash = "873b2f73edc0038469012defc01a93972331f6ebfd19daa2f2fbee6a79141892" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0997_arctibax/arctibax.png" +hash = "6467e2589fecb947888e902ab7b45c2944a20cdedce92787228f6e5f5a82ef08" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0997_arctibax/arctibax_shiny.png" +hash = "3eeffcd73f0465424f36a5b3f2412be9725445ba2d925520c8c6076b416440d1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0998_baxcalibur/baxcalibur.png" +hash = "847f1e3af3a303a89f90301aed191f937f7dbd01c786bda3c34239a546775a3f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0998_baxcalibur/baxcalibur_shiny.png" +hash = "3220f1e78e76c1d99604caf307659c62d7e5141d0e1a081ef807f8b1a02f2b81" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0999_gimmighoul/gimmighoul.png" +hash = "13e56f38d35d7df30ca0c02a018e6ea33805a00b05e142f2185f86e0b60f02ab" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0999_gimmighoul/gimmighoul_chest.png" +hash = "13e56f38d35d7df30ca0c02a018e6ea33805a00b05e142f2185f86e0b60f02ab" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0999_gimmighoul/gimmighoul_chest_shiny.png" +hash = "8bac2b4b758ac9d5b6b47d8f6bc308ec560641716e96a77bf21ca6f157174c8c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0999_gimmighoul/gimmighoul_roaming.png" +hash = "a6f952e3460f563050847786a5bd4894316b2b2e99a953c457170988f7c5fa61" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0999_gimmighoul/gimmighoul_roaming_shiny.png" +hash = "1597fb59dcba4ba18907f31dd3ad35a4d9a814f9a1d4d1fbf65bc40494f04fa3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0999_gimmighoul/gimmighoul_shiny.png" +hash = "8bac2b4b758ac9d5b6b47d8f6bc308ec560641716e96a77bf21ca6f157174c8c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1000_gholdengo/gholdengo.png" +hash = "d6c1221325009db9ad5a44a48deb275ed0eecc1b42fd19024878158a050109cd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1000_gholdengo/gholdengo_shiny.png" +hash = "040a8b15c5098cfd39111e22a447a9d1836d02dd427b82d9836c53923c0293e0" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1001_wochien/wochien.png" +hash = "2749c6bdcdcb15b9ea22ca6a85662f5e179974c3e4ae3c3a4f8ad0e2d73b38ed" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1001_wochien/wochien_shiny.png" +hash = "9714af18c9ee1f21ee8f83e9ce451e21f77ba98fcdba2b71d02a0b6823b81d7a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1002_chienpao/chienpao.png" +hash = "7fb2774d21af87cc1a9c6a058b6792d36ba17c23beae342ce05a57cff0ab5083" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1002_chienpao/chienpao_shiny.png" +hash = "453a5f4eafa708b01fa95b85c1f63ffa05eb9ba776b4e45b9b4beb5fd4f0f81e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1003_tinglu/tinglu.png" +hash = "0cce969e8bfaabe462f1ce6e81e716af2976a45281f2e17e3263bd4f107d7457" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1003_tinglu/tinglu_shiny.png" +hash = "bc439a702cf2b8789b9e102d07e276477643ddb0dfe58e6f07e409a6f6a43a7c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1004_chiyu/chiyu.png" +hash = "120788402f63243f1db9f89a07e61e2e163fc02e531a865a0cceac5aa69309b3" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1004_chiyu/chiyu_shiny.png" +hash = "38b54666a06e52e4d1396216f1d3c228b3b75cdb05f59ea81b25695a2a145515" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1005_roaringmoon/roaringmoon.png" +hash = "e6ae961c7588cc117bdd36ace1bd3ac322942636e86d8eae7452e455e554513f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1005_roaringmoon/roaringmoon_shiny.png" +hash = "74453f1d49b06517b2ca7b9222240a6162230b76c957ffed96ddced751807802" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1007_koraidon/koraidon.png" +hash = "de75d7cdb98aa1625521ee710f1c9e6b7324107029d41adece1b525ed83631d1" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1007_koraidon/koraidon_shiny.png" +hash = "0e1b9b6c7f89934082c18dcbb40e497a603d2e929d57d46f6d6b6477056b8ced" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1008_miraidon/miraidon.png" +hash = "55fe698a7858ea370011b30ab02669bc3bf6a63c97edc53d364305d8fe644e5b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1008_miraidon/miraidon_shiny.png" +hash = "b24ce9017a2e78aadf633b268ee360d71ec5b900dabe96e176dd567b419648bc" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1009_walkingwake/walkingwake.png" +hash = "d35b841933cbd87a4bbf396ee4080dbc58a8cd78c574d089fdc253b3accfb8f7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1009_walkingwake/walkingwake_shiny.png" +hash = "54df883097f37d09c85bda4d801b55d44c78df871522c2c80ebb4a32e0b373a7" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1010_ironleaves/ironleaves.png" +hash = "8f25b967127c99142505d062e8e4f43c87b09b44c4e5d365d26b13d40bd15a8b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1010_ironleaves/ironleaves_shiny.png" +hash = "175d70edd3b7ab0f1c9ac08c764ff437f1ea46d96b60b9bcc5c31a9d3c4f3c21" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1014_okidogi/okidogi.png" +hash = "88d61921edb940ab3a3d19caa2b10b3d3d72a5f4787f81c7a23cc6977d156e27" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1014_okidogi/okidogi_shiny.png" +hash = "0639c9550fdb28235d35b757b2fbce61963e30985de440d3e5754970672a743a" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1015_munkidori/munkidori.png" +hash = "65a407a7b82a6d3eec05f343f3d6abf9402e12d5bdb717c7890cd648a0593f8b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1015_munkidori/munkidori_shiny.png" +hash = "8ecdacbbb41ae027be697baa63329a81be6bcc8ff3c0ef54793d090cdfc7539c" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1016_fezandipiti/fezandipiti.png" +hash = "1328b3ae2178c9d8bdf99f42d97323d0dd2801b80f7ce9d5d09baf27738da353" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1016_fezandipiti/fezandipiti_shiny.png" +hash = "72667d6e25da49c985869336860886ddacced12bb060dff0b8137530507d07e8" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1017_ogerpon/ogerpon.png" +hash = "de05b9ff89a1b4704f1cbe268e55af187ece5f82488e2a8fcc2e07c5b80b494b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1017_ogerpon/ogerpon_cornerstone.png" +hash = "cbe66a5293b63665886060f235c86e4cc2a7c1efd314f0ad9555538e74827dfb" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1017_ogerpon/ogerpon_cornerstone_shiny.png" +hash = "f9434b6280e1f441a4ceadbc3a29045c9dc9b9387e596020763dcf5d866aab5e" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1017_ogerpon/ogerpon_hearthflame.png" +hash = "4dd13c090c32291ed23f14da8a270ee4bdac9d3f35ffeacd5c195233d6da3f5f" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1017_ogerpon/ogerpon_hearthflame_shiny.png" +hash = "be24c1f0b3d12a4b246eb451941cea9305cbd4075cd29f55b91aae1c3202110b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1017_ogerpon/ogerpon_shiny.png" +hash = "80faa6c10177b0f0ff5c4f39ebc3b131964312d66af63759efa6bf9e420da253" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1017_ogerpon/ogerpon_wellspring.png" +hash = "101d9c6ff8cbfd5839058f71f310e72b16e56554c31b92438d677d4653a7ab7b" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1017_ogerpon/ogerpon_wellspring_shiny.png" +hash = "750ae1770df6a2724efe4a216076bfc7584175f24923888db3fdc6936546badd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/substitute.png" +hash = "c6fc6b3cd38ad9f80aa7822a88abb12659b37e3787a58d6b5d7fb06a5e0c51bd" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/substitute_shiny.png" +hash = "cda542dae137168af84c67b2cba578f2d6584cb8b4de07cc0c7422692d26ea97" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/pack.mcmeta" +hash = "55c11c33cc43f7ae6274540d4ea0d2616ab6f1ed428a05f9a0af4413e2d65db6" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/pack.png" +hash = "7641e4d357cf6afdc16317082071676c2e290008a953914c385cb9cc65bf7baa" + [[files]] file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/arceus/arceus.animation.json" hash = "642479b49f51aa6456670ba0d6581df335976c05f1e7031576b936f09a714c28" @@ -28906,6 +65577,10 @@ hash = "148bf433130626cb8498cdf05e68fa5d4dcae904c595e4da7743742a16223738" file = "resourcepacks/Star Academy/assets/cobblemon/textures/gui/party/party_slot_portrait_background.png" hash = "8cac7e082061dcd49875396e58c8cdc52f1110b0a2c20b615fc83a0a7e7f658f" +[[files]] +file = "resourcepacks/Star Academy/assets/craftingtweaks/gui.png" +hash = "350c5728b053c87617f14c318d54f9551e75f04bec55a3fff36efef7df05f5cb" + [[files]] file = "resourcepacks/Star Academy/assets/enhancedcelestials/lang/en_us.json" hash = "81e3a90d742a57e1949ca1c1b8bab7d8767e5c3f32b031de527c9711887b6f41" @@ -28964,7 +65639,7 @@ hash = "cc0d88a3755419e670a1bd99ee65cfea5b46ce6c96549417c5d40a7715dae373" [[files]] file = "resourcepacks/Star Academy/assets/minecraft/textures/gui/container/creative_inventory/tabs.png" -hash = "d8906e8675a49f678dbd888cbcd170e7228dbe83033d3c96f0b7ffa67e1775c6" +hash = "552277b44a0cea967ff7a18072fa9fb9f2ab855ac650f53a2fada32386e3499e" [[files]] file = "resourcepacks/Star Academy/assets/minecraft/textures/gui/container/dispenser.png" @@ -29040,7 +65715,7 @@ hash = "af03c947aab2954158444def04355ec2096ca56e55b65fc45f9bc88c1f869887" [[files]] file = "resourcepacks/Star Academy/assets/minecraft/textures/gui/icons.png" -hash = "50436afe229ad6f8715dd9b71388894c6e4c340be7ee9450a821b44a8ec1ecf2" +hash = "0ddc58293ff8292abc5bcea607e925107d5d2125cce79d6b7531ad7ef422868b" [[files]] file = "resourcepacks/Star Academy/assets/minecraft/textures/gui/light_dirt_background.png" @@ -29076,7 +65751,7 @@ hash = "652697fc82c0e0a5af440b1756b5e55f6a4d6815a1c184067c9af11b82d982fe" [[files]] file = "resourcepacks/Star Academy/assets/minecraft/textures/gui/widgets.png" -hash = "db970a4290f9cafd5a0317ecdecbb72b30cc5ebc0f203d6e1015e5dfbc303af1" +hash = "25d39b764f20efbed4bf606ebbb9239d49b352230be33f8a75f63891406e8953" [[files]] file = "resourcepacks/Star Academy/assets/minecraft/textures/gui/world_selection.png" @@ -29086,6 +65761,138 @@ hash = "d6d999c45ae655140b7343228a747f69cc6727a54ffa86cd1ccc28797565778c" file = "resourcepacks/Star Academy/assets/minecraft/textures/item/magglass.png" hash = "85b5ff19f728d9011884181f57bcc331fb7c569ac5d89f40a7eba2e24c09edaa" +[[files]] +file = "resourcepacks/Star Academy/assets/numismatic-overhaul/textures/gui/piggy_bank.png" +hash = "3d688ee9a9fe928a7552e6b5ef65c0e998a4d2fe6a385ea85c961ea1c378a73a" + +[[files]] +file = "resourcepacks/Star Academy/assets/numismatic-overhaul/textures/gui/purse_widget.png" +hash = "89d124016371bacbbceed0b5c4486a271b22db946712ecc280f72afd8161560d" + +[[files]] +file = "resourcepacks/Star Academy/assets/numismatic-overhaul/textures/gui/shop_gui.png" +hash = "814d0b4962cf7841097c6473bf7be1a804d7ab2bf15fb0f7319c35a07cdf98e0" + +[[files]] +file = "resourcepacks/Star Academy/assets/numismatic-overhaul/textures/gui/shop_gui_trades.png" +hash = "8cf8261f0e759bfcde9ce9d8f4fe36f05bbeea683168a6fc5783b6a9c585dae9" + +[[files]] +file = "resourcepacks/Star Academy/assets/sophisticatedcore/textures/gui/gui_controls.png" +hash = "c0265c4f05804e9a2d32e93d6d8950241f3e2366737d336a64d48af1d488952c" + +[[files]] +file = "resourcepacks/Star Academy/assets/sophisticatedcore/textures/gui/icons.png" +hash = "27667ab8bbf3933363b022e3c44e176b70bb94dfd4cdc5428c527412c61eb0f0" + +[[files]] +file = "resourcepacks/Star Academy/assets/sophisticatedcore/textures/gui/slots_background.png" +hash = "3d9631bda6f4bfd97eb2525fb9f21e5d0a2ed49bf58abab293622ae77061d62c" + +[[files]] +file = "resourcepacks/Star Academy/assets/sophisticatedcore/textures/gui/storage_background_12.png" +hash = "1e45fcfc98b94527562ad152c55ef1fd33dad037454d92291b178ba5ac76feee" + +[[files]] +file = "resourcepacks/Star Academy/assets/sophisticatedcore/textures/gui/storage_background_12_wider.png" +hash = "4056abd80f4cbb60825a0af1caf0de36df122c18372667a513d69b9235aacb90" + +[[files]] +file = "resourcepacks/Star Academy/assets/sophisticatedcore/textures/gui/storage_background_9.png" +hash = "552df2841df57df23701efe4038faaee97d0affa14bd931efa62d727b2e923d2" + +[[files]] +file = "resourcepacks/Star Academy/assets/sophisticatedcore/textures/gui/storage_background_9_wider.png" +hash = "03b0a0eb915ea089512d1a99e0605e95939b0f94442a92710abbd330295e498c" + +[[files]] +file = "resourcepacks/Star Academy/assets/sophisticatedstorage/textures/gui/decoration_table.png" +hash = "83175d6cea0d2f33e9208475fdc7dc3c5f34da19bc6f1bce6a28bc45cce5436c" + +[[files]] +file = "resourcepacks/Star Academy/assets/toms_storage/textures/gui/crafting_terminal.png" +hash = "12778ccc227f53fbf1eb2e3cc5613011092b94fcf84ffbd3da9b5ee2d2b90f68" + +[[files]] +file = "resourcepacks/Star Academy/assets/toms_storage/textures/gui/filter_buttons.png" +hash = "af43ab621974b8ee93311efbc9c4816f943304bb6dbe24fac17bfef653dd15b0" + +[[files]] +file = "resourcepacks/Star Academy/assets/toms_storage/textures/gui/inventory_link.png" +hash = "aad5a02de259521e012bdb93720aec88fee23f3138529e95bf58645a9af23f6c" + +[[files]] +file = "resourcepacks/Star Academy/assets/toms_storage/textures/gui/level_emitter.png" +hash = "364d1980f259c7a31714f19fd3ab80f627b96cc0fc14aac4bf7f6a702912cbd6" + +[[files]] +file = "resourcepacks/Star Academy/assets/toms_storage/textures/gui/storage_terminal.png" +hash = "ab777e512e22e1ff398157977a86e4957eec84b01bd9d76fc877d7c0c8dee595" + +[[files]] +file = "resourcepacks/Star Academy/assets/toms_storage/textures/gui/tag_filter.png" +hash = "b7c511bf1a3bc898db37c4766f37fd8bfd2584416861442f41f0a8b87c138e61" + +[[files]] +file = "resourcepacks/Star Academy/assets/trinkets/textures/gui/blank_back.png" +hash = "e27562c0cdfc27781cac23c08ec5390f6bf11ff667e2fd60b82676f753711772" + +[[files]] +file = "resourcepacks/Star Academy/assets/trinkets/textures/gui/more_slots.png" +hash = "5aec7beca9a3022f444e7dfbc48fbe541e89e56b814c9b16c588cc038bcdf71f" + +[[files]] +file = "resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/aglet.png" +hash = "e9f77bea570780da330fc2912ba748ca693dc2c1f784840298d7690752e2ea71" + +[[files]] +file = "resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/back.png" +hash = "2f9e9ad2f214a6f4a3f4f88adae2918892d6860685f63de77c7980cc7c827f15" + +[[files]] +file = "resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/belt.png" +hash = "26240644205608b9d732dbc748712785579f8cdf582082223081f53fb35ea216" + +[[files]] +file = "resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/cape.png" +hash = "b1d85347c9c66f66f2992fe593787f89d52aae80884ecf107d526c2abad38409" + +[[files]] +file = "resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/charm.png" +hash = "93b0153bc7fee7a653eac7644474b312cf63bf56ab298c748df831ef50ad81b7" + +[[files]] +file = "resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/empty.png" +hash = "086e3b13641a660cc83ed28dd8dd2585f45f40c68dfbc77dacd76eb23b8698ce" + +[[files]] +file = "resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/face.png" +hash = "043e7391a4fa627026b98614aec75214b542e7fce6328681e9f7e5fb2169b8c3" + +[[files]] +file = "resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/glove.png" +hash = "41f30e603e7d3757d8f30eb33513a3d9139781cfa982d513d1a75562eeb6ba4f" + +[[files]] +file = "resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/glove_mirrored.png" +hash = "32dda93b32809e61c3b2e393c850e53e020e055d927cd6f02c0d12697198f38e" + +[[files]] +file = "resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/hat.png" +hash = "89d769b6250b1c54cf816410c187f818f413c6c927790e0d224a954cec5a6676" + +[[files]] +file = "resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/necklace.png" +hash = "77fd20023e0203921c93bab8b3d0996492c493b5807c1ef696fe42b5eb7edfa2" + +[[files]] +file = "resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/ring.png" +hash = "0717dd97bbf635354e66aa04e0fe0db7a0f452370a5d05279222e156f357c787" + +[[files]] +file = "resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/shoes.png" +hash = "6ab860128589d3f735f1031da9aa1b7e7e1c83073b250a7c135048b3987d9b27" + [[files]] file = "resourcepacks/Star Academy/pack.mcmeta" hash = "07c8c03cea425778bb825a2ada3d1dda10658f8b83c19c9ebc8be313d000f2b5" @@ -29094,6 +65901,4426 @@ hash = "07c8c03cea425778bb825a2ada3d1dda10658f8b83c19c9ebc8be313d000f2b5" file = "resourcepacks/Star Academy/pack.png" hash = "68e822410a8fd908d012ffede210850d968f3460044164ab555101ba0489b837" +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/README.md" +hash = "16f7682f861367ceb241bffbbc33b80f0558dd8dcb384142e092c7509585f2fc" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/absol-mega.ogg" +hash = "ce9309fa56893e64fec67523cdf7469bdc0df13eeb07712edfedbce062259a16" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/aerodactyl-mega.ogg" +hash = "6bd6cfaaf9288d96d7c047ffff1e506a82333c5f83ef64a2ec1e13f93260fb38" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/aggron-mega.ogg" +hash = "eb6d6f055b2598712b93ca02a8b0337786b121694bb48ab1449a21cc96cd593d" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/alakazam-mega.ogg" +hash = "c062016ece7b6a9bcc394d40e8a976edb75ab9082b1cf0c33d5a7ea20f4cb15d" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/altaria-mega.ogg" +hash = "33dfa5007802442590284255a3a63dedffe1fa456dcd05203b7ab38d8f1e7ab4" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/ampharos-mega.ogg" +hash = "6d573c71de034c1b7a42eac360d05182a6748b96e281d5c3a040d4d565ddeced" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/audino-mega.ogg" +hash = "f9ea712eb4cafc7528172a0aa980f75fe6da8ef6b5e12737c4bf336fac9554d3" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/banette-mega.ogg" +hash = "39041565a91f84c509cb236e1d4d2792fa02dfce46c4ccd750b917eb1b001934" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/beedrill-mega.ogg" +hash = "2c61da4e456e000c88d07d8c19e187d17d44f6c4e5b93d50ec79904a04fc68ad" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/blastoise-mega.ogg" +hash = "a0bde60f125c815ef81e969a8acb49f5ddc5c42c0f674d274ab9a3266a12595a" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/blaziken-mega.ogg" +hash = "e2e910e49c357aaf6ba4b4a2782e767ec175508c175671053862ebf51ddbe9c1" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/calyrex-ice.ogg" +hash = "41deeeb0f501a1bb9320a0b5d534487678068e59025a921989a1b8e3840b27ce" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/calyrex-shadow.ogg" +hash = "55c65e610b8e8d373efa63c15acecabfa913a2cfaef1115dfc5c41bdabe542e9" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/camerupt-mega.ogg" +hash = "a85acf86a2cf67d448ad219721a458c8da2e8016b9b91e7ae66d66f259d70431" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/charizard-megax.ogg" +hash = "9c38f05e6617becf943a00e98fc648cf667c3152fd5910609fd895f7ce45b85b" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/charizard-megay.ogg" +hash = "0af1694aa01bddb6227aa25e1c740afd2021a67230f78ae1190eb0d989ec3fa2" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/cramorant-gorging.ogg" +hash = "432cdf08215c6a13b4d3bfc8c6456b036b9e8ce84ff1eb6f93de516bf5bb5d16" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/cramorant-gulping.ogg" +hash = "d9686c8955c8e4714ca687ee8f11ff0a0b25090fd7d822033aa24279265bfe8b" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/desktop.ini" +hash = "5205be06649b0675e042ee033d082a3a1260346140e576676afd8a4edd9c9a26" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/diancie-mega.ogg" +hash = "33277ddc8181d5175e65059e22f45d950d46f3cfa0035d41e03cbf11a6f9b0b0" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/eevee-starter.ogg" +hash = "095727736452e71b485726e7a1090aea48f5328674340125676cc1e85c600e85" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/eiscue-noice.ogg" +hash = "f7a46a4a581c2ec3f3cdcfe83ef3ff73765ee340289689327206c3211eae1d0a" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/enamorus-therian.ogg" +hash = "efe2b4b020b6f2aef333ee4b33e9a0ea2de766bae273e164fc23e76cb13eee7f" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/eternatus-eternamax.ogg" +hash = "67e1bf766bb9a7b19d8c758da7ab2a7acef9ac96ca3fba2aee72984dff7bfd8e" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/floette-eternal.ogg" +hash = "751c8858224a8cb6827bb0fcc41bdbcdeefbf400a1e9b520c6fd492ea2ba3c88" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/gallade-mega.ogg" +hash = "fe292dd815aabc5633dcce3049cac5fa75682d1bebd3a72c60667854534fc6fb" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/garchomp-mega.ogg" +hash = "679ad76e67314caaf8fc20d13b4a347ca201f911d5000f71a87bfb763d31d89a" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/gardevoir-mega.ogg" +hash = "4c61147e52026d3c602d1379bfd0a90ff9dd8918b456f7509d0b82a85fb5596d" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/gengar-mega.ogg" +hash = "34651fe559087d941e9fca022515630705fcba12f4986e79b45458451b0686b7" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/gimmighoul-roaming.ogg" +hash = "0402050c3380e1d7ff2b8e9177e011122f4ae54d7cdea48b318ee24050b058b9" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/glalie-mega.ogg" +hash = "1bf210785e36d83b5a0e03acae0186810ef9a5959a05319b17f37528b53efcc8" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/gourgeist-super.ogg" +hash = "2b6c9e88fc1be9947eddbe3d5d9770babfa6c7306fc84b4ea9ef8af0aa86e917" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/groudon-primal.ogg" +hash = "deb2143652ecbbd5a0916e2b4af63d97396c01b1fa7c0c72c65c1c536895f865" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/gyarados-mega.ogg" +hash = "576e05254f69e1ae339d14cc589113fd048b28d28e36b5b78b5e88beae58e535" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/heracross-mega.ogg" +hash = "4a55135e122ad20f7f31aeba277edead32f90112d611563667ba4bddf69482b2" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/hoopa-unbound.ogg" +hash = "45d88e295360ee507268b9f8bb30c0d7c5380f3b86c5135f936caf636e2e745a" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/houndoom-mega.ogg" +hash = "aab8b4fc93e3e17232ca6d31c96eedf8fef5d6d0084cc86a0eda5b9229e1660c" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/indeedee-f.ogg" +hash = "92eca0565944c1db6f9b524ffc6aa488c4018cc493f57c19f0c5ba04d54bb965" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/kangaskhan-mega.ogg" +hash = "80b308470a87f66d7e636d1e34c8bea477b8c63d21bb27dc50036ed56a6c357e" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/kyogre-primal.ogg" +hash = "ef6ccef2d45d3fad5d5284971f382b1c94fe2457d68c6185b790d0e8e45003f9" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/kyurem-black.ogg" +hash = "96b6e44597fa6cffe636131a191f2f20b4ff39f650bd5d1a708176ece85b68df" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/kyurem-white.ogg" +hash = "a6a31aaf2a6b96021b9fd2cffe659a4a5fdf00d7b70bde52c4c453f6209c77cc" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/landorus-therian.ogg" +hash = "b1373e56836a068edeafc339677e0b28ac6762985526b64bef92f71dd5e4132e" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/latias-mega.ogg" +hash = "ece84b43305be1c7477469debb683c98873e404378239dd7fd72069a7cab435b" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/latios-mega.ogg" +hash = "d1224deb2a6a43390658c058f1dd2bfdcdee86c67f36a48b6b318c6558d7e41b" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/lopunny-mega.ogg" +hash = "ddd3f90c6d4652fb6d33c32040cf1f689199b8b22b58ed4be0fcc7be6f7caa8e" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/lucario-mega.ogg" +hash = "b07f635dd557b458edba198376757b7f02aab56841ee9216202d3e9f651a0b62" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/lycanroc-dusk.ogg" +hash = "d19ad90bf0a3961b3ac487c2e6e32c8a94c3eca292152b0cdd2e4a659d083a47" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/lycanroc-midnight.ogg" +hash = "44be9e2f015fe58e6a3f81ee0155db719c27d6508e3817bf675b36d411c9a245" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/manectric-mega.ogg" +hash = "0cd524b9d71948c1a924c4d08349b3ee031cf5b5f0659ba329d3dc048659d732" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/maushold-four.ogg" +hash = "b5da2a61e529525530fc7add30528404871a1637702bd811c531bf73ea5b0c51" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/mawile-mega.ogg" +hash = "1019b4c2829b8c65c199d82341946905a1652248b40907b042b76b0326ac0c43" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/medicham-mega.ogg" +hash = "27c903f41a4ab6b54b90cc36594526c7e9b03f7483e50f8bac12366abf825299" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/metagross-mega.ogg" +hash = "3350abcb1cc90a4b6366dc13746f1020b7e1b3a2fa13c512f34e57d143ef800b" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/mewtwo-megax.ogg" +hash = "4257b70e5ead32770a4922a9b913f82e415f970ea71fc43018fee91dbd7cb865" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/mewtwo-megay.ogg" +hash = "769f55b9dfbfdbe48b56f89524ef4b1d31fe2d95c451d85288c5d616ee7f2bdb" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/morpeko-hangry.ogg" +hash = "0dd0173870e5a0c39184bfb46c5d7f3d0d73937b501c3c081608e1e969e389ea" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/necrozma-dawnwings.ogg" +hash = "db999004729bc0fc09f71fdf593b751200492ec74194f2c28e5fae1d972d4279" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/necrozma-duskmane.ogg" +hash = "f648e61e76129cd44674426b4b8369b05e55d5e80d976bdce6952974aa08053f" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/necrozma-ultra.ogg" +hash = "9f18466478cd93bd64630bf9c7a4eb0ce6e3a855a280c7bbf296d337bb31305b" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/oinkologne-f.ogg" +hash = "ab7a818814b378eefb6305a61067faf7b8b6fbb38e09c1b8363ec65a77df47d5" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/oricorio-pau.ogg" +hash = "76b4a34db605b19efe76be3b372a60ff6c8574042e4983400b1973680cfcadb1" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/oricorio-pompom.ogg" +hash = "fd08fbfbdb3d0bab719af24f7e6d6a004a9c229f74242387cdd6600c9db06280" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/oricorio-sensu.ogg" +hash = "e94c8d44c68c65cd4c9d93f27ecbd4a311740c0a6ec8cffd581da823b554b69f" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/palafin-hero.ogg" +hash = "776d95da0e84caed685706bc6a8f634777a2cf502bc0d10ed6ee4e76f9b789fd" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/pidgeot-mega.ogg" +hash = "68327cffc22fc2f92be82fbef469a1dac5d8802b2cd5207e42e7f10afac7a2da" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/pikachu-starter.ogg" +hash = "33be52e12eb52341fa6e96e6262949a4fca2433ae982335a656af13c65a3ee9a" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/pinsir-mega.ogg" +hash = "76ecd4925886b77bfff64624ffe78f054e772618f0b3039ab519d5b75a7fb896" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/pumpkaboo-super.ogg" +hash = "2ab48a922c6555aadd31ed5eff5a09db11da10f2b3751e654140f7e3331793f0" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/rayquaza-mega.ogg" +hash = "4111e4dea29cf3039e0382be7bb2159dac56518ca1cf35d9bccd41d33f8eca45" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/sableye-mega.ogg" +hash = "cc97408fff204dd43773d20cd037326f2d7f67368454c24bccc5bbd23d6dbcef" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/salamence-mega.ogg" +hash = "d0f3cc008e20d445ac9ae24425ca207932102377358b96675c6782bac4739fe4" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/sceptile-mega.ogg" +hash = "05a102cd4c7cd71853d7eccb63b27cf7f5f4ce9840e998a0437fbfef9e7c5a2d" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/scizor-mega.ogg" +hash = "cea413d950e1fa3f782a5c9d3de10d8c698d7f949323b1ea874b2719b614046a" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/sharpedo-mega.ogg" +hash = "681a02ac5a7111309bc83c3376dc4b054f7f50ad45db7a8ea57c01c69146e04b" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/shaymin-sky.ogg" +hash = "8b84beb06b57326008552a0feb8bbbe86efc134c499b40aa6481a42d9b73789e" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/slowbro-mega.ogg" +hash = "15823491b11bbfdef1fa8f4787537fb6584b71161717fd24bcfccea3d6dc8898" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/slowpoke-galar.ogg" +hash = "51846e19678097d52e1330e229a7afa71995a95744b24a7fec654fd85e5a7877" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/steelix-mega.ogg" +hash = "9f98a8d13a706f18b1c7932eb6fe4b31119753c3172b10cfe76afb409b4713bd" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/swampert-mega.ogg" +hash = "e145860b94e3fd945bbfab852bf46155e767affcf48f24f918d2a01c0c87e1d7" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/tatsugiri-droopy.ogg" +hash = "8ff5673a77e270802d8b0dddfebae16a2fe965321700fbe3147d4fdc220dee64" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/tatsugiri-stretchy.ogg" +hash = "a45c4c822ae84c1b1846a1e98799d982bc130b972441a8f0e5516f21ca26777c" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/thundurus-therian.ogg" +hash = "c4cf68348864a40918ba540a6a3d496edae8eca6d2b48b1821656d264c03f0fa" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/tornadus-therian.ogg" +hash = "f8b2bd94ef74aafc48c25209eb100b9e2435376715c9395108e33e77119f4f60" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/toxtricity-lowkey.ogg" +hash = "b0202a0b2a02d8586cc7ce0654decf6d1a7dae9ce420441d74c201eadbda2b57" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/tyranitar-mega.ogg" +hash = "d690ab4723fad0eb39a17d9031138147291865f4ae670b0e50e6568c45b68ca9" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/urshifu-rapidstrike.ogg" +hash = "40a35d9794f74a66a750be31b6c80e543e423e902bc0b4b6b434e24a8f427685" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/venusaur-mega.ogg" +hash = "84c6d4739730bf41da9923d350b94769c0385c902ad74e6f4e1e57b3cb08b1b6" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/wishiwashi-school.ogg" +hash = "46b713f77d178117984943004f96e2962acba5b99597e4c3a2d19b7bcf1796a4" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/zacian-crowned.ogg" +hash = "ca7f43ae4d4f93ce1f5b13a79006bafc46d635da3eef11b23f3250385e1d4a39" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/zamazenta-crowned.ogg" +hash = "ae161b081713695731022889d3f9886ab3d6362f30152e5bb68a9cdacc7f0237" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/zygarde-10.ogg" +hash = "9e189239c0cf0722f75e3ab4bed1b2555b3d3ce3a238c798c4ed6768f60ddb00" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/zygarde-complete.ogg" +hash = "b538d400780b5374c2ea32967032e92fdb728c37f56c917d1d48159fb233e367" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/abomasnow/abomasnow_ambient.ogg" +hash = "143e21685eb0bd9b6ef6a8d8ecc74a888a458d672f9b93a5d830d044484f2224" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/abra/abra_ambient.ogg" +hash = "22f198a1c74e180eb2bfb3fe7830351fb8a8170ac288e7e61f0169f2ad47e529" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/absol/absol_ambient.ogg" +hash = "c96a791c6494638c72c4bb6efbd38e09c0f255303b6fa645947ef99f79cfdfb6" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/accelgor/accelgor_ambient.ogg" +hash = "b95be1a8626ab4fe50a5517957321adacd3a10977cf55537edeb00e159179224" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/aegislash/aegislash_ambient.ogg" +hash = "c0db76dfc1ffdc5c1473c95a302f5ea99bbdb5d5bf6e98b305470dd7b147b9e6" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/aerodactyl/aerodactyl_ambient.ogg" +hash = "a8fedf5276093708d5a5c615c6ebee570940c1f03b2af745576d3a98fe4645da" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/aggron/aggron_ambient.ogg" +hash = "327d64199f4b2408f8bd83aabdfaea6d46c8b3f59d61651b47edaa1397a43c84" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/aipom/aipom_ambient.ogg" +hash = "c7e25d8413b8de22134dc94857c48c761a05f657ffa57c13d143208584b96043" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/alakazam/alakazam_ambient.ogg" +hash = "f031aed8173952e148f6b28b448478d7a6e268221d696f1a2a29d637428edceb" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/alcremie/alcremie_ambient.ogg" +hash = "afdd9beb979511b06951fa04fff6937cb8c9b53b61d8c0922795588a9d68eb1d" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/alomomola/alomomola_ambient.ogg" +hash = "b38adb1a77a4d11cd9202bff7e9f40231c4beb907e75799f1201f4eca2ecbe37" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/altaria/altaria_ambient.ogg" +hash = "49aecc24d9c39d11400c441d2afc9e8e1b6662f0a4ff010ed3d1214368f27e0a" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/amaura/amaura_ambient.ogg" +hash = "fbf84e4b243817ac1a018e97481a9a64e1f8bcc4a0e7c652bd313897afb832ab" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ambipom/ambipom_ambient.ogg" +hash = "e5984b0c9edbeffefb851ef8fc265d4f3e5195fc0ab0fcef28e3dde7741897dc" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/amoonguss/amoonguss_ambient.ogg" +hash = "df62b60cb496eb11f023389c3bd10fb27726d87b12c28b4b7b634458340577de" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ampharos/ampharos_ambient.ogg" +hash = "1deee2116ee8218ca9bfc099a113379f486744523e873e7f5383eae3cb403852" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/annihilape/annihilape_ambient.ogg" +hash = "ed52d694825a952734cf7c789de8ccf1bf5ef3685b23025d00d478ad324a18d5" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/anorith/anorith_ambient.ogg" +hash = "3014e418250a1a9c6d82336c0907eac5bafc63357d9bf5319cadf4b3b43fe74c" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/appletun/appletun_ambient.ogg" +hash = "5e95ba9d4473803e08a96774d6b1c0dea64b85bd30ec3cf8fe442dac22f9da63" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/applin/applin_ambient.ogg" +hash = "4813d62546c3d1cade5d3b806dca371f280dc36f6d1882b4126bb893ad483bf1" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/araquanid/araquanid_ambient.ogg" +hash = "be7b4611a8c75b4610028e04f8b517212170155435e1bed5f0b926c868bd450d" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/arbok/arbok_ambient.ogg" +hash = "797527fdfe06695fd67c4bea78d4e5ef500561874a60b1afb0dbb9d87837c4c2" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/arboliva/arboliva_ambient.ogg" +hash = "60577dd66f7114b400356147a025b1dbde4d98278a2cd74466eb9011a843fe37" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/arcanine/arcanine_ambient.ogg" +hash = "31d53d4e91d38cd65885b05d85656bb6371c413de8fca9dc2fcceb9c63482d46" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/arceus/arceus_ambient.ogg" +hash = "28e56c48735fa57c7303dab9d0ea70e5f06d49282c382a09da648a5cac4a9f19" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/archen/archen_ambient.ogg" +hash = "8726ea932dd92d782ade07200956ec0b14d01a436f1aaa07ab40798dc81a4136" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/archeops/archeops_ambient.ogg" +hash = "45e0c32582c9eeb5a2c662f4f6e24fc69809cf17d21fae701b48e9d6a2e35ca1" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/arctibax/arctibax_ambient.ogg" +hash = "8f2a3ae9c5fbf7dec1c4ffaf576b6c80c210665598c12b6da7942c285dbc2424" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/arctovish/arctovish_ambient.ogg" +hash = "ccf003ff5ea694d90f1ddab89fac0b24b38666433d5ef838fa9cc2f41ecb36ab" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/arctozolt/arctozolt_ambient.ogg" +hash = "b56de2939b72a614a2bd77f37f60a99e6c247919a54ab12ef9cdd8fe79a5be79" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ariados/ariados_ambient.ogg" +hash = "38cf838ee2462f1121c8436024c1217be1530a01d68fb228a51055ad1f2345c7" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/armaldo/armaldo_ambient.ogg" +hash = "49dbf17eb44004d7fadf28a466a2256224eadfe14f47a1fab4240530c571efa3" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/armarouge/armarouge_ambient.ogg" +hash = "e8c92a725e8eb94b55220aa9831e00478c8a5ab270e5a6a0882b90e4ad313324" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/aromatisse/aromatisse_ambient.ogg" +hash = "6d4a03d286eb716e23b08e4a06e715924eeb837eb92298d5a7a3c64bb0b45170" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/aron/aron_ambient.ogg" +hash = "1747ceb0edb0afdf03763ed2fca304554b476aea6b415ac61247060bb44e58ea" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/arrokuda/arrokuda_ambient.ogg" +hash = "2504e7c1ed1a95fedf252ff0d9172490d17d61d392aee167ef68e41dce018d92" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/articuno/articuno_ambient.ogg" +hash = "d45d3595e290f3035dfaf7acaaf6e680025739d9e7f99dd5f14bfee2b0e658dc" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/audino/audino_ambient.ogg" +hash = "fe08c1f4fd25a28a49eafc92b4e70ea08092ecd1d910e6bee229e0c5714a7984" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/aurorus/aurorus_ambient.ogg" +hash = "3b1413258082aaf419296419f29d0b51a42f6628faac55026fb4aab9ac197ee0" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/avalugg/avalugg_ambient.ogg" +hash = "e3799cdb026553512bd7c7c2223f2c5f651e68e2430c8196f6797d4b5cce47ed" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/axew/axew_ambient.ogg" +hash = "7497e80c4b42c61d5b1868d443ad9fcc9c702b50145956da06971ea18dd6b2da" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/azelf/azelf_ambient.ogg" +hash = "aaaacc8e3c0b9fde5d14836bc05934174e2d9c6b556155a4e14458d119e2755d" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/azumarill/azumarill_ambient.ogg" +hash = "de0f592f8b90c15f2e2b5bfc701fbaf5fb64361f5fa8a836932e4296ca7826a6" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/azurill/azurill_ambient.ogg" +hash = "a9ea89d66c067b75c435198a377edda9945afded9363f12f6cb06b667423805c" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bagon/bagon_ambient.ogg" +hash = "166b6da62ec05d1f70b25fe11932ec6d9b05ec6fe708282e9c99c87004f79e4d" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/baltoy/baltoy_ambient.ogg" +hash = "3ec9f6dfc19012b326572803c8bd9b1dbf4c781207bf7cad9450cf4570d2b60c" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/banette/banette_ambient.ogg" +hash = "6acd11847b9960a94c0cf61270b64954db8dd227ac93330001312be92c92b27d" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/barbaracle/barbaracle_ambient.ogg" +hash = "4a6663a050eaf776a24d2e9c2eef0df0b9c40e8c0d59a8bffff19d74a59b810b" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/barboach/barboach_ambient.ogg" +hash = "da34f2971deb2770980212ea346d4393b6e3807d1feb04ba876e44cf590ef036" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/barraskewda/barraskewda_ambient.ogg" +hash = "33399a8343997c2fd7fa023ac60a4f05f2cb6d07e75ec080166e03aa202c5c9d" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/basculegion/basculegion_ambient.ogg" +hash = "7f87beda7a726e77a90da66774536e1db2e3104340aa91f019b4cd413db9f942" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/basculin/basculin_ambient.ogg" +hash = "3e6558be3b3d5792d2e751166bee53e15b85164ee83613ed0a1c18becd1d2100" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bastiodon/bastiodon_ambient.ogg" +hash = "c0fe6b668443ce1fa70e4cd0ee1599b0d492f99656d1b97917f9def2d3a5b78e" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/baxcalibur/baxcalibur_ambient.ogg" +hash = "43e1abc254060538c36a7e00fd2e1a86ca69b6ff335db99fc5a0e0c2fe630073" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bayleef/bayleef_ambient.ogg" +hash = "a6b1ac9e037908fc6048a132e97b0a4f35ff50b866c6fd30ef8d354711f0d617" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/beartic/beartic_ambient.ogg" +hash = "a10c597cfaa4c590b1cfa12d488901ea9aa5646f1c04a501ddc2895e8905a9ef" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/beautifly/beautifly_ambient.ogg" +hash = "60986e3d41da1c56a3e3965332aebda84e95370a21cb7d94b6dc1bcac267c739" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/beedrill/beedrill_ambient.ogg" +hash = "b97b784acaee33415cd6a6758b6c2e61055818fbb48e69a458c32d4f80da3a02" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/beheeyem/beheeyem_ambient.ogg" +hash = "c406fffd5c6756f52d4082c19d4115a1c549fcc8679dc471efcf1d8c0de61b91" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/beldum/beldum_ambient.ogg" +hash = "85813fb237a4936faac2cd16974918ca0c2b46b33825c054eca48bf8f4c76925" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bellibolt/bellibolt_ambient.ogg" +hash = "d8901eb5c0dc57a5ef6d809640a4f80257a829288792164705c75cbc0bdce506" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bellossom/bellossom_ambient.ogg" +hash = "9ce854d7a8346eb5bffc106899992039ee5fe460beed747eb5a40e06a8ea4eae" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bellsprout/bellsprout_ambient.ogg" +hash = "88309e4d5f69c9c3a8d2ba3e4cdb257fbc437453b7c133aefdc80b271c7981c3" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bergmite/bergmite_ambient.ogg" +hash = "4d759f0ea5aa72d836a4898170db6b588fb2a9503a7253817a03d022ec8c8c32" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bewear/bewear_ambient.ogg" +hash = "b0ded672beea94b700dcb8459b6b3efb7eb3135f00daef95a22d77c3a557c36a" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bibarel/bibarel_ambient.ogg" +hash = "00940db7c8ad8d8015a313bd1a9cf53bb7aba04f2094e17c71832197e23b0849" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bidoof/bidoof_ambient.ogg" +hash = "7be54d2651ef75e2174552a1e4db7f954e20e4fde20c508e8d192c7ff86795ae" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/binacle/binacle_ambient.ogg" +hash = "0d66ac225949148dcf6b7eefbc273da8dce0c42f240c30d572892365aa6507b8" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bisharp/bisharp_ambient.ogg" +hash = "4eb992850e09a93d26fe7fa35d576e700cf4e64a3b7ebe3162ec651cd68be10b" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/blacephalon/blacephalon_ambient.ogg" +hash = "723ca6c0bddf78e610614fc725bd77b0e276d4cfae2f7a16ebbc19ea964b4b42" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/blastoise/blastoise_ambient.ogg" +hash = "e3c9db76ad6b9a21d10293d75d309a975d2cf73707e55b20ecc68004be02a109" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/blaziken/blaziken_ambient.ogg" +hash = "eaf386c9a0c16607344f64b0d67390830bc3ccb8649ab4b60eea6dbca06b9c3b" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/blipbug/blipbug_ambient.ogg" +hash = "0ce46e2ab808dc455e648a32a2f45df873ca46e29406136115d752be3dbc1a0c" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/blissey/blissey_ambient.ogg" +hash = "87563d0661615158d7ac5026131a0c6999f151f11dc229f309ce6e08adeb19d1" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/blitzle/blitzle_ambient.ogg" +hash = "da5191ed68ce993b3e30af44e920548d7e281d61625b4aaef3b260802d1579c1" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/boldore/boldore_ambient.ogg" +hash = "051f262b4b7e4180dcdc3013ac7a8fdfdb1043b1a76e437cf2da9f0dcc0df2d1" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/boltund/boltund_ambient.ogg" +hash = "5f02a034dce64b3daac1aafa34e629b6c45d26eb8db93a10ffc3711afc34c265" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bombirdier/bombirdier_ambient.ogg" +hash = "dd68e3437ed411da7856c008ff68eae604269b7b740e4b8bb3606ed8a6906e05" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bonsly/bonsly_ambient.ogg" +hash = "fdacb74ed1fe29780718d830088a38b96c6a1278ff27087f9dc8a3a978f43931" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bouffalant/bouffalant_ambient.ogg" +hash = "56f73629826d75bbaaa0e1363130112112b14c9a196da371a545a759f2b4f1f2" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bounsweet/bounsweet_ambient.ogg" +hash = "7877ac5fc1ca7c8dbac9f09ce1d977c068b55ae93539d4282181fba2a5e8a3d2" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/braixen/braixen_ambient.ogg" +hash = "e0c1a2495dc67636ffe7fa397592984de350dbb7898fd95f85fa74a17619a89e" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/brambleghast/brambleghast_ambient.ogg" +hash = "da5bda9e02a009bc470612b26b1500476bb0e8a5eb71d92fa06657b0965cc82d" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bramblin/bramblin_ambient.ogg" +hash = "efd24767e05f356e96075ea8d2cdbc661d53d3f242b182c7fb96502f2a89f27f" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/braviary/braviary_ambient.ogg" +hash = "6673ef8df787d5ee2f461ef45048c40e7a9f3c71aec33777d1ec60426efb3ee5" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/breloom/breloom_ambient.ogg" +hash = "9f781b66755c50c60e5e7c7c4371c772dee17fd3203080f0d05b248621f1d53a" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/brionne/brionne_ambient.ogg" +hash = "e331e0d2a648d1c791d80f8f9e626476f1dee04d29bbb8d542d345a30e3aec09" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bronzong/bronzong_ambient.ogg" +hash = "3a4945d09f988946297a13e7f49088179fb08ad0b8b88984a40839d477a7c923" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bronzor/bronzor_ambient.ogg" +hash = "4d74dfcd0885a79d93bcbf5cf687014c68b023c194c2a446b817befd32ed0189" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/brutebonnet/brutebonnet_ambient.ogg" +hash = "d25a3c24a93a0066d6cd556767014e32aa1d25cce7e68dbfa6290e9662ae4017" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bruxish/bruxish_ambient.ogg" +hash = "b0b143e8682a75d0a91a5e91294a7180869f0c9f3ea525fef8f7b3a781e128c8" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/budew/budew_ambient.ogg" +hash = "f0083881c774b74d324ab3632e3f63a0983eb0223266b2a801aa28012c5030cc" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/buizel/buizel_ambient.ogg" +hash = "903c2ddd95cab2d6e9997dc4ac46962587aff2b726571026678f0d46f9ac6ae0" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bulbasaur/bulbasaur_ambient.ogg" +hash = "d1da9bd1466fd1d05f81a45a4bc7cb43585e2a6e9cc1b174fea8fdc304350c71" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/buneary/buneary_ambient.ogg" +hash = "de44299bba3bc4c47fededad033e2a6cf983505457b6c8dbc0fbd1b3df0c9211" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bunnelby/bunnelby_ambient.ogg" +hash = "b936e66f55400a0280bf33e74c6e7c344b61bf56c7807ca5a0d5d71878b50d39" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/burmy/burmy_ambient.ogg" +hash = "55b59a72425c3c01a5f05f473e1726aca532825880c477c099cdcedf8f219e3e" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/butterfree/butterfree_ambient.ogg" +hash = "b97b5b48659b95de2bf56571901b684f4bcc3e812e656a8891b87af87ab252cc" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/buzzwole/buzzwole_ambient.ogg" +hash = "731be933f5e15be6f719d6bed81e7b77fad110a5a19408d18160813e107ef167" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cacnea/cacnea_ambient.ogg" +hash = "4a3936c510b20864ac2933d90d7c4cd5b324f43a8b7969a68d357293cea05f6e" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cacturne/cacturne_ambient.ogg" +hash = "4493c5299f57c7c7856adaa9c187bed39c6049a90b7c748b432ef9e116cce783" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/calyrex/calyrex_ambient.ogg" +hash = "59cbe0f60d6ed30f046638e650246ce2918efe26e0480af992fa4496f7d056f9" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/camerupt/camerupt_ambient.ogg" +hash = "e0d113fcc0e838e9e3598193509dc768986e2382dbd469770c813e760c4fc6c9" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/capsakid/capsakid_ambient.ogg" +hash = "9a1fb668d6d50c2fce603af2b6c1b1ad5f2b0e0632b26d38c44f21b8fbd01bb1" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/carbink/carbink_ambient.ogg" +hash = "409f5b5b6037cb4138fd0f0cae656a83e5463e9cb54ec474a8937aacf9c97ee1" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/carkol/carkol_ambient.ogg" +hash = "beebc67cf5e79d20af0d936f0e3904d52e1bf15dbed1a286a464bdabfab70e6c" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/carnivine/carnivine_ambient.ogg" +hash = "3c0e2a5951e1faa482eda980e5ba4d9606822c26153a167c43c292dd82dbbd11" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/carracosta/carracosta_ambient.ogg" +hash = "71535180ff7b7a4642e6457e2ef723e76f2453941f33fc8a9a23d4ac528bbc41" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/carvanha/carvanha_ambient.ogg" +hash = "7aaf755a7f89f05a27e2b0161d7d38771a0ae563ad4b1cff19bba6983021f454" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cascoon/cascoon_ambient.ogg" +hash = "44341c501bf8e7ee83e3df56ff0b3ccb1660cbb3d9b6dfc45f98f16ca45d1550" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/castform/castform_ambient.ogg" +hash = "ef49908cfd5402063a034bdf2e99a2564763fd99c0f8a5d8fac9ab4601d04d85" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/caterpie/caterpie_ambient.ogg" +hash = "1abb25916a84653c81bcf47829523fcf5ab0ed013b247e6159deb922efc72029" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/celebi/celebi_ambient.ogg" +hash = "f752492f76a6e946bdd721fb016c004b821e1492911854307ca74f4ec45ef85e" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/celesteela/celesteela_ambient.ogg" +hash = "13e660cfff1f3c1c45bacfddc3785dde745e63ca7675663cb8a0186fb4b25ecf" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/celuredge/celuredge_ambient.ogg" +hash = "d461c435497965c38379c968d62b84ce8ed1d0aedc58e7bf08a0e58a14ae480e" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/centiskorch/centiskorch_ambient.ogg" +hash = "527ec2baeeb25b5be202e613313ab5635a035dbba38714e0937ec776405938d5" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ceruledge/ceruledge_ambient.ogg" +hash = "2c4c04042294130fc2a42377cc3b796505186c31575a00cba60ec122489afe14" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cetitan/cetitan_ambient.ogg" +hash = "2f93a62ba30d4de69776dc857d48c1458713719325ba7fc2c2e7d840796c484f" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cetoddle/cetoddle_ambient.ogg" +hash = "5527f793904b28d7501e02f32843f335aa2079d8e804ff19e2b4401c7026d964" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chandelure/chandelure_ambient.ogg" +hash = "2bbcd33f4b81cf1edfbbfba2f8e88e13efd47761f7400763cfe00b10c197c1a2" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chansey/chansey_ambient.ogg" +hash = "272735d7547d602e539e52d8d667d62c00b23866eab364d43c3c3f4a0af74d05" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/charcadet/charcadet_ambient.ogg" +hash = "8a5f92f2aa360c7dbb96ced668bc515f9cf5b6d9e25635820eba2e33f0808335" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/charizard/charizard_ambient.ogg" +hash = "5372d5f01002b0d7c50dec65aba7c8e5a808275119621bdc986145ee83cee9ab" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/charjabug/charjabug_ambient.ogg" +hash = "e7e65f3c4a4da629953a3a073c556edeb8f508e71fe753b71573b3706317185f" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/charmander/charmander_ambient.ogg" +hash = "69e6e07568f47a8dbd080558be7fe9946b0d4c43b44a99f1d13dbab62afe1c00" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/charmeleon/charmeleon_ambient.ogg" +hash = "073e3abab2604c9bb7eb24c9d919eb4e20fcbd6e205cbd6a7fb16730eeddafb3" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chatot/chatot_ambient.ogg" +hash = "147d9a4d474e0e0ed9e258fa1f14db3d6b1c0d84c3f1ae4d860c1b253236b77b" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cherrim/cherrim_ambient.ogg" +hash = "abe72d9b8cf57b7a07911d31c9c6a1ccd958b03d3a5dcaf5b67a819c48f82ab8" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cherubi/cherubi_ambient.ogg" +hash = "f444338c4a9bfba6887fcb8f8f98608f5d04c2974abe7d1a8043ed0aaefad9ce" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chesnaught/chesnaught_ambient.ogg" +hash = "3fa973ba5ddf0b0279bc189929af6fd5f2e1dc44a3fc97164edae646cbe98ca2" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chespin/chespin_ambient.ogg" +hash = "b614bb3d5c2f1ce8aea49d702d9296d7db31956970b0e430b65e7aa964c65ddd" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chewtle/chewtle_ambient.ogg" +hash = "11f8652a28f2ef8b088460959970ba5bce78b9c88bc3df06f5afad6813942cca" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chienpao/chienpao_ambient.ogg" +hash = "7a55f7c2e6538011ff33c2d5cdfe13d8a8630544d28f1057c2a229f895de3feb" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chikorita/chikorita_ambient.ogg" +hash = "1f89c50a6da672c81ab865bdfae2d1c4fb11a0975598ae4b1f6c67ad6db0afe3" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chimchar/chimchar_ambient.ogg" +hash = "fd08fd778f3fbd5bb6ce849798c097e64f087c10f43b695fd33b4426f1a69555" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chimecho/chimecho_ambient.ogg" +hash = "feef5e3031b8697a47e65f8a2f7897c7298198348f7ddbda0fbcf390365f10ad" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chinchou/chinchou_ambient.ogg" +hash = "d68fbf8043a60c9e8174f4281813a20c885f779aa26ce2f4b9ebdf4c8e3f453c" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chingling/chingling_ambient.ogg" +hash = "0c2331a5b6f6e3e053a315cc5415c07f9fc3292643e164822e7eea29e9c0d35c" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chiyu/chiyu_ambient.ogg" +hash = "d0982d2b8a0dad419cc762bc0dc6c00bd758fb42d43c0f336f0b2c1f02294705" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cinccino/cinccino_ambient.ogg" +hash = "a9c3739e59a01ad88cecc55f8db614efe0b4fe5d532eb2d1636e22febaecd86f" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cinderace/cinderace_ambient.ogg" +hash = "5753ee366b8f14995ec5343767f2f22bd652d8d13fc52ab44d7709e981737697" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/clamperl/clamperl_ambient.ogg" +hash = "27a5c1a1d64613fce48ec003a732567e47984f522df5c5cffbdefb6bf33ed289" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/clauncher/clauncher_ambient.ogg" +hash = "7bcc42dd6a2053e364345769d53c146d685ac57a7bee57ae42031519a1f6c6e0" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/clawitzer/clawitzer_ambient.ogg" +hash = "e77f252983686561eb932dbf1e50c1da77b91d15efa269da98b3c76e8bcba424" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/claydol/claydol_ambient.ogg" +hash = "7801b253392a01ed81a9205dbf81be9fa9b3719af559b0c1fa67f47da61ec14a" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/clefable/clefable_ambient.ogg" +hash = "51ccb889cfdbec4a73e737bd088088dec775dfe5d7a1b194eebba351fb07b19e" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/clefairy/clefairy_ambient.ogg" +hash = "db5fca972d844173ab09d22d4c8719474d079682aaa0769002a69a7909c436ff" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cleffa/cleffa_ambient.ogg" +hash = "10b0ba8c2bf6c692996fdfa0793dcd977f6dcb3aa9456d1f6464bf4aa551a658" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/clobbopus/clobbopus_ambient.ogg" +hash = "cba689798bee9bceb0246eb908faf2fe8fc82f4b117f9c8a72361ca6618ca565" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/clodsire/clodsire_ambient.ogg" +hash = "7f67da9908a2ab64ed3b6d381e0aba4f28604afa9762310567a19eb31ad4e742" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cloyster/cloyster_ambient.ogg" +hash = "e79a66048d083a00e022e5697a898bc9719cfef4815df14bf7fed4bb6bf5f418" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/coalossal/coalossal_ambient.ogg" +hash = "3fd35074f5f40dce467f7fc04d90762d4253ef8a56270c8e8dda64bea33966b2" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cobalion/cobalion_ambient.ogg" +hash = "c2bbd77584f10488e4cbc897c3c0c19674b06fc0781d8cb2f3e2e2d279d0761f" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cofagrigus/cofagrigus_ambient.ogg" +hash = "28979be28e0b4468cdcca9693beb0f492c08c3666f96ddc7d56fc0df525aae0d" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/combee/combee_ambient.ogg" +hash = "eac722076c33dfa9097e0b279791f66b599703ce8dd4f52ba0350639b702add3" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/combusken/combusken_ambient.ogg" +hash = "238bd3e85ac4106417ef0748de7ca736feb6b0669474e2d7d0b3b5297cf65177" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/comfey/comfey_ambient.ogg" +hash = "28cbf1da46501bc4b0bd34f773028ce56b0ac87aade7d5f2014cf002c143caf1" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/conkeldurr/conkeldurr_ambient.ogg" +hash = "e9d0b324b9909438a069b312102b88571a6845313efa3a0f55bc96491c3cc5de" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/copperajah/copperajah_ambient.ogg" +hash = "fed9691bd67ee0625c0eec2e60c4278d4b984a65c78082c84faba0a020e1b3c5" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/corphish/corphish_ambient.ogg" +hash = "9dec70f62edf965cb958f1b9123ee57c612eeaf25c527e5de67c71063e10f928" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/corsola/corsola_ambient.ogg" +hash = "b8402a06aaa3d4378cf5680f2a463438d7e97fcde936609d0392ace7308c55d1" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/corviknight/corviknight_ambient.ogg" +hash = "bd697db668670cddc968139c4818b47f3ed5e6dee4846e23030e6516673bdbf2" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/corvisquire/corvisquire_ambient.ogg" +hash = "4913f9964fe42b9c1c7cb3c7a349058070d414060c1fde4a6dc49f2c2f591239" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cosmoem/cosmoem_ambient.ogg" +hash = "15f647d7cd7febe0a7a0c626d107aa6a741f5ffdda0e92d5339310b23585e485" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cosmog/cosmog_ambient.ogg" +hash = "426a204f237447d6ebf6aad1f2d2dba96b14f3f6e3e684f730a9a08616215bf9" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cottonee/cottonee_ambient.ogg" +hash = "57203f1c2fde3eae79028b3c8fdf6ebfaf58862b978e731b0f699039cdfa4c95" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/crabominable/crabominable_ambient.ogg" +hash = "120fc7655e2d2fbcbba998a52e0d385f6b0b1ce627c1a9b2c89aa88862014575" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/crabrawler/crabrawler_ambient.ogg" +hash = "f02279d16161599cc878df83aea72fd234b103dd3332ee81badd06a26241528e" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cradily/cradily_ambient.ogg" +hash = "872a0bcb5ef90b9ff83e747863644a6df64c477f97bb96c0fc8347835e30474b" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cramorant/cramorant_ambient.ogg" +hash = "36751fddcf2d8af6478ca30ffc5794169df03160dba24458e05d28b8aa7289fb" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cranidos/cranidos_ambient.ogg" +hash = "ca11f0c6e7c35d135b5c32a38af2bcdd3de8b89f374b7d8283bd33699f14cddd" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/crawdaunt/crawdaunt_ambient.ogg" +hash = "b21fafebf1a6ab939033ce009ecdbb89defd89bff9a9d0441a03c8f5a1cf07c6" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cresselia/cresselia_ambient.ogg" +hash = "25599bad9104ac329da3b62cfea47e99e5b3496150e591adbd2f6bbfc32651e7" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/croagunk/croagunk_ambient.ogg" +hash = "97a7736cf02ce92c3e14e8f3acde1307362d49d5eb29f8b203694ba28042997a" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/crobat/crobat_ambient.ogg" +hash = "4bf33e0282159312bb5d1ed10a40e86dbc87981a930be1ff8ed389ea994753c0" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/crocalor/crocalor_ambient.ogg" +hash = "adb4a869e0d767e6e9c85069f7669bb34933660cfb97452d8d8ad711249cdef8" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/croconaw/croconaw_ambient.ogg" +hash = "09cdede9258aafbe75222d25d68c24ad3bab36f262d13b212470399fad41edca" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/crustle/crustle_ambient.ogg" +hash = "086ce81fcedba9ab3c5919c2583e64097293eb9cf03d926e285637b27d689cc5" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cryogonal/cryogonal_ambient.ogg" +hash = "0402afe556bc9b609f058ccd323c721b3a467a4e68c6464f28a0c6d43b60fe2e" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cubchoo/cubchoo_ambient.ogg" +hash = "df647778acf14058b8dabb5bbc63ce96ddf650e95900beb078a68161b83ee3ff" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cubone/cubone_ambient.ogg" +hash = "f440b56e8bd2c70e24930e20976326a92edd0477b8668b473b14ab907005c9c3" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cufant/cufant_ambient.ogg" +hash = "8627e1c2eb5f901a038050e4ef63f21a9ef2e566c9fe54afe1eab8f93d79e957" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cursola/cursola_ambient.ogg" +hash = "97fa63f9558f97c2b3dbafbc7b75e9717bf6b4a127fac6c4ff8db5633cd6b4ea" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cutiefly/cutiefly_ambient.ogg" +hash = "c0b441e49538bfdc366d8a194e1c43756d464a6eef3fbf16c76535f38c86fb05" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cyclizar/cyclizar_ambient.ogg" +hash = "85f394bb683a46b9339066251f01f6d0d45f6f643c9959ac7c3cb4d549fc0fe5" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cyndaquil/cyndaquil_ambient.ogg" +hash = "44c690c1308eea84de20dbc93a3fe3c3de04f1d06b0728df296a3e9a080dee41" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dachsbun/dachsbun_ambient.ogg" +hash = "8b33545b3aaa55458857606206f70dc8d47dafcd41493aa002b69e71f8e88386" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/darkrai/darkrai_ambient.ogg" +hash = "d9ec68f8dbc042e74a27f644cddd93f773c627fbc223fd92f1404f9ad29a9acc" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/darmanitan/darmanitan_ambient.ogg" +hash = "4ddb16bf29ecb2a49d9bd267d8cb7cc027a4969402d2535dc959faa732999ade" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dartrix/dartrix_ambient.ogg" +hash = "80bc5427d56eee8cba422c74631dd77ab29c53d22ad4c9d548c0d20f4f576fab" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/darumaka/darumaka_ambient.ogg" +hash = "00c1decb7255aaaa24f743f828195d26f2739bcc28c4b76a11ae31c673e51a7a" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/decidueye/decidueye_ambient.ogg" +hash = "2ad1ddae6e356a3ee9c74184deb670ec275e5a4f616f1dc7d6ebbf13420b6887" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dedenne/dedenne_ambient.ogg" +hash = "11a5b785dc12b714ff9254a072918fb0058d9ac436ca234da20b65d1afe30a4c" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/deerling/deerling_ambient.ogg" +hash = "ddf12987feaf3038c2dd228d087dc1c82511b3c47c4bc6e03622f94dd3d9c5f3" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/deino/deino_ambient.ogg" +hash = "95c5ce56c9a897b9b474cc5ced7247d371b66b0de120b91cd866be574e7e88bf" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/delcatty/delcatty_ambient.ogg" +hash = "34b62bb3052d28ce9b2b6c8432ba3fd91e324857407ebdebac6be6a7459f64bd" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/delibird/delibird_ambient.ogg" +hash = "0d2a88972e889e7a123251b0c341a87567e10ecfe49c3e23d8264ecce170ceec" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/delphox/delphox_ambient.ogg" +hash = "3e1173f7fa1f77e14d895b04a0d862ce94f34de4ef99ac9f2c67dfc0f7fa28ef" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/deoxys/deoxys_ambient.ogg" +hash = "7cc1078e56d4bc7cf6ff324d483639c5d4591bdf66bbeb118eed6ac8834c2280" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dewgong/dewgong_ambient.ogg" +hash = "8c33cafe89f9b5b6be15df273644de35c045d99905bed05b339d71ae52f3fc72" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dewott/dewott_ambient.ogg" +hash = "be33dabee362e76446ba2f76980a26541e1c893934a4b444cf787c0017939b1e" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dewpider/dewpider_ambient.ogg" +hash = "feb55617bb3eeec1099815d64152b1f932e82ba95d48cda42e8f38e660ed56a6" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dhelmise/dhelmise_ambient.ogg" +hash = "50e2693bee232f456ef05ecd61f696be6f3f1f5f42364af785e6f462b183c002" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dialga/dialga_ambient.ogg" +hash = "f0a162785a9090450b1be2e92a256796fe2b41fbfaf2a895d773850c18eb276d" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/diancie/diancie_ambient.ogg" +hash = "dc87aa5cfa08890ea089808d278c375853fa8b36e6ad6f046787f1289a3cdfdc" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/diggersby/diggersby_ambient.ogg" +hash = "67a5f25c07b00cd427910c1fc7d7242d0d89347c61e09ff2ac06db361ce7df9a" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/diglett/diglett_ambient.ogg" +hash = "fc27635f89c49650e733fc77f9f8faf5cb23a019c75d4a26a3445d398a580f67" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ditto/ditto_ambient.ogg" +hash = "060beabb686103143b0f030f79f0e5debd904c711da20b397908d34384b2ec51" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dodrio/dodrio_ambient.ogg" +hash = "8135f88da5a9c6ac05c67bca46361ba8673e86bd3013e499d59208ad1dbec085" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/doduo/doduo_ambient.ogg" +hash = "525fc508834a43a366f630756b2c532278a675d2239b7ead69313e1e47d16992" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dolliv/dolliv_ambient.ogg" +hash = "3e7a0a78c5da133adaebdca813b6fb47b8f656dca179615b1e5bfc05b64df101" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dondozo/dondozo_ambient.ogg" +hash = "e1bb7e62761e6c4c3895acae80f7c15a5126331e603b9d1a82f37344364b6696" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/donphan/donphan_ambient.ogg" +hash = "e97ceb97699984b3811b33352e2c7416a2e48a13d55e54eb8ff5e3167e4d77b2" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dottler/dottler_ambient.ogg" +hash = "b7257d7ad695662395c58c8538a0c64ec8a2bc561f4c97a246c8ab6ff15ff9f1" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/doublade/doublade_ambient.ogg" +hash = "6249677095c58d627aff2ad18ddfb156d13df9207c94befb05bf5426dd062388" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dracovish/dracovish_ambient.ogg" +hash = "cf40e742c2361627943f0054c043b705f7362ef427d06dda7ce28ffcba3cea15" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dracozolt/dracozolt_ambient.ogg" +hash = "746bcb8c3163139e52cdde5d7989104918f930cff39a3cf5e83c41058331d00b" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dragalge/dragalge_ambient.ogg" +hash = "cfea4b442370b962cd2a86a045f56500b88bbfa1c3c304a50c5517431dc66977" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dragapult/dragapult_ambient.ogg" +hash = "00f50b1bd1d0d6ab13298747f9be8f7b5bb7b58c1849dd818a7a49082e50d068" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dragonair/dragonair_ambient.ogg" +hash = "40009a36e9ef0644bf7cd83f439ed90063209870689c06e484529cce11b21b06" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dragonite/dragonite_ambient.ogg" +hash = "e39d20babbac86e103f1b8e47603b32536bb52cbc2141ef627105b43546d4249" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/drakloak/drakloak_ambient.ogg" +hash = "a8aec800fa6c1d9d85d451a0962a00d145620a5312c215f9e9cce3b76c8285d9" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/drampa/drampa_ambient.ogg" +hash = "f7f20c5058e96fdc7eb9daaf23f94389b4fe933b0084dec56b76b5294e4826a0" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/drapion/drapion_ambient.ogg" +hash = "a3c4db03139422b3873548c9b23878319ace5b2d5fc1259c1428e9d2eb3681ef" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dratini/dratini_ambient.ogg" +hash = "5e6c6de3e1b8dba072d684cf1a08ad69c5cbfdcdef581fc694e9636bed59f5ea" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/drednaw/drednaw_ambient.ogg" +hash = "edbfe8146f25d35cf823b6e05ecda888896b25c4f60b33892f47aa29a784c8d1" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dreepy/dreepy_ambient.ogg" +hash = "528d42d6f878f6ab15d7428568c457cd9672238a399b005705ff7c6ad43655f8" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/drifblim/drifblim_ambient.ogg" +hash = "3bd9d1352af852f66088719a1da2022c455b457b6ed9f071ef9c0928ecb03519" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/drifloon/drifloon_ambient.ogg" +hash = "533207d954fc466a5a1086d37ec987e7a172a94e6d790bfbd92dd59a5a80a4b2" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/drilbur/drilbur_ambient.ogg" +hash = "093ce41b60bb95617078fbb8855faa3b537630ac5f162982d40f50da903d5566" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/drizzile/drizzile_ambient.ogg" +hash = "6da6a7afc515932278d8fa45d0850427efb076db650d9b10f47f75b9ca013784" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/drowzee/drowzee_ambient.ogg" +hash = "8ab63520d24405826b8bf36024e15b6385c3abcf65127b7261fe744817775ec7" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/druddigon/druddigon_ambient.ogg" +hash = "7deb3f7bc0e5270e19d771c0a565639cdfb439f2ac6a157737991b44df363895" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dubwool/dubwool_ambient.ogg" +hash = "a01530e2c4b80fbb68b5e2f25795c8f6b3a3f7b1373be1de833a9191933a6695" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ducklett/ducklett_ambient.ogg" +hash = "4829b2e70626d94d37f3f75b88b6e49cf09122c1eb646e1810bb7dd5ce5f40bd" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dudunsparce/dudunsparce_ambient.ogg" +hash = "048d8bfc7849173af5dd845f4443c5c260a9edf68637397be346447d9129e34c" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dugtrio/dugtrio_ambient.ogg" +hash = "81e35241472e40f71c05670683a42cc37cef95d104eb9eee62c7e5667b94db0e" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dunsparce/dunsparce_ambient.ogg" +hash = "60b185ec64ab6167a5d37f60d32fd0c1ce12535f39282a827860654c74bf305e" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/duosion/duosion_ambient.ogg" +hash = "14a94c8533d378ef305c2cb6ce42a020c05272cf3844bd71e749d6ab0b559aab" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/duraludon/duraludon_ambient.ogg" +hash = "b6895e5cfb89ae97efd4ece30a8b561e6bd412ec140b5ec94395b069b15fca5b" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/durant/durant_ambient.ogg" +hash = "4fe057f3f56c72b5de73e0e021e675f6bb7ef5ef341e127969ad69d0124d450b" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dusclops/dusclops_ambient.ogg" +hash = "85f09a5d5bbf75bd9df0843b06fc7b0a2c09dba2bd14d168c25c00cc1bbc9bf2" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dusknoir/dusknoir_ambient.ogg" +hash = "aa90566997ea59ece08b672ebc87e78d94dbdcee9204f15c6ac85844c416b8a7" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/duskull/duskull_ambient.ogg" +hash = "861ef780d45ead85ff4604b735c58e62a9d1bae38b5349d0788e8c4934dae8ad" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dustox/dustox_ambient.ogg" +hash = "3285ee4f05b49be2fd3acca25687fa6e774feeff306115a3db624a3b44bdf6c5" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dwebble/dwebble_ambient.ogg" +hash = "41ecd88e900035ab75f6f09fac20b8c952cc57475af9bb825c4787ccf64a1ff0" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/eelektrik/eelektrik_ambient.ogg" +hash = "6c414c9b97c388bafd8460c10a7b910838708d9332a82fb69dac569053f36dac" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/eelektross/eelektross_ambient.ogg" +hash = "b14d08c6d13e6f44fa695bb4e9f74d18813b9219144833856c1467653cefc61a" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/eevee/eevee_ambient.ogg" +hash = "513375698e55d9f761db7fd9581c87bb3c2ff43394d2ddc66e7e1c01ece96d17" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/eiscue/eiscue_ambient.ogg" +hash = "20e78cebf8b4f8c0a7d0fa0c202c2ae7a6a9d683e6721deb0299585773cb8161" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ekans/ekans_ambient.ogg" +hash = "9e0b9492cd75e24b14725c3aee762f89a1ce7436aed0bb13e72282f1faa4a628" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/eldegoss/eldegoss_ambient.ogg" +hash = "c8c6d4257a7a4f5496ed71d8859833e5ee218c96e3f8c575bf2cadb02d6b85a5" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/electabuzz/electabuzz_ambient.ogg" +hash = "69e9559bd0861c1c580752c903e29121459115b34523000550496fe47ada7ce9" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/electivire/electivire_ambient.ogg" +hash = "24a0f4b965450230ac5316f5c479e9ecae1df1d9e3d03e1fbe6cd23f1e641148" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/electrike/electrike_ambient.ogg" +hash = "c1b9c7e4c879818ef94b1ba9c361231dbbaa3cbcaf5f635ece2c4b0ca3da2405" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/electrode/electrode_ambient.ogg" +hash = "4325709b89c799bd88f3b2308ffa5dbbaa137e7ee940efe0592269ff0bbc9f3b" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/elekid/elekid_ambient.ogg" +hash = "abf12d84d434b5114c215e5a005d39b6fd516daae7bd1df8878b3b760b49ab27" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/elgyem/elgyem_ambient.ogg" +hash = "165cb68aeeb9d70d75223f4b2df6f57e9422a2789078db258e629554466715ca" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/emboar/emboar_ambient.ogg" +hash = "855a074e81d7acb73654ab5c017ed9f54c44e6145ec2f2cce2b74c11a3132e81" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/emolga/emolga_ambient.ogg" +hash = "8fa701dc7861b58d00b1a08aad964da7d73c1e8127838edf6e994156a51970a3" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/empoleon/empoleon_ambient.ogg" +hash = "b9f02a61dc03e36a60690f2cdcd5cb4da4cc94218e1d28ff271e68cc3504ddb4" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/enamorus/enamorus_ambient.ogg" +hash = "d22cdd7f7346137277b9bd1e994fc78526262b5061b8b38348d64bf382c671ae" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/entei/entei_ambient.ogg" +hash = "4f571a765dc56c8421450e7f8e2cd2c32ed8272d48667e955a2de46452cff630" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/escavalier/escavalier_ambient.ogg" +hash = "6d17bd41fff0f9cc70b17ec948482d18915ec30c0f3d838e708ce7115a1fc1a6" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/espathra/espathra_ambient.ogg" +hash = "cb22084368340a147dd92595f2437c2fc27b1f228b8ba573ddf305d52de9c42c" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/espeon/espeon_ambient.ogg" +hash = "6554fc572d5494bac3cd53056c47c780abadbffea2a48bfd4cc5faf608d80c85" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/espurr/espurr_ambient.ogg" +hash = "a02684c9e5e0ee1c39d10da3655ad1c17d2cbf9f2013dd3c77e3bbe7cfc4ccf6" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/eternatus/eternatus_ambient.ogg" +hash = "2cca11f175c23c81024345a3739b5216aecfecdcd982305b00a9679e17451c40" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/excadrill/excadrill_ambient.ogg" +hash = "0499f4d0f2d9af03e8c798c51f0e557a19a6b830dafbe07699ec25228a697371" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/exeggcute/exeggcute_ambient.ogg" +hash = "44ef88cbd41c52daff81c4dc3d0688b1020a769491e539287f688c8df29d37e4" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/exeggutor/exeggutor_ambient.ogg" +hash = "6bbc0a9e115e0de728b53b77619eb5fb01754147ac4dd5ac3e318bf18b040ae1" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/exploud/exploud_ambient.ogg" +hash = "70e070b04e0ebfcdeef800c5908ccd348aa8d0a53c3fc700de5f95951a06c12c" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/falinks/falinks_ambient.ogg" +hash = "8d7327edc20b754c63b78b74f6de21057b6dc7ffbc5cb4246e0d79cd7303ce30" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/farfetchd/farfetchd_ambient.ogg" +hash = "20ac2e7b9498b73fb89d6659489336d87ba141af9ec95f75b0c24e206d4ecc37" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/farigiraf/farigiraf_ambient.ogg" +hash = "21eac158491e1645c45ba5b30acca4758e3be9eec50db26bed5c644641cfce68" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/fearow/fearow_ambient.ogg" +hash = "923d668824520b86dbc3d6d2ca5e09280ff1676e37d291d4586d353dfd0e3774" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/feebas/feebas_ambient.ogg" +hash = "ca7785f3128150b2ab74272f3a836fa61f1e6c65ec6bc46f81728a87c8e8e3df" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/fennekin/fennekin_ambient.ogg" +hash = "e1a720a476616cebdb1d5becf5d188ff80cd8e31a30f9d9933052809106fe660" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/feraligatr/feraligatr_ambient.ogg" +hash = "8dbc798ebd1b6ca6cdd5516c9f3995199d818ce4ff634b7ff3302c49cdf4ee6d" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ferroseed/ferroseed_ambient.ogg" +hash = "498d8fe6bb4f531fdb42b1027ea0e8be93c6777b2b860a186e1bf7787dc28669" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ferrothorn/ferrothorn_ambient.ogg" +hash = "48acc5301158ffae6a803a52fef54da776204ce406936ad57923022be40be54d" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/fidough/fidough_ambient.ogg" +hash = "305a84ae2638b0b5d0c016d896d2f2167964994313eaf93287de797141d9e0cc" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/finizen/finizen_ambient.ogg" +hash = "8976015325da8fa7764d1c92b048dd8888cce67791de1c83d2ed184c0676eba9" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/finneon/finneon_ambient.ogg" +hash = "154fd17b93ada27faf9c47621b0dd882a3e27616f78951007a7c8838dfdab908" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/flaaffy/flaaffy_ambient.ogg" +hash = "121183200c082f6cb28cb7720157c8d6f3eef9e7aa5bc6234b34ba4ed35221f4" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/flabebe/flabebe_ambient.ogg" +hash = "790fd51ad1b8e13da1f399daf494ed265d4720f1c8ac65baecc810ad77d54052" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/flamigo/flamigo_ambient.ogg" +hash = "80ad26968aa7f7640f4f7a76625a8dde3fdfb7e5b32087e48ea6fea72855271b" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/flapple/flapple_ambient.ogg" +hash = "3ba96fbf83d3c597daade3bc77716f3f7422ce94a15702b0bed05d3609232212" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/flareon/flareon_ambient.ogg" +hash = "59cb8d0df8d7586519dabe75eebb861b106e0b53b0aaae6089851e007c015a38" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/fletchinder/fletchinder_ambient.ogg" +hash = "20aba3f75601c6e838fe1d223aeb60bf997797d8a116c5e72afff8b468dc75af" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/fletchling/fletchling_ambient.ogg" +hash = "55a10dbc81d3c15f5fff44662d96906a01b5455bf809b3ce87210bee369ae8f5" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/flittle/flittle_ambient.ogg" +hash = "6ba76697351ab38e9bbab0fba3a16d3979cefcc91d62ed4edb85cfd67317c5af" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/floatzel/floatzel_ambient.ogg" +hash = "899915ca71cbd412cc5dfdc8c24c8a617f16c29b6cb5643c6c44da6b34b29253" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/floette/floette_ambient.ogg" +hash = "3a8b057ffa61763619e02c1aae6738afc3117edebed2f0b184e176c83d73a6ae" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/floragato/floragato_ambient.ogg" +hash = "d6c911d7406a649e1442d685b03242765d5cbd1b3dd0f3ed2fc1c166b600773f" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/florges/florges_ambient.ogg" +hash = "421ba610adb4cf41823ea753eee0b0557cac1b3acc85773cb883032df85b5c5d" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/fluttermane/fluttermane_ambient.ogg" +hash = "410ad53f2270cf43f5d37f1b222e3532e11e03e9717a6e6336fa8d570bea4a3f" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/flygon/flygon_ambient.ogg" +hash = "9c2b8b0091e64cd4f5c192584c00a3cda96000320be8f5f0f037b2b8fc7c34e3" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/fomantis/fomantis_ambient.ogg" +hash = "4a93102bdf0a58ba3010003c11c1022d639cea94e833b515c2ec01c0adec7257" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/foongus/foongus_ambient.ogg" +hash = "7dbcf02f327206cce34c5e3213442c3349abd1e24b22475f4fbe7553779bdf28" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/forretress/forretress_ambient.ogg" +hash = "ed854bc446657a37180d9981e411d94b6e752aef7325c1335dd8e293fc22a4b0" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/fraxure/fraxure_ambient.ogg" +hash = "e9667270521d59f5ef95620d7acb1bc96988a2a544a9194a792714cec5eae731" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/frigibax/frigibax_ambient.ogg" +hash = "2d7560affb3ddb6b934767971a8f7c439e2e19a5060bff377f2e710e2cda6b97" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/frillish/frillish_ambient.ogg" +hash = "df9fa241eb3d3aeb43ca4250afc203778e4da0a37c5c52c5b8566cce22186f59" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/froakie/froakie_ambient.ogg" +hash = "e873b4556af0932c43b8ecce1e9003c298a47120be58e84f52eff7b50681fd0b" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/frogadier/frogadier_ambient.ogg" +hash = "916d45b3d5b8fa888ebbe991a4b18d4e08658642ff11a946f6068c05933a20d3" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/froslass/froslass_ambient.ogg" +hash = "1fb2361f1969bfc8753c3d69e019ae141798bfd9ee81ad83aa33fa0d80770314" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/frosmoth/frosmoth_ambient.ogg" +hash = "bc246db1b64868d52d04967b0d9c0423d88a98cfa2a94de99f14a343c14709cb" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/fuecoco/fuecoco_ambient.ogg" +hash = "0b8e6caa889f62b9f0f626474525bf9c83bbafaa6af406739660667681775289" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/furfrou/furfrou_ambient.ogg" +hash = "6a1a14de96f8f7d23f9f70a3daf1ea0a3c4d9ae4b7e05692d5e7ad6f9d01f5cd" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/furret/furret_ambient.ogg" +hash = "05ee389ce5bc1ee65aeb5705a8d5a176a4bbd9d397e17f6ae9638feac141e562" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gabite/gabite_ambient.ogg" +hash = "9885602fb459d42b393ecb8bc134340adcb65d7c79115443bda248f8a4c82184" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gallade/gallade_ambient.ogg" +hash = "f1286403fe88e39df297ffbadedea06582d6a895155683f5c4e2d77c92524f1d" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/galvantula/galvantula_ambient.ogg" +hash = "2184436c56b5093712c0b26cb626d47f1dcabbecf99c61fa469eba3e746a6eac" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/garbodor/garbodor_ambient.ogg" +hash = "72cb5afea7beca262161cb21e10b7de3f21a241273dbddca6f545278da03687f" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/garchomp/garchomp_ambient.ogg" +hash = "ca98571df122b94e92388cf96c8f8f5fa7333a6477f05a0f312ec04d244e95ce" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gardevoir/gardevoir_ambient.ogg" +hash = "fd3bb064960042ff1d646451047e67750bbf186f87ebc086ca4a7b14f67db23a" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/garganacl/garganacl_ambient.ogg" +hash = "0ad5a3f4a7a0dc41ee3058fc37ac5cc3ccaab3ba5b698c0e54b24146240d262a" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gastly/gastly_ambient.ogg" +hash = "590582e36b2c241506ab08882db4bb3d7e3b640158abd486bc862303c4dc27c8" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gastrodon/gastrodon_ambient.ogg" +hash = "2e10719d4bf91920182ca26ff1d737f8f9e469e53c9e2707322177ee07c7b361" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/genesect/genesect_ambient.ogg" +hash = "b11d020f92bacbeb8f80a777961214b1e3f48f9dfcba6907f45072bc19e7a924" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gengar/gengar_ambient.ogg" +hash = "110415b8936d8ea9ea138b0504d8f49d7a55e32b6a063a9544dd7af147b47bb4" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/geodude/geodude_ambient.ogg" +hash = "41b6ff2ac6244905c946098eb7966109fadc5ff732d0342a809b36a425bdaf80" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gholdengo/gholdengo_ambient.ogg" +hash = "5bdcd7a3dc0d292cf5f0bd8fcd08749b394457b93eb4f015fb47478f5f33a093" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gible/gible_ambient.ogg" +hash = "7486a4907a52efab94c79cc1bca486064d42a040920ea350ba7427be7432b3fe" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gigalith/gigalith_ambient.ogg" +hash = "5aef05063d48552d9d5b1de80dd877da73a7d3d272a1608b21db43ce2ee6f350" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gimmighoul/gimmighoul_ambient.ogg" +hash = "b1833ddd2c55fd3d465fb38b58d1af69f3fb096525a4038171a3db08eaf6c76c" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/girafarig/girafarig_ambient.ogg" +hash = "5e688e7660deb637b8b3e4701902f97f4796799265047c795b61720ab9a3801a" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/giratina/giratina_ambient.ogg" +hash = "3b0bacc617a92e743616730c86fa7faebc9264fb879bf4e3fec24d5e218bf87e" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/glaceon/glaceon_ambient.ogg" +hash = "d0cebf250b7954a93e45e5272e941cc8b924cf099762120779245eda60d8a606" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/glalie/glalie_ambient.ogg" +hash = "59071bd3f5e9da3dcdd7f3aac9e4fc90fae9b342ad873f30a83c471957edb201" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/glameow/glameow_ambient.ogg" +hash = "06c1b4d869f976f2aa9bd5bdb6518d6800d9f0623a15761abda7e348dad01ec3" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/glastrier/glastrier_ambient.ogg" +hash = "8e1a123c6760ad0825afc2a00ab0fee5992ec1ec0b0afd1a9c42bb1668671c59" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gligar/gligar_ambient.ogg" +hash = "9a034e4ad88a8f8d03cd7efc2e94f1993b1aa74730613ce028507b435a41aef8" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/glimmet/glimmet_ambient.ogg" +hash = "351c5b285b1379c2129143d0971cc208cd120c4a1cc6bb7e01272559a0c1120c" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/glimmora/glimmora_ambient.ogg" +hash = "1e9b7bba7845ea4a9fd312a4e2d17e21bb2c0af5b9cdecfadb0fdea632770626" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gliscor/gliscor_ambient.ogg" +hash = "acc7f41d46694a5c4e163704779e3eed705bf2ca8fac6af6503b9a0cfae7f38a" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gloom/gloom_ambient.ogg" +hash = "eb6679ddd4e738080dbb0ba9bb025b3a4f20e9327a7c5f40953592df67abce34" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gogoat/gogoat_ambient.ogg" +hash = "2b62b5a4db8e1f8bc8b11e4de3be12f30ee8f82c22f48d429edb0f8a0b528be9" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/golbat/golbat_ambient.ogg" +hash = "58dfbab489f8660c3b740d49c605c17e5c111255e63de08b5bc92afdf1c48c43" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/goldeen/goldeen_ambient.ogg" +hash = "000a1d3789d7516a2268c4c37b900456ca1a3c1dbf67f5df02e03da96ef60cd6" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/golduck/golduck_ambient.ogg" +hash = "7cb89401a46b1a4024e0883d11d75e90a1b75626277959533ba47691ae6da0ad" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/golem/golem_ambient.ogg" +hash = "707d486d27f89d2d2a836e0edb0c49fcbf4777cf1768de71466137d6cd9cbea7" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/golett/golett_ambient.ogg" +hash = "bc95b14ec363c5bb7d74470b20913b4aa62559e0c04c5f16bee4cbf1b83e3be7" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/golisopod/golisopod_ambient.ogg" +hash = "4ebae4191107fa16de8bc39543c3bd5931f93a73d94cad3eb23853712d727f61" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/golurk/golurk_ambient.ogg" +hash = "64d0a2559c4dbda58cb82385c856678c06f66737bc4eb0df6820f6a7f8754103" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/goodra/goodra_ambient.ogg" +hash = "c4d82d584f2742d6be10dc76530d5f46b0c3e41c7cb025deeee67e23f3317fd9" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/goomy/goomy_ambient.ogg" +hash = "0b5c1d4ccdde4805578482eb227a9683cea0f09c42ae9abd64adfcc16dbb7a43" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gorebyss/gorebyss_ambient.ogg" +hash = "46fd89828b82cd8b14fb0d20cc18b02d5d6972d691ab56dff3744438d6006a35" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gossifleur/gossifleur_ambient.ogg" +hash = "a10b5a043de1ce21e5bcfd3af01a9ebd780adc0940511dfd364231d50b9c9a15" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gothita/gothita_ambient.ogg" +hash = "b32444fed3da04cfd2b318949ac44e59cd74e58411de614ca93ab31ff59847a1" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gothitelle/gothitelle_ambient.ogg" +hash = "ea9eed1fb764bf3b43a91caad951d93e6c33e875a3d185f572775d22ac00594f" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gothorita/gothorita_ambient.ogg" +hash = "1fa5b42d70c60eda8eb15afd9b4ea5e8cf975457d576d667b1df865724a83d0f" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gourgeist/gourgeist_ambient.ogg" +hash = "e980d3a690ca8bd74162ef5f844d71d7d18f32278a82a7ddcae3becddcb63e49" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/grafaiai/grafaiai_ambient.ogg" +hash = "b75826da8404666a60f683e4087064542b6e53ed4a31178b903322f3f2837ba0" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/granbull/granbull_ambient.ogg" +hash = "a8d0742e0804609dc5af8b9f061251f43570ef7ddba2bd3921348588021e2b96" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/grapploct/grapploct_ambient.ogg" +hash = "98dc731b035ee4b950c4ecdb3d66e29d5e3642b49c13bb090f154315be4bb925" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/graveler/graveler_ambient.ogg" +hash = "5ee5a3ba4cb75c05a178c5f2303a761357880bb529b0604bd25452c92e3dc451" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/greattusk/greattusk_ambient.ogg" +hash = "5fae07da4f9fee5981c38fd0f0ea60e43009f67ecf63399271cf2af289c0bbb6" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/greavard/greavard_ambient.ogg" +hash = "21c17f896e55ad3c93af70a950a2572f9c94a00e4b3ed4cce48ad7924f32a240" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/greedent/greedent_ambient.ogg" +hash = "20c2d6986330116c7612641b6a607ab2dd31f28f7d5607e0e4bf7340c5b78667" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/greninja/greninja_ambient.ogg" +hash = "7a35bd31a0f08c184b5bfb3abce7804d3c120da032064d10a7e35fa36ab7d351" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/grimer/grimer_ambient.ogg" +hash = "d79bc358029276b8cc9a4cc5f75ad22d26c4229188a47969f61eca49bcdb5177" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/grimmsnarl/grimmsnarl_ambient.ogg" +hash = "4de94277f4d08ae68cae32cec445b8b0d7650380a2976f6e8a691c41fc3d2d8a" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/grookey/grookey_ambient.ogg" +hash = "07d14b5c60855aa2d0e76bf50506c6453bdfa146d300120af57c78d28192eb40" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/grotle/grotle_ambient.ogg" +hash = "b42e7d1ff15ab0c7a7add633ab708cd347e962cbcf4db4882731ab607c1a79f2" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/groudon/groudon_ambient.ogg" +hash = "103173da64beb714b239d33f795c58b52951a315745093487327b931bdb38edf" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/grovyle/grovyle_ambient.ogg" +hash = "62e7394a4f415ddf9a2de952f1d9b95954766d8a8b58d4481c0ce05846fa685f" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/growlithe/growlithe_ambient.ogg" +hash = "801607e1befb10dea07401bd404b46fafb50b73cce5010e116e5ed74c9e53686" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/grubbin/grubbin_ambient.ogg" +hash = "7945ddddf7be31b7042b17234c2db30ef2e47c86fa8063f28158241984cccd80" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/grumpig/grumpig_ambient.ogg" +hash = "19be050786d4838080f7738030c33445ec9e3bc951e080dec59964bc99b1061d" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gulpin/gulpin_ambient.ogg" +hash = "353b95b31b7dc7af9a3451d44cffb772cdc7157889ed846318aec6f428d3070b" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gumshoos/gumshoos_ambient.ogg" +hash = "e7260376a00a86624d956a3f8100b7808b2b2a2b17349c015c128e0320396c88" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gurdurr/gurdurr_ambient.ogg" +hash = "fb82f266f1586391823a5c2ccf9bd081c1da5c21ac733a072872d4b9d5356f39" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/guzzlord/guzzlord_ambient.ogg" +hash = "d48fc7f6b644a061b31fa90dbb39cf24a1a5268ac9705a2fb5a166e52a22383f" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gyarados/gyarados_ambient.ogg" +hash = "0c67691112e8c877326d5fee30be8512aa6cedd494197a2b0456c8d8a7850574" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hakamoo/hakamoo_ambient.ogg" +hash = "cc3877f4412817af0cd381c24f87dc3047e64cdf2a9bf97243669dc174e4e50a" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/happiny/happiny_ambient.ogg" +hash = "dfdb0a7e98fe8b6139ce029cab33ca81fe5ba46ac32f7dd0f97c57946adac9ec" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hariyama/hariyama_ambient.ogg" +hash = "bd48cb926eeaf542802b8dc6477371911163f343fc2dfc601ce781855d4f3414" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hatenna/hatenna_ambient.ogg" +hash = "278544cef125fc2994fa96140755a02ee6b82346e07cb64770e4eae8507c22d8" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hatterene/hatterene_ambient.ogg" +hash = "7c17af242f0e5925fd5e977c171c29db0b5b48d74bd430e4d1ca409bb3fdb9f8" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hattrem/hattrem_ambient.ogg" +hash = "50c1eef7beb7834658b66c7b1d43dd25e1a3d2ce570c80fe20b6568e8df9ebae" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/haunter/haunter_ambient.ogg" +hash = "23951438e26609a5b7675c57860424156635979cb16e8b8fc2e4799c691b415e" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hawlucha/hawlucha_ambient.ogg" +hash = "c42ed332ac0aef52e3b5a38afb18e603d971feccfb075f4659262554abc67243" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/haxorus/haxorus_ambient.ogg" +hash = "f06fd9e51ee39b7b207ec9832d46c50f7c9dea381082e6749e1d71f18c6e383c" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/heatmor/heatmor_ambient.ogg" +hash = "25166a29b33fc70038e3032d3829b6d101cd0a8df60dccea4aae15cd5f397565" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/heatran/heatran_ambient.ogg" +hash = "1d553f40c76499657b286148c498cdd22171c35c3f1417569bbdfffc49cbd7d5" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/heliolisk/heliolisk_ambient.ogg" +hash = "a2b439e21d9cb1bdb7d401dd975ca01aa1c014436a1ab8b773242b6430d72ac2" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/helioptile/helioptile_ambient.ogg" +hash = "9c1e59c0a4d0023c97630008195cf9ab6eee7b954629b0843600fd7252198e65" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/heracross/heracross_ambient.ogg" +hash = "3213ea02ccc0a19561f4e7d28e8617bc8b309eb77d323f97d2a68ee99b20b1a4" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/herdier/herdier_ambient.ogg" +hash = "a0b7607d96f242ee68b0d093b4279963dbd576b2d0d8fb792a35a23fc296c2b3" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hippopotas/hippopotas_ambient.ogg" +hash = "1fabbc6976ae7d6d59bd886ce70e607edff0aac704cdd9057b9cc0b7bd0f1eba" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hippowdon/hippowdon_ambient.ogg" +hash = "91561a368786a5e22cb2a176968c5e33cf028863e4941c81df73ccbf1b99e9c2" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hitmonchan/hitmonchan_ambient.ogg" +hash = "d86cf9587ae342f58ba83dffc9f09cd7f1f0db839d7c46af1dd3ed95c9a98625" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hitmonlee/hitmonlee_ambient.ogg" +hash = "69be3e8e1f17293c850a0ec81dd80de956f35d17fd286e9001627c315436bb49" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hitmontop/hitmontop_ambient.ogg" +hash = "d7979ff35f7c69060d0cdabbbe74cfcdde9e9bcd9be4f8e291e5e0a130997996" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/honchkrow/honchkrow_ambient.ogg" +hash = "23b806d71c00b2008dd765a0c201f04d3ae599a07f62c2aa26411cf772e27086" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/honedge/honedge_ambient.ogg" +hash = "5400380d639601d6c93bf8188b2ff50a03f45f0620a8b60e1944a6691fdc73bc" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hooh/hooh_ambient.ogg" +hash = "8765a87dc1e573fef0645cc836d1b8e7dee199cb327d4faba00238aef00e232d" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hoopa/hoopa_ambient.ogg" +hash = "19fd1d7424b01d9c94f63969e0c4ecfe2d6ff6937a8b60bb9f670b82543e59c1" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hoothoot/hoothoot_ambient.ogg" +hash = "f4c6e9e236c3963293780c7b22d18f01ed0ff0df9dbb9d4f3541d75041edc793" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hoppip/hoppip_ambient.ogg" +hash = "f4e84a36a5f798a81183b274937afc7a76e2f0d3529bd532b4d969c3ca68b0be" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/horsea/horsea_ambient.ogg" +hash = "c236d2e929c70c4ce5a842f54393cf332e16fa50e36fec748debd895e8b7639c" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/houndoom/houndoom_ambient.ogg" +hash = "93ec52ce049d2b14b953a82fc876b4173b568364eab45c33b7a27ab726bed9e6" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/houndour/houndour_ambient.ogg" +hash = "8321cd786cf03f4c586016fdd7467ddf0e3afea8e82fb3c675ac451dcd310a49" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/houndstone/houndstone_ambient.ogg" +hash = "5dba79dcdbf2aa82ccf92e474bc9586e92697b43554834fec7613688fcae3443" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/huntail/huntail_ambient.ogg" +hash = "c95ce0a6c935e455a4e4f043657117b2c7297f4062946ac64a57be3f0d6fbbe5" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hydreigon/hydreigon_ambient.ogg" +hash = "bc70902fbbc41f558cb23d327c8b31b1ad6346d25cb25b86021d90d2eb193283" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hypno/hypno_ambient.ogg" +hash = "c0dc018717ff4c151898574a0dc460634e80aa77fe6dc0bb421f0459429d7c12" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/igglybuff/igglybuff_ambient.ogg" +hash = "a7513f38465035f02a6276db1741ae7cc63a6d7173594414e8adadd9871cf442" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/illumise/illumise_ambient.ogg" +hash = "feae10b369a955ab48c8b11172254414f14ce308176f993aa58397ade6195125" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/impidimp/impidimp_ambient.ogg" +hash = "2803c6d31dff5a69c9ae61a823f0e770358718188ae93b8f66243b8c62617ab7" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/incineroar/incineroar_ambient.ogg" +hash = "194dc007b4ad3a47cc68687d7cabe7ad5b7ab75d3a6c83569c0a7d5bff3e35df" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/indeedee/indeedee_ambient.ogg" +hash = "51798cd5e55face1ca01b4564b32607d8f650252d06262a526d3596e35c7d24f" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/infernape/infernape_ambient.ogg" +hash = "4b77de933dfd663fdfbd65b2a2f19cd9a75a14e6a2d9025430afb9c412ce7687" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/inkay/inkay_ambient.ogg" +hash = "1026a32c3d64cfab70f52a3ad106eb31bdb03374b525e19061e7409555f9f1e8" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/inteleon/inteleon_ambient.ogg" +hash = "f6a38ce133a8659c7850852c7efd3827004fb62a12d61fb9a0b337b57e5fbc30" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ironbundle/ironbundle_ambient.ogg" +hash = "6abd2912f5cca1608dc8d045d4be28ecc078d99d578fa5bae7792900834e718d" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ironhands/ironhands_ambient.ogg" +hash = "30b7e41048af921de4935475cdd4411fe422dedab87f0a0b8fc586ae207ee04d" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ironjugulis/ironjugulis_ambient.ogg" +hash = "a8fbc5f552728515b2dc659be3e08d721554452636da7b9566a74bbe8822a541" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ironmoth/ironmoth_ambient.ogg" +hash = "ac7c5472a8e6a400026df4b75e7b31e9f74769509e5a897eb479aab063ed374f" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ironthorns/ironthorns_ambient.ogg" +hash = "6888074d136acd819a1600f1fadcb937abb0bb37f7f44669c94149beaa254027" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/irontreads/irontreads_ambient.ogg" +hash = "319b036b7f7b8b6f54cb8b6979763d36bc0c399439d956568b8a2aad98f0e45b" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ironvaliant/ironvaliant_ambient.ogg" +hash = "d5281e921ce0d265786f428065331296b37b9ac1af4ecd66b5861a185f8984af" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ivysaur/ivysaur_ambient.ogg" +hash = "b18206c8765969cdcf137c45a44431809457e1411aad89a55e6b0f4b1a9225ba" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/jangmoo/jangmoo_ambient.ogg" +hash = "db17b8bae6e60a700c441c546ef2827a210eb42141c6695194afd3bbdeb1621d" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/jellicent/jellicent_ambient.ogg" +hash = "68b5fec8afdc0df76f3db09abbd898d2282c5decf8b44f66afc5444860c6771a" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/jigglypuff/jigglypuff_ambient.ogg" +hash = "3b3a112601d0cebbc8ba692b9d6fd289291be885e4c16a6387a47b5fefa819ff" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/jirachi/jirachi_ambient.ogg" +hash = "2c7792e1c1a1c7398669c664159a8aea92ee0af065974a299475995c7a513d66" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/jolteon/jolteon_ambient.ogg" +hash = "cdb96d269b1a99494c9694b8c57db81241ce0d7a3e8868e8c1b9b1c1190a1e7e" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/joltik/joltik_ambient.ogg" +hash = "47e54f1143c69d90d3c40ae95dd0801f6cf1e6689184d58c340e19487799f3b4" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/jumpluff/jumpluff_ambient.ogg" +hash = "bd503a7db36e70f99986b13a321e73e7397a2180871fa1f1e081e8fdc30b9de9" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/jynx/jynx_ambient.ogg" +hash = "8d6949811d500a2fe1ccbcc98f122931710b3afca7ca084f926063b36503656d" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kabuto/kabuto_ambient.ogg" +hash = "a053c53cf1ebd06843306ebd8df89c43e013069290622cd5cdc3147f3f0e734a" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kabutops/kabutops_ambient.ogg" +hash = "90363e709ac613f81684a0f56f6244dfe8142525e3c21334cf41d048d33deb1a" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kadabra/kadabra_ambient.ogg" +hash = "f00000a92149a7d94a57fcdd2071631ea33f4cd6db9459ff8f24ffbdfcf87587" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kakuna/kakuna_ambient.ogg" +hash = "1f3d1a9149bcc0066780a1020aa0102e4944fb245c09268ed6383d97115dd3eb" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kangaskhan/kangaskhan_ambient.ogg" +hash = "d732c60f9da1a0e12245ccf1d9966992ebeada190d1c783fca71f7918357f0b1" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/karrablast/karrablast_ambient.ogg" +hash = "cf2e0f5b494c112c59cf1d00d333655278963912456dcd887aedb646e25e7e7e" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kartana/kartana_ambient.ogg" +hash = "5065d040ce6cf28ddd0225fc99660c939353e15f2f4c0ce94d88e0cdceb6a428" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kecleon/kecleon_ambient.ogg" +hash = "af433b35ceaca96131c12cdb9cb3fd98a114bdc745c4fe42e244af31aec8c981" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/keldeo/keldeo_ambient.ogg" +hash = "0e0a810402db2e4f39ff3a520e9e447582e960812b442926d27488f27c1a9e05" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kilowattrel/kilowattrel_ambient.ogg" +hash = "97641048a170dc6305977cc3ca41903d0fe2f1c50cbf8ea72d8e4d2b9a055bb2" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kingambit/kingambit_ambient.ogg" +hash = "dae5e9f893a594a088053426e1abc0136e936d9396ccb06755a100504b86fad3" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kingdra/kingdra_ambient.ogg" +hash = "45456275ed2bc44af5005ea2b9a29074c9784599eeb59b6f19faff53e1b24b36" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kingler/kingler_ambient.ogg" +hash = "1af7fbee5a6fc20c6e01b1fc753b476bc2e8edcf8e0edc710927c8761f86cf30" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kirlia/kirlia_ambient.ogg" +hash = "0ef2f58148cd6cc1ac275343d0a00883cd3b66d154bf00126be1a2ba74051cfb" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/klang/klang_ambient.ogg" +hash = "ff61ac8636e548fe20c9f93fefad16149dec9e788751026f629904eb59ad7e43" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/klawf/klawf_ambient.ogg" +hash = "6b827560a1fcc19b3897e3871b30dffea46bd62ca67fa11b8a125649d3dab1eb" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kleavor/kleavor_ambient.ogg" +hash = "0e5f0044a54b3945d76ae7d1b21e783ba4302e312fe4323f99fb9ac9cd01ed3b" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/klefki/klefki_ambient.ogg" +hash = "0bbbec28a1bfdf8c5555d6c4acd7c04e7c922c4d26184422260a1c8d99aed55f" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/klink/klink_ambient.ogg" +hash = "b3336455b99f123137e23fe6e17c607cb703f9f55aac3df871ce312b2736f2ef" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/klinklang/klinklang_ambient.ogg" +hash = "ad19d3a078ca053fab79b4354b4ed034ec068fb7bf1858781091d9f6c68ce99e" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/koffing/koffing_ambient.ogg" +hash = "f7403d2e97f84d9c17eed572bff5320f5dc66982b83433afb4a9448941b6e5eb" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/komala/komala_ambient.ogg" +hash = "f79ad1404462da5c9b4266de398ebe0a7a2926515f2ac9c8c85e5b088d873dee" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kommoo/kommoo_ambient.ogg" +hash = "9cd74c31e2623f88d526388053597a728741f6706616cf2a35474f03ff0941f0" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/koraidon/koraidon_ambient.ogg" +hash = "abf4700818c1b729007ca1d2aa1ab76c31b3310394becbb597e8faf873581639" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/krabby/krabby_ambient.ogg" +hash = "fcdd24e6a2f21c4a1b41eae9250627ae53d28ad80d0e36136d17af62eb77bd92" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kricketot/kricketot_ambient.ogg" +hash = "61ead259dedbf1beb7f87d19a7051b647852f569e1df3b528bd502f872984e42" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kricketune/kricketune_ambient.ogg" +hash = "7ba7c22110003b5aabd48c876a2658269f21f52846cb588c81ed16b66017c484" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/krokorok/krokorok_ambient.ogg" +hash = "1716739d08eafdbaff81e96768edd5b506bb49c8db68fee6d5b3dc4b6eb41933" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/krookodile/krookodile_ambient.ogg" +hash = "b663fc43e445f70ebda75d0b638dc16c1ae6b7a3613dda8b74c643e6edd3983b" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kubfu/kubfu_ambient.ogg" +hash = "50761344141ddcec7570c6d2afe8452b96379d49c17fe65140f6d2f267065d4d" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kyogre/kyogre_ambient.ogg" +hash = "f35092291f3ef4407e44741ccd3864ea91777b67fa0ff211c106e445dc22393c" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kyurem/kyurem_ambient.ogg" +hash = "725f1e9dfa0a0ebd34ab6c61e8ee4d08ffec2b97ee9726348ab7e657c02f2bc8" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lairon/lairon_ambient.ogg" +hash = "1cad08a7c338cc2c8fe8ce6194bda1bf0939abf2af11a072fc7713e46547c82f" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lampent/lampent_ambient.ogg" +hash = "98dbdbb93bfa3c4cd020d8922127aee4965304e6479116fd6b168e0d56cd8354" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/landorus/landorus_ambient.ogg" +hash = "bcf488f4810269fcb1b8434438a8cfaad581db516e8227ac504ec4ba043b85ae" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lanturn/lanturn_ambient.ogg" +hash = "4ffa068ed3f91cd35610e719bbd90811dea792252cf707fb508212f10c4eb4a7" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lapras/lapras_ambient.ogg" +hash = "7b3f97644dbbe72e28820a35b0e6a834d25115e43fe37673e45655f3f197525c" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/larvesta/larvesta_ambient.ogg" +hash = "1822ff1026fef85a3a4c5c24077829a2f63f5fcc6adf11d8da718d09c99c6428" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/larvitar/larvitar_ambient.ogg" +hash = "307eaf180398ddcfd435f380fb8c9f907dcf9f892570957026ec152aaf291879" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/latias/latias_ambient.ogg" +hash = "cca1a517160d566db62c0c7f940aa7143acb6a61e216b91705654a609f09342a" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/latios/latios_ambient.ogg" +hash = "387db0de1ac43ff513ece6e2b42c13b48fbbef0dc4081a34dd601e99df1638bd" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/leafeon/leafeon_ambient.ogg" +hash = "3d47e870a967ca2797fa288b5bdc5ff14be467614fa954eabfcca0a5fc49b218" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/leavanny/leavanny_ambient.ogg" +hash = "04e56c55189c5ffb06daf3fd62e2c62f615bc2e49ed9b0df79593d16e59b09b1" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lechonk/lechonk_ambient.ogg" +hash = "5981f185e2c68e1cf4d42332b9db32cbdba4d6fe1db80d60e3ab70a4572fafef" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ledian/ledian_ambient.ogg" +hash = "30c7c65b1048d49df6a5770f951c139c33bdfa35a0641a9dff2a4762e368174a" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ledyba/ledyba_ambient.ogg" +hash = "925f1d9ce08cc444037746863fab30efc1616455422766a602e857773d381761" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lickilicky/lickilicky_ambient.ogg" +hash = "777e82e13863a671deece81d1f6ffc64f118b8d2967db41ce521925e373d89c8" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lickitung/lickitung_ambient.ogg" +hash = "6f7f1f1503db73e06cec949508dbf0712750b4a22dcb36992dcd3be0cd58da8c" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/liepard/liepard_ambient.ogg" +hash = "4b85b31c0d9c1fe4678e9ea6246476ca6e23c9b162fe89cbac21e7783450a96e" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lileep/lileep_ambient.ogg" +hash = "253b799bfcdabdd2764959ea5474521a0c59f2b1c63cf35d781d7595d1888e49" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lilligant/lilligant_ambient.ogg" +hash = "5252eccb76f76c21ca82fb91728bfda4aa90d9f62f245b353adac21d9bbd6bc6" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lillipup/lillipup_ambient.ogg" +hash = "6351fae6ad2e94785193b921a12a81e252eaaad46e21535e997d921696daad0a" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/linoone/linoone_ambient.ogg" +hash = "2c842bfa4f0bc533d74c680c8644359350728f22a507350e3504d79dd5083629" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/litleo/litleo_ambient.ogg" +hash = "bf901d79fbd1374a9c9c5f5133c54936e88dded2186851c611c8d1cbb51e8083" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/litten/litten_ambient.ogg" +hash = "9bb10071be8734b4a5cd99144ccef55978bd9394642353c9b5421462de755f6b" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/litwick/litwick_ambient.ogg" +hash = "08cd6535dc51fef028373dd248a095cc4e5134f2dd8fb5834973c8592b99f1f0" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lokix/lokix_ambient.ogg" +hash = "f32d1d30f6c906cf765ed752e91c27ff7caa266028b857ed9dec7aef7803f668" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lombre/lombre_ambient.ogg" +hash = "5fb5543bbc089433803a9c627157c85e19d0b2f28e2edb66dedfbbafa6224581" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lopunny/lopunny_ambient.ogg" +hash = "aaa66dfe8e5deaf793827dd764810756dc8a07038e789c1ff8af80eba8412424" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lotad/lotad_ambient.ogg" +hash = "72c63e5385a0c3ff7bfe75080cc0721e6d3b70c6408770e47769fd24af403c89" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/loudred/loudred_ambient.ogg" +hash = "b14464008430d13d04589a9a2aa584e7f1d8dc51bd1b524aa711ae81064203d7" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lucario/lucario_ambient.ogg" +hash = "9262eb248e3dd4e593cd90cf162295775554bd2f08630ef85cf161845118cbc5" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ludicolo/ludicolo_ambient.ogg" +hash = "55ec251d47858f871501e0e4b1d5dcdc047361fefa1b504063a853dad77533dc" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lugia/lugia_ambient.ogg" +hash = "81cd3ae7ce427892aed84feb7b66bd3c59676e9744b85a1e51e45ca54c573ae5" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lumineon/lumineon_ambient.ogg" +hash = "47a95972e92ccb81cb27f5aa4527aae06d79edc69339ef2c08502e1fd0ab1335" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lunala/lunala_ambient.ogg" +hash = "dffbe84a66b2ff75ccf92daf6beb1b9265ad69135b6728f8b1aa5a6842dac3ff" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lunatone/lunatone_ambient.ogg" +hash = "86d1bd0c57d312093185ee80302e6cd80b42d742999dddf4146991a0c02ba9d6" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lurantis/lurantis_ambient.ogg" +hash = "aad312fb8395489cb2969e6320e7b44d5a2b138c7eaf97002344522566cd275a" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/luvdisc/luvdisc_ambient.ogg" +hash = "4aa67c9e3cae7ad4890a11923be87cc84189e46b228759a2119cbde3c2318054" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/luxio/luxio_ambient.ogg" +hash = "ef37920f2f4694add7d015bd5f718cf18290c77aa829972bc7561da0b088e1c6" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/luxray/luxray_ambient.ogg" +hash = "49fe577ebc16e2c2d22059c900a14586d6c07fd0141362a5788b56db16304b17" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lycanroc/lycanroc_ambient.ogg" +hash = "e82f8b0d8d49a6469ba73f6af19df616cb7bc24ebeef6944be6584349331411e" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mabosstiff/mabosstiff_ambient.ogg" +hash = "7d4c17b9509584a3547df47a8994f33c8c6027ae24e3a464d6ed8a6678404185" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/machamp/machamp_ambient.ogg" +hash = "2a310011e9c415623aa8ae6f928b4cfaea7087eaa149c6c73dbcf0fd18908555" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/machoke/machoke_ambient.ogg" +hash = "454afa6a89f588864829adb62a022ede7170cb9ebf841835d2ac18ed206fa4f3" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/machop/machop_ambient.ogg" +hash = "21a0a1c3609c6fea8c2b668e8e5c8f1d7d1e7aa691a905b84f52029541b5602a" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/magby/magby_ambient.ogg" +hash = "72dd3046b731d607f9a5f25c614a43e3adbe7e90d0a7453e1bf1bda6e1ba740c" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/magcargo/magcargo_ambient.ogg" +hash = "80af836c57f60cff2c82031e09e13a21d8ad6d8056ed159864c2807016d39ba8" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/magearna/magearna_ambient.ogg" +hash = "bafa51cad1d13cf7597f11e13e06abfbb360560742a1a9eddaa54f3cc88df966" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/magikarp/magikarp_ambient.ogg" +hash = "872f0e01869cc444a56911c8e62e0d0ec0ba8f414034ced54a6871cabe1adb53" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/magmar/magmar_ambient.ogg" +hash = "2e72c37ebbe88db27102d2f9c3d5ddb99767e36db267182fd55512c04cedaeff" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/magmortar/magmortar_ambient.ogg" +hash = "40946ab60a8adde222a912743b6c7b8c353d5e9e7f964a2e301923e5d469d93c" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/magnemite/magnemite_ambient.ogg" +hash = "3fea5f5739900441fe703cee74c73358b07e4a3923a5070688073b3a6fce673b" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/magneton/magneton_ambient.ogg" +hash = "64ff82b5f0d7fdd221f2ebbede3264c2a926ce2f9031a2c65e466db5bbe02d21" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/magnezone/magnezone_ambient.ogg" +hash = "013f700d8d3a4922be4567b136a92840cbdf1234240104873f1f7cc3197232c0" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/makuhita/makuhita_ambient.ogg" +hash = "0e4c191d766ba1d0135da1fe109885e47d5fad3112baff84a290eb75a20ab770" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/malamar/malamar_ambient.ogg" +hash = "944901706e14207ce402a992e9a4649f4dc0e4571c11d28cba0ae299514b815d" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mamoswine/mamoswine_ambient.ogg" +hash = "d82c7dd0ccd8b95285a9155da402f9ddb19b158eef220300ef84fa4e5a90b60c" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/manaphy/manaphy_ambient.ogg" +hash = "0a90959afa181e793cac72b57943185cbfffe8fb4a2f119757dc1a7016bb3c4e" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mandibuzz/mandibuzz_ambient.ogg" +hash = "8b5c90dcbe079463343182b14d75b4fe16ba20cd9808da9aa6ed3be57b2b8da3" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/manectric/manectric_ambient.ogg" +hash = "08f3b06f493076472dc4bd7e865dfdf066db940362a96aae8324b0c4c4cd1743" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mankey/mankey_ambient.ogg" +hash = "9a820f25b29f6cff9a2f7e0b199ce13523459f4b06b2889eba74fb493c5044a3" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mantine/mantine_ambient.ogg" +hash = "7eb979dc25ac5185060314c15b3fcfc353d12a3560f8e6f1bbb7cca3c68193fa" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mantyke/mantyke_ambient.ogg" +hash = "1acdd7e50a35291e146c1e29c84c788a0e8f396bc052a4c66a7391e60bba889c" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/maractus/maractus_ambient.ogg" +hash = "f99239fe82e9ba4d6a7e0eee849f459c702bb0b200616b291663161809ede6dc" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mareanie/mareanie_ambient.ogg" +hash = "a25a2aa8fad4f6a56c52544ba44841f51b79ba5e5cd8133f134c1b4092c1cbf4" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mareep/mareep_ambient.ogg" +hash = "e45b07d0ab138c1993b4ccd9e3f1b3e8629fde11ae8acd014d7eb11e1b29bcda" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/marill/marill_ambient.ogg" +hash = "40869622fef7fcb1a5dfbd7d1146fb7bb3522c62be8f4dd1ba25bdce2bdb369d" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/marowak/marowak_ambient.ogg" +hash = "bdf9ecd3820d6f3f4cf2afcd95ecfe23ca4c9fba4e3ddd5504b0171113f79961" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/marshadow/marshadow_ambient.ogg" +hash = "72830b67812305f9a2db4cf72eacbd436692220b55a9e306dc4fb2bd5ad59726" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/marshtomp/marshtomp_ambient.ogg" +hash = "446f04738295822984ac2667a34d021fe031d690fa2303b925694cda42e28a82" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/maschiff/maschiff_ambient.ogg" +hash = "f2f5e99440e54fdcc261dee7f3b131badc089e1b75bc10307b3d16af8dc6a891" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/masquerain/masquerain_ambient.ogg" +hash = "a9f5827c8340bdb9cc32582bb29b2d4cb52af2526c52f6a546d6374ded4d8195" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/maushold/maushold_ambient.ogg" +hash = "dd6b7a6269bfbdbaee90b64c0a18b14c7a228272e92d20c4a7404974f9eeaae9" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mawile/mawile_ambient.ogg" +hash = "530f794ee266ad5c5e6d7fe0bb2ac619e507ff276da02d796a2c35795fea2f38" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/medicham/medicham_ambient.ogg" +hash = "f0aa1b825722b844c7b43e69e351e1502a7f7562220f952ff6b33922cc6f773c" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/meditite/meditite_ambient.ogg" +hash = "4fe9ba7ebfe9ea9f4b41a2ae0ea237b525265da700fba1f0daf4ecce3f276361" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/meganium/meganium_ambient.ogg" +hash = "0def87188bf99872ddded318e0bf1e9f02a22007223a01fd2fa39db65ad9434b" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/melmetal/melmetal_ambient.ogg" +hash = "ddc5d559880fdcc2ca31359e27cb62eb070e6d5e02c5431a01d32dc3b2138ecd" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/meloetta/meloetta_ambient.ogg" +hash = "1fa5cd885ab668289ea9e70888fa4223467163af25a458e575ea3691531196cd" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/meltan/meltan_ambient.ogg" +hash = "7c4cf103370d7b9d59e359f2bf3bc33ace81f064e207184bdb1d2211729fd78a" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/meowscarada/meowscarada_ambient.ogg" +hash = "eed6820cddf29553f319c494365543b76714c23cc9e734e129b2b60673453bad" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/meowstic/meowstic_ambient.ogg" +hash = "a389cb213c2c32f1bedf309a6ba67d4b031c66bc16df8c754ee2d2ee0412fd67" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/meowth/meowth_ambient.ogg" +hash = "e72d520a30d5ed7280162d4e600e925ffb94eb0ba30bd8a984bb1662ffadb2ed" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mesprit/mesprit_ambient.ogg" +hash = "6d89fc91ae155de8aef61f29f9cfddd570db94bc1794e65f4d59d3a398fe0f21" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/metagross/metagross_ambient.ogg" +hash = "210fb8ed6a207bc3995dc6a6901da3e59c3146648629f10b3b6f44522d16a594" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/metang/metang_ambient.ogg" +hash = "29eacffa56b536e24be2c6e0e7c5667ef9b3094592edd31532c765c17dcf5b8c" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/metapod/metapod_ambient.ogg" +hash = "2f99cff4db41b6fe9c23be0fd8bc9bcfd2de400409d36f3d66eb53c0db2d736b" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mew/mew_ambient.ogg" +hash = "41258ed9238e984c3d3bea93f0ca0c4b636d56a0226f4fa707215fc611d3b488" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mewtwo/mewtwo_ambient.ogg" +hash = "6b6790bf33a74bf67718c690d437d4f9b113114fc2f63306cb893d3385624036" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mienfoo/mienfoo_ambient.ogg" +hash = "8b0e881394dba673f005a9eacb1f911d03e48d7c4e57c5885f38e25a381f49de" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mienshao/mienshao_ambient.ogg" +hash = "00b17a2ebbc622a86a9ab373f5add68f9993dcfaca14f329798db10c66f778a4" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mightyena/mightyena_ambient.ogg" +hash = "2043ed7555b79fc0ce4c07747d65bc03fdb260c61a9a9dce502b121c8ad48970" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/milcery/milcery_ambient.ogg" +hash = "be06fe80740b578d8ff16d181b897da20ee247bcc6d38f91fe73139e3b9fedaa" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/milotic/milotic_ambient.ogg" +hash = "388f107f30fa1471aaee91315198b52912a63b9d62ef94ea62827616b3c7d84a" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/miltank/miltank_ambient.ogg" +hash = "339527d07da313d1f1c1631f1fc0bf984b36691aa2096d8d22192e6b0cfffb1a" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mimejr/mimejr_ambient.ogg" +hash = "35ad28bdf964afec0c2f3e89fffd78c8bdc8350a647ab68a389df227656f8099" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mimikyu/mimikyu_ambient.ogg" +hash = "bd3ee401eec0319f50aadff58fb9b0a164b94c701d1f53cdad287e327fd14ae4" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/minccino/minccino_ambient.ogg" +hash = "08bf839acb6b05887fbba8376ebb9995c5bd5c986863ab96525e09aba676bf8a" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/minior/minior_ambient.ogg" +hash = "b2ff78eeecab1840618b916f1dc3067c4bbd34e98c65f692a65e700142cd5549" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/minun/minun_ambient.ogg" +hash = "0b5a83ed692897e05eb6eae08a97fa25df3d42f3e863be77e09704563ccbca77" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/miraidon/miraidon_ambient.ogg" +hash = "18386ddd685df1edef043a9fd269ffcea30fb8cdcbac8b8f3574513735162b93" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/misdreavus/misdreavus_ambient.ogg" +hash = "15a65906762216323ba74674242c3cdac162cbe66e0e381c67e0d7681c1b2c31" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mismagius/mismagius_ambient.ogg" +hash = "789950271caf2649d1b4098c2766636b5430be1818369906e893c5685cf80dce" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/moltres/moltres_ambient.ogg" +hash = "6267c8bc38899963230b0a1be3c02a34c3ba839fa965abff2c68ec2ed61ab46a" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/monferno/monferno_ambient.ogg" +hash = "9d0713bbbde65b41f745c82e30d8a91620f3cbaa1159c41e917ad8cb1d268f7c" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/morelull/morelull_ambient.ogg" +hash = "c2acc986073aa0fe36e862ab5b98bf583d5414d8ee95924224879f54e227d33d" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/morgrem/morgrem_ambient.ogg" +hash = "7f18195463bd1929764c21e904472aa4f51dd5d9f3973cda779d0bc1d5974951" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/morpeko/morpeko_ambient.ogg" +hash = "81982992c6ddf8dc4cb993ca114720b95ec5d862375fef45e7bb126258507dae" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mothim/mothim_ambient.ogg" +hash = "5723c4b17a361cac89e9cdfe1d04e6d118254fe19b34ea17017207cdb145e190" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mrmime/mrmime_ambient.ogg" +hash = "00771d6d5f9bce86be72d0843d54178eb478f1039bf039e8428e6eea02b36cda" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mrrime/mrrime_ambient.ogg" +hash = "c5e3255048726c087a826bd732d97058f50bd7391a5bfc41ec4cee7d987d9f2e" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mudbray/mudbray_ambient.ogg" +hash = "1793ae763f60043bb147ed3f356075d4ea8005a834ee2ddbbf0aabd33a65ceb7" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mudkip/mudkip_ambient.ogg" +hash = "2118c96b0be1653c2a2946d42c0b5f8a72b7faa91bca78e577e87c36118d9e47" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mudsdale/mudsdale_ambient.ogg" +hash = "b61c129993ea411c8e23d7229411e1b01cdd071786772d8296b5b0197f690b07" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/muk/muk_ambient.ogg" +hash = "68653acef5fe182e83546e57542a8f4f9932f82f590990c99127bd4fc3ad87a5" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/munchlax/munchlax_ambient.ogg" +hash = "d24bc8e1173b865054352a16bfb6b97570be789de3fef767ef1f3a7dfd581a12" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/munna/munna_ambient.ogg" +hash = "c9d08158b399b111ca3658acf566293eca49d44764c1e5f5aa427a65943cc91b" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/murkrow/murkrow_ambient.ogg" +hash = "fda8df8399f00477edf7192d248c483709984365173eed1c23090caeb40309b6" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/musharna/musharna_ambient.ogg" +hash = "29081e639dbc6cd2a58489a3ebe1648e64abe50f38e97c97ce384c0629597bcc" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nacli/nacli_ambient.ogg" +hash = "74771a45c5dbdf10cbdd667eaba2fa6e2bad71ed01420988ce621e68c44543aa" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/naclstack/naclstack_ambient.ogg" +hash = "1deaab691aba84c5c4d5cbe3165bd666bd3efff17557dc1ed4018ac79a18dd83" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/naganadel/naganadel_ambient.ogg" +hash = "56f14b7366764842044c0fc3824a2b995042952dabd74aea2a2377a8f5cea9eb" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/natu/natu_ambient.ogg" +hash = "f16b9d72a968f6506fe3cc84c8e98828a9996ea90f92907d9e6bf0649b894bdb" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/necrozma/necrozma_ambient.ogg" +hash = "a096997b3e10fcc20011c9c22553e43073b512e1a047b513da9bad59e5aafa4f" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nickit/nickit_ambient.ogg" +hash = "0b1f1c4d820b291bc659d9fb4f934f7c4e9f607baef007cd24eb50f1836d630b" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nidoking/nidoking_ambient.ogg" +hash = "c4734369d591425d69d9241e625ab8ed428b89795ecd481fc518ad468c15548d" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nidoqueen/nidoqueen_ambient.ogg" +hash = "712f077361cc670ef6295929b4d8dd39934cd1732664d829d6129519f2882e57" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nidoranf/nidoranf_ambient.ogg" +hash = "451eefe96ed6e19ea5fd22ceaf7999c9c78dd16c7158dc9a8cf602c59929ea8d" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nidoranm/nidoranm_ambient.ogg" +hash = "f38355482daea84fa5d857a93e638f81776ececdef6211cb3b6cf4e0df622ea6" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nidorina/nidorina_ambient.ogg" +hash = "01d5f137efe15b968a3fe51e455e2bfa1767add50fee88bd4aa164c5a71b9270" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nidorino/nidorino_ambient.ogg" +hash = "ed899bcf514577ab30476ca71b903bc292d998126554eeecfba8d80f5317b05a" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nihilego/nihilego_ambient.ogg" +hash = "358bdcb7a6d857db2cd4a115ee45cc27951a52e89dbeabbce3a51a198fc84f29" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nincada/nincada_ambient.ogg" +hash = "b31d53084be7303cf81c5ed1296a4237bf1b7cde5b9e48b6a744d3dd0b175511" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ninetales/ninetales_ambient.ogg" +hash = "a91b30857b164e3ed2f3fb0eeb6aad6aca59e8d4643dd75d974d2f7f28e61d7f" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ninjask/ninjask_ambient.ogg" +hash = "99e1b9a24b0ef2024283a3009d68c8a3990cc99fc682dd0d8d738ec9f469a41d" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/noctowl/noctowl_ambient.ogg" +hash = "a2bd1aa085df76aae86b59da86b221663cad883eba83ae76cb71a4f1a2db03b9" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/noibat/noibat_ambient.ogg" +hash = "c872168cfaea0ca5fa1211651e4ae3f8623e7ee93501fec4d72f8688b2036a58" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/noivern/noivern_ambient.ogg" +hash = "dd7c04298e71777d1e3ebefbe097475673789f447c927be4375fcda73bb09ca5" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nosepass/nosepass_ambient.ogg" +hash = "8fef06e3539e9eae61812ce5b22a984a3bf82d28b633eb1e8f8a670ee2044ca8" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/numel/numel_ambient.ogg" +hash = "0f96006b9b95078322a54fa3a0e6ac5bba2bd438afb03d07f57f29a741510db4" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nuzleaf/nuzleaf_ambient.ogg" +hash = "792344ebb6728a751c89fba22f285a32bb18ec54ca545d451cb66e1c16fc60eb" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nymble/nymble_ambient.ogg" +hash = "ded72b8e1dad387b3d5f78ad4dc7c58eada2775a30128e0a0baca766b6c1e74c" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/obstagoon/obstagoon_ambient.ogg" +hash = "f6f1213be26d6693b9a2dc6f5897e70035f52b7ec08fa49c4639bedd780e7597" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/octillery/octillery_ambient.ogg" +hash = "7c62804770e64e955c1ec261e31430fc4bd2cf9ac69200c873bc68b72e926825" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/oddish/oddish_ambient.ogg" +hash = "5ae9cc61ba5f5610cd2c7a53f59ce7ab4f3593950d9e22ef61eb10d5cb8ff786" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/oinkologne/oinkologne_ambient.ogg" +hash = "9754562bd9edbeb4e0df6ac16f03d07c3fab774e5775e552b89eb781ba2cd9c4" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/omanyte/omanyte_ambient.ogg" +hash = "7ff83bb56a30ca730e94ca5d6ef0e34646bff417bda1545a7ce7ed0b3ebd3a5a" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/omastar/omastar_ambient.ogg" +hash = "33bac63b1053762f2a58d0df7240ef64ef57d71d80f0ab1337675090f14f83dd" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/onix/onix_ambient.ogg" +hash = "58dab804134c7d6db12c89a043584621273d3a8b9a11b95a5d44bbab8918718b" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/oranguru/oranguru_ambient.ogg" +hash = "956136defc86f4c23dabed0f4dcab05ed0112fffca8d66f47339a7e012e9afb1" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/orbeetle/orbeetle_ambient.ogg" +hash = "c3b9d44f9015c0102ab04fb555e69d32d222555db04cdee239606ceb3567fa8c" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/oricorio/oricorio_ambient.ogg" +hash = "8a46a37f2214087afd7cc72ab1c02077ace628d0048ae50a88628ded64bb9259" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/orthworm/orthworm_ambient.ogg" +hash = "49bfe8657d35348513633e57690bd7dc74b9209bfcda6908ca2d3dd2b5749b05" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/oshawott/oshawott_ambient.ogg" +hash = "1159bd73076a5ffeba879944753dab1dc2299196658d01b17fa99995fc943490" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/overqwil/overqwil_ambient.ogg" +hash = "9318f1cfff9c724ea0e7e1ce12fa90705829d808208e7008dadc354f7c76e36f" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pachirisu/pachirisu_ambient.ogg" +hash = "e646b61937d60ae3b089db10afb258eaa783e65eb34ee819c45f0a800f1c7bb2" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/palafin/palafin_ambient.ogg" +hash = "6daaade3ccf50d61b09f6ade4abf09dfc6392f183a3b6dd8405fd2183a4688ad" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/palkia/palkia_ambient.ogg" +hash = "ee6c530ece2af5e00eedbbf724061ecbb5be00ed84577710b0996ac6d539af35" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/palossand/palossand_ambient.ogg" +hash = "fb1dbf973bf898b245685f0cdf3e1d8ea7238f4380f880347ba9db64a1a2d4a4" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/palpitoad/palpitoad_ambient.ogg" +hash = "13914d56f34366edd30ac6bd59d88bc76018fdd21e7abb73a483f390f066db81" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pancham/pancham_ambient.ogg" +hash = "73877f31b5c6dbfa7a735c13b4198a70d7dfcc36ff48faf83a0e29967a0fed12" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pangoro/pangoro_ambient.ogg" +hash = "6d82fb7a3b92c2a1a90c451af1e79f17ebf9e664ee49089b1c2f92525807003c" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/panpour/panpour_ambient.ogg" +hash = "e25444d29d05c9a0b9f51a09b850c970145f8ddab262845a22197d7365b50bc4" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pansage/pansage_ambient.ogg" +hash = "6bb465546448bcc818498d2e9fd4687c51b91eaab6872471febd121bc1aba0ca" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pansear/pansear_ambient.ogg" +hash = "fdc442785ce9e582105bbeddfadcdf6a43294e1c9e34c94be02d6d93f951e9a7" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/paras/paras_ambient.ogg" +hash = "70967686e008fa8a91d0dd8bc439004287a68129fac0102e4ffd8993cd38c8c1" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/parasect/parasect_ambient.ogg" +hash = "294874a89f2dab65d9196e94a7bd187d7c58372156020aeca2786918628f045f" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/passimian/passimian_ambient.ogg" +hash = "c24f5e8a1eb8540bfe166233198a58c2e16db4154caf4297edf0e9796ba3bdc9" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/patrat/patrat_ambient.ogg" +hash = "317512ecc6ba1880f3d687617965d685b949257dd367b84ea15ae5010bb17826" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pawmi/pawmi_ambient.ogg" +hash = "834df0c27b1d8b871fa5b259e4bf848088c00bb02e2e332c7cf503acad0b2335" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pawmo/pawmo_ambient.ogg" +hash = "5ca63e9c6e2f3b7a98576b723265b18696a16c46e837de47db0ef70c314774e2" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pawmot/pawmot_ambient.ogg" +hash = "9071b697540f269412005db18fdb3a934762fd22130e3038bb23b61872a41c35" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pawniard/pawniard_ambient.ogg" +hash = "48a2ca271590c3bf0c3923ea032cf6a5500c96a86b8058f4addf9d300df5debd" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pelipper/pelipper_ambient.ogg" +hash = "90645def2ed2fbdacc749a984a427631780549411d8a954d555c2267e457740e" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/perrserker/perrserker_ambient.ogg" +hash = "14d825946e69cb69ac556e2b8bc4562a04899ae027be22877127e8f2f570a080" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/persian/persian_ambient.ogg" +hash = "f28d5ef81f2ec4a752c3c5e7855af3e262e3dcc04fea1a8a100fc101df5c6252" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/petilil/petilil_ambient.ogg" +hash = "6477828953e7005c105c499091e68f24eac9226ed10a3ead42aa7b520e58b25b" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/phanpy/phanpy_ambient.ogg" +hash = "ec3f5c6c1b6b26dd68ac6f9282b5dd882d7d4698492ab8d5c57d9a7b7b2bab50" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/phantump/phantump_ambient.ogg" +hash = "ce2731dc4789ebf4c5e2a4fcbff690c336d1f5bd39a30c1e43615b21c28fd8d4" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pheromosa/pheromosa_ambient.ogg" +hash = "ee3e8079c474b10c3c4c357868ff6a8766bff30beb89d37665ca1b921e65917f" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/phione/phione_ambient.ogg" +hash = "7cc4b7fa244e5e025585964a3a9525753dc8d319f964f96baea94c08b966c06c" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pichu/pichu_ambient.ogg" +hash = "349f0e6886b4a96d7d92064d3cb56c535ec7dbbf0ffd406d084130dcfc12852e" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pidgeot/pidgeot_ambient.ogg" +hash = "f24c81d939b5a5767efee399e2f9438d248ef2cd6c8ee581a4e4bafcc76fa0d3" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pidgeotto/pidgeotto_ambient.ogg" +hash = "452da60978519c1154bc64288bff36d503772195a9e82d6387930477a72d56f3" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pidgey/pidgey_ambient.ogg" +hash = "5c00817e06f65eea4d15fac0274979497650973227368407c2ef6e332d1b5c44" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pidove/pidove_ambient.ogg" +hash = "c40c090551db8c831d92613a2e36dfd2a1ee920257bd61692f07a87c57c5f683" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pignite/pignite_ambient.ogg" +hash = "9ec2a59c91b40ff765f9237c40e3d1db6ddbe305c1cf3edb635bf9cbda86391c" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pikachu/pikachu_ambient.ogg" +hash = "7bb1ac2cede1f55d14d77744b1646938bd20a1f73dcbc3a0e468955260a8e3fa" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pikipek/pikipek_ambient.ogg" +hash = "f38af6476698ae51e76233816ac9d78273b165f318e4bd48b86f8adbbb631966" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/piloswine/piloswine_ambient.ogg" +hash = "eb6f5571b964a6b4ab5b539e3d07b4e40c4eaf91a2f2dc9e27ed6b72451bea3f" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pincurchin/pincurchin_ambient.ogg" +hash = "311bd5fdb11d7a18e80063d3f169866e1c77d1aefc4f5df0f7c14a864e402f58" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pineco/pineco_ambient.ogg" +hash = "e59e07cf8a782376eb946a701db7ed6c21edff63fe19905be5b62749bb939c30" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pinsir/pinsir_ambient.ogg" +hash = "67ab9bb469dac8ae61c4a085225c51382cb65479f634252325ddf2a0382bba0d" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/piplup/piplup_ambient.ogg" +hash = "501ab78f1696b7155188c7563aa053370a66e3472b0763d6139ea8da3c21e6e8" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/plusle/plusle_ambient.ogg" +hash = "b2a575f426ce6fd1e404b8bcbf08c2ac4f6ea2e228cb784b2d6243edf79344f5" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/poipole/poipole_ambient.ogg" +hash = "f48a5e19ed108f6d282328dbd79b53ca6710118c57faf7090191e52fd43e31ed" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/politoed/politoed_ambient.ogg" +hash = "e036431109d5edbf8ef2bd6683ccfece230e2045aa44435dd20c770b7a3f065b" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/poliwag/poliwag_ambient.ogg" +hash = "805f5f23aaa3c6cdd54bc6ffa3b4ff19568f9a336870926769d3e361e8c5c16b" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/poliwhirl/poliwhirl_ambient.ogg" +hash = "9f0a0be6a71df01b4333a45f29362925547cb74851cb626dce68b68ace0c10fe" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/poliwrath/poliwrath_ambient.ogg" +hash = "54c056e130f020098928af9cee5d68f71ab2e29667ed658b96a8d279e867fcea" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/polteageist/polteageist_ambient.ogg" +hash = "e29c1f4b2934a7c6a4c0756f7d148143efd5a046d77251833645a4b11112099e" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ponyta/ponyta_ambient.ogg" +hash = "6be79d7172ac8cc9c1584e6303155cffefeed33a279f4e8b55b71e9f2a80e900" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/poochyena/poochyena_ambient.ogg" +hash = "a2e75407eae9a9bd0b5d3eb5563183dc7f22a4bba36692af645a26a1e774ef51" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/popplio/popplio_ambient.ogg" +hash = "bd34a55537763d23ee66599adb013f78c9fc594b8295d7c99de6e06743c90ef0" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/porygon/porygon_ambient.ogg" +hash = "773b7b009c0b5cd06214f8359794c03dc0ca0b4327c71a0309360f2fb67ac3cc" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/porygon2/porygon2_ambient.ogg" +hash = "24d909f3fe6ddd09978c42fc30708566f74ef5438205e9c0b0725ef3a7f973cd" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/porygonz/porygonz_ambient.ogg" +hash = "9b2e220f1721cc271091e0ef934a6d06aa69167125a7417ee84ddc993dfa0d7a" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/primarina/primarina_ambient.ogg" +hash = "71c112d99f16e59e768b5e27398170b06902b0db6212733e5b0d7a1399b6a494" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/primeape/primeape_ambient.ogg" +hash = "11eb0b1134607f55bd1caf79dc02a4f87f604131e86e5bf1b3d3f240b5d916c3" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/prinplup/prinplup_ambient.ogg" +hash = "bd050ec5dda40285ddaf3d52f4c22ca7868681f85a1002f5c44425e67ee35976" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/probopass/probopass_ambient.ogg" +hash = "3b2721613ff556512e19ec10d218586368c19f2b09cf574fa16ba5392448683d" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/psyduck/psyduck_ambient.ogg" +hash = "ebac5e1894414d6f4afc556b47a9830b8945cc11ec7861f4875f58c01f187020" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pumpkaboo/pumpkaboo_ambient.ogg" +hash = "167e0ec513f6f813e7d289aa51d11d22442d932ebee4dcf905c2e5dbe88b73ff" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pupitar/pupitar_ambient.ogg" +hash = "c5d0ce67c286c1a419dd8436e64d6ca75e2b96bea6c05be444c909ddcbfc1b6a" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/purrloin/purrloin_ambient.ogg" +hash = "10d46a54d2a7c05d95b166456c63915c701723b7437544fe195bf2cc7b0ea0ec" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/purugly/purugly_ambient.ogg" +hash = "77a152a9b7c577e312716e67de4be96f7b44db3a11ed2a470cf534748ab593b6" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pyroar/pyroar_ambient.ogg" +hash = "36ac7b1222de8bd09864cedc708306082e8615e2f69b45f1e80adfc006bd204e" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pyukumuku/pyukumuku_ambient.ogg" +hash = "e207baf28109055dcade1912fdd05d81e5b6e0bf8349a11b8aa9eca2cc7a5392" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/quagsire/quagsire_ambient.ogg" +hash = "4577017f8f7ec4092a49c323ea90baeb2632d22afe8b6d2a9c4da17dfc802816" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/quaquaval/quaquaval_ambient.ogg" +hash = "7398b1c58e47dd32c5bbaaa1e5b6050834b682a4b9bd6beccffa06b142df42b0" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/quaxly/quaxly_ambient.ogg" +hash = "186c71540a789772978105a2cf94b8facf167e10b657cdb5efaf8337426fd98c" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/quaxwell/quaxwell_ambient.ogg" +hash = "e8d9149b03045a48df657dd4919afe7b2f3d76c5b1579bbffb145fb502f2a03c" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/quilava/quilava_ambient.ogg" +hash = "923bb5d01b05f96ecba35a439e9b74e16dbf3a8eda78b55ac269e7841c9647dd" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/quilladin/quilladin_ambient.ogg" +hash = "d804c0fd22cc257e5827fc06f2bb15ae858bddf78fed6fbd60e548602e34cd45" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/qwilfish/qwilfish_ambient.ogg" +hash = "c9b41722eb28992a3cd48b3d970277a02aa4fd02c1b3c7428d164a495319ca81" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/raboot/raboot_ambient.ogg" +hash = "f536c5f30703f0af67f680d033b7184ea900617c4504df154a1e29f50724d4cc" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rabsca/rabsca_ambient.ogg" +hash = "242b5e009b3de4c8d5a5c754ed51e12a102ef7d0d7be065208b31e1cf053243f" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/raichu/raichu_ambient.ogg" +hash = "7fdd8215c003331221a47203b90a26efbdf9ea4c8393d0a4daae42af0b94a8c0" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/raikou/raikou_ambient.ogg" +hash = "143bbb2afce11d286c61e2e82ce15f7ea34fff92506d49ecbd77545c2d6a21d3" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ralts/ralts_ambient.ogg" +hash = "f469578518e43e474726450294128baccf7eb23502cc59811de47fbbbbeb36f4" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rampardos/rampardos_ambient.ogg" +hash = "3e3d0a6a3c0ae6f65926abefc13b3a41fd2d949b9b198e0158972aac2a303743" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rapidash/rapidash_ambient.ogg" +hash = "43db7dc4707035f18025b43db27de3ebe5bf86bc7795b2a45e549e8cb00c0b7e" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/raticate/raticate_ambient.ogg" +hash = "58a24056c7b92edde94698d03ae0257188baf014f4124ae6ba1c7db448e4b6e9" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rattata/rattata_ambient.ogg" +hash = "87d551514ef9b8e42da154be8b4c2002efea53c558989344126170eecff54aab" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rayquaza/rayquaza_ambient.ogg" +hash = "a0816844f231e438fbf1b2e96aebec31e3f2eebd401290d9e31a8a081c2f3f96" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/regice/regice_ambient.ogg" +hash = "2796437185380693c5134d118ec24c9208324fcd44f741c765973a0723fc5f67" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/regidrago/regidrago_ambient.ogg" +hash = "813fe18a9bf5924d34cf32c79bebbc5ed5c4e52b1416f9bbc1cb44316f64c7e9" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/regieleki/regieleki_ambient.ogg" +hash = "5c7a99a08b81c57ab032e5584caf9928abde4e0a1e101478bea775fbdd4e2527" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/regigigas/regigigas_ambient.ogg" +hash = "8fc7cdeeaec16a936a502e393490128a923ba0a6fdbe2ed6e5f8b8ae6d9810a8" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/regirock/regirock_ambient.ogg" +hash = "b202318890d06c451d7642fc73b946fa11fd30edcc790ea801e90c366ccfd9e7" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/registeel/registeel_ambient.ogg" +hash = "9492a27986611d9f40e2c76f9842f1210e53b026cf94a19b74a3f2cdaca0715b" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/relicanth/relicanth_ambient.ogg" +hash = "55881399fb788072dc1efccfa68de03667f6b9e575484757bfe3a63454fbf969" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rellor/rellor_ambient.ogg" +hash = "d2c1eb677da8a7e8e05965dbbab5f43c65ecf1351eeeb1a26bd34467008cc586" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/remoraid/remoraid_ambient.ogg" +hash = "b4e5704c3e3c91dd21a64961e6f0fa221b16769b4c26c03d36f48c8e48636eba" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/reshiram/reshiram_ambient.ogg" +hash = "cc4c18416904aa8e1dad4258e056836ef1512c0f76460cdb3775885e8fc229cc" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/reuniclus/reuniclus_ambient.ogg" +hash = "b900341b911b365632d80124f2aed60a5500bb3db1410d011d3b783b9ce5027b" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/revavroom/revavroom_ambient.ogg" +hash = "7c200892b23e8080c8e041e8618564a5fcbfbdf74070809fc659ea77f233558c" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rhydon/rhydon_ambient.ogg" +hash = "e5f8bd4a0bce90e8dd090a2c22a52e8c22e9c8f859004c0a0d52bf25e919bd37" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rhyhorn/rhyhorn_ambient.ogg" +hash = "c172a10e833b6eed072266f56ee493c787377e38ffe25460f2834caa558b0b7f" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rhyperior/rhyperior_ambient.ogg" +hash = "bef69845b5766740e28db2f4197d675e0f2029f1093cba691190e81761b00874" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ribombee/ribombee_ambient.ogg" +hash = "87d89e14d5ac81a6d597c93d05426b93690c341dc816182fba9201236c569ab7" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rillaboom/rillaboom_ambient.ogg" +hash = "79e8d67e62cf5d35782a9c645ddfcae860429bfe24f37f899fbde4176ec4d980" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/riolu/riolu_ambient.ogg" +hash = "9a8506e237375a2e77b12c92199cd417c083ffba2146ec4c62cac334e60ef1d5" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/roaringmoon/roaringmoon_ambient.ogg" +hash = "d94222486ef8ed83b8c26bca71361327dc41fdc81556a9543dba0eaeccf506b8" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rockruff/rockruff_ambient.ogg" +hash = "f573838f4d7bd0c149dc0ed51d8c6b49303f929a4adb1dba3874afd1d2aa2cb9" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/roggenrola/roggenrola_ambient.ogg" +hash = "02c773ee7f310d3d4a82be3cff8eb0a98b0a805ad4bcad8cae2dd36c41c8f53e" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rolycoly/rolycoly_ambient.ogg" +hash = "bf2ad5191f3ea9941343863bc5a0184aa0326615ac2357d52e88bca9ceccc400" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rookidee/rookidee_ambient.ogg" +hash = "adf374b3aa9a42f23e1b61155eb231271c7eef542675cc4ec2c834fdca9dc6b4" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/roselia/roselia_ambient.ogg" +hash = "3cba23b97ee6d758d8769c31d220ba82f3012c21f2040d40909a20b021e6756c" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/roserade/roserade_ambient.ogg" +hash = "f4056a61596b369822caea097f363e1c3e86ba4e089a1527843c331f413d443e" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rotom/rotom_ambient.ogg" +hash = "0096efcb07b489ac7b6e7c9d5fcc43eb263e0b4d07290cf1b1cae92a37eabe9f" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rowlet/rowlet_ambient.ogg" +hash = "51581e99893d7121ed6531130221e935f4353ccb5f70ea8653d39ec6c4ac8d15" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rufflet/rufflet_ambient.ogg" +hash = "e8a6ff1dc6d4d5581a2b8e9a2ad8df19a1cc44d4ecabd5aed68478d7f391e58e" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/runerigus/runerigus_ambient.ogg" +hash = "e6d02df3f7a046f8d2f0ef7dc1585cd059467a73cac6a849bdf3a7fe4a8297d3" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sableye/sableye_ambient.ogg" +hash = "10292056142fd56475a63e7d131638c2ad1455e6751c7414f2722769f5c25f21" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/salamence/salamence_ambient.ogg" +hash = "0127f98e00b8ae38ac0e38c5897b78fa7457374ecd0387375f88b4eca702b534" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/salandit/salandit_ambient.ogg" +hash = "b1f778c403d76776ac5154c4821b0dff9976ade1996cb50e745ec45abb4aab04" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/salazzle/salazzle_ambient.ogg" +hash = "b6ef758c24023767262ca2c1c5ab2a4a5453ad840074fa0c8e29c68013925f9c" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/samurott/samurott_ambient.ogg" +hash = "60f962a5ef524b498d0d30c1df98da8b105c0c5a147e0ed44cd2b1e009108071" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sandaconda/sandaconda_ambient.ogg" +hash = "7e6039a22f7daa24bbf5ba1c02b43e6edc40dcb248f95418bd3704c78487bdcc" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sandile/sandile_ambient.ogg" +hash = "192e97009e4b2ab49c03d12f7fbc705bb36107a8028ba20b3b33900621d39181" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sandshrew/sandshrew_ambient.ogg" +hash = "1d2fcc16683cad9b24313d86b9ec8f77aa8d7660724e798dc8f60a587c4bb7d2" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sandslash/sandslash_ambient.ogg" +hash = "03812406a22c9abc15a8e683a13d4cde1fe89c6d44c952c6776442fc1044ed94" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sandygast/sandygast_ambient.ogg" +hash = "74e92beaa8d0d46287b2360e9410074b428811e012d89a89b2a703b5b422c35f" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sandyshocks/sandyshocks_ambient.ogg" +hash = "e7e12d3553c26f58d8452fbbc0924ac0ecb2cea30be110cf85552fb2d92651c3" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sawk/sawk_ambient.ogg" +hash = "da463700f39aa584c78c870d76b184b7d2e384be5e3ad4c17b7c56dc8cdf73c8" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sawsbuck/sawsbuck_ambient.ogg" +hash = "94f6e8b923f6bd69455e9e7b81d538cadb79933849580a3e37494010d4664bbb" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/scatterbug/scatterbug_ambient.ogg" +hash = "4134e1a9dc204156c5e47fe4a6b83939112e640a943bf6d2eeddc6689c2b8590" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sceptile/sceptile_ambient.ogg" +hash = "f0ecd77722a8aa1c9ae90767f8c39eccc2c2c54a8ac6f9b750221ab99523acdf" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/scizor/scizor_ambient.ogg" +hash = "3527c710b8cb0fe80acd30baf49c658b783e31959de780c28c9a0bb02e8206fb" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/scolipede/scolipede_ambient.ogg" +hash = "97995d7955ea2d53e12f2538f8b615c43042ecd67643ef3a582b6ca90a537563" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/scorbunny/scorbunny_ambient.ogg" +hash = "96fbb6a0a4827586d5cae6d6c31745e3361c763f00d1ae4fa6ef782d2282b910" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/scovillain/scovillain_ambient.ogg" +hash = "222854a37025c45852fb8abc9775c8b41c0cd24006811ed5e1de0abc452f945d" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/scrafty/scrafty_ambient.ogg" +hash = "9ca13a1d6f2edeacfa101f473e49a4be0eae3041e2bb2a422b28bd117af0055e" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/scraggy/scraggy_ambient.ogg" +hash = "a22ea966fc54fe8dab72316c7171125a5954f9a1d9cfb0cbcaf7c1ca581f7cae" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/screamtail/screamtail_ambient.ogg" +hash = "037700f4881818e7cfa472a8c59eae525417e659b235f49f687314a212eac6a2" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/scyther/scyther_ambient.ogg" +hash = "f4c277688d0d59eabcccd5ed1ea17bf74c4deaecb98a373796dae8a421fe7aac" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/seadra/seadra_ambient.ogg" +hash = "3cceefe92c8985b07c3ba43f6494f05604faf14905a41fb4a6860335fcacbc96" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/seaking/seaking_ambient.ogg" +hash = "48386863957620cda55425b900210ea67df65034d8f6d7db0cbed2d480272a0b" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sealeo/sealeo_ambient.ogg" +hash = "bbe5a50cb5eb524676424ac97d12ecd51bd9186a9db39bd5b5c67e343705b7ad" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/seedot/seedot_ambient.ogg" +hash = "e158b6d89c11b38b83fff4617e756873d77a19d0f964a0e1f340f805a20bfb19" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/seel/seel_ambient.ogg" +hash = "63933548d944a4ef7f02eac5b43a17a28b2b540ace600832aaa19253a057bb71" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/seismitoad/seismitoad_ambient.ogg" +hash = "0849b68b32f6a80f29af2cfa0ab6bbfe7f813f2c00adfaa174f33719a291a660" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sentret/sentret_ambient.ogg" +hash = "775d8407a914984ffcfeedcf5aa7bf53a24520c79351af3d96432e90692a580d" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/serperior/serperior_ambient.ogg" +hash = "5a2db6a4330e8d98dbb432ce7210de4a75f32c4dd6d05c7087239218756b24a6" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/servine/servine_ambient.ogg" +hash = "8837de7c0ec2391e2d9699bfc37500362b61b41daa143f75503cd23199e0ceba" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/seviper/seviper_ambient.ogg" +hash = "aa61998e835ef255d17f443ba862f7f18b2a3904bd2a1d074c8fcb7f36700e36" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sewaddle/sewaddle_ambient.ogg" +hash = "7de999fd95e729eb94a4567d669db36199ade857bbc6f83c47ba217994f4cf03" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sharpedo/sharpedo_ambient.ogg" +hash = "be311465fa7efbc5012af7fb4075f6fd9eafa3cb032a303256d0e5288ae8967b" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shaymin/shaymin_ambient.ogg" +hash = "9655dc6255692f4d8ed80c6cb71f0c1d26c9a0813df7329d8b1dac486e89b9a4" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shedinja/shedinja_ambient.ogg" +hash = "2e285d590aad8dce8f4e240fae5c62fcd3834260400dd7c2bbc1045e5921c304" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shelgon/shelgon_ambient.ogg" +hash = "688b841471418253e1f33035c082357de48d793e1d57ac0c4961379503030bdc" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shellder/shellder_ambient.ogg" +hash = "ba15dbad9ecab242d1c927d25444f2170c9fc796112647881dc65cab7c99d3c9" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shellos/shellos_ambient.ogg" +hash = "c75ed367723825f959a5f3bff1a83e474daf742fbb8357a319b39b3524148c42" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shelmet/shelmet_ambient.ogg" +hash = "fd4a4d548ce97821bb1f4a18a243d9c72daa33440d02012532f28f77af9d84dd" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shieldon/shieldon_ambient.ogg" +hash = "d3fc0dd11fa7a8743fea8973205987cf689b836dd2127ba7fabc8e4d7480a5a0" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shiftry/shiftry_ambient.ogg" +hash = "d64fe5e965ff07a9761fce176b0230ae6ffd1ae1161947d97a84f542745884fd" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shiinotic/shiinotic_ambient.ogg" +hash = "9030942b4f648b5ea42dd2b54cb794ecb5d58bdd630cfb02034081d17e99d373" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shinx/shinx_ambient.ogg" +hash = "483d8dc0ed9df5394c1fb7bde35b15e336095d4d087a1028bd6c44cc95793239" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shroodle/shroodle_ambient.ogg" +hash = "56e85354304060b906644e4d549e1d9b6afa0fcd96507889d8b567afd0d7cda3" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shroomish/shroomish_ambient.ogg" +hash = "a4e26171976eb8e7834ebad1d2d4e5ff2b91931e55e6e52e6c064d897078484c" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shuckle/shuckle_ambient.ogg" +hash = "15341695d0c9c473359e7afa5dce2c9ef4c12148e444ad774576b410b372e442" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shuppet/shuppet_ambient.ogg" +hash = "48103fe96f2da6588288b9c815805b113fc9e3ac5756fc460230ffbd724d40bf" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sigilyph/sigilyph_ambient.ogg" +hash = "b707279029faec9ee977cc1ff1d883e5707a73200aeb64cda28ea5cec17297ae" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/silcoon/silcoon_ambient.ogg" +hash = "f7575ac186ce783680b341d4e89a63dc6901a8ae2d9d3b7623b1bd1ec29bdc51" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/silicobra/silicobra_ambient.ogg" +hash = "887c8f50c5e2192ba51a013597482925cb070028f29c5fe10dc3686de744a65c" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/silvally/silvally_ambient.ogg" +hash = "49186a1a94e88270dc666fc71cda068e02a6e921234c5109dd46ec5ebac5aa72" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/simipour/simipour_ambient.ogg" +hash = "2efe2d691445ace42b96fd16986dfeca006aff87b40972b166b7f2a4d8597241" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/simisage/simisage_ambient.ogg" +hash = "7060c98b4c773731ea973172cf5540e35605c1f4d43bdf755fdeae3a22d917f3" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/simisear/simisear_ambient.ogg" +hash = "eef73cae6ce137dc1393cf5439088c29882477961ff8ac53781c0d4a4928de39" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sinistea/sinistea_ambient.ogg" +hash = "ce5e11974e1b583725aa4daf13ad70bc842419af9b37f26ac63e54a49481e94d" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sirfetchd/sirfetchd_ambient.ogg" +hash = "541e9297cdbbfd1cb8a28c447a08a03fd248213f0e2a4b9fa69796e7d631bc33" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sizzlipede/sizzlipede_ambient.ogg" +hash = "df99f11bcd232712ac95ae46ccfdfda6644e87aa1d0eea6bde0aac41aecd56c1" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/skarmory/skarmory_ambient.ogg" +hash = "8b772409d5a59e29bf931505d3b04653438a5e76693dd35830c486faa84be1d4" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/skeledirge/skeledirge_ambient.ogg" +hash = "32b7a36a6a6061a7907c412adf178f69701709e06fde6e05fd3f0fa82186354e" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/skiddo/skiddo_ambient.ogg" +hash = "3c20288e7ed956124dedae0a0b54e8668c0e8ad4827e9d57722c89f0b5e64383" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/skiploom/skiploom_ambient.ogg" +hash = "ac7baf896041d5f864572f59e95772c4eea7b40020836accd50904c68332628e" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/skitty/skitty_ambient.ogg" +hash = "e302b9dda2fe8f18386ccfaa997d6912df0eeabc754419fd1b306b72d159a4a2" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/skorupi/skorupi_ambient.ogg" +hash = "bf8906bed6052dc349aff7a26468ef046ca3eb3600c78ea5831c587c83fb9fae" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/skrelp/skrelp_ambient.ogg" +hash = "0d32f4f7929e5f905dbe6c5eab237ef63ce25185023fb4567f60cfb9fa2e101e" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/skuntank/skuntank_ambient.ogg" +hash = "bc210ba8321db189c7b8722e6d8c87aac82c243488a83c8565680fbe1b8c2805" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/skwovet/skwovet_ambient.ogg" +hash = "6e4c644020f8e356a08759ac1342998ee599ff2b8032c034c9a1b16032267add" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/slaking/slaking_ambient.ogg" +hash = "57773f647acc4d9f8a64ffd0dda6c01ac6992313ac06c56e53f404662aa2d19a" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/slakoth/slakoth_ambient.ogg" +hash = "c2a2496068e590709182568443a84ceb97ddfed32f688535d68b98eaddb699a5" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sliggoo/sliggoo_ambient.ogg" +hash = "716938a0e71acb4e9add1598df311ef89c0a8239206dcece7ba32eb25f1866ec" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/slitherwing/slitherwing_ambient.ogg" +hash = "97fa9a063a69a991fdec6d0398420a3c556dc4c8054b15df83d3bad91f66bb12" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/slowbro/slowbro_ambient.ogg" +hash = "216778d4a4a0db319e9226673fec1c16b899479949984b1627e42603c81f6bc0" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/slowking/slowking_ambient.ogg" +hash = "13525463508e35cfa828419c0af3f4b014fe5160a9472a489ebfe4a412fcf15f" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/slowpoke/slowpoke_ambient.ogg" +hash = "034fe4bcc73be14da6c5d580363d9d7b90179893ac9b202cab9c5939cc8c4b0a" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/slugma/slugma_ambient.ogg" +hash = "710958eb08d19051a0bf51e1fd55239500d6982aecc96acaf63abe9a3b19c732" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/slurpuff/slurpuff_ambient.ogg" +hash = "576cd3ae74d9482dcfdeea30a79bb375cf2caf8bf2dea9165c462b1704955a51" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/smeargle/smeargle_ambient.ogg" +hash = "0c464a89bfb6beeb9c73cb39b328735f3fb2ec87e40b0fd15dfac4ddce806882" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/smoliv/smoliv_ambient.ogg" +hash = "301431150c1199799745af98a1e84820e01e7d5fc731b33027c6ca21cb357c22" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/smoochum/smoochum_ambient.ogg" +hash = "5a0d4578a507ffa8ba198ec62220a615d0c056deea2cbcf68660785fb33c7d7d" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sneasel/sneasel_ambient.ogg" +hash = "2fd3f7965a8a52a0c4eb850126c81b05286827d0dc3baf3cba50e4e3503af0bf" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sneasler/sneasler_ambient.ogg" +hash = "c2f3a516956ed942f5fb74e8d37ae68aedf20edb72c67064270b1cb001be6c7e" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/snivy/snivy_ambient.ogg" +hash = "b8b69e248e4a0883b3a871e5f2e200a6f065d4537085401e8e107c3310f53df9" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/snom/snom_ambient.ogg" +hash = "111ffb0877575cc57a77369d47c834d6720f1231db15ca2d1d907b40e83ef4e2" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/snorlax/snorlax_ambient.ogg" +hash = "07ee89551cf6d77be885cc3b4eab94934ed046d53f3220595be74be677b6ac77" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/snorunt/snorunt_ambient.ogg" +hash = "ca371a5043d931bfba1ecc981fcf6c1123ed4cce93252a0723b8b662a98e0088" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/snover/snover_ambient.ogg" +hash = "e61558ce0036de2378a5f870e60450d74f5fee3c70612abb4e3123295389ad7b" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/snubbull/snubbull_ambient.ogg" +hash = "5ececf5523ffa04d27e7590c01d6ac828812870f264a6aca74e998436577e52d" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sobble/sobble_ambient.ogg" +hash = "76626091ac5f16d67904b10eadd3fda50165717816272897e1b627e7744cf50e" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/solgaleo/solgaleo_ambient.ogg" +hash = "d2507bdb527c109d5114a7ea5d1bfcccee5c0a29dbea3e19445a120a7f8ed0a2" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/solosis/solosis_ambient.ogg" +hash = "96b556043a54f277a23ab44a1d4ed53f3dcb576a475503bab3935ef0c761325f" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/solrock/solrock_ambient.ogg" +hash = "9ebee6a8b61ba49afb9791b7ffe6fbdf5dcadbca4f9525f799ef5399ca1ed686" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/spearow/spearow_ambient.ogg" +hash = "1485a2555f7738435c4b672b3911b16e0570e2a6ea709cf9f697b0f8f39ca68f" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/spectrier/spectrier_ambient.ogg" +hash = "3124243998dbdf9268e20219b8a53575774ec5dd5544cb77a289bb2be8b8c5fd" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/spewpa/spewpa_ambient.ogg" +hash = "0ec615a3bf1acedc60c41756c7944f65afa5e10216f50041ba5a8cee65606530" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/spheal/spheal_ambient.ogg" +hash = "c9d0e9a960470a87cef902ceb5468f99c5551194e3528a514169dcb10a6b7b4a" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/spidops/spidops_ambient.ogg" +hash = "3b5f4d9da7cc4e41d2a9c33cc209316cb60184dd27cb0d43ca6c51ae96b95458" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/spinarak/spinarak_ambient.ogg" +hash = "5cfa7719ed3602ab9bf5d2864fc17286c87e1dae49906e2009045f9779d6f961" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/spinda/spinda_ambient.ogg" +hash = "3c9fc3451a0398c40f10a09f2f30c2cfeb5818e20b8146d4a6685ccff444c809" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/spiritomb/spiritomb_ambient.ogg" +hash = "aa3a852c5803dd5f51c9280b68c5a61b76ce9ff91d583f471850a29aa2852569" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/spoink/spoink_ambient.ogg" +hash = "bc3f77019c5af924a77d6e5ff32d4070d03900ae42f43f3ee525ba5571ff59d3" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sprigatito/sprigatito_ambient.ogg" +hash = "f7daa09751e7e0296d500fd22fa0640dd117f5dbf10e0d20e84eda10c1528428" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/spritzee/spritzee_ambient.ogg" +hash = "fdcd8f5a3a82088009c473fac5e26510a2def208cbaaa064efb8065f4e4e66f8" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/squawkabilly/squawkabilly_ambient.ogg" +hash = "e51d45c686507162352ac25b851320b9a32ce7a83db616ad88f71b00e6e0f0fa" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/squirtle/squirtle_ambient.ogg" +hash = "f828f5ae5b2b59dcba9a14eda3607cc4681e48606c9ce7a24b3b3d3d3707e4a0" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/stakataka/stakataka_ambient.ogg" +hash = "520b824c7d1e49010d30eff35a7d5faae7fad14343cde39f13d7597904de9ca2" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/stantler/stantler_ambient.ogg" +hash = "83721b76491f7ed9889c4f73ebddc835f4ed1f120126cdb2ec389087590079fb" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/staraptor/staraptor_ambient.ogg" +hash = "47ce964f50d054f6eca78fab152b54d0c486c843f7d6b88b673991c3befcdafc" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/staravia/staravia_ambient.ogg" +hash = "d626155303b2b92af0ff0ad7817e09a04206b2d835181c9deab046df5265f3f9" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/starly/starly_ambient.ogg" +hash = "c7653d7ae9ebbe4daaa169aa8302a7135489bad7774e3c3861924d94c2a40aa0" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/starmie/starmie_ambient.ogg" +hash = "1d41900c902835e22de65791e7f162c95f3a83cd6c90e7c9ac501eaff401f274" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/staryu/staryu_ambient.ogg" +hash = "51909fc311f397b792bb28c807878be120c94e026a18c784bb82679e0bee2ff2" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/steelix/steelix_ambient.ogg" +hash = "1e32b34d0125af87ef46e8a2b666f4719dd98a715b948a613c346f7ac9d6d2b9" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/steenee/steenee_ambient.ogg" +hash = "f7a0849a6a0067bc5fb6615593b0bf2e4819b3e22ee28901bb71e901baeb8b83" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/stonjourner/stonjourner_ambient.ogg" +hash = "a3c9c0340fa68988f799eaebcfdc195ebc415150ad8f73e23ee67074ac69eb09" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/stoutland/stoutland_ambient.ogg" +hash = "e0f16ca5f22e853d235c65104bd3b9307f6132650bb52af02d1e6aa45965e574" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/stufful/stufful_ambient.ogg" +hash = "2d50b771fbaca63ef98dbd6d769eddf3d853885a5ad9934c632b39a172b3b2cd" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/stunfisk/stunfisk_ambient.ogg" +hash = "32bc84e6fafccbba11859edc310ad807af5c128a778343a265e64b986d9066ab" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/stunky/stunky_ambient.ogg" +hash = "f7329fdf6ba50ef0de33fa76a9d60bcc84f017d61d8035fdba93ef88abc638cb" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sudowoodo/sudowoodo_ambient.ogg" +hash = "7cefc2da1283ede65e719c7069e44a411250e1d0c5512fdac94a897b3e3dd66f" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/suicune/suicune_ambient.ogg" +hash = "a3e7ab6cbd0578d77e4302b8ef142a1137424a237dacaea05108afd88ccaa039" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sunflora/sunflora_ambient.ogg" +hash = "f1bc70f0373a1ad76f62563b1910bc7f812b3e20dafe8b149a42cb9a0736967a" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sunkern/sunkern_ambient.ogg" +hash = "61c885552148002954af256151991d39e78179701309132f94f424486362cebb" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/surskit/surskit_ambient.ogg" +hash = "d7c97489628863b3baab0790fd591c5fcebb59514559085e59a0620ef60553b2" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/swablu/swablu_ambient.ogg" +hash = "014f97f804dd958d0f18e2d541e175a88e88bb0783507d7a51a2ea7319318db2" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/swadloon/swadloon_ambient.ogg" +hash = "f47722fddcff924ab5b6f74d1dda12a13cc79d3274c05a7e3b6641c37ba61ba2" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/swalot/swalot_ambient.ogg" +hash = "260c7c25de2b96be8baae08ddcd201417f6d55f4cfbf3bdb2378c4fbdd9caf95" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/swampert/swampert_ambient.ogg" +hash = "6e732d0f9db8f7acf905025b1ec89998e65fa21dd02ef8405c0869e154000105" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/swanna/swanna_ambient.ogg" +hash = "2396946b9b8e26d5e92778555963bf2e18cd596e73f266714e8e2208a85c9af5" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/swellow/swellow_ambient.ogg" +hash = "ce62439a33e5563cee7d66926f2e60dca23204d0adc061162a4b282eb63a6238" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/swinub/swinub_ambient.ogg" +hash = "b2e0fb82d97d22a975954b7405625ce65b90f7aee6a63d61d048758ef1a7ee23" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/swirlix/swirlix_ambient.ogg" +hash = "409599183dbc8c38aa5dbab76a8efead39ae1341c6a591e071569e73efd99a79" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/swoobat/swoobat_ambient.ogg" +hash = "a6d68f2a22a24e2fac6d8c1a58e77fbbbb50f82b649b1bed76fe85aef4d4eafe" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sylveon/sylveon_ambient.ogg" +hash = "0599fdc4ff22c42ae0a28c6299968e63ad9724a3de9b7d3abd1fc76fc3e6d451" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tadbulb/tadbulb_ambient.ogg" +hash = "84a98802a92798b84debce73dfa0894bea14ae41c81fd7b5c91d3c9440951de5" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/taillow/taillow_ambient.ogg" +hash = "b346744a00aa6f9f4c79e270390c75a02892951444df0d447aaea74cf8435d0b" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/talonflame/talonflame_ambient.ogg" +hash = "8c65978b8739ffc9ed5dde15ef288899113c500c58ec3e9840eb4fa1b389b186" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tandemaus/tandemaus_ambient.ogg" +hash = "d6936af413b8d4ca8c532cb17c681e01a51968071139f30d2b95fe1f42ea33d7" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tangela/tangela_ambient.ogg" +hash = "f89de7509319c7cb4f092d98d8afc1ab45f6dd311185d00efad9ee60dba35228" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tangrowth/tangrowth_ambient.ogg" +hash = "bd02cd8b11e395e12956c0385bea7bed24bdb98c93cd57430e4b1ea5f7664391" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tapubulu/tapubulu_ambient.ogg" +hash = "b809081b7bbbcaf291afbb21e03d6727dd436e7ad131836bd18254e91a8f11e0" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tapufini/tapufini_ambient.ogg" +hash = "9ace34206be2a327318dc4c4ac97f2dca5e5e9d7e9085ee6ec8b1fc236b55677" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tapukoko/tapukoko_ambient.ogg" +hash = "ab1170b3d187ec7157d4eec0907bb7b72e03b149f57f827b892f4b5e4de873da" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tapulele/tapulele_ambient.ogg" +hash = "729a55ddf79a6703ecaf501446c8517268abd075c2dc6f83a54acebfccca045a" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tarountula/tarountula_ambient.ogg" +hash = "2f6d5f96c91e0564e73a48467df1b66019751597e79152fd0cbd1f4f0e65722d" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tatsugiri/tatsugiri_ambient.ogg" +hash = "f4927ec9a5f7a3743e1e1e825f03e4ce4e83b8a483ed632dad650f324745e65b" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tauros/tauros_ambient.ogg" +hash = "3ac8baacad124dee9f19dba3ef59972e8b806178fdf3cad2817f4289156b742d" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/teddiursa/teddiursa_ambient.ogg" +hash = "0ee5fc4492c42c8d2c572de52b692cb8dfa26083eff3606545ff27320a3b2f63" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tentacool/tentacool_ambient.ogg" +hash = "f3770dad9c3f8beaee79594c63fc2a155720978ede619cce6516a2833bb2bcfa" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tentacruel/tentacruel_ambient.ogg" +hash = "fbb5728092519bdaf96f223382caccea434e008126f644db52a678e66dd611a0" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tepig/tepig_ambient.ogg" +hash = "0e529f458639a4bf2e238705e57f6d6afb803fcff2e015797c50222d6975a41a" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/terrakion/terrakion_ambient.ogg" +hash = "83d70dcd10e335f660f4030e6c592b2c76cce34e28bba87045e2e65aab04faa2" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/thievul/thievul_ambient.ogg" +hash = "763fe43efcb8fe587388becfc838b3edeac89450826c632db48f2883cadf1c50" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/throh/throh_ambient.ogg" +hash = "aacd1549c1f00927b110ce5ade6ba885b8019a5cfe95bf3a32a6514fbcf0a764" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/thundurus/thundurus_ambient.ogg" +hash = "b35489d438615be23a536b4e5286f9e870634a22a73f81133c8d4205ca54a63b" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/thwackey/thwackey_ambient.ogg" +hash = "18ea2aa2a1654d9f8f8a0ca691bb4bc21272b79b62241af720f4176e7b968b29" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/timburr/timburr_ambient.ogg" +hash = "a0b4695f48c311f32459b26fca54cbab716efe6da4a78d442ec4af0b71e2786c" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tinglu/tinglu_ambient.ogg" +hash = "8a6ffcc3d1c6e41a6da994ac672baadd7bfcd648b17e9afa285143e0daf07942" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tinkatink/tinkatink_ambient.ogg" +hash = "09fd42169e03a40f4acdd7677a6b64f04901d27f7e4f0620b41613c1c9aa7cee" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tinkaton/tinkaton_ambient.ogg" +hash = "ee8f2d7265c4bc2c6a618e72c1e36e28a0544e9c0fb2f5537d68e8fa3aecfa27" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tinkatuff/tinkatuff_ambient.ogg" +hash = "f43800d33d9e528ee8cb56c5a000d3fe29fe9e8b1eec5831842a7d8fb1fb2df9" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tirtouga/tirtouga_ambient.ogg" +hash = "82c0a38984b2564deda116d965601c7c1305420e31923f73760b31c8a0ed0605" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/toedscool/toedscool_ambient.ogg" +hash = "22d1a8d3552e0b8c049a676aa7d5d841de86da65d5de235b9acc18670b57d061" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/toedscruel/toedscruel_ambient.ogg" +hash = "8fc1cd702034ef8a753bd9e2a4932d5429fd169329e1db98fa327dcc3e0e77ce" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/togedemaru/togedemaru_ambient.ogg" +hash = "f1cc67168e9eda1087caac879d8f511a686c3a0f70fba7c9266fe0ec7fc8966f" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/togekiss/togekiss_ambient.ogg" +hash = "f03466bb8aa81cb841c481703dc48b8babcbbcff0f60920f05fc413968c8c924" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/togepi/togepi_ambient.ogg" +hash = "8dc3c00cbd9c22519ce5cbc6459e0db4d6856a3284cfce747f8bef3c6d46f70b" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/togetic/togetic_ambient.ogg" +hash = "14f49119f644767dac39d43d28b4c801b16996f531ba4f099bdccaa67014e335" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/torchic/torchic_ambient.ogg" +hash = "d3cd554a6586d19fabf18efe123b42828c44e485caeb6a05e1ba26234220b8bb" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/torkoal/torkoal_ambient.ogg" +hash = "4c1748c7d8d0f0cea08e0fc343c221c95c2614404bc588f65a4f6f9c1f636d34" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tornadus/tornadus_ambient.ogg" +hash = "09521f759775effcf79debc96f1289ff22c81b4944fc8c899c462fca10179903" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/torracat/torracat_ambient.ogg" +hash = "6cd5a8614328912d715e1f35ca90c3f31ae1cde8259d309788be5a3dd6a81d27" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/torterra/torterra_ambient.ogg" +hash = "0a8b50febc164ff68e8ab317eeacc7d28faa39809cf2cb7d77491edb3272f820" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/totodile/totodile_ambient.ogg" +hash = "357894e7e7a3415578eaae8e1574c21cac1ece8232df43d68f7c453c0aac513c" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/toucannon/toucannon_ambient.ogg" +hash = "a976d82fe1dbc8457081cdf2b29e1b00a01a3b76802aeb5064bed03deebbe1e3" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/toxapex/toxapex_ambient.ogg" +hash = "c5907defba2ee4b65e79a23c05cbd1c3324cc3804ba8bcf2b838e68f3de36144" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/toxel/toxel_ambient.ogg" +hash = "2e9aea74a64b553015d7f119834866400f4e25caafd833dd823fe4b458e17ad7" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/toxicroak/toxicroak_ambient.ogg" +hash = "ae84e7b4fb9c1bef1241d5af4b3426623db769a097efd2216d8e808f26d9dca2" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/toxtricity/toxtricity_ambient.ogg" +hash = "330272d09b1c34f45499b70042833c85d466857bb94b4594247fec4a7619905a" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tranquill/tranquill_ambient.ogg" +hash = "72be6e2d82d083c0fc274ec367c8c6124d9c44ff6e7ae52b13fd41c7a596cc71" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/trapinch/trapinch_ambient.ogg" +hash = "e629eabc422c3c6269676a1fbfec938c0a53212cfb8135f6e36994ba16348cee" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/treecko/treecko_ambient.ogg" +hash = "1fa7c3493338c4465f70417afa8fe704c28dc2cb3e6b4c0c9df0f4d1763f3d68" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/trevenant/trevenant_ambient.ogg" +hash = "c91deb267cec39265ad3112224149822de2f6afcafeade7ef208f24690edb41f" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tropius/tropius_ambient.ogg" +hash = "9ceef8cbafd7e3ff93571493250e6fd8803379e83795f1c28b9e212cb149af0c" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/trubbish/trubbish_ambient.ogg" +hash = "aa079390c528b8629a3dd339b4e1c19aa446e70ab49555f7f55ba67ab438795b" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/trumbeak/trumbeak_ambient.ogg" +hash = "c747d59ace641134059705c7d6893477f60176df4ed0c6d879fe10c8718fd3d5" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tsareena/tsareena_ambient.ogg" +hash = "b93f1aaa5da145740144929357b25d9c24854e5179c0489856e82413a757f4b1" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/turtonator/turtonator_ambient.ogg" +hash = "c3f91f5749df16c8959c539c6135606153632609f6ba43b0b96b155b2e89d1e0" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/turtwig/turtwig_ambient.ogg" +hash = "1a04abecd0cac5bd4c8170d04d43932aedf77b02222144625d8931dbb7343112" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tympole/tympole_ambient.ogg" +hash = "718cca4bc5dd5d2feb4e7307ebf264da254415fd72d7c934019631f82ccfd429" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tynamo/tynamo_ambient.ogg" +hash = "f61e7f34bd16f0d41ccd968d6a3ad30d62f9ebbc59746308f8adca4e5afdc2f8" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/typenull/typenull_ambient.ogg" +hash = "1c1648313541f04b30259e699cd56947551c5441ceaafd7502ebb8309e0584f8" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/typhlosion/typhlosion_ambient.ogg" +hash = "bae4590652bbc4477e9638b3b7f0b9480e319840a8bde31c68d56c66e28516bb" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tyranitar/tyranitar_ambient.ogg" +hash = "c3ff1011e83bc71aa686b7a0e48ca75106c136f85f8f9ba3494c3eb800040d88" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tyrantrum/tyrantrum_ambient.ogg" +hash = "9cc69ca29f4cb2d61efb7802df0dfe3c254f50ce37ea383438148c012a141dce" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tyrogue/tyrogue_ambient.ogg" +hash = "f0da6bba5758bfe1b555850ce7b14ff3ed8369f881fe653c428f3314ba9f0ca1" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tyrunt/tyrunt_ambient.ogg" +hash = "ef877f712f0de684af18456e30f95caf37fb392a2d06dce02b2efe16a0ed8621" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/umbreon/umbreon_ambient.ogg" +hash = "154b6cfe77b6b16c65e026bf6cfab4713a608e369056e18bf1682ad622b3b6b1" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/unfezant/unfezant_ambient.ogg" +hash = "f8a678f21a3dfdd7d7f2005c84f69e165588a839e10bee78dcaa7c76c3623e06" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/unown/unown_ambient.ogg" +hash = "0cfd1bc5ab12ef4408fc076538d85fc805e7dfdbe6d452dec3e793bbed073eac" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ursaluna/ursaluna_ambient.ogg" +hash = "7b51a5f9894143c208b3a7595dd533991f654f9a766fd25135a592d7742c0b34" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ursaring/ursaring_ambient.ogg" +hash = "5617036e400b3915ae5176a22c81e5759287b3e6005c06fd2b4d58544664f848" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/urshifu/urshifu_ambient.ogg" +hash = "ba3e5a284d167af27fe600afa6d16f3c6673c72fb5fc875a0fa0fa2747ee77cf" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/uxie/uxie_ambient.ogg" +hash = "efb521a6308028abaab37db828713cd4eaa0bb7ba53bc72b1459a1d84db761c1" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/vanillish/vanillish_ambient.ogg" +hash = "ddb6541b1c4785656d33f1378a12378e051f497d2e282d88b76e16435a4b10db" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/vanillite/vanillite_ambient.ogg" +hash = "54f9342c4f66b2336f909cb0837d0d524e4d4213dbf782ff90547cec0714cd22" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/vanilluxe/vanilluxe_ambient.ogg" +hash = "ede3c81f58e32580c09aba0ddc25c744aae822afd904253cbcb00c6fef2b90ea" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/vaporeon/vaporeon_ambient.ogg" +hash = "c5e1e321d8fd0756eebfe04a93447351892327792ea3456c6e0f5fe5acfcb0f2" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/varoom/varoom_ambient.ogg" +hash = "c9958779bcf0a8d6fd4cf7c2850f108de84ccdbf8545a2572e573d5301afa724" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/veluza/veluza_ambient.ogg" +hash = "fd47e2d3290b36c2f0a67fe9cbefa15ca9ebd54a1a13ea1a0fef232f92508d62" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/venipede/venipede_ambient.ogg" +hash = "f92e82717d33ad622f7367125e5eea0c074a3debe99d9e4199fcdf9d6c113d41" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/venomoth/venomoth_ambient.ogg" +hash = "286801cdff3fb682579a2ca8b77a443c1e2e5ec54bb52e0b921e1c0a10ab2f4b" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/venonat/venonat_ambient.ogg" +hash = "4c1d0fe31370fe82e306c875f6210bc50b88d9922b9dcd93dd3b90897aadf59e" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/venusaur/venusaur_ambient.ogg" +hash = "66f690740cac10897f41c50b67577e95fc95e015f91a041386c87450dcd35b28" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/vespiquen/vespiquen_ambient.ogg" +hash = "5d1bcf323f9db3cde9a1dbf40ce1afe124e842c029f562444bca2f8d43150611" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/vibrava/vibrava_ambient.ogg" +hash = "765e2b2bc7f69428f5673c1dfc97bf79fd1925789cd4161d3ba024b9ed6f6fcb" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/victini/victini_ambient.ogg" +hash = "6e6068249963fcc1735de4a082cc1a1f6a6d66b8f1b439dbeacc5d1142ececb7" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/victreebel/victreebel_ambient.ogg" +hash = "8a750e725201aac3887d73432f6133e5992825539e502e93e2d6c1e20cdd967c" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/vigoroth/vigoroth_ambient.ogg" +hash = "8e931e37bb7b1d880c4cee3ad392b5d4f0da24ce01ed5307a466340cb7a2887b" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/vikavolt/vikavolt_ambient.ogg" +hash = "c25a7e8d03b5adc68118b8fd50746a235e2494fcc657ba3dcb33da031c37430d" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/vileplume/vileplume_ambient.ogg" +hash = "cec3d873d06a0ad108defe9028e877dc309198cab1efd72f3c9e19f5fcd90fb2" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/virizion/virizion_ambient.ogg" +hash = "a0f91213b522b345f17ca886b136f554475e03612646f05648488f7c3c791faf" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/vivillon/vivillon_ambient.ogg" +hash = "20f6ee0ef7661791984975d868ca6884077c5a550b1972a40a86bbcee5ba04be" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/volbeat/volbeat_ambient.ogg" +hash = "5c6124b186525a0d9ecc5ccb313d4805357800d3dd427d1d409ca0f194ab5d99" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/volcanion/volcanion_ambient.ogg" +hash = "c1d06b564644a8ee4fd41a1f5a452f97fdd2c6a816b840943ec2668af0fa2a8c" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/volcarona/volcarona_ambient.ogg" +hash = "8612c2432bbfac54121c9f53b3d00bb9c72e60fad7a446e35d0bf6e492333416" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/voltorb/voltorb_ambient.ogg" +hash = "a6ade3540ce5456e9928f906e2157dddc4fd244a69dfd12e679ab870bbe66cd8" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/vullaby/vullaby_ambient.ogg" +hash = "4fce7cdc7532a69c06f1de9fce17422e4131d70a7d46ae1c4ec088d7b4dffd33" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/vulpix/vulpix_ambient.ogg" +hash = "70ed1c7f151d0bf13fe84f3e46c20c4beef810e308075f458bbff32b72469b48" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wailmer/wailmer_ambient.ogg" +hash = "71d7be84ff6f8d67c3c9befe5f4db8ad644e1d12fb59a76367c14cdd0c3bde5f" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wailord/wailord_ambient.ogg" +hash = "fffebb02368adc248752cf7c97038c97df46c50251e9b32b3e8baf47a8002165" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/walrein/walrein_ambient.ogg" +hash = "218248a2c909f80f41beb4965f91a2e512d69a7b6b58c830cf8349b97331b6ed" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wartortle/wartortle_ambient.ogg" +hash = "31836e5b2d369cf9de8b31738b5edb3e226524dabe43c30c3ba15a6086cb3320" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/watchog/watchog_ambient.ogg" +hash = "9c9b696752ba69b11384e6df64ffef24d90ed9f3a3008d79ad72cb24ce879be4" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wattrel/wattrel_ambient.ogg" +hash = "f3dbef93121892021c59156a5ab8422fec9fd79c1b07f686e35a1b0f084e80a2" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/weavile/weavile_ambient.ogg" +hash = "da5a9e0bdd8e309715e3d9c1dfd1f0578c704eaa896255c74b4a7079629fcaf9" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/weedle/weedle_ambient.ogg" +hash = "ee2aed683fa903ca2a7a448c6acecde1182017bd4d042c6817a84c41447296a2" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/weepinbell/weepinbell_ambient.ogg" +hash = "acce5ca96c1efddf8536916d28ac4288242e42ee9d31ecb44e6e56bf60b75fe4" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/weezing/weezing_ambient.ogg" +hash = "298e4b24f0da3769ad05677dedcaedd973f3ff5d6a944d571004a5f2d7f71529" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/whimsicott/whimsicott_ambient.ogg" +hash = "f5df44cb837421551684df94e0de0788e7517142f980e28ac7fda3742efb4fd4" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/whirlipede/whirlipede_ambient.ogg" +hash = "f6ae07e2df6ddc51a0e38a19eb507ab8dce1aaabf853f3d75299c0fc3a0d9cb7" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/whiscash/whiscash_ambient.ogg" +hash = "74c34f9e77152070095081b8605aa24f9a47b91cd2fa5379f7d5f506b820dff7" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/whismur/whismur_ambient.ogg" +hash = "287899734c54ea23a6b5edd6b3ea3fe929cd6467ab10f24cf10898db2b418523" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wigglytuff/wigglytuff_ambient.ogg" +hash = "8f48632e25b2a354cfab5a08d1fff6b5a773f2793ce1bf28b8613d4513a49b48" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wiglett/wiglett_ambient.ogg" +hash = "d02c7a31d0b20a8caa462de825c9996afad2bab6743e02ce763c80fce13ef3da" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wimpod/wimpod_ambient.ogg" +hash = "d3423a16d041db4fc98a12ba8615bb603b19b8e7e800bf6dbeb336bfd2fcd0e8" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wingull/wingull_ambient.ogg" +hash = "d09b17491290eaf6910a7b925c4a0f1c3bf8c2f0c9b7445104dba1577064d8ce" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wishiwashi/wishiwashi_ambient.ogg" +hash = "4beb5923f49b83686f79136dac0822068523f55c0ca4fc789a5ab24463f7d53b" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wobbuffet/wobbuffet_ambient.ogg" +hash = "fcdc677d68cb4e832b580b606f49df2c21c6db995da64e1a86ecfbcb8e73dd51" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wochien/wochien_ambient.ogg" +hash = "7c4e90a050defe16cdecd62abe478ecf666d50df86e3bd6db390c3a251adda21" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/woobat/woobat_ambient.ogg" +hash = "d96cc84ffb243901214c5f18f93ec4faeb8f5a5ee7a8686e441fc1467d056df9" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wooloo/wooloo_ambient.ogg" +hash = "70d9c790168a53a7f7f58eb683f68551b7284c5064ccbdfddbeb5e0349fec677" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wooper/wooper_ambient.ogg" +hash = "fb9007f6300936889f2ee0a9834e241f57bcb02351fd5261868b2fa1ba319cdf" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wormadam/wormadam_ambient.ogg" +hash = "ef9629a49d33d22568d0f75ca6fc3c7b79a9078aa749ef7628c84d22b804a952" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wugtrio/wugtrio_ambient.ogg" +hash = "25444d6aea0267b1dd4378a1cdc47a5dfd197cb0db44a48b59357d1b46d034aa" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wurmple/wurmple_ambient.ogg" +hash = "6d3ac064752ae23e0f476f30a3bfe4721c8fee766b294201720076458ba2f87a" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wynaut/wynaut_ambient.ogg" +hash = "43946fac9dd75e04a27b3d937d0b10b8f85ba6398f47681c64db84c8005616cd" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wyrdeer/wyrdeer_ambient.ogg" +hash = "15ffcc906173c796979ee0a5aecc808a9a72b2f299493894050fd7a9b2761224" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/xatu/xatu_ambient.ogg" +hash = "e244494e5253e6b5ba80f9c83f70da0055a5eecd9d5c90159cf64619d5baff5d" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/xerneas/xerneas_ambient.ogg" +hash = "2856817a0382d6f706a9e541de903e4eb3b2f29c2cbd7fded2a042c2b051680d" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/xurkitree/xurkitree_ambient.ogg" +hash = "ab35a61202b5627dd6ff488ce66b26d7a18b7eff004d3384ff3803bd89ba4795" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/yamask/yamask_ambient.ogg" +hash = "e783cd231bad8012c6b83145021eeeacd16008b3e1fd6b4db960e06ffb6279bc" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/yamper/yamper_ambient.ogg" +hash = "28b43831c37c3d0d229168c989953ac1705c246dead8f07922669af1bbf6df01" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/yanma/yanma_ambient.ogg" +hash = "eaa68d86110ab99740113043451deee987b6190e3499450577c526803136d06c" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/yanmega/yanmega_ambient.ogg" +hash = "753ed5eb778880e975e8d522d8f9c19d87368010f2a7ff3644e4815d02b97782" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/yungoos/yungoos_ambient.ogg" +hash = "041318088406f008e4633b25d165cab1f9105617c6fdda68f29a5f4e287c1d3f" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/yveltal/yveltal_ambient.ogg" +hash = "c886047456dbe4ec971da0109e8253f95c2f996362e4cc7d836e140bed2daf1f" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zacian/zacian_ambient.ogg" +hash = "944ad8e2686437817c63c2b4b7e5c2e121080475c7c0e8840c5732ce861d8958" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zamazenta/zamazenta_ambient.ogg" +hash = "0799b52ff78e15967dbd1d67d48eea187840eaca7f78c50f2f4f78fbff6c8752" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zangoose/zangoose_ambient.ogg" +hash = "a2bd3a15f72a927a4039268777fbc94b92812e2e11abc7bc26898920eac48e1b" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zapdos/zapdos_ambient.ogg" +hash = "3505565dccb43d0067ff490a6398b2a6ff35902895b891c9662b0577181c63d9" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zarude/zarude_ambient.ogg" +hash = "3f0c736afdcb111896c8144c429445002f24280fda6ba2174bcee6d284fde219" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zebstrika/zebstrika_ambient.ogg" +hash = "5f5a027f01863a8161af1da5bec7bc3149a6d6137be46ff067063d2e966beee2" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zekrom/zekrom_ambient.ogg" +hash = "69ebb15852fc41c390aacdae568e61766a2f9e0b665dcb1ba2a53c8572995b2a" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zeraora/zeraora_ambient.ogg" +hash = "b26ef9e62b91dca3a1b1f476749058abda8e85ea36959eae1ee285f92d3fe132" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zigzagoon/zigzagoon_ambient.ogg" +hash = "a97ee964ee75c259cdc6772b427960999a3b6a5500dbf3a6df8ffccf86a47d19" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zoroark/zoroark_ambient.ogg" +hash = "dd978287f2217706535c71141ac628ce33a715e440025f14060ff6477875ec1f" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zorua/zorua_ambient.ogg" +hash = "db4cb7dcd5de3de46508808c2b430ad25b445db6f0fc54f7e95d68db1605f106" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zubat/zubat_ambient.ogg" +hash = "a740fae3942210dd2ee396be53f58d46ba4d7860b0991377eac76d20231c3841" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zweilous/zweilous_ambient.ogg" +hash = "fe84a8415617989ca9cfe17f4556d8c9b0f6584fc464732a0ae9124273f2e43d" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zygarde/zygarde_ambient.ogg" +hash = "97551fa4e9e7a02bddaa8bd66666b6fb327658d24bbf6af981d733b72b1960bc" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/pack.mcmeta" +hash = "05008226f03622d64e617f5455ffa00e95b49e5f3c31d61818f94d9f92ef4898" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2/pack.png" +hash = "5ac85e6d9e5e9786da87e7631bd3992130e6c9147a66b5c511ccbdd4586be93e" + [[files]] file = "resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0666_vivillon/0666_vivillon_pride.json" hash = "90e172a49a214c714d1d657117b4553f89e293051215656ce6a4478999e8f74e" @@ -29270,6 +70497,11 @@ file = "resourcepacks/embellished-stone-advancement-plaques.pw.toml" hash = "14ef2d3624489c3d2b9fd3311b436d030fa5779e49f9a5662f910ff39d196221" metafile = true +[[files]] +file = "resourcepacks/smooth-font-32x.pw.toml" +hash = "2f35f14033e281f71213ae72d536562a87ca644779eb41fd27fd5b9820ef7dda" +metafile = true + [[files]] file = "resourcepacks/theones-items-pack.pw.toml" hash = "42cbb523f51a513ca1b5f96571f6134b60f93ae5dc2aadd41111cc55843d078d" diff --git a/mods/accessible-step.pw.toml b/mods/accessible-step.pw.toml new file mode 100644 index 00000000..0a794296 --- /dev/null +++ b/mods/accessible-step.pw.toml @@ -0,0 +1,13 @@ +name = "Accessible Step" +filename = "accessible-step-mc1.20-2.0.1+1.20.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b7f79aa6190e80c0473d110658da14f644433f24" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6050662 +project-id = 1044724 diff --git a/mods/architectury-api.pw.toml b/mods/architectury-api.pw.toml index 8257e1b0..43e97404 100644 --- a/mods/architectury-api.pw.toml +++ b/mods/architectury-api.pw.toml @@ -3,11 +3,11 @@ filename = "architectury-9.2.14-fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/WbL7MStR/architectury-9.2.14-fabric.jar" -hash-format = "sha512" -hash = "4cb8f009fd522d68a795d2cf5a657bdbe248b32ba7c33cd968f5ab521e9d60e198f8a3f6c50e7d960a2b8f50375116be0db1fd44b5710ea758697d8ea70d15de" +hash-format = "sha1" +hash = "4fa65e32dbf63a871a30fe8ec6fbff9a4b8d007d" +mode = "metadata:curseforge" [update] -[update.modrinth] -mod-id = "lhGA9TYQ" -version = "WbL7MStR" +[update.curseforge] +file-id = 5137936 +project-id = 419699 diff --git a/mods/autorun-fabric.pw.toml b/mods/autorun-fabric.pw.toml new file mode 100644 index 00000000..51400589 --- /dev/null +++ b/mods/autorun-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Auto-Run (Fabric)" +filename = "autorun-1.20.X-0.5.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ecb2a2a01f009b2f315daa1db1eb205c2dd8a88f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4590193 +project-id = 279429 diff --git a/mods/cobbleloots.pw.toml b/mods/cobbleloots.pw.toml new file mode 100644 index 00000000..f5c5990e --- /dev/null +++ b/mods/cobbleloots.pw.toml @@ -0,0 +1,13 @@ +name = "Cobbleloots: Loot Balls and More!" +filename = "lootballs-1.1.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "cf21ab4a5a4437d8272bfa92047ccf516e32cf53" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5432390 +project-id = 1037611 diff --git a/mods/cobblemon-yet-another-chance-booster.pw.toml b/mods/cobblemon-yet-another-chance-booster.pw.toml index c94b15a8..9b840440 100644 --- a/mods/cobblemon-yet-another-chance-booster.pw.toml +++ b/mods/cobblemon-yet-another-chance-booster.pw.toml @@ -1,4 +1,4 @@ -name = "Cobblemon - Yet Another Chance Booster" +name = "Cobblemon - Yet Another Chance Booster [Discontinued]" filename = "yetanotherchancebooster-fabric-1.0.1.jar" side = "both" diff --git a/mods/cobblemon.pw.toml b/mods/cobblemon.pw.toml index a738d62b..588284e6 100644 --- a/mods/cobblemon.pw.toml +++ b/mods/cobblemon.pw.toml @@ -3,11 +3,11 @@ filename = "Cobblemon-fabric-1.5.2+1.20.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/MdwFAVRL/versions/EVozVxCq/Cobblemon-fabric-1.5.2%2B1.20.1.jar" -hash-format = "sha512" -hash = "38f6e1ae17673f9c62915ebc68558b1c50cf4c2bdeb299ac06aed84ecf0bf9c56732cbc123252f43ea3abee10d3348c50b74fa46cac6d9d8dd0c11833bacaabe" +hash-format = "sha1" +hash = "2465e767f2659240f1c16549e602cb6e8b9145db" +mode = "metadata:curseforge" [update] -[update.modrinth] -mod-id = "MdwFAVRL" -version = "EVozVxCq" +[update.curseforge] +file-id = 5375408 +project-id = 687131 diff --git a/mods/fabric-api.pw.toml b/mods/fabric-api.pw.toml index 0092edc3..a5eaae3f 100644 --- a/mods/fabric-api.pw.toml +++ b/mods/fabric-api.pw.toml @@ -1,13 +1,13 @@ name = "Fabric API" -filename = "fabric-api-0.92.3+1.20.1.jar" +filename = "fabric-api-0.92.2+1.20.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/SKPWumQf/fabric-api-0.92.3%2B1.20.1.jar" -hash-format = "sha512" -hash = "073c045791ddf14c28a1ec163e7ef40dcb014a73d72856f881aab04df018e1c62774978c95cda3a07bb324198bd586040e466eabc46bd2f09a16115c7d97e459" +hash-format = "sha1" +hash = "625ee015ee426d9b677382a7bb661383d89c0807" +mode = "metadata:curseforge" [update] -[update.modrinth] -mod-id = "P7dR8mSH" -version = "SKPWumQf" +[update.curseforge] +file-id = 5383715 +project-id = 306612 diff --git a/mods/fabric-language-kotlin.pw.toml b/mods/fabric-language-kotlin.pw.toml index 33f0b8c1..d18c00c9 100644 --- a/mods/fabric-language-kotlin.pw.toml +++ b/mods/fabric-language-kotlin.pw.toml @@ -1,13 +1,13 @@ name = "Fabric Language Kotlin" -filename = "fabric-language-kotlin-1.13.1+kotlin.2.1.10.jar" +filename = "fabric-language-kotlin-1.13.0+kotlin.2.1.0.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/476dzMG5/fabric-language-kotlin-1.13.1%2Bkotlin.2.1.10.jar" -hash-format = "sha512" -hash = "8e3609ef53a731c5509b304397e7fd4e37f2bbb4353b0d6234e74438846f0464743022f3339ba4f5acf21b023c80420ce59c194c1dfb11aeb79caffa6f842fb6" +hash-format = "sha1" +hash = "e3d4ebcc5aef85967ba622f9631e0897cbcd4e2c" +mode = "metadata:curseforge" [update] -[update.modrinth] -mod-id = "Ha28R6CL" -version = "476dzMG5" +[update.curseforge] +file-id = 5950505 +project-id = 308769 diff --git a/mods/global-gamerule-fabric.pw.toml b/mods/global-gamerule-fabric.pw.toml new file mode 100644 index 00000000..809e67f0 --- /dev/null +++ b/mods/global-gamerule-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Global GameRule [Fabric]" +filename = "GlobalGamerule-1.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "94f8b701155b49524b4a51bcb96148640da0872b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5519985 +project-id = 1060896 diff --git a/mods/hopo-better-underwater-ruins.pw.toml b/mods/hopo-better-underwater-ruins.pw.toml index 806ef4e9..1abc899e 100644 --- a/mods/hopo-better-underwater-ruins.pw.toml +++ b/mods/hopo-better-underwater-ruins.pw.toml @@ -1,4 +1,4 @@ -name = "Hopo Better Underwater Ruins (Fabric/Forge/NeoForge)" +name = "Hopo Better Underwater Ruins" filename = "HopoBetterUnderwaterRuins-[1.20.2-1.20.4]-1.1.5.jar" side = "both" diff --git a/mods/nuit.pw.toml b/mods/nuit.pw.toml new file mode 100644 index 00000000..f40e9147 --- /dev/null +++ b/mods/nuit.pw.toml @@ -0,0 +1,13 @@ +name = "FabricSkyboxes" +filename = "fabricskyboxes-0.7.3+mc1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "31a13b9ca0a500b4caad993ec42e1199142d86d1" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4761944 +project-id = 408209 diff --git a/mods/packet-fixer.pw.toml b/mods/packet-fixer.pw.toml new file mode 100644 index 00000000..a2ea4cb8 --- /dev/null +++ b/mods/packet-fixer.pw.toml @@ -0,0 +1,13 @@ +name = "Packet Fixer" +filename = "packetfixer-fabric-2.0.0-1.19-to-1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "2265238e396d23e457b181f7fa75ad3398f127ce" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6195868 +project-id = 689467 diff --git a/mods/puzzles-lib.pw.toml b/mods/puzzles-lib.pw.toml index ce7fda1c..207988e2 100644 --- a/mods/puzzles-lib.pw.toml +++ b/mods/puzzles-lib.pw.toml @@ -1,13 +1,13 @@ -name = "Puzzles Lib" +name = "Puzzles Lib [Forge & Fabric]" filename = "PuzzlesLib-v8.1.25-1.20.1-Fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/QAGBst4M/versions/qjSRRf2B/PuzzlesLib-v8.1.25-1.20.1-Fabric.jar" -hash-format = "sha512" -hash = "5dbf0aa3a51874d51874810636430a70b02d94cac8c228ba75051a3f8b6979c952b810686e5083ff78db24954aee7c60a12461fb246d643da662fc60ee3ae291" +hash-format = "sha1" +hash = "d9c8ad40fcf20016d4b4764f8001aacfc02f16b9" +mode = "metadata:curseforge" [update] -[update.modrinth] -mod-id = "QAGBst4M" -version = "qjSRRf2B" +[update.curseforge] +file-id = 5904751 +project-id = 495476 diff --git a/mods/shader-toggle.pw.toml b/mods/shader-toggle.pw.toml index acd39de8..6c9bb53c 100644 --- a/mods/shader-toggle.pw.toml +++ b/mods/shader-toggle.pw.toml @@ -1,4 +1,4 @@ -name = "Joe's Shader Toggle" +name = "Shader Toggle" filename = "shader-toggle-1.0.jar" side = "both" diff --git a/mods/shoulder-surfing-reloaded.pw.toml b/mods/shoulder-surfing-reloaded.pw.toml new file mode 100644 index 00000000..b138d576 --- /dev/null +++ b/mods/shoulder-surfing-reloaded.pw.toml @@ -0,0 +1,13 @@ +name = "Shoulder Surfing Reloaded" +filename = "ShoulderSurfing-Fabric-1.20.1-4.9.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e18343aee77314173f1b77bf1263577bb422425b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6131014 +project-id = 243190 diff --git a/mods/simple-voice-chat.pw.toml b/mods/simple-voice-chat.pw.toml index 1d981d8b..313b2a20 100644 --- a/mods/simple-voice-chat.pw.toml +++ b/mods/simple-voice-chat.pw.toml @@ -1,13 +1,13 @@ name = "Simple Voice Chat" -filename = "voicechat-fabric-1.20.1-2.5.27.jar" +filename = "voicechat-fabric-1.20.1-2.5.26.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/IZhZbWUU/voicechat-fabric-1.20.1-2.5.27.jar" -hash-format = "sha512" -hash = "445f6ef90e5e51ddf3c4ac105897338db5dce9cf69ea808fce5fd8e02d8e40a9ff6d0c51cb4d62e0d09797530d12ca86f34b356210d77edeb6dbc9d9cd8bfd10" +hash-format = "sha1" +hash = "b18e6a5f3335228001ae3143a8a4e33ecc2573fa" +mode = "metadata:curseforge" [update] -[update.modrinth] -mod-id = "9eGKb6K1" -version = "IZhZbWUU" +[update.curseforge] +file-id = 5907373 +project-id = 416089 diff --git a/mods/spawner-controls.pw.toml b/mods/spawner-controls.pw.toml index e0ce9c90..a3950a1d 100644 --- a/mods/spawner-controls.pw.toml +++ b/mods/spawner-controls.pw.toml @@ -1,4 +1,4 @@ -name = "Spawner Control [Fabric / Quilt / Forge & NeoForge]" +name = "Spawner Control" filename = "spawnercontrol-fabric-1.20.x-v1.1.jar" side = "both" diff --git a/mods/staracademy-mc1.20.1-v1.0.1.143-fabric.jar b/mods/staracademy-mc1.20.1-v1.0.1.143-fabric.jar new file mode 100644 index 00000000..670f7183 Binary files /dev/null and b/mods/staracademy-mc1.20.1-v1.0.1.143-fabric.jar differ diff --git a/pack.toml b/pack.toml index ca90db6c..53a4e72b 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "09641299fdacaaa267131b7c84a1aeb753c4009b3457eb6e131cd339617bc974" +hash = "534d2c9bbb2b9914e04118dcbceb418e23bdcb664e5947f2a8b9f8a706ed2c61" [versions] fabric = "0.16.9" diff --git a/readme.txt b/readme.txt new file mode 100644 index 00000000..ca571a36 --- /dev/null +++ b/readme.txt @@ -0,0 +1,2 @@ +Credit to Pete, Abe, KaptainWutax, Danny, iGoodie, CorgiTaco, Sunny, RockN and BzUrQ for helping create the Star Academy part of this pack +Credit to the original mod/resourcepack/datapack creators for making the rest of this modpack possible \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/Credits.txt b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/Credits.txt new file mode 100644 index 00000000..91f2146f --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/Credits.txt @@ -0,0 +1,5 @@ +Pack & Edits by Sinnamoth (@ discord for help) +Additional edits by Ace +Gen 9 Sprites by KingOfThe-X-Roads @ Deviantart + +And thank you to all of the Big Chad Guys team :) <3 diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0001_bulbasaur/0_bulbasaur_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0001_bulbasaur/0_bulbasaur_base.json new file mode 100644 index 00000000..78179739 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0001_bulbasaur/0_bulbasaur_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:bulbasaur", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:bulbasaur", + "model": "cobblemon:bulbasaur.geo", + "texture": "cobblemon:textures/pokemon/0001_bulbasaur/bulbasaur.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0001_bulbasaur/bulbasaur_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0001_bulbasaur/1_bulbasaur_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0001_bulbasaur/1_bulbasaur_female.json new file mode 100644 index 00000000..05f2cb66 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0001_bulbasaur/1_bulbasaur_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:bulbasaur", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:bulbasaur.geo", + "texture": "cobblemon:textures/pokemon/0001_bulbasaur/bulbasaur_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0001_bulbasaur/bulbasaur_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0002_ivysaur/0_ivysaur_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0002_ivysaur/0_ivysaur_base.json new file mode 100644 index 00000000..45f8e22d --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0002_ivysaur/0_ivysaur_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:ivysaur", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:ivysaur", + "model": "cobblemon:ivysaur.geo", + "texture": "cobblemon:textures/pokemon/0002_ivysaur/ivysaur.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0002_ivysaur/ivysaur_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0002_ivysaur/1_ivysaur_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0002_ivysaur/1_ivysaur_female.json new file mode 100644 index 00000000..f3f4bb89 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0002_ivysaur/1_ivysaur_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:ivysaur", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:ivysaur.geo", + "texture": "cobblemon:textures/pokemon/0002_ivysaur/ivysaur_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0002_ivysaur/ivysaur_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0003_venusaur/0_venusaur_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0003_venusaur/0_venusaur_base.json new file mode 100644 index 00000000..ba21fbc9 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0003_venusaur/0_venusaur_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:venusaur", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:venusaur", + "model": "cobblemon:venusaur_male.geo", + "texture": "cobblemon:textures/pokemon/0003_venusaur/venusaur.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0003_venusaur/venusaur_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0003_venusaur/1_venusaur_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0003_venusaur/1_venusaur_female.json new file mode 100644 index 00000000..de3966fa --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0003_venusaur/1_venusaur_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:venusaur", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:venusaur_female.geo", + "texture": "cobblemon:textures/pokemon/0003_venusaur/venusaur_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0003_venusaur/venusaur_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0004_charmander/0_charmander_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0004_charmander/0_charmander_base.json new file mode 100644 index 00000000..06c6c9b0 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0004_charmander/0_charmander_base.json @@ -0,0 +1,46 @@ +{ + "species": "cobblemon:charmander", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:charmander", + "model": "cobblemon:charmander.geo", + "texture": "cobblemon:textures/pokemon/0004_charmander/charmander.png", + "layers": [ + { + "name": "flame", + "texture": { + "frames": [ + "cobblemon:textures/pokemon/0004_charmander/flame/tail1.png", + "cobblemon:textures/pokemon/0004_charmander/flame/tail2.png", + "cobblemon:textures/pokemon/0004_charmander/flame/tail3.png", + "cobblemon:textures/pokemon/0004_charmander/flame/tail4.png" + ], + "fps": 10, + "loop": true + }, + "emissive": true + }, + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0004_charmander/charmander_emissive.png", + "emissive": true, + "translucent": true + } + ] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/0004_charmander/charmander_shiny.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0004_charmander/charmander_shiny_emissive.png", + "emissive": true, + "translucent": true + } + ] + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0004_charmander/1_charmander_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0004_charmander/1_charmander_female.json new file mode 100644 index 00000000..fc23519e --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0004_charmander/1_charmander_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:charmander", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:charmander.geo", + "texture": "cobblemon:textures/pokemon/0004_charmander/charmander_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0004_charmander/charmander_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0005_charmeleon/0_charmeleon_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0005_charmeleon/0_charmeleon_base.json new file mode 100644 index 00000000..5e46f54f --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0005_charmeleon/0_charmeleon_base.json @@ -0,0 +1,48 @@ +{ + "species": "cobblemon:charmeleon", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:charmeleon", + "model": "cobblemon:charmeleon.geo", + "texture": "cobblemon:textures/pokemon/0005_charmeleon/charmeleon.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0005_charmeleon/charmeleon_emissive.png", + "emissive": true, + "translucent": false + }, + { + "name": "flame", + "texture": { + "frames": [ + "cobblemon:textures/pokemon/0005_charmeleon/flame/tail1.png", + "cobblemon:textures/pokemon/0005_charmeleon/flame/tail2.png", + "cobblemon:textures/pokemon/0005_charmeleon/flame/tail3.png", + "cobblemon:textures/pokemon/0005_charmeleon/flame/tail4.png" + ], + "fps": 10, + "loop": true + }, + "emissive": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0005_charmeleon/charmeleon_shiny.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0005_charmeleon/charmeleon_shiny_emissive.png", + "emissive": true, + "translucent": true + } + ] + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0005_charmeleon/1_charmeleon_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0005_charmeleon/1_charmeleon_female.json new file mode 100644 index 00000000..9df7641c --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0005_charmeleon/1_charmeleon_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:charmeleon", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:charmeleon.geo", + "texture": "cobblemon:textures/pokemon/0005_charmeleon/charmeleon_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0005_charmeleon/charmeleon_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0006_charizard/0_charizard_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0006_charizard/0_charizard_base.json new file mode 100644 index 00000000..0f27ece5 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0006_charizard/0_charizard_base.json @@ -0,0 +1,48 @@ +{ + "species": "cobblemon:charizard", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:charizard", + "model": "cobblemon:charizard.geo", + "texture": "cobblemon:textures/pokemon/0006_charizard/charizard.png", + "layers": [ + { + "name": "flame", + "texture": { + "frames": [ + "cobblemon:textures/pokemon/0006_charizard/flame/tail1.png", + "cobblemon:textures/pokemon/0006_charizard/flame/tail2.png", + "cobblemon:textures/pokemon/0006_charizard/flame/tail3.png", + "cobblemon:textures/pokemon/0006_charizard/flame/tail4.png" + ], + "fps": 10, + "loop": true + }, + "emissive": true + }, + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0006_charizard/charizard_emissive.png", + "emissive": true, + "translucent": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0006_charizard/charizard_shiny.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0006_charizard/charizard_shiny_emissive.png", + "emissive": true, + "translucent": true + } + ] + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0006_charizard/1_charizard_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0006_charizard/1_charizard_female.json new file mode 100644 index 00000000..383bda41 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0006_charizard/1_charizard_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:charizard", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:charizard.geo", + "texture": "cobblemon:textures/pokemon/0006_charizard/charizard_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0006_charizard/charizard_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0007_squirtle/0_squirtle_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0007_squirtle/0_squirtle_base.json new file mode 100644 index 00000000..8f29ee86 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0007_squirtle/0_squirtle_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:squirtle", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:squirtle", + "model": "cobblemon:squirtle.geo", + "texture": "cobblemon:textures/pokemon/0007_squirtle/squirtle.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0007_squirtle/squirtle_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0007_squirtle/1_squirtle_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0007_squirtle/1_squirtle_female.json new file mode 100644 index 00000000..39eccf5e --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0007_squirtle/1_squirtle_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:squirtle", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:squirtle.geo", + "texture": "cobblemon:textures/pokemon/0007_squirtle/squirtle_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0007_squirtle/squirtle_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0008_wartortle/0_wartortle_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0008_wartortle/0_wartortle_base.json new file mode 100644 index 00000000..97504135 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0008_wartortle/0_wartortle_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:wartortle", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:wartortle", + "model": "cobblemon:wartortle.geo", + "texture": "cobblemon:textures/pokemon/0008_wartortle/wartortle.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0008_wartortle/wartortle_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0008_wartortle/1_wartortle_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0008_wartortle/1_wartortle_female.json new file mode 100644 index 00000000..100d7c90 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0008_wartortle/1_wartortle_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:wartortle", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:wartortle.geo", + "texture": "cobblemon:textures/pokemon/0008_wartortle/wartortle_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0008_wartortle/wartortle_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0009_blastoise/0_blastoise_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0009_blastoise/0_blastoise_base.json new file mode 100644 index 00000000..7e5837f6 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0009_blastoise/0_blastoise_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:blastoise", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:blastoise", + "model": "cobblemon:blastoise.geo", + "texture": "cobblemon:textures/pokemon/0009_blastoise/blastoise.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0009_blastoise/blastoise_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0009_blastoise/1_blastoise_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0009_blastoise/1_blastoise_female.json new file mode 100644 index 00000000..1782df86 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0009_blastoise/1_blastoise_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:blastoise", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:blastoise.geo", + "texture": "cobblemon:textures/pokemon/0009_blastoise/blastoise_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0009_blastoise/blastoise_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0133_eevee/0_eevee_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0133_eevee/0_eevee_base.json new file mode 100644 index 00000000..c82278f5 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0133_eevee/0_eevee_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:eevee", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:eevee", + "model": "cobblemon:eevee_male.geo", + "texture": "cobblemon:textures/pokemon/0133_eevee/eevee.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0133_eevee/eevee_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0133_eevee/1_eevee_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0133_eevee/1_eevee_female.json new file mode 100644 index 00000000..28ad3e42 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0133_eevee/1_eevee_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:eevee", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:eevee_female.geo", + "texture": "cobblemon:textures/pokemon/0133_eevee/eevee_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0133_eevee/eevee_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0134_vaporeon/0_vaporeon_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0134_vaporeon/0_vaporeon_base.json new file mode 100644 index 00000000..16abd9cd --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0134_vaporeon/0_vaporeon_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:vaporeon", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:vaporeon", + "model": "cobblemon:vaporeon.geo", + "texture": "cobblemon:textures/pokemon/0134_vaporeon/vaporeon.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0134_vaporeon/vaporeon_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0134_vaporeon/1_vaporeon_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0134_vaporeon/1_vaporeon_female.json new file mode 100644 index 00000000..204ac7ce --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0134_vaporeon/1_vaporeon_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:vaporeon", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:vaporeon.geo", + "texture": "cobblemon:textures/pokemon/0134_vaporeon/vaporeon_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0134_vaporeon/vaporeon_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0135_jolteon/0_jolteon_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0135_jolteon/0_jolteon_base.json new file mode 100644 index 00000000..73a4cc30 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0135_jolteon/0_jolteon_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:jolteon", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:jolteon", + "model": "cobblemon:jolteon.geo", + "texture": "cobblemon:textures/pokemon/0135_jolteon/jolteon.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0135_jolteon/jolteon_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0135_jolteon/1_jolteon_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0135_jolteon/1_jolteon_female.json new file mode 100644 index 00000000..56faf7c7 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0135_jolteon/1_jolteon_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:jolteon", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:jolteon.geo", + "texture": "cobblemon:textures/pokemon/0135_jolteon/jolteon_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0135_jolteon/jolteon_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0136_flareon/0_flareon_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0136_flareon/0_flareon_base.json new file mode 100644 index 00000000..ddc5104d --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0136_flareon/0_flareon_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:flareon", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:flareon", + "model": "cobblemon:flareon.geo", + "texture": "cobblemon:textures/pokemon/0136_flareon/flareon.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0136_flareon/flareon_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0136_flareon/1_flareon_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0136_flareon/1_flareon_female.json new file mode 100644 index 00000000..774b35d4 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0136_flareon/1_flareon_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:flareon", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:flareon.geo", + "texture": "cobblemon:textures/pokemon/0136_flareon/flareon_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0136_flareon/flareon_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0138_omanyte/0_omanyte_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0138_omanyte/0_omanyte_base.json new file mode 100644 index 00000000..6a8a3781 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0138_omanyte/0_omanyte_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:omanyte", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:omanyte", + "model": "cobblemon:omanyte.geo", + "texture": "cobblemon:textures/pokemon/0138_omanyte/omanyte.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0138_omanyte/omanyte_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0138_omanyte/1_omanyte_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0138_omanyte/1_omanyte_female.json new file mode 100644 index 00000000..50d7791a --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0138_omanyte/1_omanyte_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:omanyte", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:omanyte.geo", + "texture": "cobblemon:textures/pokemon/0138_omanyte/omanyte_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0138_omanyte/omanyte_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0139_omastar/0_omastar_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0139_omastar/0_omastar_base.json new file mode 100644 index 00000000..3166b3c8 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0139_omastar/0_omastar_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:omastar", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:omastar", + "model": "cobblemon:omastar.geo", + "texture": "cobblemon:textures/pokemon/0139_omastar/omastar.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0139_omastar/omastar_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0139_omastar/1_omastar_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0139_omastar/1_omastar_female.json new file mode 100644 index 00000000..54c6368d --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0139_omastar/1_omastar_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:omastar", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:omastar.geo", + "texture": "cobblemon:textures/pokemon/0139_omastar/omastar_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0139_omastar/omastar_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0140_kabuto/0_kabuto_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0140_kabuto/0_kabuto_base.json new file mode 100644 index 00000000..10f49fd5 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0140_kabuto/0_kabuto_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:kabuto", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:kabuto", + "model": "cobblemon:kabuto.geo", + "texture": "cobblemon:textures/pokemon/0140_kabuto/kabuto.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0140_kabuto/kabuto_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0140_kabuto/1_kabuto_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0140_kabuto/1_kabuto_female.json new file mode 100644 index 00000000..973932cf --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0140_kabuto/1_kabuto_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:kabuto", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:kabuto.geo", + "texture": "cobblemon:textures/pokemon/0140_kabuto/kabuto_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0140_kabuto/kabuto_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0141_kabutops/0_kabutops_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0141_kabutops/0_kabutops_base.json new file mode 100644 index 00000000..8b6ba3b1 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0141_kabutops/0_kabutops_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:kabutops", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:kabutops", + "model": "cobblemon:kabutops.geo", + "texture": "cobblemon:textures/pokemon/0141_kabutops/kabutops.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0141_kabutops/kabutops_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0141_kabutops/1_kabutops_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0141_kabutops/1_kabutops_female.json new file mode 100644 index 00000000..7b34dd9b --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0141_kabutops/1_kabutops_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:kabutops", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:kabutops.geo", + "texture": "cobblemon:textures/pokemon/0141_kabutops/kabutops_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0141_kabutops/kabutops_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0142_aerodactyl/0_aerodactyl_base .json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0142_aerodactyl/0_aerodactyl_base .json new file mode 100644 index 00000000..850ba240 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0142_aerodactyl/0_aerodactyl_base .json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:aerodactyl", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:aerodactyl", + "model": "cobblemon:aerodactyl.geo", + "texture": "cobblemon:textures/pokemon/0142_aerodactyl/aerodactyl.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0142_aerodactyl/aerodactyl_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0142_aerodactyl/0_aerodactyl_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0142_aerodactyl/0_aerodactyl_female.json new file mode 100644 index 00000000..7401d65f --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0142_aerodactyl/0_aerodactyl_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:aerodactyl", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:aerodactyl.geo", + "texture": "cobblemon:textures/pokemon/0142_aerodactyl/aerodactyl_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0142_aerodactyl/aerodactyl_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0143_snorlax/0_snorlax_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0143_snorlax/0_snorlax_base.json new file mode 100644 index 00000000..e4365f0d --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0143_snorlax/0_snorlax_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:snorlax", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:snorlax", + "model": "cobblemon:snorlax.geo", + "texture": "cobblemon:textures/pokemon/0143_snorlax/snorlax.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0143_snorlax/snorlax_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0143_snorlax/1_snorlax_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0143_snorlax/1_snorlax_female.json new file mode 100644 index 00000000..f7a60776 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0143_snorlax/1_snorlax_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:snorlax", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:snorlax.geo", + "texture": "cobblemon:textures/pokemon/0143_snorlax/snorlax_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0143_snorlax/snorlax_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0152_chikorita/0_chikorita_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0152_chikorita/0_chikorita_base.json new file mode 100644 index 00000000..83ee5cdd --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0152_chikorita/0_chikorita_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:chikorita", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:chikorita", + "model": "cobblemon:chikorita.geo", + "texture": "cobblemon:textures/pokemon/0152_chikorita/chikorita.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0152_chikorita/chikorita_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0152_chikorita/1_chikorita_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0152_chikorita/1_chikorita_female.json new file mode 100644 index 00000000..c93c35c1 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0152_chikorita/1_chikorita_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:chikorita", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:chikorita.geo", + "texture": "cobblemon:textures/pokemon/0152_chikorita/chikorita_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0152_chikorita/chikorita_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0153_bayleef/0_bayleef_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0153_bayleef/0_bayleef_base.json new file mode 100644 index 00000000..44525f3e --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0153_bayleef/0_bayleef_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:bayleef", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:bayleef", + "model": "cobblemon:bayleef.geo", + "texture": "cobblemon:textures/pokemon/0153_bayleef/bayleef.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0153_bayleef/bayleef_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0153_bayleef/1_bayleef_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0153_bayleef/1_bayleef_female.json new file mode 100644 index 00000000..ea2dbbc7 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0153_bayleef/1_bayleef_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:bayleef", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:bayleef.geo", + "texture": "cobblemon:textures/pokemon/0153_bayleef/bayleef_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0153_bayleef/bayleef_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0154_meganium/0_meganium_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0154_meganium/0_meganium_base.json new file mode 100644 index 00000000..38a46dfe --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0154_meganium/0_meganium_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:meganium", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:meganium", + "model": "cobblemon:meganium.geo", + "texture": "cobblemon:textures/pokemon/0154_meganium/meganium.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0154_meganium/meganium_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0154_meganium/1_meganium_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0154_meganium/1_meganium_female.json new file mode 100644 index 00000000..16bc5625 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0154_meganium/1_meganium_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:meganium", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:meganium.geo", + "texture": "cobblemon:textures/pokemon/0154_meganium/meganium_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0154_meganium/meganium_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0155_cyndaquil/0_cyndaquil_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0155_cyndaquil/0_cyndaquil_base.json new file mode 100644 index 00000000..6bf77ed2 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0155_cyndaquil/0_cyndaquil_base.json @@ -0,0 +1,38 @@ +{ + "species": "cobblemon:cyndaquil", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:cyndaquil", + "model": "cobblemon:cyndaquil.geo", + "texture": "cobblemon:textures/pokemon/0155_cyndaquil/cyndaquil.png", + "layers": [ + { + "name": "emissive", + "texture": "cobblemon:textures/pokemon/0155_cyndaquil/cyndaquil_emissive.png", + "emissive": true, + "translucent": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0155_cyndaquil/cyndaquil_shiny.png" + }, +{ + "aspects": [ + "female" + ], + "texture": "cobblemon:textures/pokemon/0155_cyndaquil/cyndaquil_female.png" + }, +{ + "aspects": [ + "shiny","female" + ], + "texture": "cobblemon:textures/pokemon/0155_cyndaquil/cyndaquil_female_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0155_cyndaquil/1_cyndaquil_hisui_bias.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0155_cyndaquil/1_cyndaquil_hisui_bias.json new file mode 100644 index 00000000..fadf62c4 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0155_cyndaquil/1_cyndaquil_hisui_bias.json @@ -0,0 +1,43 @@ +{ + "species": "cobblemon:cyndaquil", + "order": 1, + "variations": [ + { + "aspects": ["region-bias-hisui"], + "poser": "cobblemon:cyndaquil_hisui_bias", + "model": "cobblemon:cyndaquil_hisui_bias.geo", + "texture": "cobblemon:textures/pokemon/0155_cyndaquil/cyndaquil_hisui_bias.png", + "layers": [ + { + "name": "emissive", + "texture": "cobblemon:textures/pokemon/0155_cyndaquil/cyndaquil_hisui_bias_emissives.png", + "emissive": true, + "translucent": true + } + ] + }, + { + "aspects": [ + "region-bias-hisui", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0155_cyndaquil/cyndaquil_hisui_bias_shiny.png" + }, + { + "aspects": [ + "region-bias-hisui", + "female" + ], + "texture": "cobblemon:textures/pokemon/0155_cyndaquil/cyndaquil_hisui_bias_female.png" + }, + { + "aspects": [ + "region-bias-hisui", + "shiny", + "female" + ], + "texture": "cobblemon:textures/pokemon/0155_cyndaquil/cyndaquil_hisui_bias_female_shiny.png" + } + + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0156_quilava/0_quilava_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0156_quilava/0_quilava_base.json new file mode 100644 index 00000000..cdb6aa63 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0156_quilava/0_quilava_base.json @@ -0,0 +1,38 @@ +{ + "species": "cobblemon:quilava", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:quilava", + "model": "cobblemon:quilava.geo", + "texture": "cobblemon:textures/pokemon/0156_quilava/quilava.png", + "layers": [ + { + "name": "emissive", + "texture": "cobblemon:textures/pokemon/0156_quilava/quilava_emissive.png", + "emissive": true, + "translucent": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0156_quilava/quilava_shiny.png" + }, +{ + "aspects": [ + "female" + ], + "texture": "cobblemon:textures/pokemon/0156_quilava/quilava_female.png" + }, +{ + "aspects": [ + "shiny","female" + ], + "texture": "cobblemon:textures/pokemon/0156_quilava/quilava_female_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0156_quilava/1_quilava_hisui_bias.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0156_quilava/1_quilava_hisui_bias.json new file mode 100644 index 00000000..8f628329 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0156_quilava/1_quilava_hisui_bias.json @@ -0,0 +1,43 @@ +{ + "species": "cobblemon:quilava", + "order": 1, + "variations": [ + { + "aspects": ["region-bias-hisui"], + "poser": "cobblemon:quilava_hisui_bias", + "model": "cobblemon:quilava_hisui_bias.geo", + "texture": "cobblemon:textures/pokemon/0156_quilava/quilava_hisui_bias.png", + "layers": [ + { + "name": "emissive", + "texture": "cobblemon:textures/pokemon/0156_quilava/quilava_hisui_bias_emissives.png", + "emissive": true, + "translucent": true + } + ] + }, + { + "aspects": [ + "region-bias-hisui", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0156_quilava/quilava_hisui_bias_shiny.png" + }, + { + "aspects": [ + "region-bias-hisui", + "female" + ], + "texture": "cobblemon:textures/pokemon/0156_quilava/quilava_hisui_bias_female.png" + }, + { + "aspects": [ + "region-bias-hisui", + "shiny", + "female" + ], + "texture": "cobblemon:textures/pokemon/0156_quilava/quilava_hisui_bias_female_shiny.png" + } + + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0157_typhlosion/0_typhlosion_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0157_typhlosion/0_typhlosion_base.json new file mode 100644 index 00000000..8231379c --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0157_typhlosion/0_typhlosion_base.json @@ -0,0 +1,38 @@ +{ + "species": "cobblemon:typhlosion", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:typhlosion", + "model": "cobblemon:typhlosion.geo", + "texture": "cobblemon:textures/pokemon/0157_typhlosion/typhlosion.png", + "layers": [ + { + "name": "emissive", + "texture": "cobblemon:textures/pokemon/0157_typhlosion/typhlosion_fire_emissive.png", + "emissive": true, + "translucent": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0157_typhlosion/typhlosion_shiny.png" + }, +{ + "aspects": [ + "female" + ], + "texture": "cobblemon:textures/pokemon/0157_typhlosion/typhlosion_female.png" + }, +{ + "aspects": [ + "shiny","female" + ], + "texture": "cobblemon:textures/pokemon/0157_typhlosion/typhlosion_female_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0157_typhlosion/1_typhlosion_hisuian.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0157_typhlosion/1_typhlosion_hisuian.json new file mode 100644 index 00000000..335197e0 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0157_typhlosion/1_typhlosion_hisuian.json @@ -0,0 +1,43 @@ +{ + "species": "cobblemon:typhlosion", + "order": 1, + "variations": [ + { + "aspects": ["hisuian"], + "poser": "cobblemon:typhlosion_hisuian", + "model": "cobblemon:typhlosion_hisuian.geo", + "texture": "cobblemon:textures/pokemon/0157_typhlosion/typhlosion_hisuian.png", + "layers": [ + { + "name": "emissive", + "texture": "cobblemon:textures/pokemon/0157_typhlosion/typhlosion_hisuian_emissive.png", + "emissive": true, + "translucent": true + } + ] + }, + { + "aspects": [ + "hisuian", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0157_typhlosion/typhlosion_hisuian_shiny.png" + }, + { + "aspects": [ + "hisuian", + "female" + ], + "texture": "cobblemon:textures/pokemon/0157_typhlosion/typhlosion_hisuian_female.png" + }, + { + "aspects": [ + "hisuian", + "shiny", + "female" + ], + "texture": "cobblemon:textures/pokemon/0157_typhlosion/typhlosion_hisuian_female_shiny.png" + } + + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0158_totodile/0_totodile_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0158_totodile/0_totodile_base.json new file mode 100644 index 00000000..8fe8fd33 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0158_totodile/0_totodile_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:totodile", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:totodile", + "model": "cobblemon:totodile.geo", + "texture": "cobblemon:textures/pokemon/0158_totodile/totodile.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0158_totodile/totodile_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0158_totodile/1_totodile_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0158_totodile/1_totodile_female.json new file mode 100644 index 00000000..2baab154 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0158_totodile/1_totodile_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:totodile", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:totodile.geo", + "texture": "cobblemon:textures/pokemon/0158_totodile/totodile_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0158_totodile/totodile_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0159_croconaw/0_croconaw_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0159_croconaw/0_croconaw_base.json new file mode 100644 index 00000000..ddabbf45 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0159_croconaw/0_croconaw_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:croconaw", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:croconaw", + "model": "cobblemon:croconaw.geo", + "texture": "cobblemon:textures/pokemon/0159_croconaw/croconaw.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0159_croconaw/croconaw_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0159_croconaw/1_croconaw_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0159_croconaw/1_croconaw_female.json new file mode 100644 index 00000000..d9b3bf71 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0159_croconaw/1_croconaw_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:croconaw", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:croconaw.geo", + "texture": "cobblemon:textures/pokemon/0159_croconaw/croconaw_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0159_croconaw/croconaw_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0160_feraligatr/0_feraligatr_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0160_feraligatr/0_feraligatr_base.json new file mode 100644 index 00000000..698e981b --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0160_feraligatr/0_feraligatr_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:feraligatr", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:feraligatr", + "model": "cobblemon:feraligatr.geo", + "texture": "cobblemon:textures/pokemon/0160_feraligatr/feraligatr.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0160_feraligatr/feraligatr_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0160_feraligatr/1_feraligatr_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0160_feraligatr/1_feraligatr_female.json new file mode 100644 index 00000000..11c356cc --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0160_feraligatr/1_feraligatr_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:feraligatr", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:feraligatr.geo", + "texture": "cobblemon:textures/pokemon/0160_feraligatr/feraligatr_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0160_feraligatr/feraligatr_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0175_togepi/0_togepi_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0175_togepi/0_togepi_base.json new file mode 100644 index 00000000..7dbdffee --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0175_togepi/0_togepi_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:togepi", + "order": 0, + "variations": [ + { + "texture": "cobblemon:textures/pokemon/0175_togepi/togepi.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0175_togepi/togepi_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0176_togetic/0_togetic_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0176_togetic/0_togetic_base.json new file mode 100644 index 00000000..c31501b1 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0176_togetic/0_togetic_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:togetic", + "order": 0, + "variations": [ + { + "texture": "cobblemon:textures/pokemon/0176_togetic/togetic.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0176_togetic/togetic_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0196_espeon/0_espeon_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0196_espeon/0_espeon_base.json new file mode 100644 index 00000000..cc02be0b --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0196_espeon/0_espeon_base.json @@ -0,0 +1,34 @@ +{ + "species": "cobblemon:espeon", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:espeon", + "model": "cobblemon:espeon.geo", + "texture": "cobblemon:textures/pokemon/0196_espeon/espeon.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/0196_espeon/espeon_emissive.png", + "translucent": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0196_espeon/espeon_shiny.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/0196_espeon/espeon_emissive.png", + "translucent": true + } + ] + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0196_espeon/1_espeon_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0196_espeon/1_espeon_female.json new file mode 100644 index 00000000..5e7bbf09 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0196_espeon/1_espeon_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:espeon", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:espeon.geo", + "texture": "cobblemon:textures/pokemon/0196_espeon/espeon_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0196_espeon/espeon_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0197_umbreon/0_umbreon_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0197_umbreon/0_umbreon_base.json new file mode 100644 index 00000000..662ef712 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0197_umbreon/0_umbreon_base.json @@ -0,0 +1,34 @@ +{ + "species": "cobblemon:umbreon", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:umbreon", + "model": "cobblemon:umbreon.geo", + "texture": "cobblemon:textures/pokemon/0197_umbreon/umbreon.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/0197_umbreon/umbreon_emissive.png", + "translucent": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0197_umbreon/umbreon_shiny.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/0197_umbreon/umbreon_shiny_emissive.png", + "translucent": true + } + ] + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0197_umbreon/1_umbreon_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0197_umbreon/1_umbreon_female.json new file mode 100644 index 00000000..585b9bd8 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0197_umbreon/1_umbreon_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:umbreon", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:umbreon.geo", + "texture": "cobblemon:textures/pokemon/0197_umbreon/umbreon_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0197_umbreon/umbreon_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0243_raikou/0_raikou_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0243_raikou/0_raikou_base.json new file mode 100644 index 00000000..a16469f2 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0243_raikou/0_raikou_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:raikou", + "order": 0, + "variations": [ + { + "texture": "cobblemon:textures/pokemon/0243_raikou/raikou.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0243_raikou/raikou_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0244_entei/0_entei_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0244_entei/0_entei_base.json new file mode 100644 index 00000000..93039004 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0244_entei/0_entei_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:entei", + "order": 0, + "variations": [ + { + "texture": "cobblemon:textures/pokemon/0244_entei/entei.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0244_entei/entei_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0245_suicune/0_suicune_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0245_suicune/0_suicune_base.json new file mode 100644 index 00000000..10023838 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0245_suicune/0_suicune_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:suicune", + "order": 0, + "variations": [ + { + "texture": "cobblemon:textures/pokemon/0245_suicune/suicune.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0245_suicune/suicune_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0252_treecko/0_treecko_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0252_treecko/0_treecko_base.json new file mode 100644 index 00000000..3443d303 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0252_treecko/0_treecko_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:treecko", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:treecko", + "model": "cobblemon:treecko.geo", + "texture": "cobblemon:textures/pokemon/0252_treecko/treecko.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0252_treecko/treecko_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0252_treecko/1_treecko_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0252_treecko/1_treecko_female.json new file mode 100644 index 00000000..145bd641 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0252_treecko/1_treecko_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:treecko", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:treecko.geo", + "texture": "cobblemon:textures/pokemon/0252_treecko/treecko_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0252_treecko/treecko_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0253_grovyle/0_grovyle_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0253_grovyle/0_grovyle_base.json new file mode 100644 index 00000000..8d1b9a04 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0253_grovyle/0_grovyle_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:grovyle", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:grovyle", + "model": "cobblemon:grovyle.geo", + "texture": "cobblemon:textures/pokemon/0253_grovyle/grovyle.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0253_grovyle/grovyle_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0253_grovyle/1_grovyle_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0253_grovyle/1_grovyle_female.json new file mode 100644 index 00000000..1d902df5 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0253_grovyle/1_grovyle_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:grovyle", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:grovyle.geo", + "texture": "cobblemon:textures/pokemon/0253_grovyle/grovyle_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0253_grovyle/grovyle_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0254_sceptile/0_sceptile_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0254_sceptile/0_sceptile_base.json new file mode 100644 index 00000000..9b94c2ff --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0254_sceptile/0_sceptile_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:sceptile", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:sceptile", + "model": "cobblemon:sceptile.geo", + "texture": "cobblemon:textures/pokemon/0254_sceptile/sceptile.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0254_sceptile/sceptile_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0254_sceptile/1_sceptile_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0254_sceptile/1_sceptile_female.json new file mode 100644 index 00000000..7b8f1adb --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0254_sceptile/1_sceptile_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:sceptile", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:sceptile.geo", + "texture": "cobblemon:textures/pokemon/0254_sceptile/sceptile_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0254_sceptile/sceptile_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0255_torchic/0_torchic_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0255_torchic/0_torchic_base.json new file mode 100644 index 00000000..5cafff00 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0255_torchic/0_torchic_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:torchic", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:torchic", + "model": "cobblemon:torchic_male.geo", + "texture": "cobblemon:textures/pokemon/0255_torchic/torchic.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0255_torchic/torchic_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0255_torchic/1_torchic_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0255_torchic/1_torchic_female.json new file mode 100644 index 00000000..b48a2d7a --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0255_torchic/1_torchic_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:torchic", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:torchic_female.geo", + "texture": "cobblemon:textures/pokemon/0255_torchic/torchic_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0255_torchic/torchic_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0256_combusken/0_combusken_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0256_combusken/0_combusken_base.json new file mode 100644 index 00000000..cd407619 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0256_combusken/0_combusken_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:combusken", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:combusken", + "model": "cobblemon:combusken_male.geo", + "texture": "cobblemon:textures/pokemon/0256_combusken/combusken.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0256_combusken/combusken_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0256_combusken/1_combusken_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0256_combusken/1_combusken_female.json new file mode 100644 index 00000000..3dd8371f --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0256_combusken/1_combusken_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:combusken", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:combusken_female.geo", + "texture": "cobblemon:textures/pokemon/0256_combusken/combusken_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0256_combusken/combusken_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0257_blaziken/0_blaziken_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0257_blaziken/0_blaziken_base.json new file mode 100644 index 00000000..e3081b4a --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0257_blaziken/0_blaziken_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:blaziken", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:blaziken", + "model": "cobblemon:blaziken_male.geo", + "texture": "cobblemon:textures/pokemon/0257_blaziken/blaziken.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0257_blaziken/blaziken_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0257_blaziken/1_blaziken_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0257_blaziken/1_blaziken_female.json new file mode 100644 index 00000000..92bc8826 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0257_blaziken/1_blaziken_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:blaziken", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:blaziken_female.geo", + "texture": "cobblemon:textures/pokemon/0257_blaziken/blaziken_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0257_blaziken/blaziken_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0258_mudkip/0_mudkip_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0258_mudkip/0_mudkip_base.json new file mode 100644 index 00000000..34724d8a --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0258_mudkip/0_mudkip_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:mudkip", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:mudkip", + "model": "cobblemon:mudkip.geo", + "texture": "cobblemon:textures/pokemon/0258_mudkip/mudkip.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0258_mudkip/mudkip_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0258_mudkip/1_mudkip_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0258_mudkip/1_mudkip_female.json new file mode 100644 index 00000000..04c0fc20 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0258_mudkip/1_mudkip_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:mudkip", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:mudkip.geo", + "texture": "cobblemon:textures/pokemon/0258_mudkip/mudkip_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0258_mudkip/mudkip_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0259_marshtomp/0_marshtomp_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0259_marshtomp/0_marshtomp_base.json new file mode 100644 index 00000000..50ea1570 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0259_marshtomp/0_marshtomp_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:marshtomp", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:marshtomp", + "model": "cobblemon:marshtomp.geo", + "texture": "cobblemon:textures/pokemon/0259_marshtomp/marshtomp.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0259_marshtomp/marshtomp_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0259_marshtomp/1_marshtomp_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0259_marshtomp/1_marshtomp_female.json new file mode 100644 index 00000000..f49452ae --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0259_marshtomp/1_marshtomp_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:marshtomp", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:marshtomp.geo", + "texture": "cobblemon:textures/pokemon/0259_marshtomp/marshtomp_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0259_marshtomp/marshtomp_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0260_swampert/0_swampert_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0260_swampert/0_swampert_base.json new file mode 100644 index 00000000..32bcaf3c --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0260_swampert/0_swampert_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:swampert", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:swampert", + "model": "cobblemon:swampert.geo", + "texture": "cobblemon:textures/pokemon/0260_swampert/swampert.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0260_swampert/swampert_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0260_swampert/1_swampert_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0260_swampert/1_swampert_female.json new file mode 100644 index 00000000..b3c25b57 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0260_swampert/1_swampert_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:swampert", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:swampert.geo", + "texture": "cobblemon:textures/pokemon/0260_swampert/swampert_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0260_swampert/swampert_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0345_lileep/0_lileep_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0345_lileep/0_lileep_base.json new file mode 100644 index 00000000..a28a23de --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0345_lileep/0_lileep_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:lileep", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:lileep", + "model": "cobblemon:lileep.geo", + "texture": "cobblemon:textures/pokemon/0345_lileep/lileep.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0345_lileep/lileep_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0345_lileep/1_lileep_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0345_lileep/1_lileep_female.json new file mode 100644 index 00000000..8896a5f6 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0345_lileep/1_lileep_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:lileep", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:lileep.geo", + "texture": "cobblemon:textures/pokemon/0345_lileep/lileep_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0345_lileep/lileep_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0346_cradily/0_cradily_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0346_cradily/0_cradily_base.json new file mode 100644 index 00000000..5a9f5a6e --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0346_cradily/0_cradily_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:cradily", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:cradily", + "model": "cobblemon:cradily.geo", + "texture": "cobblemon:textures/pokemon/0346_cradily/cradily.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0346_cradily/cradily_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0346_cradily/1_cradily_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0346_cradily/1_cradily_female.json new file mode 100644 index 00000000..c86e3ac0 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0346_cradily/1_cradily_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:cradily", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:cradily.geo", + "texture": "cobblemon:textures/pokemon/0346_cradily/cradily_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0346_cradily/cradily_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0347_anorith/0_anorith_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0347_anorith/0_anorith_base.json new file mode 100644 index 00000000..a32118fd --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0347_anorith/0_anorith_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:anorith", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:anorith", + "model": "cobblemon:anorith.geo", + "texture": "cobblemon:textures/pokemon/0347_anorith/anorith.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0347_anorith/anorith_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0347_anorith/1_anorith_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0347_anorith/1_anorith_female.json new file mode 100644 index 00000000..5de638bd --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0347_anorith/1_anorith_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:anorith", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:anorith.geo", + "texture": "cobblemon:textures/pokemon/0347_anorith/anorith_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0347_anorith/anorith_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0348_armaldo/0_armaldo_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0348_armaldo/0_armaldo_base.json new file mode 100644 index 00000000..882166af --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0348_armaldo/0_armaldo_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:armaldo", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:armaldo", + "model": "cobblemon:armaldo.geo", + "texture": "cobblemon:textures/pokemon/0348_armaldo/armaldo.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0348_armaldo/armaldo_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0348_armaldo/1_armaldo_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0348_armaldo/1_armaldo_female.json new file mode 100644 index 00000000..30dda8f7 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0348_armaldo/1_armaldo_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:armaldo", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:armaldo.geo", + "texture": "cobblemon:textures/pokemon/0348_armaldo/armaldo_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0348_armaldo/armaldo_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0369_relicanth/0_relicanth_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0369_relicanth/0_relicanth_base.json new file mode 100644 index 00000000..fe3af562 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0369_relicanth/0_relicanth_base.json @@ -0,0 +1,32 @@ +{ + "species": "cobblemon:relicanth", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:relicanth", + "model": "cobblemon:relicanth_male.geo", + "texture": "cobblemon:textures/pokemon/0369_relicanth/relicanth.png", + "layers": [ + { + "name": "emissive", + "texture": "cobblemon:textures/pokemon/0369_relicanth/relicanth_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0369_relicanth/relicanth_shiny.png", + "layers": [ + { + "name": "emissive", + "texture": "cobblemon:textures/pokemon/0369_relicanth/relicanth_emissive_shiny.png", + "emissive": true + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0369_relicanth/1_relicanth_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0369_relicanth/1_relicanth_female.json new file mode 100644 index 00000000..0ddf7973 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0369_relicanth/1_relicanth_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:relicanth", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:relicanth_female.geo", + "texture": "cobblemon:textures/pokemon/0369_relicanth/relicanth_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0369_relicanth/relicanth_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0377_regirock/0_regirock_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0377_regirock/0_regirock_base.json new file mode 100644 index 00000000..1c8ca6d0 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0377_regirock/0_regirock_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:regirock", + "order": 0, + "variations": [ + { + "texture": "cobblemon:textures/pokemon/0377_regirock/regirock.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0377_regirock/regirock_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0378_regice/0_regice_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0378_regice/0_regice_base.json new file mode 100644 index 00000000..768e648a --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0378_regice/0_regice_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:regice", + "order": 0, + "variations": [ + { + "texture": "cobblemon:textures/pokemon/0378_regice/regice.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0378_regice/regice_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0379_regigigas/0_regigigas_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0379_regigigas/0_regigigas_base.json new file mode 100644 index 00000000..5a383189 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0379_regigigas/0_regigigas_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:regigigas", + "order": 0, + "variations": [ + { + "texture": "cobblemon:textures/pokemon/0486_regigigas/regigigas.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0486_regigigas/regigigas_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0379_registeel/0_registeel_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0379_registeel/0_registeel_base.json new file mode 100644 index 00000000..f730e1e9 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0379_registeel/0_registeel_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:registeel", + "order": 0, + "variations": [ + { + "texture": "cobblemon:textures/pokemon/0379_registeel/registeel.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0379_registeel/registeel_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0385_jirachi/0_jirachi_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0385_jirachi/0_jirachi_base.json new file mode 100644 index 00000000..677571dd --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0385_jirachi/0_jirachi_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:jirachi", + "order": 0, + "variations": [ + { + "texture": "cobblemon:textures/pokemon/0385_jirachi/jirachi.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0385_jirachi/jirachi_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0387_turtwig/0_turtwig_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0387_turtwig/0_turtwig_base.json new file mode 100644 index 00000000..5492db09 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0387_turtwig/0_turtwig_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:turtwig", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:turtwig", + "model": "cobblemon:turtwig.geo", + "texture": "cobblemon:textures/pokemon/0387_turtwig/turtwig.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0387_turtwig/turtwig_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0387_turtwig/1_turtwig_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0387_turtwig/1_turtwig_female.json new file mode 100644 index 00000000..f0c589ab --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0387_turtwig/1_turtwig_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:turtwig", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:turtwig.geo", + "texture": "cobblemon:textures/pokemon/0387_turtwig/turtwig_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0387_turtwig/turtwig_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0388_grotle/0_grotle_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0388_grotle/0_grotle_base.json new file mode 100644 index 00000000..d76917b3 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0388_grotle/0_grotle_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:grotle", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:grotle", + "model": "cobblemon:grotle.geo", + "texture": "cobblemon:textures/pokemon/0388_grotle/grotle.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0388_grotle/grotle_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0388_grotle/1_grotle_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0388_grotle/1_grotle_female.json new file mode 100644 index 00000000..f58e357e --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0388_grotle/1_grotle_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:grotle", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:grotle.geo", + "texture": "cobblemon:textures/pokemon/0388_grotle/grotle_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0388_grotle/grotle_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0389_torterra/0_torterra_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0389_torterra/0_torterra_base.json new file mode 100644 index 00000000..ab0b3bb1 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0389_torterra/0_torterra_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:torterra", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:torterra", + "model": "cobblemon:torterra.geo", + "texture": "cobblemon:textures/pokemon/0389_torterra/torterra.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0389_torterra/torterra_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0389_torterra/1_torterra_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0389_torterra/1_torterra_female.json new file mode 100644 index 00000000..6a368742 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0389_torterra/1_torterra_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:torterra", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:torterra.geo", + "texture": "cobblemon:textures/pokemon/0389_torterra/torterra_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0389_torterra/torterra_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0390_chimchar/0_chimchar_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0390_chimchar/0_chimchar_base.json new file mode 100644 index 00000000..4174c35d --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0390_chimchar/0_chimchar_base.json @@ -0,0 +1,26 @@ +{ + "species": "cobblemon:chimchar", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:chimchar", + "model": "cobblemon:chimchar.geo", + "texture": "cobblemon:textures/pokemon/0390_chimchar/chimchar.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/0390_chimchar/chimchar_emissive.png", + "translucent": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0390_chimchar/chimchar_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0390_chimchar/1_chimchar_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0390_chimchar/1_chimchar_female.json new file mode 100644 index 00000000..aeeb3583 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0390_chimchar/1_chimchar_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:chimchar", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:chimchar.geo", + "texture": "cobblemon:textures/pokemon/0390_chimchar/chimchar_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0390_chimchar/chimchar_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0391_monferno/0_monferno_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0391_monferno/0_monferno_base.json new file mode 100644 index 00000000..4775c777 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0391_monferno/0_monferno_base.json @@ -0,0 +1,26 @@ +{ + "species": "cobblemon:monferno", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:monferno", + "model": "cobblemon:monferno.geo", + "texture": "cobblemon:textures/pokemon/0391_monferno/monferno.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/0391_monferno/monferno_emissive.png", + "translucent": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0391_monferno/monferno_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0391_monferno/1_monferno_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0391_monferno/1_monferno_female.json new file mode 100644 index 00000000..d41f7f7c --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0391_monferno/1_monferno_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:monferno", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:monferno.geo", + "texture": "cobblemon:textures/pokemon/0391_monferno/monferno_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0391_monferno/monferno_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0392_infernape/0_infernape_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0392_infernape/0_infernape_base.json new file mode 100644 index 00000000..3aba1ec6 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0392_infernape/0_infernape_base.json @@ -0,0 +1,26 @@ +{ + "species": "cobblemon:infernape", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:infernape", + "model": "cobblemon:infernape.geo", + "texture": "cobblemon:textures/pokemon/0392_infernape/infernape.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/0392_infernape/infernape_emissive.png", + "translucent": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0392_infernape/infernape_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0392_infernape/1_infernape_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0392_infernape/1_infernape_female.json new file mode 100644 index 00000000..b3e8087f --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0392_infernape/1_infernape_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:infernape", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:infernape.geo", + "texture": "cobblemon:textures/pokemon/0392_infernape/infernape_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0392_infernape/infernape_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0393_piplup/0_piplup_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0393_piplup/0_piplup_base.json new file mode 100644 index 00000000..dc71090b --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0393_piplup/0_piplup_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:piplup", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:piplup", + "model": "cobblemon:piplup.geo", + "texture": "cobblemon:textures/pokemon/0393_piplup/piplup.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0393_piplup/piplup_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0393_piplup/1_piplup_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0393_piplup/1_piplup_female.json new file mode 100644 index 00000000..ef7372c0 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0393_piplup/1_piplup_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:piplup", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:piplup.geo", + "texture": "cobblemon:textures/pokemon/0393_piplup/piplup_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0393_piplup/piplup_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0394_prinplup/0_prinplup_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0394_prinplup/0_prinplup_base.json new file mode 100644 index 00000000..6a1f1e67 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0394_prinplup/0_prinplup_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:prinplup", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:prinplup", + "model": "cobblemon:prinplup.geo", + "texture": "cobblemon:textures/pokemon/0394_prinplup/prinplup.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0394_prinplup/prinplup_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0394_prinplup/1_prinplup_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0394_prinplup/1_prinplup_female.json new file mode 100644 index 00000000..185a3251 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0394_prinplup/1_prinplup_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:prinplup", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:prinplup.geo", + "texture": "cobblemon:textures/pokemon/0394_prinplup/prinplup_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0394_prinplup/prinplup_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0395_empoleon/0_empoleon_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0395_empoleon/0_empoleon_base.json new file mode 100644 index 00000000..421edacf --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0395_empoleon/0_empoleon_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:empoleon", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:empoleon", + "model": "cobblemon:empoleon.geo", + "texture": "cobblemon:textures/pokemon/0395_empoleon/empoleon.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0395_empoleon/empoleon_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0395_empoleon/1_empoleon_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0395_empoleon/1_empoleon_female.json new file mode 100644 index 00000000..5fee7def --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0395_empoleon/1_empoleon_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:empoleon", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:empoleon.geo", + "texture": "cobblemon:textures/pokemon/0395_empoleon/empoleon_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0395_empoleon/empoleon_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0408_cranidos/0_cranidos_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0408_cranidos/0_cranidos_base.json new file mode 100644 index 00000000..e0d85bea --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0408_cranidos/0_cranidos_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:cranidos", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:cranidos", + "model": "cobblemon:cranidos.geo", + "texture": "cobblemon:textures/pokemon/0408_cranidos/cranidos.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0408_cranidos/cranidos_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0408_cranidos/1_cranidos_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0408_cranidos/1_cranidos_female.json new file mode 100644 index 00000000..bf3af229 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0408_cranidos/1_cranidos_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:cranidos", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:cranidos.geo", + "texture": "cobblemon:textures/pokemon/0408_cranidos/cranidos_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0408_cranidos/cranidos_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0409_rampardos/0_rampardos_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0409_rampardos/0_rampardos_base.json new file mode 100644 index 00000000..caf41576 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0409_rampardos/0_rampardos_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:rampardos", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:rampardos", + "model": "cobblemon:rampardos.geo", + "texture": "cobblemon:textures/pokemon/0409_rampardos/rampardos.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0409_rampardos/rampardos_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0409_rampardos/1_rampardos_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0409_rampardos/1_rampardos_female.json new file mode 100644 index 00000000..063c1cf7 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0409_rampardos/1_rampardos_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:rampardos", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:rampardos.geo", + "texture": "cobblemon:textures/pokemon/0409_rampardos/rampardos_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0409_rampardos/rampardos_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0410_shieldon/0_shieldon_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0410_shieldon/0_shieldon_base.json new file mode 100644 index 00000000..8476fff9 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0410_shieldon/0_shieldon_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:shieldon", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:shieldon", + "model": "cobblemon:shieldon.geo", + "texture": "cobblemon:textures/pokemon/0410_shieldon/shieldon.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0410_shieldon/shieldon_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0410_shieldon/1_shieldon_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0410_shieldon/1_shieldon_female.json new file mode 100644 index 00000000..c5b28ede --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0410_shieldon/1_shieldon_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:shieldon", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:shieldon.geo", + "texture": "cobblemon:textures/pokemon/0410_shieldon/shieldon_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0410_shieldon/shieldon_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0411_bastiodon/0_bastiodon_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0411_bastiodon/0_bastiodon_base.json new file mode 100644 index 00000000..2c38d789 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0411_bastiodon/0_bastiodon_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:bastiodon", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:bastiodon", + "model": "cobblemon:bastiodon.geo", + "texture": "cobblemon:textures/pokemon/0411_bastiodon/bastiodon.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0411_bastiodon/bastiodon_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0411_bastiodon/1_bastiodon_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0411_bastiodon/1_bastiodon_female.json new file mode 100644 index 00000000..ad5ff1b4 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0411_bastiodon/1_bastiodon_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:bastiodon", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:bastiodon.geo", + "texture": "cobblemon:textures/pokemon/0411_bastiodon/bastiodon_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0411_bastiodon/bastiodon_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0415_combee/0_combee_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0415_combee/0_combee_base.json new file mode 100644 index 00000000..1b4a8d27 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0415_combee/0_combee_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:combee", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:combee", + "model": "cobblemon:combee_male.geo", + "texture": "cobblemon:textures/pokemon/0415_combee/combee.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0415_combee/combee_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0415_combee/1_combee_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0415_combee/1_combee_female.json new file mode 100644 index 00000000..cf6b1d05 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0415_combee/1_combee_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:combee", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:combee_female.geo", + "texture": "cobblemon:textures/pokemon/0415_combee/combee_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0415_combee/combee_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0446_munchlax/0_munchlax_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0446_munchlax/0_munchlax_base.json new file mode 100644 index 00000000..c48104b3 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0446_munchlax/0_munchlax_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:munchlax", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:munchlax", + "model": "cobblemon:munchlax.geo", + "texture": "cobblemon:textures/pokemon/0446_munchlax/munchlax.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0446_munchlax/munchlax_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0446_munchlax/1_munchlax_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0446_munchlax/1_munchlax_female.json new file mode 100644 index 00000000..564e61ba --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0446_munchlax/1_munchlax_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:munchlax", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:munchlax.geo", + "texture": "cobblemon:textures/pokemon/0446_munchlax/munchlax_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0446_munchlax/munchlax_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0447_riolu/0_riolu_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0447_riolu/0_riolu_base.json new file mode 100644 index 00000000..5c5e56f8 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0447_riolu/0_riolu_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:riolu", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:riolu", + "model": "cobblemon:riolu.geo", + "texture": "cobblemon:textures/pokemon/0447_riolu/riolu.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0447_riolu/riolu_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0447_riolu/1_riolu_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0447_riolu/1_riolu_female.json new file mode 100644 index 00000000..5dcb1bdc --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0447_riolu/1_riolu_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:riolu", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:riolu.geo", + "texture": "cobblemon:textures/pokemon/0447_riolu/riolu_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0447_riolu/riolu_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0448_lucario/0_lucario_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0448_lucario/0_lucario_base.json new file mode 100644 index 00000000..3054905e --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0448_lucario/0_lucario_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:lucario", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:lucario", + "model": "cobblemon:lucario.geo", + "texture": "cobblemon:textures/pokemon/0448_lucario/lucario.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0448_lucario/lucario_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0448_lucario/1_lucario_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0448_lucario/1_lucario_female.json new file mode 100644 index 00000000..c7da61fa --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0448_lucario/1_lucario_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:lucario", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:lucario.geo", + "texture": "cobblemon:textures/pokemon/0448_lucario/lucario_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0448_lucario/lucario_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0468_togekiss/0_togekiss_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0468_togekiss/0_togekiss_base.json new file mode 100644 index 00000000..cfea6d94 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0468_togekiss/0_togekiss_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:togekiss", + "order": 0, + "variations": [ + { + "texture": "cobblemon:textures/pokemon/0468_togekiss/togekiss.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0468_togekiss/togekiss_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0470_leafeon/0_leafeon_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0470_leafeon/0_leafeon_base.json new file mode 100644 index 00000000..4198c00f --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0470_leafeon/0_leafeon_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:leafeon", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:leafeon", + "model": "cobblemon:leafeon.geo", + "texture": "cobblemon:textures/pokemon/0470_leafeon/leafeon.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0470_leafeon/leafeon_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0470_leafeon/1_leafeon_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0470_leafeon/1_leafeon_female.json new file mode 100644 index 00000000..69272703 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0470_leafeon/1_leafeon_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:leafeon", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:leafeon.geo", + "texture": "cobblemon:textures/pokemon/0470_leafeon/leafeon_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0470_leafeon/leafeon_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0471_glaceon/0_glaceon_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0471_glaceon/0_glaceon_base.json new file mode 100644 index 00000000..a5d9c27d --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0471_glaceon/0_glaceon_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:glaceon", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:glaceon", + "model": "cobblemon:glaceon.geo", + "texture": "cobblemon:textures/pokemon/0471_glaceon/glaceon.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0471_glaceon/glaceon_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0471_glaceon/1_glaceon_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0471_glaceon/1_glaceon_female.json new file mode 100644 index 00000000..0b70ad05 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0471_glaceon/1_glaceon_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:glaceon", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:glaceon.geo", + "texture": "cobblemon:textures/pokemon/0471_glaceon/glaceon_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0471_glaceon/glaceon_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0480_uxie/0_uxie_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0480_uxie/0_uxie_base.json new file mode 100644 index 00000000..3121c1a1 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0480_uxie/0_uxie_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:uxie", + "order": 0, + "variations": [ + { + "texture": "cobblemon:textures/pokemon/0480_uxie/uxie.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0480_uxie/uxie_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0481_mesprit/0_mesprit_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0481_mesprit/0_mesprit_base.json new file mode 100644 index 00000000..4a6bb971 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0481_mesprit/0_mesprit_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:mesprit", + "order": 0, + "variations": [ + { + "texture": "cobblemon:textures/pokemon/0481_mesprit/mesprit.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0481_mesprit/mesprit_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0482_azelf/0_azelf_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0482_azelf/0_azelf_base.json new file mode 100644 index 00000000..9245cb7a --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0482_azelf/0_azelf_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:azelf", + "order": 0, + "variations": [ + { + "texture": "cobblemon:textures/pokemon/0482_azelf/azelf.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0482_azelf/azelf_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0483_dialga/0_dialga_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0483_dialga/0_dialga_base.json new file mode 100644 index 00000000..ff050842 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0483_dialga/0_dialga_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:dialga", + "order": 0, + "variations": [ + { + "texture": "cobblemon:textures/pokemon/0483_dialga/dialga.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0483_dialga/dialga_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0484_palkia/0_palkia_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0484_palkia/0_palkia_base.json new file mode 100644 index 00000000..e9486c66 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0484_palkia/0_palkia_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:palkia", + "order": 0, + "variations": [ + { + "texture": "cobblemon:textures/pokemon/0484_palkia/palkia.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0484_palkia/palkia_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0485_heatran/0_heatran_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0485_heatran/0_heatran_base.json new file mode 100644 index 00000000..ee0c5d5e --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0485_heatran/0_heatran_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:heatran", + "order": 0, + "variations": [ + { + "texture": "cobblemon:textures/pokemon/0485_heatran/heatran.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0485_heatran/heatran_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0487_giratina/0_giratina_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0487_giratina/0_giratina_base.json new file mode 100644 index 00000000..80433140 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0487_giratina/0_giratina_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:giratina", + "order": 0, + "variations": [ + { + "texture": "cobblemon:textures/pokemon/0487_giratina/giratina.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0487_giratina/giratina_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0494_victini/0_victini_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0494_victini/0_victini_base.json new file mode 100644 index 00000000..2b4a196c --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0494_victini/0_victini_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:victini", + "order": 0, + "variations": [ + { + "texture": "cobblemon:textures/pokemon/0494_victini/victini.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0494_victini/victini_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0495_snivy/0_snivy_base .json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0495_snivy/0_snivy_base .json new file mode 100644 index 00000000..02cc8942 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0495_snivy/0_snivy_base .json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:snivy", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:snivy", + "model": "cobblemon:snivy.geo", + "texture": "cobblemon:textures/pokemon/0495_snivy/snivy.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0495_snivy/snivy_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0495_snivy/1_snivy_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0495_snivy/1_snivy_female.json new file mode 100644 index 00000000..214b8940 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0495_snivy/1_snivy_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:snivy", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:snivy.geo", + "texture": "cobblemon:textures/pokemon/0495_snivy/snivy_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0495_snivy/snivy_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0496_servine/0_servine_base .json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0496_servine/0_servine_base .json new file mode 100644 index 00000000..d7bb25f4 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0496_servine/0_servine_base .json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:servine", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:servine", + "model": "cobblemon:servine.geo", + "texture": "cobblemon:textures/pokemon/0496_servine/servine.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0496_servine/servine_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0496_servine/1_servine_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0496_servine/1_servine_female.json new file mode 100644 index 00000000..410786e6 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0496_servine/1_servine_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:servine", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:servine.geo", + "texture": "cobblemon:textures/pokemon/0496_servine/servine_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0496_servine/servine_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0497_serperior/0_serperior_base .json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0497_serperior/0_serperior_base .json new file mode 100644 index 00000000..c2f15bda --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0497_serperior/0_serperior_base .json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:serperior", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:serperior", + "model": "cobblemon:serperior.geo", + "texture": "cobblemon:textures/pokemon/0497_serperior/serperior.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0497_serperior/serperior_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0497_serperior/1_serperior_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0497_serperior/1_serperior_female.json new file mode 100644 index 00000000..bf1628af --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0497_serperior/1_serperior_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:serperior", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:serperior.geo", + "texture": "cobblemon:textures/pokemon/0497_serperior/serperior_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0497_serperior/serperior_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0498_tepig/0_tepig_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0498_tepig/0_tepig_base.json new file mode 100644 index 00000000..e0313630 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0498_tepig/0_tepig_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:tepig", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:tepig", + "model": "cobblemon:tepig.geo", + "texture": "cobblemon:textures/pokemon/0498_tepig/tepig.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0498_tepig/tepig_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0498_tepig/1_tepig_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0498_tepig/1_tepig_female.json new file mode 100644 index 00000000..7b6c0485 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0498_tepig/1_tepig_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:tepig", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:tepig.geo", + "texture": "cobblemon:textures/pokemon/0498_tepig/tepig_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0498_tepig/tepig_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0499_pignite/0_pignite_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0499_pignite/0_pignite_base.json new file mode 100644 index 00000000..18294e71 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0499_pignite/0_pignite_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:pignite", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:pignite", + "model": "cobblemon:pignite.geo", + "texture": "cobblemon:textures/pokemon/0499_pignite/pignite.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0499_pignite/pignite_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0499_pignite/1_pignite_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0499_pignite/1_pignite_female.json new file mode 100644 index 00000000..d085d2da --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0499_pignite/1_pignite_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:pignite", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:pignite.geo", + "texture": "cobblemon:textures/pokemon/0499_pignite/pignite_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0499_pignite/pignite_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0500_emboar/0_emboar_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0500_emboar/0_emboar_base.json new file mode 100644 index 00000000..46c1891b --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0500_emboar/0_emboar_base.json @@ -0,0 +1,46 @@ +{ + "species": "cobblemon:emboar", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:emboar", + "model": "cobblemon:emboar.geo", + "texture": "cobblemon:textures/pokemon/0500_emboar/emboar.png", + "layers": [ + { + "name": "flame", + "texture": { + "frames": [ + "cobblemon:textures/pokemon/0500_emboar/flame/emboar1.png", + "cobblemon:textures/pokemon/0500_emboar/flame/emboar2.png", + "cobblemon:textures/pokemon/0500_emboar/flame/emboar3.png" + ], + "fps": 6, + "loop": true + }, + "emissive": true + } + ] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/0500_emboar/emboar_shiny.png", + "layers": [ + { + "name": "flame", + "texture": { + "frames": [ + "cobblemon:textures/pokemon/0500_emboar/flame/emboar_shiny1.png", + "cobblemon:textures/pokemon/0500_emboar/flame/emboar_shiny2.png", + "cobblemon:textures/pokemon/0500_emboar/flame/emboar_shiny3.png" + ], + "fps": 6, + "loop": true + }, + "emissive": true + } + ] + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0500_emboar/1_emboar_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0500_emboar/1_emboar_female.json new file mode 100644 index 00000000..11615a2b --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0500_emboar/1_emboar_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:emboar", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:emboar.geo", + "texture": "cobblemon:textures/pokemon/0500_emboar/emboar_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0500_emboar/emboar_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0501_oshawott/0_oshawott_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0501_oshawott/0_oshawott_base.json new file mode 100644 index 00000000..c91b1473 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0501_oshawott/0_oshawott_base.json @@ -0,0 +1,31 @@ +{ + "species": "cobblemon:oshawott", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:oshawott", + "model": "cobblemon:oshawott.geo", + "texture": "cobblemon:textures/pokemon/0501_oshawott/oshawott.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0501_oshawott/oshawott_shiny.png" + }, +{ + "aspects": [ + "female" + ], + "texture": "cobblemon:textures/pokemon/0501_oshawott/oshawott_female.png" + }, +{ + "aspects": [ + "shiny","female" + ], + "texture": "cobblemon:textures/pokemon/0501_oshawott/oshawott_female_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0501_oshawott/1_oshawott_hisui_bias.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0501_oshawott/1_oshawott_hisui_bias.json new file mode 100644 index 00000000..f5c14696 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0501_oshawott/1_oshawott_hisui_bias.json @@ -0,0 +1,36 @@ +{ + "species": "cobblemon:oshawott", + "order": 1, + "variations": [ + { + "aspects": ["region-bias-hisui"], + "poser": "cobblemon:oshawott_hisui_bias", + "model": "cobblemon:oshawott_hisui_bias.geo", + "texture": "cobblemon:textures/pokemon/0501_oshawott/oshawott_hisui_bias.png", + "layers": [] + }, + { + "aspects": [ + "region-bias-hisui", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0501_oshawott/oshawott_hisui_bias_shiny.png" + }, + { + "aspects": [ + "region-bias-hisui", + "female" + ], + "texture": "cobblemon:textures/pokemon/0501_oshawott/oshawott_hisui_bias_female.png" + }, + { + "aspects": [ + "region-bias-hisui", + "shiny", + "female" + ], + "texture": "cobblemon:textures/pokemon/0501_oshawott/oshawott_hisui_bias_female_shiny.png" + } + + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0502_dewott/0_dewott_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0502_dewott/0_dewott_base.json new file mode 100644 index 00000000..11c25f7f --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0502_dewott/0_dewott_base.json @@ -0,0 +1,31 @@ +{ + "species": "cobblemon:dewott", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:dewott", + "model": "cobblemon:dewott.geo", + "texture": "cobblemon:textures/pokemon/0502_dewott/dewott.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0502_dewott/dewott_shiny.png" + }, +{ + "aspects": [ + "female" + ], + "texture": "cobblemon:textures/pokemon/0502_dewott/dewott_female.png" + }, +{ + "aspects": [ + "shiny","female" + ], + "texture": "cobblemon:textures/pokemon/0502_dewott/dewott_female_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0502_dewott/1_dewott_hisui_bias.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0502_dewott/1_dewott_hisui_bias.json new file mode 100644 index 00000000..479870b7 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0502_dewott/1_dewott_hisui_bias.json @@ -0,0 +1,36 @@ +{ + "species": "cobblemon:dewott", + "order": 1, + "variations": [ + { + "aspects": ["region-bias-hisui"], + "poser": "cobblemon:dewott_hisui_bias", + "model": "cobblemon:dewott_hisui_bias.geo", + "texture": "cobblemon:textures/pokemon/0502_dewott/dewott_hisui_bias.png", + "layers": [] + }, + { + "aspects": [ + "region-bias-hisui", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0502_dewott/dewott_hisui_bias_shiny.png" + }, + { + "aspects": [ + "region-bias-hisui", + "female" + ], + "texture": "cobblemon:textures/pokemon/0502_dewott/dewott_hisui_bias_female.png" + }, + { + "aspects": [ + "region-bias-hisui", + "shiny", + "female" + ], + "texture": "cobblemon:textures/pokemon/0502_dewott/dewott_hisui_bias_female_shiny.png" + } + + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0503_samurott/0_samurott_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0503_samurott/0_samurott_base.json new file mode 100644 index 00000000..96051492 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0503_samurott/0_samurott_base.json @@ -0,0 +1,31 @@ +{ + "species": "cobblemon:samurott", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:samurott", + "model": "cobblemon:samurott.geo", + "texture": "cobblemon:textures/pokemon/0503_samurott/samurott.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0503_samurott/samurott_shiny.png" + }, +{ + "aspects": [ + "female" + ], + "texture": "cobblemon:textures/pokemon/0503_samurott/samurott_female.png" + }, +{ + "aspects": [ + "shiny","female" + ], + "texture": "cobblemon:textures/pokemon/0503_samurott/samurott_female_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0503_samurott/1_samurott_hisuian.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0503_samurott/1_samurott_hisuian.json new file mode 100644 index 00000000..007c28a6 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0503_samurott/1_samurott_hisuian.json @@ -0,0 +1,36 @@ +{ + "species": "cobblemon:samurott", + "order": 1, + "variations": [ + { + "aspects": ["hisuian"], + "poser": "cobblemon:samurott_hisuian", + "model": "cobblemon:samurott_hisuian.geo", + "texture": "cobblemon:textures/pokemon/0503_samurott/samurott_hisuian.png", + "layers": [] + }, + { + "aspects": [ + "hisuian", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0503_samurott/samurott_hisuian_shiny.png" + }, + { + "aspects": [ + "hisuian", + "female" + ], + "texture": "cobblemon:textures/pokemon/0503_samurott/samurott_hisuian_female.png" + }, + { + "aspects": [ + "hisuian", + "shiny", + "female" + ], + "texture": "cobblemon:textures/pokemon/0503_samurott/samurott_hisuian_female_shiny.png" + } + + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0539_sawk/0_sawk_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0539_sawk/0_sawk_base.json new file mode 100644 index 00000000..ca5fd27a --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0539_sawk/0_sawk_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:sawk", + "order": 0, + "variations": [ + { + "texture": "cobblemon:textures/pokemon/0539_sawk/sawk.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0539_sawk/sawk_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0564_tirtouga/0_tirtouga_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0564_tirtouga/0_tirtouga_base.json new file mode 100644 index 00000000..68701b8c --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0564_tirtouga/0_tirtouga_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:tirtouga", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:tirtouga", + "model": "cobblemon:tirtouga.geo", + "texture": "cobblemon:textures/pokemon/0564_tirtouga/tirtouga.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0564_tirtouga/tirtouga_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0564_tirtouga/1_tirtouga_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0564_tirtouga/1_tirtouga_female.json new file mode 100644 index 00000000..d4c68e37 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0564_tirtouga/1_tirtouga_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:tirtouga", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:tirtouga.geo", + "texture": "cobblemon:textures/pokemon/0564_tirtouga/tirtouga_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0564_tirtouga/tirtouga_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0565_carracosta/0_carracosta_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0565_carracosta/0_carracosta_base.json new file mode 100644 index 00000000..537ef4ea --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0565_carracosta/0_carracosta_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:carracosta", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:carracosta", + "model": "cobblemon:carracosta.geo", + "texture": "cobblemon:textures/pokemon/0565_carracosta/carracosta.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0565_carracosta/carracosta_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0565_carracosta/1_carracosta_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0565_carracosta/1_carracosta_female.json new file mode 100644 index 00000000..59197919 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0565_carracosta/1_carracosta_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:carracosta", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:carracosta.geo", + "texture": "cobblemon:textures/pokemon/0565_carracosta/carracosta_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0565_carracosta/carracosta_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0566_archen/0_archen_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0566_archen/0_archen_base.json new file mode 100644 index 00000000..55d9dbbf --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0566_archen/0_archen_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:archen", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:archen", + "model": "cobblemon:archen.geo", + "texture": "cobblemon:textures/pokemon/0566_archen/archen.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0566_archen/archen_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0566_archen/1_archen_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0566_archen/1_archen_female.json new file mode 100644 index 00000000..d0cc5a7c --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0566_archen/1_archen_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:archen", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:archen.geo", + "texture": "cobblemon:textures/pokemon/0566_archen/archen_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0566_archen/archen_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0567_archeops/0_archeops_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0567_archeops/0_archeops_base.json new file mode 100644 index 00000000..2dc69625 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0567_archeops/0_archeops_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:archeops", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:archeops", + "model": "cobblemon:archeops.geo", + "texture": "cobblemon:textures/pokemon/0567_archeops/archeops.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0567_archeops/archeops_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0567_archeops/1_archeops_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0567_archeops/1_archeops_female.json new file mode 100644 index 00000000..3a8dc88a --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0567_archeops/1_archeops_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:archeops", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:archeops.geo", + "texture": "cobblemon:textures/pokemon/0567_archeops/archeops_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0567_archeops/archeops_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0570_zorua/0_zorua_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0570_zorua/0_zorua_base.json new file mode 100644 index 00000000..3e61d282 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0570_zorua/0_zorua_base.json @@ -0,0 +1,31 @@ +{ + "species": "cobblemon:zorua", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:zorua", + "model": "cobblemon:zorua.geo", + "texture": "cobblemon:textures/pokemon/0570_zorua/zorua.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0570_zorua/zorua_shiny.png" + }, +{ + "aspects": [ + "female" + ], + "texture": "cobblemon:textures/pokemon/0570_zorua/zorua_female.png" + }, +{ + "aspects": [ + "shiny","female" + ], + "texture": "cobblemon:textures/pokemon/0570_zorua/zorua_female_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0570_zorua/1_zorua_hisuian.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0570_zorua/1_zorua_hisuian.json new file mode 100644 index 00000000..f4ef67b1 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0570_zorua/1_zorua_hisuian.json @@ -0,0 +1,36 @@ +{ + "species": "cobblemon:zorua", + "order": 1, + "variations": [ + { + "aspects": ["hisuian"], + "poser": "cobblemon:zorua_hisuian", + "model": "cobblemon:zorua_hisuian.geo", + "texture": "cobblemon:textures/pokemon/0570_zorua/zorua_hisuian.png", + "layers": [] + }, + { + "aspects": [ + "hisuian", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0570_zorua/zorua_hisuian_shiny.png" + }, + { + "aspects": [ + "hisuian", + "female" + ], + "texture": "cobblemon:textures/pokemon/0570_zorua/zorua_hisuian_female.png" + }, + { + "aspects": [ + "hisuian", + "shiny", + "female" + ], + "texture": "cobblemon:textures/pokemon/0570_zorua/zorua_hisuian_female_shiny.png" + } + + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0571_zoroark/0_zoroark_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0571_zoroark/0_zoroark_base.json new file mode 100644 index 00000000..7c37a418 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0571_zoroark/0_zoroark_base.json @@ -0,0 +1,33 @@ +{ + "species": "cobblemon:zoroark", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:zoroark", + "model": "cobblemon:zoroark.geo", + "texture": "cobblemon:textures/pokemon/0571_zoroark/zoroark.png", + "layers": [ + {} + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0571_zoroark/zoroark_shiny.png" + }, +{ + "aspects": [ + "female" + ], + "texture": "cobblemon:textures/pokemon/0571_zoroark/zoroark_female.png" + }, +{ + "aspects": [ + "shiny","female" + ], + "texture": "cobblemon:textures/pokemon/0571_zoroark/zoroark_female_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0571_zoroark/1_zoroark_hisuian.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0571_zoroark/1_zoroark_hisuian.json new file mode 100644 index 00000000..d93a51bd --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0571_zoroark/1_zoroark_hisuian.json @@ -0,0 +1,60 @@ +{ + "species": "cobblemon:zoroark", + "order": 1, + "variations": [ + { + "aspects": ["hisuian"], + "poser": "cobblemon:zoroark_hisuian", + "model": "cobblemon:zoroark_hisuian.geo", + "texture": "cobblemon:textures/pokemon/0571_zoroark/zoroark_hisuian.png", + "layers": [ + { + "name": "emissive", + "texture": "cobblemon:textures/pokemon/0571_zoroark/zoroark_hisuian_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": [ + "shiny","hisuian" + ], + "texture": "cobblemon:textures/pokemon/0571_zoroark/zoroark_hisuian_shiny.png", + "layers": [ + { + "name": "emissive", + "texture": "cobblemon:textures/pokemon/0571_zoroark/zoroark_hisuian_shiny_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": [ + "female","hisuian" + + ], + "texture": "cobblemon:textures/pokemon/0571_zoroark/zoroark_hisuian_female.png", + "layers": [ + { + "name": "emissive", + "texture": "cobblemon:textures/pokemon/0571_zoroark/zoroark_hisuian_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": [ + "shiny","female","hisuian" + + ], + "texture": "cobblemon:textures/pokemon/0571_zoroark/zoroark_hisuian_female_shiny.png", + "layers": [ + { + "name": "emissive", + "texture": "cobblemon:textures/pokemon/0571_zoroark/zoroark_hisuian_shiny_emissive.png", + "emissive": true + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0638_cobalion/0_cobalion_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0638_cobalion/0_cobalion_base.json new file mode 100644 index 00000000..f651a1c2 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0638_cobalion/0_cobalion_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:cobalion", + "order": 0, + "variations": [ + { + "texture": "cobblemon:textures/pokemon/0638_cobalion/cobalion.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0638_cobalion/cobalion_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0639_terrakion/0_terrakion_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0639_terrakion/0_terrakion_base.json new file mode 100644 index 00000000..051b8e86 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0639_terrakion/0_terrakion_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:terrakion", + "order": 0, + "variations": [ + { + "texture": "cobblemon:textures/pokemon/0639_terrakion/terrakion.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0639_terrakion/terrakion_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0640_virizion/0_virizion_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0640_virizion/0_virizion_base.json new file mode 100644 index 00000000..e94a6350 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0640_virizion/0_virizion_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:virizion", + "order": 0, + "variations": [ + { + "texture": "cobblemon:textures/pokemon/0640_virizion/virizion.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0640_virizion/virizion_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0647_keldeo/0_keldeo_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0647_keldeo/0_keldeo_base.json new file mode 100644 index 00000000..4cf49f82 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0647_keldeo/0_keldeo_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:keldeo", + "order": 0, + "variations": [ + { + "texture": "cobblemon:textures/pokemon/0647_keldeo/keldeo.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0647_keldeo/keldeo_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0648_meloetta/0_meloetta_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0648_meloetta/0_meloetta_base.json new file mode 100644 index 00000000..a9433580 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0648_meloetta/0_meloetta_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:meloetta", + "order": 0, + "variations": [ + { + "texture": "cobblemon:textures/pokemon/0648_meloetta/meloetta.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0648_meloetta/meloetta_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0650_chespin/0_chespin_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0650_chespin/0_chespin_base.json new file mode 100644 index 00000000..5fc89c85 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0650_chespin/0_chespin_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:chespin", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:chespin", + "model": "cobblemon:chespin.geo", + "texture": "cobblemon:textures/pokemon/0650_chespin/chespin.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0650_chespin/chespin_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0650_chespin/1_chespin_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0650_chespin/1_chespin_female.json new file mode 100644 index 00000000..22fb6dbe --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0650_chespin/1_chespin_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:chespin", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:chespin.geo", + "texture": "cobblemon:textures/pokemon/0650_chespin/chespin_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0650_chespin/chespin_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0651_quilladin/0_quilladin_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0651_quilladin/0_quilladin_base.json new file mode 100644 index 00000000..4a5fee0a --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0651_quilladin/0_quilladin_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:quilladin", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:quilladin", + "model": "cobblemon:quilladin.geo", + "texture": "cobblemon:textures/pokemon/0651_quilladin/quilladin.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0651_quilladin/quilladin_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0651_quilladin/1_quilladin_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0651_quilladin/1_quilladin_female.json new file mode 100644 index 00000000..4bc60f42 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0651_quilladin/1_quilladin_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:quilladin", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:quilladin.geo", + "texture": "cobblemon:textures/pokemon/0651_quilladin/quilladin_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0651_quilladin/quilladin_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0652_chesnaught/0_chesnaught_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0652_chesnaught/0_chesnaught_base.json new file mode 100644 index 00000000..b33486c5 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0652_chesnaught/0_chesnaught_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:chesnaught", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:chesnaught", + "model": "cobblemon:chesnaught.geo", + "texture": "cobblemon:textures/pokemon/0652_chesnaught/chesnaught.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0652_chesnaught/chesnaught_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0652_chesnaught/1_chesnaught_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0652_chesnaught/1_chesnaught_female.json new file mode 100644 index 00000000..27a9653a --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0652_chesnaught/1_chesnaught_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:chesnaught", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:chesnaught.geo", + "texture": "cobblemon:textures/pokemon/0652_chesnaught/chesnaught_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0652_chesnaught/chesnaught_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0653_fennekin/0_fennekin_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0653_fennekin/0_fennekin_base.json new file mode 100644 index 00000000..d8dd1bae --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0653_fennekin/0_fennekin_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:fennekin", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:fennekin", + "model": "cobblemon:fennekin.geo", + "texture": "cobblemon:textures/pokemon/0653_fennekin/fennekin.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0653_fennekin/fennekin_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0653_fennekin/1_fennekin_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0653_fennekin/1_fennekin_female.json new file mode 100644 index 00000000..254c895a --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0653_fennekin/1_fennekin_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:fennekin", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:fennekin.geo", + "texture": "cobblemon:textures/pokemon/0653_fennekin/fennekin_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0653_fennekin/fennekin_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0654_braixen/0_braixen_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0654_braixen/0_braixen_base.json new file mode 100644 index 00000000..cc47ec3b --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0654_braixen/0_braixen_base.json @@ -0,0 +1,35 @@ +{ + "species": "cobblemon:braixen", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:braixen", + "model": "cobblemon:braixen.geo", + "texture": "cobblemon:textures/pokemon/0654_braixen/braixen.png", + "layers": [ + { + "name": "flame", + "texture": { + "frames": [ + "cobblemon:textures/pokemon/0654_braixen/flame/flame1.png", + "cobblemon:textures/pokemon/0654_braixen/flame/flame2.png", + "cobblemon:textures/pokemon/0654_braixen/flame/flame3.png", + "cobblemon:textures/pokemon/0654_braixen/flame/flame4.png" + ], + "fps": 10, + "loop": true + }, + "emissive": true, + "translucent": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0654_braixen/braixen_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0654_braixen/1_braixen_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0654_braixen/1_braixen_female.json new file mode 100644 index 00000000..d04e351f --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0654_braixen/1_braixen_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:braixen", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:braixen.geo", + "texture": "cobblemon:textures/pokemon/0654_braixen/braixen_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0654_braixen/braixen_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0655_delphox/0_delphox_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0655_delphox/0_delphox_base.json new file mode 100644 index 00000000..f0310212 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0655_delphox/0_delphox_base.json @@ -0,0 +1,35 @@ +{ + "species": "cobblemon:delphox", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:delphox", + "model": "cobblemon:delphox.geo", + "texture": "cobblemon:textures/pokemon/0655_delphox/delphox.png", + "layers": [ + { + "name": "flame", + "texture": { + "frames": [ + "cobblemon:textures/pokemon/0655_delphox/flame/flame1.png", + "cobblemon:textures/pokemon/0655_delphox/flame/flame2.png", + "cobblemon:textures/pokemon/0655_delphox/flame/flame3.png", + "cobblemon:textures/pokemon/0655_delphox/flame/flame4.png" + ], + "fps": 10, + "loop": true + }, + "emissive": true, + "translucent": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0655_delphox/delphox_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0655_delphox/1_delphox_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0655_delphox/1_delphox_female.json new file mode 100644 index 00000000..8977d2ef --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0655_delphox/1_delphox_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:delphox", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:delphox.geo", + "texture": "cobblemon:textures/pokemon/0655_delphox/delphox_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0655_delphox/delphox_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0656_froakie/0_froakie_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0656_froakie/0_froakie_base.json new file mode 100644 index 00000000..1172ac12 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0656_froakie/0_froakie_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:froakie", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:froakie", + "model": "cobblemon:froakie.geo", + "texture": "cobblemon:textures/pokemon/0656_froakie/froakie.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0656_froakie/froakie_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0656_froakie/1_froakie_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0656_froakie/1_froakie_female.json new file mode 100644 index 00000000..bec893ea --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0656_froakie/1_froakie_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:froakie", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:froakie.geo", + "texture": "cobblemon:textures/pokemon/0656_froakie/froakie_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0656_froakie/froakie_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0657_frogadier/0_frogadier_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0657_frogadier/0_frogadier_base.json new file mode 100644 index 00000000..69bbf1b9 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0657_frogadier/0_frogadier_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:frogadier", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:frogadier", + "model": "cobblemon:frogadier.geo", + "texture": "cobblemon:textures/pokemon/0657_frogadier/frogadier.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0657_frogadier/frogadier_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0657_frogadier/1_frogadier_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0657_frogadier/1_frogadier_female.json new file mode 100644 index 00000000..8efa88d5 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0657_frogadier/1_frogadier_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:frogadier", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:frogadier.geo", + "texture": "cobblemon:textures/pokemon/0657_frogadier/frogadier_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0657_frogadier/frogadier_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0658_greninja/0_greninja_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0658_greninja/0_greninja_base.json new file mode 100644 index 00000000..c0efef93 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0658_greninja/0_greninja_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:greninja", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:greninja", + "model": "cobblemon:greninja.geo", + "texture": "cobblemon:textures/pokemon/0658_greninja/greninja.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0658_greninja/greninja_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0658_greninja/1_greninja_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0658_greninja/1_greninja_female.json new file mode 100644 index 00000000..fdae8623 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0658_greninja/1_greninja_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:greninja", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:greninja.geo", + "texture": "cobblemon:textures/pokemon/0658_greninja/greninja_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0658_greninja/greninja_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0666_vivillon/0_vivillon_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0666_vivillon/0_vivillon_base.json new file mode 100644 index 00000000..29060b01 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0666_vivillon/0_vivillon_base.json @@ -0,0 +1,571 @@ +{ + "species": "cobblemon:vivillon", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:vivillon", + "model": "cobblemon:vivillon.geo", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_shiny.png" + }, + { + "aspects": [ + "vivillon-wings-archipelago" + ], + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_archipelago.png", + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_archipelago.png" + } + ] + }, + { + "aspects": [ + "vivillon-wings-archipelago","shiny" + ], + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_archipelago_shiny.png", + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_archipelago.png" + } + ] + }, + { + "aspects": [ + "vivillon-wings-continental" + ], + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_continental.png", + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_continental.png" + } + ] + }, + { + "aspects": [ + "vivillon-wings-continental","shiny" + ], + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_continental_shiny.png", + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_continental.png" + } + ] + }, + { + "aspects": [ + "vivillon-wings-elegant" + ], + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_elegant.png", + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_elegant.png" + } + ] + }, + { + "aspects": [ + "vivillon-wings-elegant","shiny" + ], + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_elegant_shiny.png", + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_elegant.png" + } + ] + }, + { + "aspects": [ + "vivillon-wings-fancy" + ], + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_fancy.png", + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_fancy.png" + } + ] + }, + { + "aspects": [ + "vivillon-wings-fancy","shiny" + ], + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_fancy_shiny.png", + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_fancy.png" + } + ] + }, + { + "aspects": [ + "vivillon-wings-garden" + ], + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_garden.png", + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_garden.png" + } + ] + }, + { + "aspects": [ + "vivillon-wings-garden","shiny" + ], + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_garden_shinygar.png", + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_garden.png" + } + ] + }, + { + "aspects": [ + "vivillon-wings-high-plains" + ], + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_high_plains.png", + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_high_plains.png" + } + ] + }, + { + "aspects": [ + "vivillon-wings-high-plains","shiny" + ], + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_high_plains_shiny.png", + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_high_plains.png" + } + ] + }, + { + "aspects": [ + "vivillon-wings-icy-snow" + ], + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_icy_snow.png", + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_icy_snow.png" + } + ] + }, + { + "aspects": [ + "vivillon-wings-icy-snow","shiny" + ], + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_icy_snow_shiny.png", + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_icy_snow.png" + } + ] + }, + { + "aspects": [ + "vivillon-wings-jungle" + ], + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_jungle.png", + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_jungle.png" + } + ] + }, + { + "aspects": [ + "vivillon-wings-jungle","shiny" + ], + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_jungle_shiny.png", + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_jungle.png" + } + ] + }, + { + "aspects": [ + "vivillon-wings-marine" + ], + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_marine.png", + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_marine.png" + } + ] + }, + { + "aspects": [ + "vivillon-wings-marine","shiny" + ], + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_marine_shiny.png", + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_marine.png" + } + ] + }, + { + "aspects": [ + "vivillon-wings-meadow" + ], + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_meadow.png", + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_meadow.png" + } + ] + }, + { + "aspects": [ + "vivillon-wings-meadow","shiny" + ], + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_meadow_shiny.png", + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_meadow.png" + } + ] + }, + { + "aspects": [ + "vivillon-wings-modern" + ], + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_modern.png", + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_modern.png" + } + ] + }, + { + "aspects": [ + "vivillon-wings-modern","shiny" + ], + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_modern_shiny.png", + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_modern.png" + } + ] + }, + { + "aspects": [ + "vivillon-wings-monsoon" + ], + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_monsoon.png", + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_monsoon.png" + } + ] + }, + { + "aspects": [ + "vivillon-wings-monsoon","shiny" + ], + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_monsoon_shiny.png", + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_monsoon.png" + } + ] + }, + { + "aspects": [ + "vivillon-wings-ocean" + ], + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_ocean.png", + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_ocean.png" + } + ] + }, + { + "aspects": [ + "vivillon-wings-ocean","shiny" + ], + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_ocean_shiny.png", + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_ocean.png" + } + ] + }, + { + "aspects": [ + "vivillon-wings-poke-ball" + ], + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_pokeball.png", + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_pokeball.png" + } + ] + }, + { + "aspects": [ + "vivillon-wings-poke-ball","shiny" + ], + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_pokeball_shiny.png", + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_pokeball.png" + } + ] + }, + { + "aspects": [ + "vivillon-wings-polar" + ], + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_polar.png", + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_polar.png" + } + ] + }, + { + "aspects": [ + "vivillon-wings-polar","shiny" + ], + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_polar_shiny.png", + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_polar.png" + } + ] + }, + { + "aspects": [ + "vivillon-wings-river" + ], + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_river.png", + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_river.png" + } + ] + }, + { + "aspects": [ + "vivillon-wings-river","shiny" + ], + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_river_shiny.png", + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_river.png" + } + ] + }, + { + "aspects": [ + "vivillon-wings-sandstorm" + ], + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_sandstorm.png", + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_sandstorm.png" + } + ] + }, + { + "aspects": [ + "vivillon-wings-sandstorm","shiny" + ], + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_sandstorm_shiny.png", + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_sandstorm.png" + } + ] + }, + { + "aspects": [ + "vivillon-wings-savanna" + ], + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_savanna.png", + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_savanna.png" + } + ] + }, + { + "aspects": [ + "vivillon-wings-savanna","shiny" + ], + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_savanna_shiny.png", + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_savanna.png" + } + ] + }, + { + "aspects": [ + "vivillon-wings-sun" + ], + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_sun.png", + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_sun.png" + } + ] + }, + { + "aspects": [ + "vivillon-wings-sun","shiny" + ], + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_sun_shiny.png", + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_sun.png" + } + ] + }, + { + "aspects": [ + "vivillon-wings-tundra" + ], + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_tundra.png", + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_tundra.png" + } + ] + }, + { + "aspects": [ + "vivillon-wings-tundra","shiny" + ], + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_tundra_shiny.png", + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_tundra.png" + } + ] + }, + { + "aspects": [ + "vivillon-wings-inferno" + ], + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_inferno.png", + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_inferno.png" + } + ] + }, + { + "aspects": [ + "vivillon-wings-inferno","shiny" + ], + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_inferno_shiny.png", + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_inferno.png" + } + ] + }, + { + "aspects": [ + "vivillon-wings-void" + ], + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_void.png", + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_void.png" + } + ] + }, + { + "aspects": [ + "vivillon-wings-void","shiny" + ], + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_void_shiny.png", + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_void.png" + } + ] + }, + { + "aspects": [ + "vivillon-wings-forsaken" + ], + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_forsaken.png", + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_forsaken.png" + } + ] + }, + { + "aspects": [ + "vivillon-wings-forsaken","shiny" + ], + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_forsaken_shiny.png", + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_forsaken.png" + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0696_tyrunt/0_tyrunt_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0696_tyrunt/0_tyrunt_base.json new file mode 100644 index 00000000..856ac132 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0696_tyrunt/0_tyrunt_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:tyrunt", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:tyrunt", + "model": "cobblemon:tyrunt.geo", + "texture": "cobblemon:textures/pokemon/0696_tyrunt/tyrunt.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0696_tyrunt/tyrunt_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0696_tyrunt/1_tyrunt_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0696_tyrunt/1_tyrunt_female.json new file mode 100644 index 00000000..2562b222 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0696_tyrunt/1_tyrunt_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:tyrunt", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:tyrunt.geo", + "texture": "cobblemon:textures/pokemon/0696_tyrunt/tyrunt_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0696_tyrunt/tyrunt_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0697_tyrantrum/0_tyrantrum_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0697_tyrantrum/0_tyrantrum_base.json new file mode 100644 index 00000000..c4322e56 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0697_tyrantrum/0_tyrantrum_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:tyrantrum", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:tyrantrum", + "model": "cobblemon:tyrantrum.geo", + "texture": "cobblemon:textures/pokemon/0697_tyrantrum/tyrantrum.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0697_tyrantrum/tyrantrum_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0697_tyrantrum/1_tyrantrum_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0697_tyrantrum/1_tyrantrum_female.json new file mode 100644 index 00000000..c245977a --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0697_tyrantrum/1_tyrantrum_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:tyrantrum", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:tyrantrum.geo", + "texture": "cobblemon:textures/pokemon/0697_tyrantrum/tyrantrum_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0697_tyrantrum/tyrantrum_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0698_amaura/0_amaura_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0698_amaura/0_amaura_base.json new file mode 100644 index 00000000..145b04c2 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0698_amaura/0_amaura_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:amaura", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:amaura", + "model": "cobblemon:amaura.geo", + "texture": "cobblemon:textures/pokemon/0698_amaura/amaura.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0698_amaura/amaura_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0698_amaura/1_amaura_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0698_amaura/1_amaura_female.json new file mode 100644 index 00000000..4bdbe50d --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0698_amaura/1_amaura_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:amaura", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:amaura.geo", + "texture": "cobblemon:textures/pokemon/0698_amaura/amaura_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0698_amaura/amaura_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0699_aurorus/0_aurorus_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0699_aurorus/0_aurorus_base.json new file mode 100644 index 00000000..42091d08 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0699_aurorus/0_aurorus_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:aurorus", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:aurorus", + "model": "cobblemon:aurorus.geo", + "texture": "cobblemon:textures/pokemon/0699_aurorus/aurorus.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0699_aurorus/aurorus_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0699_aurorus/1_aurorus_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0699_aurorus/1_aurorus_female.json new file mode 100644 index 00000000..b816ee5b --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0699_aurorus/1_aurorus_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:aurorus", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:aurorus.geo", + "texture": "cobblemon:textures/pokemon/0699_aurorus/aurorus_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0699_aurorus/aurorus_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0700_sylveon/0_sylveon_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0700_sylveon/0_sylveon_base.json new file mode 100644 index 00000000..efa8cede --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0700_sylveon/0_sylveon_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:sylveon", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:sylveon", + "model": "cobblemon:sylveon.geo", + "texture": "cobblemon:textures/pokemon/0700_sylveon/sylveon.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0700_sylveon/sylveon_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0700_sylveon/1_sylveon_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0700_sylveon/1_sylveon_female.json new file mode 100644 index 00000000..af46d85b --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0700_sylveon/1_sylveon_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:sylveon", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:sylveon.geo", + "texture": "cobblemon:textures/pokemon/0700_sylveon/sylveon_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0700_sylveon/sylveon_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0717_yveltal/0_yveltal_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0717_yveltal/0_yveltal_base.json new file mode 100644 index 00000000..63b8810b --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0717_yveltal/0_yveltal_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:yveltal", + "order": 0, + "variations": [ + { + "texture": "cobblemon:textures/pokemon/0717_yveltal/yveltal.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0717_yveltal/yveltal_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0722_rowlet/0_rowlet_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0722_rowlet/0_rowlet_base.json new file mode 100644 index 00000000..3cf7a878 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0722_rowlet/0_rowlet_base.json @@ -0,0 +1,31 @@ +{ + "species": "cobblemon:rowlet", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:rowlet", + "model": "cobblemon:rowlet.geo", + "texture": "cobblemon:textures/pokemon/0722_rowlet/rowlet.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0722_rowlet/rowlet_shiny.png" + }, +{ + "aspects": [ + "female" + ], + "texture": "cobblemon:textures/pokemon/0722_rowlet/rowlet_female.png" + }, +{ + "aspects": [ + "shiny","female" + ], + "texture": "cobblemon:textures/pokemon/0722_rowlet/rowlet_female_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0722_rowlet/1_rowlet_hisui_bias.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0722_rowlet/1_rowlet_hisui_bias.json new file mode 100644 index 00000000..ba01b90c --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0722_rowlet/1_rowlet_hisui_bias.json @@ -0,0 +1,36 @@ +{ + "species": "cobblemon:rowlet", + "order": 1, + "variations": [ + { + "aspects": ["region-bias-hisui"], + "poser": "cobblemon:rowlet_hisui_bias", + "model": "cobblemon:rowlet_hisui_bias.geo", + "texture": "cobblemon:textures/pokemon/0722_rowlet/rowlet_hisui_bias.png", + "layers": [] + }, + { + "aspects": [ + "region-bias-hisui", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0722_rowlet/rowlet_hisui_bias_shiny.png" + }, + { + "aspects": [ + "region-bias-hisui", + "female" + ], + "texture": "cobblemon:textures/pokemon/0722_rowlet/rowlet_hisui_bias_female.png" + }, + { + "aspects": [ + "region-bias-hisui", + "shiny", + "female" + ], + "texture": "cobblemon:textures/pokemon/0722_rowlet/rowlet_hisui_bias_female_shiny.png" + } + + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0723_dartrix/0_dartrix_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0723_dartrix/0_dartrix_base.json new file mode 100644 index 00000000..a6697def --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0723_dartrix/0_dartrix_base.json @@ -0,0 +1,31 @@ +{ + "species": "cobblemon:dartrix", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:dartrix", + "model": "cobblemon:dartrix.geo", + "texture": "cobblemon:textures/pokemon/0723_dartrix/dartrix.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0723_dartrix/dartrix_shiny.png" + }, +{ + "aspects": [ + "female" + ], + "texture": "cobblemon:textures/pokemon/0723_dartrix/dartrix_female.png" + }, +{ + "aspects": [ + "shiny","female" + ], + "texture": "cobblemon:textures/pokemon/0723_dartrix/dartrix_female_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0723_dartrix/1_dartrix_hisui_bias.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0723_dartrix/1_dartrix_hisui_bias.json new file mode 100644 index 00000000..a26432d0 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0723_dartrix/1_dartrix_hisui_bias.json @@ -0,0 +1,36 @@ +{ + "species": "cobblemon:dartrix", + "order": 1, + "variations": [ + { + "aspects": ["region-bias-hisui"], + "poser": "cobblemon:dartrix_hisui_bias", + "model": "cobblemon:dartrix_hisui_bias.geo", + "texture": "cobblemon:textures/pokemon/0723_dartrix/dartrix_hisui_bias.png", + "layers": [] + }, + { + "aspects": [ + "region-bias-hisui", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0723_dartrix/dartrix_hisui_bias_shiny.png" + }, + { + "aspects": [ + "region-bias-hisui", + "female" + ], + "texture": "cobblemon:textures/pokemon/0723_dartrix/dartrix_hisui_bias_female.png" + }, + { + "aspects": [ + "region-bias-hisui", + "shiny", + "female" + ], + "texture": "cobblemon:textures/pokemon/0723_dartrix/dartrix_hisui_bias_female_shiny.png" + } + + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0724_decidueye/0_decidueye_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0724_decidueye/0_decidueye_base.json new file mode 100644 index 00000000..9b48b67d --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0724_decidueye/0_decidueye_base.json @@ -0,0 +1,31 @@ +{ + "species": "cobblemon:decidueye", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:decidueye", + "model": "cobblemon:decidueye.geo", + "texture": "cobblemon:textures/pokemon/0724_decidueye/decidueye.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0724_decidueye/decidueye_shiny.png" + }, +{ + "aspects": [ + "female" + ], + "texture": "cobblemon:textures/pokemon/0724_decidueye/decidueye_female.png" + }, +{ + "aspects": [ + "shiny","female" + ], + "texture": "cobblemon:textures/pokemon/0724_decidueye/decidueye_female_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0724_decidueye/1_decidueye_hisuian.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0724_decidueye/1_decidueye_hisuian.json new file mode 100644 index 00000000..0971af6b --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0724_decidueye/1_decidueye_hisuian.json @@ -0,0 +1,36 @@ +{ + "species": "cobblemon:decidueye", + "order": 1, + "variations": [ + { + "aspects": ["hisuian"], + "poser": "cobblemon:decidueye_hisuian", + "model": "cobblemon:decidueye_hisuian.geo", + "texture": "cobblemon:textures/pokemon/0724_decidueye/decidueye_hisuian.png", + "layers": [] + }, + { + "aspects": [ + "hisuian", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0724_decidueye/decidueye_hisuian_shiny.png" + }, + { + "aspects": [ + "hisuian", + "female" + ], + "texture": "cobblemon:textures/pokemon/0724_decidueye/decidueye_hisuian_female.png" + }, + { + "aspects": [ + "hisuian", + "shiny", + "female" + ], + "texture": "cobblemon:textures/pokemon/0724_decidueye/decidueye_hisuian_female_shiny.png" + } + + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0725_litten/0_litten_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0725_litten/0_litten_base.json new file mode 100644 index 00000000..f085c93f --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0725_litten/0_litten_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:litten", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:litten", + "model": "cobblemon:litten.geo", + "texture": "cobblemon:textures/pokemon/0725_litten/litten.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0725_litten/litten_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0725_litten/1_litten_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0725_litten/1_litten_female.json new file mode 100644 index 00000000..b12e8291 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0725_litten/1_litten_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:litten", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:litten.geo", + "texture": "cobblemon:textures/pokemon/0725_litten/litten_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0725_litten/litten_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0726_torracat/0_torracat_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0726_torracat/0_torracat_base.json new file mode 100644 index 00000000..1cf32ffe --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0726_torracat/0_torracat_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:torracat", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:torracat", + "model": "cobblemon:torracat.geo", + "texture": "cobblemon:textures/pokemon/0726_torracat/torracat.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0726_torracat/torracat_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0726_torracat/1_torracat_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0726_torracat/1_torracat_female.json new file mode 100644 index 00000000..c7d9407f --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0726_torracat/1_torracat_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:torracat", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:torracat.geo", + "texture": "cobblemon:textures/pokemon/0726_torracat/torracat_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0726_torracat/torracat_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0727_incineroar/0_incineroar_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0727_incineroar/0_incineroar_base.json new file mode 100644 index 00000000..9916597f --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0727_incineroar/0_incineroar_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:incineroar", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:incineroar", + "model": "cobblemon:incineroar.geo", + "texture": "cobblemon:textures/pokemon/0727_incineroar/incineroar.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0727_incineroar/incineroar_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0727_incineroar/1_incineroar_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0727_incineroar/1_incineroar_female.json new file mode 100644 index 00000000..ab873393 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0727_incineroar/1_incineroar_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:incineroar", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:incineroar.geo", + "texture": "cobblemon:textures/pokemon/0727_incineroar/incineroar_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0727_incineroar/incineroar_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0728_popplio/0_popplio_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0728_popplio/0_popplio_base.json new file mode 100644 index 00000000..95a8fd6c --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0728_popplio/0_popplio_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:popplio", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:popplio", + "model": "cobblemon:popplio.geo", + "texture": "cobblemon:textures/pokemon/0728_popplio/popplio.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0728_popplio/popplio_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0728_popplio/1_popplio_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0728_popplio/1_popplio_female.json new file mode 100644 index 00000000..2940e3e0 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0728_popplio/1_popplio_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:popplio", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:popplio.geo", + "texture": "cobblemon:textures/pokemon/0728_popplio/popplio_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0728_popplio/popplio_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0729_brionne/0_brionne_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0729_brionne/0_brionne_base.json new file mode 100644 index 00000000..0964fd67 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0729_brionne/0_brionne_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:brionne", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:brionne", + "model": "cobblemon:brionne.geo", + "texture": "cobblemon:textures/pokemon/0729_brionne/brionne.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0729_brionne/brionne_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0729_brionne/1_brionne_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0729_brionne/1_brionne_female.json new file mode 100644 index 00000000..6cc70b74 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0729_brionne/1_brionne_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:brionne", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:brionne.geo", + "texture": "cobblemon:textures/pokemon/0729_brionne/brionne_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0729_brionne/brionne_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0730_primarina/0_primarina_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0730_primarina/0_primarina_base.json new file mode 100644 index 00000000..df530869 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0730_primarina/0_primarina_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:primarina", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:primarina", + "model": "cobblemon:primarina.geo", + "texture": "cobblemon:textures/pokemon/0730_primarina/primarina.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0730_primarina/primarina_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0730_primarina/1_primarina_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0730_primarina/1_primarina_female.json new file mode 100644 index 00000000..ea4f0600 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0730_primarina/1_primarina_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:primarina", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:primarina.geo", + "texture": "cobblemon:textures/pokemon/0730_primarina/primarina_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0730_primarina/primarina_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0757_salandit/0_salandit_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0757_salandit/0_salandit_base.json new file mode 100644 index 00000000..76d398c7 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0757_salandit/0_salandit_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:salandit", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:salandit", + "model": "cobblemon:salandit.geo", + "texture": "cobblemon:textures/pokemon/0757_salandit/salandit.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0757_salandit/salandit_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0757_salandit/1_salandit_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0757_salandit/1_salandit_female.json new file mode 100644 index 00000000..b2b843f1 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0757_salandit/1_salandit_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:salandit", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:salandit.geo", + "texture": "cobblemon:textures/pokemon/0757_salandit/salandit_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0757_salandit/salandit_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0785_tapukoko/0_tapukoko_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0785_tapukoko/0_tapukoko_base.json new file mode 100644 index 00000000..ffc05d88 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0785_tapukoko/0_tapukoko_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:tapukoko", + "order": 0, + "variations": [ + { + "texture": "cobblemon:textures/pokemon/0785_tapukoko/tapukoko.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0785_tapukoko/tapukoko_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0786_tapulele/0_tapulele_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0786_tapulele/0_tapulele_base.json new file mode 100644 index 00000000..4c785913 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0786_tapulele/0_tapulele_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:tapulele", + "order": 0, + "variations": [ + { + "texture": "cobblemon:textures/pokemon/0786_tapulele/tapulele.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0786_tapulele/tapulele_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0787_tapubulu/0_tapubulu_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0787_tapubulu/0_tapubulu_base.json new file mode 100644 index 00000000..ad881fae --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0787_tapubulu/0_tapubulu_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:tapubulu", + "order": 0, + "variations": [ + { + "texture": "cobblemon:textures/pokemon/0787_tapubulu/tapubulu.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0787_tapubulu/tapubulu_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0788_tapufini/0_tapufini_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0788_tapufini/0_tapufini_base.json new file mode 100644 index 00000000..54a47670 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0788_tapufini/0_tapufini_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:tapufini", + "order": 0, + "variations": [ + { + "texture": "cobblemon:textures/pokemon/0788_tapufini/tapufini.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0788_tapufini/tapufini_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0789_cosmog/0_cosmog_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0789_cosmog/0_cosmog_base.json new file mode 100644 index 00000000..aec1937c --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0789_cosmog/0_cosmog_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:cosmog", + "order": 0, + "variations": [ + { + "texture": "cobblemon:textures/pokemon/0789_cosmog/cosmog.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0789_cosmog/cosmog_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0790_cosmoem/0_cosmoem_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0790_cosmoem/0_cosmoem_base.json new file mode 100644 index 00000000..7bde3315 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0790_cosmoem/0_cosmoem_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:cosmoem", + "order": 0, + "variations": [ + { + "texture": "cobblemon:textures/pokemon/0790_cosmoem/cosmoem.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0790_cosmoem/cosmoem_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0791_solgaleo/0_solgaleo_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0791_solgaleo/0_solgaleo_base.json new file mode 100644 index 00000000..f3b94e85 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0791_solgaleo/0_solgaleo_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:solgaleo", + "order": 0, + "variations": [ + { + "texture": "cobblemon:textures/pokemon/0791_solgaleo/solgaleo.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0791_solgaleo/solgaleo_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0792_lunala/0_lunala_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0792_lunala/0_lunala_base.json new file mode 100644 index 00000000..6ecb62f3 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0792_lunala/0_lunala_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:lunala", + "order": 0, + "variations": [ + { + "texture": "cobblemon:textures/pokemon/0792_lunala/lunala.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0792_lunala/lunala_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0794_buzzwole/0_buzzwole_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0794_buzzwole/0_buzzwole_base.json new file mode 100644 index 00000000..882eb6cd --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0794_buzzwole/0_buzzwole_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:buzzwole", + "order": 0, + "variations": [ + { + "texture": "cobblemon:textures/pokemon/0794_buzzwole/buzzwole.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0794_buzzwole/buzzwole_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0795_pheromosa/0_pheromosa_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0795_pheromosa/0_pheromosa_base.json new file mode 100644 index 00000000..e7aaf624 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0795_pheromosa/0_pheromosa_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:pheromosa", + "order": 0, + "variations": [ + { + "texture": "cobblemon:textures/pokemon/0795_pheromosa/pheromosa.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0795_pheromosa/pheromosa_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0797_celesteela/0_celesteela_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0797_celesteela/0_celesteela_base.json new file mode 100644 index 00000000..b999bd7a --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0797_celesteela/0_celesteela_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:celesteela", + "order": 0, + "variations": [ + { + "texture": "cobblemon:textures/pokemon/0797_celesteela/celesteela.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0797_celesteela/celesteela_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0801_magearna/0_magearna_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0801_magearna/0_magearna_base.json new file mode 100644 index 00000000..da0b2730 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0801_magearna/0_magearna_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:magearna", + "order": 0, + "variations": [ + { + "texture": "cobblemon:textures/pokemon/0801_magearna/magearna.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0801_magearna/magearna_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0805_stakataka/0_stakataka_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0805_stakataka/0_stakataka_base.json new file mode 100644 index 00000000..01d7933c --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0805_stakataka/0_stakataka_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:stakataka", + "order": 0, + "variations": [ + { + "texture": "cobblemon:textures/pokemon/0805_stakataka/stakataka.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0805_stakataka/stakataka_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0810_grookey/0_grookey_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0810_grookey/0_grookey_base.json new file mode 100644 index 00000000..983cad7f --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0810_grookey/0_grookey_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:grookey", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:grookey", + "model": "cobblemon:grookey.geo", + "texture": "cobblemon:textures/pokemon/0810_grookey/grookey.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0810_grookey/grookey_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0810_grookey/1_grookey_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0810_grookey/1_grookey_female.json new file mode 100644 index 00000000..e4cfde35 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0810_grookey/1_grookey_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:grookey", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:grookey.geo", + "texture": "cobblemon:textures/pokemon/0810_grookey/grookey_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0810_grookey/grookey_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0811_thwackey/0_thwackey_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0811_thwackey/0_thwackey_base.json new file mode 100644 index 00000000..6cb82ec3 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0811_thwackey/0_thwackey_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:thwackey", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:thwackey", + "model": "cobblemon:thwackey.geo", + "texture": "cobblemon:textures/pokemon/0811_thwackey/thwackey.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0811_thwackey/thwackey_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0811_thwackey/1_thwackey_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0811_thwackey/1_thwackey_female.json new file mode 100644 index 00000000..c1d3b727 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0811_thwackey/1_thwackey_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:thwackey", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:thwackey.geo", + "texture": "cobblemon:textures/pokemon/0811_thwackey/thwackey_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0811_thwackey/thwackey_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0812_rillaboom/0_rillaboom_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0812_rillaboom/0_rillaboom_base.json new file mode 100644 index 00000000..38f3ef39 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0812_rillaboom/0_rillaboom_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:rillaboom", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:rillaboom", + "model": "cobblemon:rillaboom.geo", + "texture": "cobblemon:textures/pokemon/0812_rillaboom/rillaboom.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0812_rillaboom/rillaboom_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0812_rillaboom/1_rillaboom_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0812_rillaboom/1_rillaboom_female.json new file mode 100644 index 00000000..3a660f49 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0812_rillaboom/1_rillaboom_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:rillaboom", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:rillaboom.geo", + "texture": "cobblemon:textures/pokemon/0812_rillaboom/rillaboom_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0812_rillaboom/rillaboom_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0813_scorbunny/0_scorbunny_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0813_scorbunny/0_scorbunny_base.json new file mode 100644 index 00000000..8696241c --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0813_scorbunny/0_scorbunny_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:scorbunny", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:scorbunny", + "model": "cobblemon:scorbunny.geo", + "texture": "cobblemon:textures/pokemon/0813_scorbunny/scorbunny.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0813_scorbunny/scorbunny_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0813_scorbunny/1_scorbunny_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0813_scorbunny/1_scorbunny_female.json new file mode 100644 index 00000000..161a577a --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0813_scorbunny/1_scorbunny_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:scorbunny", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:scorbunny.geo", + "texture": "cobblemon:textures/pokemon/0813_scorbunny/scorbunny_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0813_scorbunny/scorbunny_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0814_raboot/0_raboot_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0814_raboot/0_raboot_base.json new file mode 100644 index 00000000..aae87892 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0814_raboot/0_raboot_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:raboot", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:raboot", + "model": "cobblemon:raboot.geo", + "texture": "cobblemon:textures/pokemon/0814_raboot/raboot.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0814_raboot/raboot_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0814_raboot/1_raboot_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0814_raboot/1_raboot_female.json new file mode 100644 index 00000000..161a577a --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0814_raboot/1_raboot_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:scorbunny", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:scorbunny.geo", + "texture": "cobblemon:textures/pokemon/0813_scorbunny/scorbunny_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0813_scorbunny/scorbunny_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0815_cinderace/0_cinderace_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0815_cinderace/0_cinderace_base.json new file mode 100644 index 00000000..426d95cb --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0815_cinderace/0_cinderace_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:cinderace", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:cinderace", + "model": "cobblemon:cinderace.geo", + "texture": "cobblemon:textures/pokemon/0815_cinderace/cinderace.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0815_cinderace/cinderace_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0815_cinderace/1_cinderace_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0815_cinderace/1_cinderace_female.json new file mode 100644 index 00000000..b1bd5e41 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0815_cinderace/1_cinderace_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:cinderace", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:cinderace.geo", + "texture": "cobblemon:textures/pokemon/0815_cinderace/cinderace_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0815_cinderace/cinderace_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0816_sobble/0_sobble_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0816_sobble/0_sobble_base.json new file mode 100644 index 00000000..fa0fe3fe --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0816_sobble/0_sobble_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:sobble", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:sobble", + "model": "cobblemon:sobble.geo", + "texture": "cobblemon:textures/pokemon/0816_sobble/sobble.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0816_sobble/sobble_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0816_sobble/1_sobble_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0816_sobble/1_sobble_female.json new file mode 100644 index 00000000..8263ba14 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0816_sobble/1_sobble_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:sobble", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:sobble.geo", + "texture": "cobblemon:textures/pokemon/0816_sobble/sobble_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0816_sobble/sobble_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0817_drizzile/0_drizzile_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0817_drizzile/0_drizzile_base.json new file mode 100644 index 00000000..0450e8e9 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0817_drizzile/0_drizzile_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:drizzile", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:drizzile", + "model": "cobblemon:drizzile.geo", + "texture": "cobblemon:textures/pokemon/0817_drizzile/drizzile.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0817_drizzile/drizzile_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0817_drizzile/1_drizzile_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0817_drizzile/1_drizzile_female.json new file mode 100644 index 00000000..0887655c --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0817_drizzile/1_drizzile_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:drizzile", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:drizzile.geo", + "texture": "cobblemon:textures/pokemon/0817_drizzile/drizzile_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0817_drizzile/drizzile_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0818_inteleon/0_inteleon_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0818_inteleon/0_inteleon_base.json new file mode 100644 index 00000000..624ca1b5 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0818_inteleon/0_inteleon_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:inteleon", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:inteleon", + "model": "cobblemon:inteleon.geo", + "texture": "cobblemon:textures/pokemon/0818_inteleon/inteleon.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0818_inteleon/inteleon_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0818_inteleon/1_inteleon_female.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0818_inteleon/1_inteleon_female.json new file mode 100644 index 00000000..fc448629 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0818_inteleon/1_inteleon_female.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:inteleon", + "order": 1, + "variations": [ + { + "aspects": [ + "female" + ], + "model": "cobblemon:inteleon.geo", + "texture": "cobblemon:textures/pokemon/0818_inteleon/inteleon_female.png" + }, + { + "aspects": [ + "female", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0818_inteleon/inteleon_female_shiny.png" + } + ] +} diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0888_zacian/0_zacian_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0888_zacian/0_zacian_base.json new file mode 100644 index 00000000..bb36858c --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0888_zacian/0_zacian_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:zacian", + "order": 0, + "variations": [ + { + "texture": "cobblemon:textures/pokemon/0888_zacian/zacian.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0888_zacian/zacian_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0889_zamazenta/0_zamazenta_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0889_zamazenta/0_zamazenta_base.json new file mode 100644 index 00000000..c065a8da --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0889_zamazenta/0_zamazenta_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:zamazenta", + "order": 0, + "variations": [ + { + "texture": "cobblemon:textures/pokemon/0889_zamazenta/zamazenta.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0889_zamazenta/zamazenta_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0893_zarude/0_zarude_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0893_zarude/0_zarude_base.json new file mode 100644 index 00000000..58597f5e --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0893_zarude/0_zarude_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:zarude", + "order": 0, + "variations": [ + { + "texture": "cobblemon:textures/pokemon/0893_zarude/zarude.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0893_zarude/zarude_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0894_regieleki/0_regieleki_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0894_regieleki/0_regieleki_base.json new file mode 100644 index 00000000..0f6d98a1 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0894_regieleki/0_regieleki_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:regieleki", + "order": 0, + "variations": [ + { + "texture": "cobblemon:textures/pokemon/0894_regieleki/regieleki.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0894_regieleki/regieleki_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0895_regidrago/0_regidrago_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0895_regidrago/0_regidrago_base.json new file mode 100644 index 00000000..ecd97a6e --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0895_regidrago/0_regidrago_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:regidrago", + "order": 0, + "variations": [ + { + "texture": "cobblemon:textures/pokemon/0895_regidrago/regidrago.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0895_regidrago/regidrago_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0905_enamorus/0_enamorus_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0905_enamorus/0_enamorus_base.json new file mode 100644 index 00000000..cb66439a --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0905_enamorus/0_enamorus_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:enamorus", + "order": 0, + "variations": [ + { + "texture": "cobblemon:textures/pokemon/0905_enamorus/enamorus.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0905_enamorus/enamorus_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0925_maushold/0_maushold_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0925_maushold/0_maushold_base.json new file mode 100644 index 00000000..16c68420 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0925_maushold/0_maushold_base.json @@ -0,0 +1,35 @@ +{ + "species": "cobblemon:maushold", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:maushold", + "model": "cobblemon:maushold_three.geo", + "texture": "cobblemon:textures/pokemon/0925_maushold/maushold.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0925_maushold/maushold_shiny.png" + }, + { + "aspects": [ + "maushold-family-four" + ], + "poser": "cobblemon:mausholdfour", + "model": "cobblemon:maushold_four.geo", + "texture": "cobblemon:textures/pokemon/0925_maushold/maushold_four.png" + }, + { + "aspects": [ + "maushold-family-four","shiny" + ], + "poser": "cobblemon:mausholdfour", + "model": "cobblemon:maushold_four.geo", + "texture": "cobblemon:textures/pokemon/0925_maushold/maushold_four_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/1001_wochien/0_wochien_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/1001_wochien/0_wochien_base.json new file mode 100644 index 00000000..75f7e6fc --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/1001_wochien/0_wochien_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:wochien", + "order": 0, + "variations": [ + { + "texture": "cobblemon:textures/pokemon/1001_wochien/wochien.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/1001_wochien/wochien_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/1003_tinglu/0_tinglu_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/1003_tinglu/0_tinglu_base.json new file mode 100644 index 00000000..d375eea4 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/1003_tinglu/0_tinglu_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:tinglu", + "order": 0, + "variations": [ + { + "texture": "cobblemon:textures/pokemon/1003_tinglu/tinglu.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/1003_tinglu/tinglu_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/1014_okidogi/0_okidogi_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/1014_okidogi/0_okidogi_base.json new file mode 100644 index 00000000..f8a39b81 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/1014_okidogi/0_okidogi_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:okidogi", + "order": 0, + "variations": [ + { + "texture": "cobblemon:textures/pokemon/1014_okidogi/okidogi.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/1014_okidogi/okidogi_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/1015_munkidori/0_munkidori_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/1015_munkidori/0_munkidori_base.json new file mode 100644 index 00000000..01dc713f --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/1015_munkidori/0_munkidori_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:munkidori", + "order": 0, + "variations": [ + { + "texture": "cobblemon:textures/pokemon/1015_munkidori/munkidori.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/1015_munkidori/munkidori_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/1016_fezandipiti/0_fezandipiti_base.json b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/1016_fezandipiti/0_fezandipiti_base.json new file mode 100644 index 00000000..ec9894f4 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/bedrock/pokemon/resolvers/1016_fezandipiti/0_fezandipiti_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:fezandipiti", + "order": 0, + "variations": [ + { + "texture": "cobblemon:textures/pokemon/1016_fezandipiti/fezandipiti.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/1016_fezandipiti/fezandipiti_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0001_bulbasaur/bulbasaur.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0001_bulbasaur/bulbasaur.png new file mode 100644 index 00000000..9cde7b47 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0001_bulbasaur/bulbasaur.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0001_bulbasaur/bulbasaur_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0001_bulbasaur/bulbasaur_female.png new file mode 100644 index 00000000..5a834441 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0001_bulbasaur/bulbasaur_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0001_bulbasaur/bulbasaur_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0001_bulbasaur/bulbasaur_female_shiny.png new file mode 100644 index 00000000..8d632116 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0001_bulbasaur/bulbasaur_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0001_bulbasaur/bulbasaur_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0001_bulbasaur/bulbasaur_shiny.png new file mode 100644 index 00000000..2711adff Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0001_bulbasaur/bulbasaur_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0002_ivysaur/ivysaur.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0002_ivysaur/ivysaur.png new file mode 100644 index 00000000..6a473450 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0002_ivysaur/ivysaur.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0002_ivysaur/ivysaur_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0002_ivysaur/ivysaur_shiny.png new file mode 100644 index 00000000..af9ae5d9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0002_ivysaur/ivysaur_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0003_venusaur/venusaur.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0003_venusaur/venusaur.png new file mode 100644 index 00000000..688a69fd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0003_venusaur/venusaur.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0003_venusaur/venusaur_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0003_venusaur/venusaur_female.png new file mode 100644 index 00000000..813930e1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0003_venusaur/venusaur_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0003_venusaur/venusaur_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0003_venusaur/venusaur_female_shiny.png new file mode 100644 index 00000000..55749b1f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0003_venusaur/venusaur_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0003_venusaur/venusaur_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0003_venusaur/venusaur_shiny.png new file mode 100644 index 00000000..0a9bb702 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0003_venusaur/venusaur_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0004_charmander/charmander.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0004_charmander/charmander.png new file mode 100644 index 00000000..c141f156 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0004_charmander/charmander.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0004_charmander/charmander_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0004_charmander/charmander_female.png new file mode 100644 index 00000000..9021c00c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0004_charmander/charmander_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0004_charmander/charmander_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0004_charmander/charmander_female_shiny.png new file mode 100644 index 00000000..5ff0b4a9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0004_charmander/charmander_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0004_charmander/charmander_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0004_charmander/charmander_shiny.png new file mode 100644 index 00000000..144a7756 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0004_charmander/charmander_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0005_charmeleon/charmeleon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0005_charmeleon/charmeleon.png new file mode 100644 index 00000000..75171db2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0005_charmeleon/charmeleon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0005_charmeleon/charmeleon_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0005_charmeleon/charmeleon_female.png new file mode 100644 index 00000000..24c63491 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0005_charmeleon/charmeleon_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0005_charmeleon/charmeleon_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0005_charmeleon/charmeleon_female_shiny.png new file mode 100644 index 00000000..7350bfb3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0005_charmeleon/charmeleon_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0005_charmeleon/charmeleon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0005_charmeleon/charmeleon_shiny.png new file mode 100644 index 00000000..e330fd0c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0005_charmeleon/charmeleon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0006_charizard/charizard.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0006_charizard/charizard.png new file mode 100644 index 00000000..b674112f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0006_charizard/charizard.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0006_charizard/charizard_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0006_charizard/charizard_female.png new file mode 100644 index 00000000..0b7fa56b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0006_charizard/charizard_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0006_charizard/charizard_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0006_charizard/charizard_female_shiny.png new file mode 100644 index 00000000..47546192 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0006_charizard/charizard_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0006_charizard/charizard_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0006_charizard/charizard_shiny.png new file mode 100644 index 00000000..1ebd48f6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0006_charizard/charizard_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0007_squirtle/squirtle.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0007_squirtle/squirtle.png new file mode 100644 index 00000000..cd1b0ae0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0007_squirtle/squirtle.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0007_squirtle/squirtle_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0007_squirtle/squirtle_female.png new file mode 100644 index 00000000..3a67582e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0007_squirtle/squirtle_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0007_squirtle/squirtle_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0007_squirtle/squirtle_female_shiny.png new file mode 100644 index 00000000..83c10ad5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0007_squirtle/squirtle_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0007_squirtle/squirtle_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0007_squirtle/squirtle_shiny.png new file mode 100644 index 00000000..3893b607 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0007_squirtle/squirtle_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0008_wartortle/wartortle.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0008_wartortle/wartortle.png new file mode 100644 index 00000000..b6ee95db Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0008_wartortle/wartortle.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0008_wartortle/wartortle_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0008_wartortle/wartortle_female.png new file mode 100644 index 00000000..21c9594e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0008_wartortle/wartortle_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0008_wartortle/wartortle_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0008_wartortle/wartortle_female_shiny.png new file mode 100644 index 00000000..cd634370 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0008_wartortle/wartortle_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0008_wartortle/wartortle_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0008_wartortle/wartortle_shiny.png new file mode 100644 index 00000000..704ccea9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0008_wartortle/wartortle_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0009_blastoise/blastoise.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0009_blastoise/blastoise.png new file mode 100644 index 00000000..0031b364 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0009_blastoise/blastoise.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0009_blastoise/blastoise_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0009_blastoise/blastoise_female.png new file mode 100644 index 00000000..ac16ad0d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0009_blastoise/blastoise_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0009_blastoise/blastoise_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0009_blastoise/blastoise_female_shiny.png new file mode 100644 index 00000000..918b2b83 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0009_blastoise/blastoise_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0009_blastoise/blastoise_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0009_blastoise/blastoise_shiny.png new file mode 100644 index 00000000..7e94ab16 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0009_blastoise/blastoise_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0010_caterpie/caterpie.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0010_caterpie/caterpie.png new file mode 100644 index 00000000..b60212b4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0010_caterpie/caterpie.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0010_caterpie/caterpie_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0010_caterpie/caterpie_shiny.png new file mode 100644 index 00000000..87dbda4b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0010_caterpie/caterpie_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0011_metapod/metapod.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0011_metapod/metapod.png new file mode 100644 index 00000000..06897eda Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0011_metapod/metapod.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0011_metapod/metapod_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0011_metapod/metapod_shiny.png new file mode 100644 index 00000000..ae863a14 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0011_metapod/metapod_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0012_butterfree/butterfree.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0012_butterfree/butterfree.png new file mode 100644 index 00000000..80621c75 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0012_butterfree/butterfree.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0012_butterfree/butterfree_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0012_butterfree/butterfree_female.png new file mode 100644 index 00000000..1288a46a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0012_butterfree/butterfree_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0012_butterfree/butterfree_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0012_butterfree/butterfree_female_shiny.png new file mode 100644 index 00000000..ef9dc4b3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0012_butterfree/butterfree_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0012_butterfree/butterfree_gmax.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0012_butterfree/butterfree_gmax.png new file mode 100644 index 00000000..98d888ce Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0012_butterfree/butterfree_gmax.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0012_butterfree/butterfree_gmax_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0012_butterfree/butterfree_gmax_shiny.png new file mode 100644 index 00000000..fd6e4eca Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0012_butterfree/butterfree_gmax_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0012_butterfree/butterfree_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0012_butterfree/butterfree_shiny.png new file mode 100644 index 00000000..e72196d3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0012_butterfree/butterfree_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0012_butterfree/butterfree_valencian.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0012_butterfree/butterfree_valencian.png new file mode 100644 index 00000000..80621c75 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0012_butterfree/butterfree_valencian.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0012_butterfree/butterfree_valencian_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0012_butterfree/butterfree_valencian_shiny.png new file mode 100644 index 00000000..e72196d3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0012_butterfree/butterfree_valencian_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0013_weedle/weedle.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0013_weedle/weedle.png new file mode 100644 index 00000000..f29aa401 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0013_weedle/weedle.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0013_weedle/weedle_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0013_weedle/weedle_shiny.png new file mode 100644 index 00000000..1642a65f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0013_weedle/weedle_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0014_kakuna/kakuna.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0014_kakuna/kakuna.png new file mode 100644 index 00000000..f125bed5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0014_kakuna/kakuna.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0014_kakuna/kakuna_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0014_kakuna/kakuna_shiny.png new file mode 100644 index 00000000..3a52c109 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0014_kakuna/kakuna_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0015_beedrill/beedrill.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0015_beedrill/beedrill.png new file mode 100644 index 00000000..b0649eb5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0015_beedrill/beedrill.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0015_beedrill/beedrill_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0015_beedrill/beedrill_shiny.png new file mode 100644 index 00000000..68d858db Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0015_beedrill/beedrill_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0016_pidgey/pidgey.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0016_pidgey/pidgey.png new file mode 100644 index 00000000..95954e34 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0016_pidgey/pidgey.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0016_pidgey/pidgey_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0016_pidgey/pidgey_shiny.png new file mode 100644 index 00000000..66e92a61 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0016_pidgey/pidgey_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0017_pidgeotto/pidgeotto.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0017_pidgeotto/pidgeotto.png new file mode 100644 index 00000000..fab2a13a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0017_pidgeotto/pidgeotto.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0017_pidgeotto/pidgeotto_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0017_pidgeotto/pidgeotto_shiny.png new file mode 100644 index 00000000..0ce2ed32 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0017_pidgeotto/pidgeotto_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0018_pidgeot/pidgeot.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0018_pidgeot/pidgeot.png new file mode 100644 index 00000000..4c3fdff1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0018_pidgeot/pidgeot.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0018_pidgeot/pidgeot_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0018_pidgeot/pidgeot_shiny.png new file mode 100644 index 00000000..f4a4883f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0018_pidgeot/pidgeot_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0019_rattata/rattata.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0019_rattata/rattata.png new file mode 100644 index 00000000..bc5e9e04 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0019_rattata/rattata.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0019_rattata/rattata_alolan.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0019_rattata/rattata_alolan.png new file mode 100644 index 00000000..55684a9f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0019_rattata/rattata_alolan.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0019_rattata/rattata_alolan_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0019_rattata/rattata_alolan_shiny.png new file mode 100644 index 00000000..ba82fdcd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0019_rattata/rattata_alolan_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0019_rattata/rattata_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0019_rattata/rattata_female.png new file mode 100644 index 00000000..6d196dc1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0019_rattata/rattata_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0019_rattata/rattata_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0019_rattata/rattata_female_shiny.png new file mode 100644 index 00000000..4e141812 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0019_rattata/rattata_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0019_rattata/rattata_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0019_rattata/rattata_shiny.png new file mode 100644 index 00000000..ce86bdd4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0019_rattata/rattata_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0020_raticate/raticate.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0020_raticate/raticate.png new file mode 100644 index 00000000..c19f9020 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0020_raticate/raticate.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0020_raticate/raticate_alolan.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0020_raticate/raticate_alolan.png new file mode 100644 index 00000000..94e6d70c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0020_raticate/raticate_alolan.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0020_raticate/raticate_alolan_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0020_raticate/raticate_alolan_shiny.png new file mode 100644 index 00000000..65946e44 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0020_raticate/raticate_alolan_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0020_raticate/raticate_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0020_raticate/raticate_female.png new file mode 100644 index 00000000..926bc1b1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0020_raticate/raticate_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0020_raticate/raticate_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0020_raticate/raticate_female_shiny.png new file mode 100644 index 00000000..722babfb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0020_raticate/raticate_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0020_raticate/raticate_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0020_raticate/raticate_shiny.png new file mode 100644 index 00000000..8abdfa34 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0020_raticate/raticate_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0021_spearow/spearow.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0021_spearow/spearow.png new file mode 100644 index 00000000..59819398 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0021_spearow/spearow.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0021_spearow/spearow_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0021_spearow/spearow_shiny.png new file mode 100644 index 00000000..a7be384c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0021_spearow/spearow_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0022_fearow/fearow.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0022_fearow/fearow.png new file mode 100644 index 00000000..18f275eb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0022_fearow/fearow.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0022_fearow/fearow_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0022_fearow/fearow_shiny.png new file mode 100644 index 00000000..e0e5f052 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0022_fearow/fearow_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0023_ekans/ekans.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0023_ekans/ekans.png new file mode 100644 index 00000000..26fd2f53 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0023_ekans/ekans.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0023_ekans/ekans_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0023_ekans/ekans_shiny.png new file mode 100644 index 00000000..774d3e8b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0023_ekans/ekans_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0024_arbok/arbok.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0024_arbok/arbok.png new file mode 100644 index 00000000..b2969bd0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0024_arbok/arbok.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0024_arbok/arbok_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0024_arbok/arbok_shiny.png new file mode 100644 index 00000000..709c40cf Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0024_arbok/arbok_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0025_pikachu/pikachu.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0025_pikachu/pikachu.png new file mode 100644 index 00000000..b7e991b2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0025_pikachu/pikachu.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0025_pikachu/pikachu_alola_bias.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0025_pikachu/pikachu_alola_bias.png new file mode 100644 index 00000000..b7e991b2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0025_pikachu/pikachu_alola_bias.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0025_pikachu/pikachu_alola_bias_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0025_pikachu/pikachu_alola_bias_shiny.png new file mode 100644 index 00000000..d069276a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0025_pikachu/pikachu_alola_bias_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0025_pikachu/pikachu_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0025_pikachu/pikachu_female.png new file mode 100644 index 00000000..cd28d59b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0025_pikachu/pikachu_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0025_pikachu/pikachu_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0025_pikachu/pikachu_female_shiny.png new file mode 100644 index 00000000..1036e5cf Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0025_pikachu/pikachu_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0025_pikachu/pikachu_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0025_pikachu/pikachu_shiny.png new file mode 100644 index 00000000..d069276a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0025_pikachu/pikachu_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0026_raichu/raichu.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0026_raichu/raichu.png new file mode 100644 index 00000000..3e2c7f0a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0026_raichu/raichu.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0026_raichu/raichu_alolan.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0026_raichu/raichu_alolan.png new file mode 100644 index 00000000..1552e708 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0026_raichu/raichu_alolan.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0026_raichu/raichu_alolan_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0026_raichu/raichu_alolan_shiny.png new file mode 100644 index 00000000..4a3d158c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0026_raichu/raichu_alolan_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0026_raichu/raichu_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0026_raichu/raichu_female.png new file mode 100644 index 00000000..5cd51373 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0026_raichu/raichu_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0026_raichu/raichu_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0026_raichu/raichu_female_shiny.png new file mode 100644 index 00000000..2a5d7de2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0026_raichu/raichu_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0026_raichu/raichu_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0026_raichu/raichu_shiny.png new file mode 100644 index 00000000..4df10092 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0026_raichu/raichu_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0027_sandshrew/sandshrew.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0027_sandshrew/sandshrew.png new file mode 100644 index 00000000..269bdf82 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0027_sandshrew/sandshrew.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0027_sandshrew/sandshrew_alolan.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0027_sandshrew/sandshrew_alolan.png new file mode 100644 index 00000000..16b8d0d4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0027_sandshrew/sandshrew_alolan.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0027_sandshrew/sandshrew_alolan_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0027_sandshrew/sandshrew_alolan_shiny.png new file mode 100644 index 00000000..ba298d25 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0027_sandshrew/sandshrew_alolan_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0027_sandshrew/sandshrew_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0027_sandshrew/sandshrew_shiny.png new file mode 100644 index 00000000..7926326e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0027_sandshrew/sandshrew_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0028_sandslash/sandslash.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0028_sandslash/sandslash.png new file mode 100644 index 00000000..ebf8dfc8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0028_sandslash/sandslash.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0028_sandslash/sandslash_alolan.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0028_sandslash/sandslash_alolan.png new file mode 100644 index 00000000..c0714659 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0028_sandslash/sandslash_alolan.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0028_sandslash/sandslash_alolan_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0028_sandslash/sandslash_alolan_shiny.png new file mode 100644 index 00000000..e2d1517c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0028_sandslash/sandslash_alolan_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0028_sandslash/sandslash_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0028_sandslash/sandslash_shiny.png new file mode 100644 index 00000000..1307c1de Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0028_sandslash/sandslash_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0029_nidoranf/nidoranf.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0029_nidoranf/nidoranf.png new file mode 100644 index 00000000..79d80da3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0029_nidoranf/nidoranf.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0029_nidoranf/nidoranf_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0029_nidoranf/nidoranf_shiny.png new file mode 100644 index 00000000..e6a18618 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0029_nidoranf/nidoranf_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0030_nidorina/nidorina.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0030_nidorina/nidorina.png new file mode 100644 index 00000000..6778960c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0030_nidorina/nidorina.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0030_nidorina/nidorina_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0030_nidorina/nidorina_shiny.png new file mode 100644 index 00000000..64007f0c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0030_nidorina/nidorina_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0031_nidoqueen/nidoqueen.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0031_nidoqueen/nidoqueen.png new file mode 100644 index 00000000..f793b5c5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0031_nidoqueen/nidoqueen.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0031_nidoqueen/nidoqueen_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0031_nidoqueen/nidoqueen_shiny.png new file mode 100644 index 00000000..c47f58fb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0031_nidoqueen/nidoqueen_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0032_nidoranm/nidoranm.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0032_nidoranm/nidoranm.png new file mode 100644 index 00000000..b603dae9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0032_nidoranm/nidoranm.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0032_nidoranm/nidoranm_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0032_nidoranm/nidoranm_shiny.png new file mode 100644 index 00000000..927f8e01 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0032_nidoranm/nidoranm_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0033_nidorino/nidorino.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0033_nidorino/nidorino.png new file mode 100644 index 00000000..56946157 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0033_nidorino/nidorino.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0033_nidorino/nidorino_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0033_nidorino/nidorino_shiny.png new file mode 100644 index 00000000..9a0a548b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0033_nidorino/nidorino_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0034_nidoking/nidoking.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0034_nidoking/nidoking.png new file mode 100644 index 00000000..221035fa Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0034_nidoking/nidoking.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0034_nidoking/nidoking_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0034_nidoking/nidoking_shiny.png new file mode 100644 index 00000000..5d4af690 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0034_nidoking/nidoking_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0035_clefairy/clefairy.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0035_clefairy/clefairy.png new file mode 100644 index 00000000..9f758123 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0035_clefairy/clefairy.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0035_clefairy/clefairy_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0035_clefairy/clefairy_shiny.png new file mode 100644 index 00000000..4c7bd9de Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0035_clefairy/clefairy_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0036_clefable/clefable.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0036_clefable/clefable.png new file mode 100644 index 00000000..7ffc6f6a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0036_clefable/clefable.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0036_clefable/clefable_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0036_clefable/clefable_shiny.png new file mode 100644 index 00000000..dffbfbb1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0036_clefable/clefable_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0037_vulpix/vulpix.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0037_vulpix/vulpix.png new file mode 100644 index 00000000..621ba263 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0037_vulpix/vulpix.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0037_vulpix/vulpix_alolan.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0037_vulpix/vulpix_alolan.png new file mode 100644 index 00000000..3cca452e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0037_vulpix/vulpix_alolan.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0037_vulpix/vulpix_alolan_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0037_vulpix/vulpix_alolan_shiny.png new file mode 100644 index 00000000..b144e430 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0037_vulpix/vulpix_alolan_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0037_vulpix/vulpix_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0037_vulpix/vulpix_shiny.png new file mode 100644 index 00000000..bfc5c1f6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0037_vulpix/vulpix_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0038_ninetales/ninetales.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0038_ninetales/ninetales.png new file mode 100644 index 00000000..198b7ec5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0038_ninetales/ninetales.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0038_ninetales/ninetales_alolan.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0038_ninetales/ninetales_alolan.png new file mode 100644 index 00000000..56f520ad Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0038_ninetales/ninetales_alolan.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0038_ninetales/ninetales_alolan_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0038_ninetales/ninetales_alolan_shiny.png new file mode 100644 index 00000000..c07d98d3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0038_ninetales/ninetales_alolan_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0038_ninetales/ninetales_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0038_ninetales/ninetales_shiny.png new file mode 100644 index 00000000..6d77ca4f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0038_ninetales/ninetales_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0039_jigglypuff/jigglypuff.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0039_jigglypuff/jigglypuff.png new file mode 100644 index 00000000..38580e9e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0039_jigglypuff/jigglypuff.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0039_jigglypuff/jigglypuff_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0039_jigglypuff/jigglypuff_shiny.png new file mode 100644 index 00000000..0e228920 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0039_jigglypuff/jigglypuff_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0040_wigglytuff/wigglytuff.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0040_wigglytuff/wigglytuff.png new file mode 100644 index 00000000..900d711b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0040_wigglytuff/wigglytuff.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0040_wigglytuff/wigglytuff_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0040_wigglytuff/wigglytuff_shiny.png new file mode 100644 index 00000000..532b4de3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0040_wigglytuff/wigglytuff_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0041_zubat/zubat.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0041_zubat/zubat.png new file mode 100644 index 00000000..0a85330c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0041_zubat/zubat.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0041_zubat/zubat_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0041_zubat/zubat_female.png new file mode 100644 index 00000000..0a85330c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0041_zubat/zubat_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0041_zubat/zubat_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0041_zubat/zubat_female_shiny.png new file mode 100644 index 00000000..1753e418 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0041_zubat/zubat_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0041_zubat/zubat_male.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0041_zubat/zubat_male.png new file mode 100644 index 00000000..7e6cb409 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0041_zubat/zubat_male.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0041_zubat/zubat_male_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0041_zubat/zubat_male_shiny.png new file mode 100644 index 00000000..6d006ef1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0041_zubat/zubat_male_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0041_zubat/zubat_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0041_zubat/zubat_shiny.png new file mode 100644 index 00000000..1753e418 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0041_zubat/zubat_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0042_golbat/golbat.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0042_golbat/golbat.png new file mode 100644 index 00000000..c630c800 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0042_golbat/golbat.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0042_golbat/golbat_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0042_golbat/golbat_female.png new file mode 100644 index 00000000..345b4511 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0042_golbat/golbat_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0042_golbat/golbat_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0042_golbat/golbat_female_shiny.png new file mode 100644 index 00000000..ced9b671 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0042_golbat/golbat_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0042_golbat/golbat_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0042_golbat/golbat_shiny.png new file mode 100644 index 00000000..650b6355 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0042_golbat/golbat_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0043_oddish/oddish.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0043_oddish/oddish.png new file mode 100644 index 00000000..19632036 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0043_oddish/oddish.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0043_oddish/oddish_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0043_oddish/oddish_shiny.png new file mode 100644 index 00000000..1a0ecceb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0043_oddish/oddish_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0044_gloom/gloom.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0044_gloom/gloom.png new file mode 100644 index 00000000..47fca0b9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0044_gloom/gloom.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0044_gloom/gloom_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0044_gloom/gloom_female.png new file mode 100644 index 00000000..11a31eac Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0044_gloom/gloom_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0044_gloom/gloom_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0044_gloom/gloom_female_shiny.png new file mode 100644 index 00000000..d2ace018 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0044_gloom/gloom_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0044_gloom/gloom_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0044_gloom/gloom_shiny.png new file mode 100644 index 00000000..7041cce5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0044_gloom/gloom_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0044_gloom/gloom_valencian.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0044_gloom/gloom_valencian.png new file mode 100644 index 00000000..47fca0b9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0044_gloom/gloom_valencian.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0044_gloom/gloom_valencian_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0044_gloom/gloom_valencian_shiny.png new file mode 100644 index 00000000..7041cce5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0044_gloom/gloom_valencian_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0045_vileplume/vileplume_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0045_vileplume/vileplume_female.png new file mode 100644 index 00000000..080c3c9c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0045_vileplume/vileplume_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0045_vileplume/vileplume_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0045_vileplume/vileplume_female_shiny.png new file mode 100644 index 00000000..ead22b61 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0045_vileplume/vileplume_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0045_vileplume/vileplume_male.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0045_vileplume/vileplume_male.png new file mode 100644 index 00000000..33c3a877 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0045_vileplume/vileplume_male.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0045_vileplume/vileplume_male_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0045_vileplume/vileplume_male_shiny.png new file mode 100644 index 00000000..f83c7e35 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0045_vileplume/vileplume_male_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0045_vileplume/vileplume_valencian.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0045_vileplume/vileplume_valencian.png new file mode 100644 index 00000000..33c3a877 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0045_vileplume/vileplume_valencian.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0045_vileplume/vileplume_valencian_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0045_vileplume/vileplume_valencian_shiny.png new file mode 100644 index 00000000..f83c7e35 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0045_vileplume/vileplume_valencian_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0046_paras/paras.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0046_paras/paras.png new file mode 100644 index 00000000..e347c64f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0046_paras/paras.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0046_paras/paras_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0046_paras/paras_shiny.png new file mode 100644 index 00000000..e7f873d0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0046_paras/paras_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0047_parasect/parasect.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0047_parasect/parasect.png new file mode 100644 index 00000000..94a8a9ee Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0047_parasect/parasect.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0047_parasect/parasect_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0047_parasect/parasect_shiny.png new file mode 100644 index 00000000..bc252cf9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0047_parasect/parasect_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0048_venonat/venonat.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0048_venonat/venonat.png new file mode 100644 index 00000000..9e42d37a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0048_venonat/venonat.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0048_venonat/venonat_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0048_venonat/venonat_shiny.png new file mode 100644 index 00000000..4a67ed30 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0048_venonat/venonat_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0049_venomoth/venomoth.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0049_venomoth/venomoth.png new file mode 100644 index 00000000..988269cc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0049_venomoth/venomoth.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0049_venomoth/venomoth_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0049_venomoth/venomoth_shiny.png new file mode 100644 index 00000000..a624b4ea Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0049_venomoth/venomoth_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0050_diglett/diglett.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0050_diglett/diglett.png new file mode 100644 index 00000000..8afd6f69 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0050_diglett/diglett.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0050_diglett/diglett_alolan.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0050_diglett/diglett_alolan.png new file mode 100644 index 00000000..14c2fdcd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0050_diglett/diglett_alolan.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0050_diglett/diglett_alolan_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0050_diglett/diglett_alolan_shiny.png new file mode 100644 index 00000000..0aa12d64 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0050_diglett/diglett_alolan_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0050_diglett/diglett_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0050_diglett/diglett_shiny.png new file mode 100644 index 00000000..c6780e28 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0050_diglett/diglett_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0051_dugtrio/dugtrio.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0051_dugtrio/dugtrio.png new file mode 100644 index 00000000..c5839d39 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0051_dugtrio/dugtrio.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0051_dugtrio/dugtrio_alolan.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0051_dugtrio/dugtrio_alolan.png new file mode 100644 index 00000000..0245aa6c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0051_dugtrio/dugtrio_alolan.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0051_dugtrio/dugtrio_alolan_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0051_dugtrio/dugtrio_alolan_shiny.png new file mode 100644 index 00000000..8171cf0a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0051_dugtrio/dugtrio_alolan_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0051_dugtrio/dugtrio_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0051_dugtrio/dugtrio_shiny.png new file mode 100644 index 00000000..8e39abf3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0051_dugtrio/dugtrio_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0052_meowth/meowth.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0052_meowth/meowth.png new file mode 100644 index 00000000..10bd11f0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0052_meowth/meowth.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0052_meowth/meowth_alolan.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0052_meowth/meowth_alolan.png new file mode 100644 index 00000000..e6ac8bc8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0052_meowth/meowth_alolan.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0052_meowth/meowth_alolan_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0052_meowth/meowth_alolan_shiny.png new file mode 100644 index 00000000..e7e1d60b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0052_meowth/meowth_alolan_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0052_meowth/meowth_galarian.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0052_meowth/meowth_galarian.png new file mode 100644 index 00000000..891af211 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0052_meowth/meowth_galarian.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0052_meowth/meowth_galarian_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0052_meowth/meowth_galarian_shiny.png new file mode 100644 index 00000000..3f1260f4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0052_meowth/meowth_galarian_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0052_meowth/meowth_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0052_meowth/meowth_shiny.png new file mode 100644 index 00000000..5e24ccc0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0052_meowth/meowth_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0053_persian/persian.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0053_persian/persian.png new file mode 100644 index 00000000..ffa23d56 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0053_persian/persian.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0053_persian/persian_alolan.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0053_persian/persian_alolan.png new file mode 100644 index 00000000..b5e5acd3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0053_persian/persian_alolan.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0053_persian/persian_alolan_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0053_persian/persian_alolan_shiny.png new file mode 100644 index 00000000..b937afd2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0053_persian/persian_alolan_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0053_persian/persian_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0053_persian/persian_shiny.png new file mode 100644 index 00000000..f765c216 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0053_persian/persian_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0054_psyduck/psyduck.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0054_psyduck/psyduck.png new file mode 100644 index 00000000..f2c7caaf Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0054_psyduck/psyduck.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0054_psyduck/psyduck_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0054_psyduck/psyduck_shiny.png new file mode 100644 index 00000000..0f24cd9a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0054_psyduck/psyduck_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0055_golduck/golduck.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0055_golduck/golduck.png new file mode 100644 index 00000000..18ed3956 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0055_golduck/golduck.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0055_golduck/golduck_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0055_golduck/golduck_shiny.png new file mode 100644 index 00000000..7fb1a833 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0055_golduck/golduck_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0056_mankey/mankey.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0056_mankey/mankey.png new file mode 100644 index 00000000..059ec18d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0056_mankey/mankey.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0056_mankey/mankey_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0056_mankey/mankey_shiny.png new file mode 100644 index 00000000..52db77e1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0056_mankey/mankey_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0057_primeape/primeape.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0057_primeape/primeape.png new file mode 100644 index 00000000..d2f2ed10 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0057_primeape/primeape.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0057_primeape/primeape_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0057_primeape/primeape_shiny.png new file mode 100644 index 00000000..f0e697bc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0057_primeape/primeape_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0058_growlithe/growlithe.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0058_growlithe/growlithe.png new file mode 100644 index 00000000..c9a915eb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0058_growlithe/growlithe.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0058_growlithe/growlithe_hisuian.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0058_growlithe/growlithe_hisuian.png new file mode 100644 index 00000000..03559c21 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0058_growlithe/growlithe_hisuian.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0058_growlithe/growlithe_hisuian_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0058_growlithe/growlithe_hisuian_shiny.png new file mode 100644 index 00000000..e745e1d9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0058_growlithe/growlithe_hisuian_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0058_growlithe/growlithe_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0058_growlithe/growlithe_shiny.png new file mode 100644 index 00000000..2fbfa65c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0058_growlithe/growlithe_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0059_arcanine/arcanine.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0059_arcanine/arcanine.png new file mode 100644 index 00000000..b7d5687b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0059_arcanine/arcanine.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0059_arcanine/arcanine_hisuian.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0059_arcanine/arcanine_hisuian.png new file mode 100644 index 00000000..0b010ac0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0059_arcanine/arcanine_hisuian.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0059_arcanine/arcanine_hisuian_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0059_arcanine/arcanine_hisuian_shiny.png new file mode 100644 index 00000000..f25258ba Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0059_arcanine/arcanine_hisuian_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0059_arcanine/arcanine_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0059_arcanine/arcanine_shiny.png new file mode 100644 index 00000000..07f0a9e4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0059_arcanine/arcanine_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0060_poliwag/poliwag.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0060_poliwag/poliwag.png new file mode 100644 index 00000000..4db6ccb9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0060_poliwag/poliwag.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0060_poliwag/poliwag_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0060_poliwag/poliwag_shiny.png new file mode 100644 index 00000000..632391ca Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0060_poliwag/poliwag_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0061_poliwhirl/poliwhirl.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0061_poliwhirl/poliwhirl.png new file mode 100644 index 00000000..d3348347 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0061_poliwhirl/poliwhirl.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0061_poliwhirl/poliwhirl_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0061_poliwhirl/poliwhirl_shiny.png new file mode 100644 index 00000000..bc015fc5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0061_poliwhirl/poliwhirl_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0062_poliwrath/poliwrath.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0062_poliwrath/poliwrath.png new file mode 100644 index 00000000..87922278 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0062_poliwrath/poliwrath.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0062_poliwrath/poliwrath_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0062_poliwrath/poliwrath_shiny.png new file mode 100644 index 00000000..706f66e1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0062_poliwrath/poliwrath_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0063_abra/abra.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0063_abra/abra.png new file mode 100644 index 00000000..d727046c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0063_abra/abra.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0063_abra/abra_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0063_abra/abra_shiny.png new file mode 100644 index 00000000..c8dbc6a6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0063_abra/abra_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0064_kadabra/kadabra.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0064_kadabra/kadabra.png new file mode 100644 index 00000000..e3dfada8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0064_kadabra/kadabra.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0064_kadabra/kadabra_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0064_kadabra/kadabra_female.png new file mode 100644 index 00000000..f8746255 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0064_kadabra/kadabra_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0064_kadabra/kadabra_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0064_kadabra/kadabra_female_shiny.png new file mode 100644 index 00000000..130021c1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0064_kadabra/kadabra_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0064_kadabra/kadabra_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0064_kadabra/kadabra_shiny.png new file mode 100644 index 00000000..b7f9a31f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0064_kadabra/kadabra_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0065_alakazam/alakazam.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0065_alakazam/alakazam.png new file mode 100644 index 00000000..d8532dc3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0065_alakazam/alakazam.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0065_alakazam/alakazam_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0065_alakazam/alakazam_female.png new file mode 100644 index 00000000..a3cc5218 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0065_alakazam/alakazam_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0065_alakazam/alakazam_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0065_alakazam/alakazam_female_shiny.png new file mode 100644 index 00000000..e18b5937 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0065_alakazam/alakazam_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0065_alakazam/alakazam_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0065_alakazam/alakazam_shiny.png new file mode 100644 index 00000000..17c8a66c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0065_alakazam/alakazam_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0066_machop/machop.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0066_machop/machop.png new file mode 100644 index 00000000..dc6b1ac4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0066_machop/machop.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0066_machop/machop_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0066_machop/machop_shiny.png new file mode 100644 index 00000000..5b486ad1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0066_machop/machop_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0067_machoke/machoke.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0067_machoke/machoke.png new file mode 100644 index 00000000..1b1e9c2d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0067_machoke/machoke.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0067_machoke/machoke_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0067_machoke/machoke_shiny.png new file mode 100644 index 00000000..5f54d980 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0067_machoke/machoke_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0068_machamp/machamp.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0068_machamp/machamp.png new file mode 100644 index 00000000..eb999550 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0068_machamp/machamp.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0068_machamp/machamp_gmax.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0068_machamp/machamp_gmax.png new file mode 100644 index 00000000..0ce1a690 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0068_machamp/machamp_gmax.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0068_machamp/machamp_gmax_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0068_machamp/machamp_gmax_shiny.png new file mode 100644 index 00000000..03a76e4e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0068_machamp/machamp_gmax_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0068_machamp/machamp_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0068_machamp/machamp_shiny.png new file mode 100644 index 00000000..c05cc45c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0068_machamp/machamp_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0069_bellsprout/bellsprout.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0069_bellsprout/bellsprout.png new file mode 100644 index 00000000..aef652b1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0069_bellsprout/bellsprout.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0069_bellsprout/bellsprout_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0069_bellsprout/bellsprout_shiny.png new file mode 100644 index 00000000..8579e7c4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0069_bellsprout/bellsprout_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0070_weepinbell/weepinbell.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0070_weepinbell/weepinbell.png new file mode 100644 index 00000000..b32d77ed Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0070_weepinbell/weepinbell.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0070_weepinbell/weepinbell_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0070_weepinbell/weepinbell_shiny.png new file mode 100644 index 00000000..bf2a7e78 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0070_weepinbell/weepinbell_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0071_victreebel/victreebel.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0071_victreebel/victreebel.png new file mode 100644 index 00000000..b67e4dc1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0071_victreebel/victreebel.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0071_victreebel/victreebel_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0071_victreebel/victreebel_shiny.png new file mode 100644 index 00000000..2870e5a1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0071_victreebel/victreebel_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0072_tentacool/tentacool.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0072_tentacool/tentacool.png new file mode 100644 index 00000000..d9948db3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0072_tentacool/tentacool.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0072_tentacool/tentacool_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0072_tentacool/tentacool_shiny.png new file mode 100644 index 00000000..e0731d40 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0072_tentacool/tentacool_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0073_tentacruel/tentacruel.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0073_tentacruel/tentacruel.png new file mode 100644 index 00000000..0441ac52 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0073_tentacruel/tentacruel.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0073_tentacruel/tentacruel_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0073_tentacruel/tentacruel_shiny.png new file mode 100644 index 00000000..6a93f9ea Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0073_tentacruel/tentacruel_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0074_geodude/geodude.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0074_geodude/geodude.png new file mode 100644 index 00000000..a08845ef Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0074_geodude/geodude.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0074_geodude/geodude_alolan.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0074_geodude/geodude_alolan.png new file mode 100644 index 00000000..e273e66f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0074_geodude/geodude_alolan.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0074_geodude/geodude_alolan_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0074_geodude/geodude_alolan_shiny.png new file mode 100644 index 00000000..56a290f9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0074_geodude/geodude_alolan_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0074_geodude/geodude_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0074_geodude/geodude_shiny.png new file mode 100644 index 00000000..60c73080 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0074_geodude/geodude_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0075_graveler/graveler.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0075_graveler/graveler.png new file mode 100644 index 00000000..2a854a5b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0075_graveler/graveler.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0075_graveler/graveler_alolan.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0075_graveler/graveler_alolan.png new file mode 100644 index 00000000..41874e89 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0075_graveler/graveler_alolan.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0075_graveler/graveler_alolan_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0075_graveler/graveler_alolan_shiny.png new file mode 100644 index 00000000..05441474 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0075_graveler/graveler_alolan_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0075_graveler/graveler_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0075_graveler/graveler_shiny.png new file mode 100644 index 00000000..213bfada Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0075_graveler/graveler_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0076_golem/golem.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0076_golem/golem.png new file mode 100644 index 00000000..50d47961 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0076_golem/golem.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0076_golem/golem_alolan.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0076_golem/golem_alolan.png new file mode 100644 index 00000000..c27afa44 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0076_golem/golem_alolan.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0076_golem/golem_alolan_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0076_golem/golem_alolan_shiny.png new file mode 100644 index 00000000..b84179fe Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0076_golem/golem_alolan_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0076_golem/golem_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0076_golem/golem_shiny.png new file mode 100644 index 00000000..c32b7603 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0076_golem/golem_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0077_ponyta/ponyta.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0077_ponyta/ponyta.png new file mode 100644 index 00000000..b107356c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0077_ponyta/ponyta.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0077_ponyta/ponyta_galar.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0077_ponyta/ponyta_galar.png new file mode 100644 index 00000000..784181b4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0077_ponyta/ponyta_galar.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0077_ponyta/ponyta_galar_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0077_ponyta/ponyta_galar_shiny.png new file mode 100644 index 00000000..54e75e8e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0077_ponyta/ponyta_galar_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0077_ponyta/ponyta_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0077_ponyta/ponyta_shiny.png new file mode 100644 index 00000000..a9d3a2e8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0077_ponyta/ponyta_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0078_rapidash/rapidash.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0078_rapidash/rapidash.png new file mode 100644 index 00000000..ae1b2777 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0078_rapidash/rapidash.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0078_rapidash/rapidash_galarian.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0078_rapidash/rapidash_galarian.png new file mode 100644 index 00000000..27bc0731 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0078_rapidash/rapidash_galarian.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0078_rapidash/rapidash_galarian_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0078_rapidash/rapidash_galarian_shiny.png new file mode 100644 index 00000000..7bb2f87c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0078_rapidash/rapidash_galarian_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0078_rapidash/rapidash_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0078_rapidash/rapidash_shiny.png new file mode 100644 index 00000000..f40f57c3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0078_rapidash/rapidash_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0079_slowpoke/slowpoke.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0079_slowpoke/slowpoke.png new file mode 100644 index 00000000..d1fa2cfd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0079_slowpoke/slowpoke.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0079_slowpoke/slowpoke_galarian.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0079_slowpoke/slowpoke_galarian.png new file mode 100644 index 00000000..1677aa3f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0079_slowpoke/slowpoke_galarian.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0079_slowpoke/slowpoke_galarian_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0079_slowpoke/slowpoke_galarian_shiny.png new file mode 100644 index 00000000..8078217e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0079_slowpoke/slowpoke_galarian_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0079_slowpoke/slowpoke_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0079_slowpoke/slowpoke_shiny.png new file mode 100644 index 00000000..4b9b9d2e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0079_slowpoke/slowpoke_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0080_slowbro/slowbro.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0080_slowbro/slowbro.png new file mode 100644 index 00000000..07a6a48f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0080_slowbro/slowbro.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0080_slowbro/slowbro_galarian.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0080_slowbro/slowbro_galarian.png new file mode 100644 index 00000000..0f6cb0be Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0080_slowbro/slowbro_galarian.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0080_slowbro/slowbro_galarian_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0080_slowbro/slowbro_galarian_shiny.png new file mode 100644 index 00000000..2c1a1530 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0080_slowbro/slowbro_galarian_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0080_slowbro/slowbro_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0080_slowbro/slowbro_shiny.png new file mode 100644 index 00000000..9485d411 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0080_slowbro/slowbro_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0081_magnemite/magnemite.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0081_magnemite/magnemite.png new file mode 100644 index 00000000..2b180edf Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0081_magnemite/magnemite.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0081_magnemite/magnemite_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0081_magnemite/magnemite_shiny.png new file mode 100644 index 00000000..857c507c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0081_magnemite/magnemite_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0082_magneton/magneton.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0082_magneton/magneton.png new file mode 100644 index 00000000..ea16d937 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0082_magneton/magneton.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0082_magneton/magneton_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0082_magneton/magneton_shiny.png new file mode 100644 index 00000000..5fb512bc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0082_magneton/magneton_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0083_farfetchd/farfetchd.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0083_farfetchd/farfetchd.png new file mode 100644 index 00000000..602c204c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0083_farfetchd/farfetchd.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0083_farfetchd/farfetchd_galarian.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0083_farfetchd/farfetchd_galarian.png new file mode 100644 index 00000000..159c88af Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0083_farfetchd/farfetchd_galarian.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0083_farfetchd/farfetchd_galarian_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0083_farfetchd/farfetchd_galarian_shiny.png new file mode 100644 index 00000000..630a3eb4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0083_farfetchd/farfetchd_galarian_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0083_farfetchd/farfetchd_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0083_farfetchd/farfetchd_shiny.png new file mode 100644 index 00000000..d4ca3536 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0083_farfetchd/farfetchd_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0084_doduo/doduo.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0084_doduo/doduo.png new file mode 100644 index 00000000..75ef1608 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0084_doduo/doduo.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0084_doduo/doduo_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0084_doduo/doduo_female.png new file mode 100644 index 00000000..d2b57ced Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0084_doduo/doduo_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0084_doduo/doduo_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0084_doduo/doduo_female_shiny.png new file mode 100644 index 00000000..7ebe25a5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0084_doduo/doduo_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0084_doduo/doduo_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0084_doduo/doduo_shiny.png new file mode 100644 index 00000000..f3ee9f0b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0084_doduo/doduo_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0085_dodrio/dodrio.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0085_dodrio/dodrio.png new file mode 100644 index 00000000..ab1101a4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0085_dodrio/dodrio.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0085_dodrio/dodrio_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0085_dodrio/dodrio_female.png new file mode 100644 index 00000000..d52046c4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0085_dodrio/dodrio_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0085_dodrio/dodrio_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0085_dodrio/dodrio_female_shiny.png new file mode 100644 index 00000000..46d273be Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0085_dodrio/dodrio_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0085_dodrio/dodrio_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0085_dodrio/dodrio_shiny.png new file mode 100644 index 00000000..55385a74 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0085_dodrio/dodrio_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0086_seel/seel.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0086_seel/seel.png new file mode 100644 index 00000000..8a6da43a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0086_seel/seel.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0086_seel/seel_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0086_seel/seel_shiny.png new file mode 100644 index 00000000..389f9a2a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0086_seel/seel_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0087_dewgong/dewgong.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0087_dewgong/dewgong.png new file mode 100644 index 00000000..569d628c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0087_dewgong/dewgong.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0087_dewgong/dewgong_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0087_dewgong/dewgong_shiny.png new file mode 100644 index 00000000..dd9d96ce Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0087_dewgong/dewgong_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0088_grimer/grimer.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0088_grimer/grimer.png new file mode 100644 index 00000000..e0a0ba38 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0088_grimer/grimer.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0088_grimer/grimer_alolan.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0088_grimer/grimer_alolan.png new file mode 100644 index 00000000..24f32a1d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0088_grimer/grimer_alolan.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0088_grimer/grimer_alolan_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0088_grimer/grimer_alolan_shiny.png new file mode 100644 index 00000000..af569f0d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0088_grimer/grimer_alolan_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0088_grimer/grimer_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0088_grimer/grimer_shiny.png new file mode 100644 index 00000000..7e0c3cfc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0088_grimer/grimer_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0089_muk/muk.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0089_muk/muk.png new file mode 100644 index 00000000..ec9e48d0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0089_muk/muk.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0089_muk/muk_alolan.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0089_muk/muk_alolan.png new file mode 100644 index 00000000..96c0bb7d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0089_muk/muk_alolan.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0089_muk/muk_alolan_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0089_muk/muk_alolan_shiny.png new file mode 100644 index 00000000..e07c4237 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0089_muk/muk_alolan_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0089_muk/muk_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0089_muk/muk_shiny.png new file mode 100644 index 00000000..b6c831d5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0089_muk/muk_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0090_shellder/shellder.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0090_shellder/shellder.png new file mode 100644 index 00000000..6fb6c547 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0090_shellder/shellder.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0090_shellder/shellder_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0090_shellder/shellder_shiny.png new file mode 100644 index 00000000..8189db44 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0090_shellder/shellder_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0091_cloyster/cloyster.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0091_cloyster/cloyster.png new file mode 100644 index 00000000..6ab48abe Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0091_cloyster/cloyster.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0091_cloyster/cloyster_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0091_cloyster/cloyster_shiny.png new file mode 100644 index 00000000..b89c6331 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0091_cloyster/cloyster_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0092_gastly/gastly.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0092_gastly/gastly.png new file mode 100644 index 00000000..d0bdce01 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0092_gastly/gastly.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0092_gastly/gastly_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0092_gastly/gastly_shiny.png new file mode 100644 index 00000000..a4904aee Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0092_gastly/gastly_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0093_haunter/haunter.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0093_haunter/haunter.png new file mode 100644 index 00000000..f9647393 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0093_haunter/haunter.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0093_haunter/haunter_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0093_haunter/haunter_shiny.png new file mode 100644 index 00000000..0ff5770d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0093_haunter/haunter_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0094_gengar/gengar.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0094_gengar/gengar.png new file mode 100644 index 00000000..ff9ecb89 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0094_gengar/gengar.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0094_gengar/gengar_gmax.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0094_gengar/gengar_gmax.png new file mode 100644 index 00000000..4234a883 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0094_gengar/gengar_gmax.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0094_gengar/gengar_gmax_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0094_gengar/gengar_gmax_shiny.png new file mode 100644 index 00000000..d027c83c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0094_gengar/gengar_gmax_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0094_gengar/gengar_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0094_gengar/gengar_shiny.png new file mode 100644 index 00000000..1cbc8377 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0094_gengar/gengar_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0095_onix/onix.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0095_onix/onix.png new file mode 100644 index 00000000..84d9329f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0095_onix/onix.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0095_onix/onix_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0095_onix/onix_shiny.png new file mode 100644 index 00000000..b26532c9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0095_onix/onix_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0096_drowzee/drowzee.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0096_drowzee/drowzee.png new file mode 100644 index 00000000..49fa9d61 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0096_drowzee/drowzee.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0096_drowzee/drowzee_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0096_drowzee/drowzee_shiny.png new file mode 100644 index 00000000..d5e674fd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0096_drowzee/drowzee_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0097_hypno/hypno.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0097_hypno/hypno.png new file mode 100644 index 00000000..71fb694c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0097_hypno/hypno.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0097_hypno/hypno_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0097_hypno/hypno_female.png new file mode 100644 index 00000000..07f416ee Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0097_hypno/hypno_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0097_hypno/hypno_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0097_hypno/hypno_female_shiny.png new file mode 100644 index 00000000..be0fb0c5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0097_hypno/hypno_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0097_hypno/hypno_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0097_hypno/hypno_shiny.png new file mode 100644 index 00000000..782a423f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0097_hypno/hypno_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0098_krabby/krabby.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0098_krabby/krabby.png new file mode 100644 index 00000000..322cebd7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0098_krabby/krabby.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0098_krabby/krabby_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0098_krabby/krabby_shiny.png new file mode 100644 index 00000000..03e41f17 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0098_krabby/krabby_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0099_kingler/kingler.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0099_kingler/kingler.png new file mode 100644 index 00000000..88d6ed2d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0099_kingler/kingler.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0099_kingler/kingler_gmax.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0099_kingler/kingler_gmax.png new file mode 100644 index 00000000..1e5bf9f7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0099_kingler/kingler_gmax.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0099_kingler/kingler_gmax_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0099_kingler/kingler_gmax_shiny.png new file mode 100644 index 00000000..7292549f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0099_kingler/kingler_gmax_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0099_kingler/kingler_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0099_kingler/kingler_shiny.png new file mode 100644 index 00000000..adf92c57 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0099_kingler/kingler_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0100_voltorb/voltorb.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0100_voltorb/voltorb.png new file mode 100644 index 00000000..192d83c3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0100_voltorb/voltorb.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0100_voltorb/voltorb_hisuian.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0100_voltorb/voltorb_hisuian.png new file mode 100644 index 00000000..fb134b4b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0100_voltorb/voltorb_hisuian.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0100_voltorb/voltorb_hisuian_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0100_voltorb/voltorb_hisuian_shiny.png new file mode 100644 index 00000000..4b233980 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0100_voltorb/voltorb_hisuian_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0100_voltorb/voltorb_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0100_voltorb/voltorb_shiny.png new file mode 100644 index 00000000..e344f6c6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0100_voltorb/voltorb_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0101_electrode/electrode.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0101_electrode/electrode.png new file mode 100644 index 00000000..7d7e9de7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0101_electrode/electrode.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0101_electrode/electrode_hisuian.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0101_electrode/electrode_hisuian.png new file mode 100644 index 00000000..0402eba8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0101_electrode/electrode_hisuian.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0101_electrode/electrode_hisuian_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0101_electrode/electrode_hisuian_shiny.png new file mode 100644 index 00000000..3368aec8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0101_electrode/electrode_hisuian_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0101_electrode/electrode_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0101_electrode/electrode_shiny.png new file mode 100644 index 00000000..23384b87 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0101_electrode/electrode_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0102_exeggcute/exeggcute.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0102_exeggcute/exeggcute.png new file mode 100644 index 00000000..3e43dba5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0102_exeggcute/exeggcute.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0102_exeggcute/exeggcute_alola_bias.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0102_exeggcute/exeggcute_alola_bias.png new file mode 100644 index 00000000..3e43dba5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0102_exeggcute/exeggcute_alola_bias.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0102_exeggcute/exeggcute_alola_bias_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0102_exeggcute/exeggcute_alola_bias_shiny.png new file mode 100644 index 00000000..367931bd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0102_exeggcute/exeggcute_alola_bias_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0102_exeggcute/exeggcute_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0102_exeggcute/exeggcute_shiny.png new file mode 100644 index 00000000..367931bd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0102_exeggcute/exeggcute_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0103_exeggutor/exeggutor.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0103_exeggutor/exeggutor.png new file mode 100644 index 00000000..1c69ea6b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0103_exeggutor/exeggutor.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0103_exeggutor/exeggutor_alolan.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0103_exeggutor/exeggutor_alolan.png new file mode 100644 index 00000000..1e3551d4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0103_exeggutor/exeggutor_alolan.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0103_exeggutor/exeggutor_alolan_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0103_exeggutor/exeggutor_alolan_shiny.png new file mode 100644 index 00000000..0ddb60ff Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0103_exeggutor/exeggutor_alolan_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0103_exeggutor/exeggutor_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0103_exeggutor/exeggutor_shiny.png new file mode 100644 index 00000000..5ba796cb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0103_exeggutor/exeggutor_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0104_cubone/cubone.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0104_cubone/cubone.png new file mode 100644 index 00000000..9ed9e60c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0104_cubone/cubone.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0104_cubone/cubone_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0104_cubone/cubone_shiny.png new file mode 100644 index 00000000..a05c1390 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0104_cubone/cubone_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0105_marowak/marowak.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0105_marowak/marowak.png new file mode 100644 index 00000000..a4144f01 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0105_marowak/marowak.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0105_marowak/marowak_alolan.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0105_marowak/marowak_alolan.png new file mode 100644 index 00000000..453802eb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0105_marowak/marowak_alolan.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0105_marowak/marowak_alolan_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0105_marowak/marowak_alolan_shiny.png new file mode 100644 index 00000000..b60267de Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0105_marowak/marowak_alolan_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0105_marowak/marowak_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0105_marowak/marowak_shiny.png new file mode 100644 index 00000000..5baa02de Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0105_marowak/marowak_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0106_hitmonlee/hitmonlee.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0106_hitmonlee/hitmonlee.png new file mode 100644 index 00000000..da919363 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0106_hitmonlee/hitmonlee.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0106_hitmonlee/hitmonlee_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0106_hitmonlee/hitmonlee_shiny.png new file mode 100644 index 00000000..d76fcde1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0106_hitmonlee/hitmonlee_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0107_hitmonchan/hitmonchan.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0107_hitmonchan/hitmonchan.png new file mode 100644 index 00000000..77f5ed67 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0107_hitmonchan/hitmonchan.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0107_hitmonchan/hitmonchan_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0107_hitmonchan/hitmonchan_shiny.png new file mode 100644 index 00000000..0d6ce13b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0107_hitmonchan/hitmonchan_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0108_lickitung/lickitung.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0108_lickitung/lickitung.png new file mode 100644 index 00000000..6e3cef74 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0108_lickitung/lickitung.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0108_lickitung/lickitung_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0108_lickitung/lickitung_shiny.png new file mode 100644 index 00000000..b2f6fa26 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0108_lickitung/lickitung_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0109_koffing/koffing.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0109_koffing/koffing.png new file mode 100644 index 00000000..33de9bb5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0109_koffing/koffing.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0109_koffing/koffing_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0109_koffing/koffing_shiny.png new file mode 100644 index 00000000..b2ceba5b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0109_koffing/koffing_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0110_weezing/weezing.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0110_weezing/weezing.png new file mode 100644 index 00000000..7385cba4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0110_weezing/weezing.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0110_weezing/weezing_galarian.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0110_weezing/weezing_galarian.png new file mode 100644 index 00000000..7405d294 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0110_weezing/weezing_galarian.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0110_weezing/weezing_galarian_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0110_weezing/weezing_galarian_shiny.png new file mode 100644 index 00000000..d2c1cf34 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0110_weezing/weezing_galarian_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0110_weezing/weezing_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0110_weezing/weezing_shiny.png new file mode 100644 index 00000000..0d287573 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0110_weezing/weezing_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0111_rhyhorn/rhyhorn.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0111_rhyhorn/rhyhorn.png new file mode 100644 index 00000000..22d03732 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0111_rhyhorn/rhyhorn.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0111_rhyhorn/rhyhorn_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0111_rhyhorn/rhyhorn_female.png new file mode 100644 index 00000000..2e083c7d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0111_rhyhorn/rhyhorn_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0111_rhyhorn/rhyhorn_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0111_rhyhorn/rhyhorn_female_shiny.png new file mode 100644 index 00000000..4fd10ccc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0111_rhyhorn/rhyhorn_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0111_rhyhorn/rhyhorn_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0111_rhyhorn/rhyhorn_shiny.png new file mode 100644 index 00000000..4efa767b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0111_rhyhorn/rhyhorn_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0112_rhydon/rhydon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0112_rhydon/rhydon.png new file mode 100644 index 00000000..a8561fa4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0112_rhydon/rhydon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0112_rhydon/rhydon_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0112_rhydon/rhydon_female.png new file mode 100644 index 00000000..d928209a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0112_rhydon/rhydon_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0112_rhydon/rhydon_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0112_rhydon/rhydon_female_shiny.png new file mode 100644 index 00000000..8298d785 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0112_rhydon/rhydon_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0112_rhydon/rhydon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0112_rhydon/rhydon_shiny.png new file mode 100644 index 00000000..11c18c9b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0112_rhydon/rhydon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0113_chansey/chansey.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0113_chansey/chansey.png new file mode 100644 index 00000000..52d31f74 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0113_chansey/chansey.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0113_chansey/chansey_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0113_chansey/chansey_shiny.png new file mode 100644 index 00000000..22e6c8c1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0113_chansey/chansey_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0114_tangela/tangela.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0114_tangela/tangela.png new file mode 100644 index 00000000..1db03260 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0114_tangela/tangela.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0114_tangela/tangela_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0114_tangela/tangela_shiny.png new file mode 100644 index 00000000..76aa6452 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0114_tangela/tangela_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0115_kangaskhan/kangaskhan.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0115_kangaskhan/kangaskhan.png new file mode 100644 index 00000000..b962c1ca Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0115_kangaskhan/kangaskhan.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0115_kangaskhan/kangaskhan_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0115_kangaskhan/kangaskhan_shiny.png new file mode 100644 index 00000000..a4ea69c7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0115_kangaskhan/kangaskhan_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0116_horsea/horsea.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0116_horsea/horsea.png new file mode 100644 index 00000000..03a67a21 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0116_horsea/horsea.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0116_horsea/horsea_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0116_horsea/horsea_shiny.png new file mode 100644 index 00000000..2f4a6ba7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0116_horsea/horsea_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0117_seadra/seadra.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0117_seadra/seadra.png new file mode 100644 index 00000000..23b0dec8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0117_seadra/seadra.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0117_seadra/seadra_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0117_seadra/seadra_shiny.png new file mode 100644 index 00000000..5e32c621 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0117_seadra/seadra_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0118_goldeen/goldeen.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0118_goldeen/goldeen.png new file mode 100644 index 00000000..0bdc37b3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0118_goldeen/goldeen.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0118_goldeen/goldeen_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0118_goldeen/goldeen_female.png new file mode 100644 index 00000000..f6ba1b75 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0118_goldeen/goldeen_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0118_goldeen/goldeen_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0118_goldeen/goldeen_female_shiny.png new file mode 100644 index 00000000..11dbb29d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0118_goldeen/goldeen_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0118_goldeen/goldeen_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0118_goldeen/goldeen_shiny.png new file mode 100644 index 00000000..aab60d92 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0118_goldeen/goldeen_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0119_seaking/seaking.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0119_seaking/seaking.png new file mode 100644 index 00000000..4214040e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0119_seaking/seaking.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0119_seaking/seaking_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0119_seaking/seaking_female.png new file mode 100644 index 00000000..33fdbb0a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0119_seaking/seaking_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0119_seaking/seaking_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0119_seaking/seaking_female_shiny.png new file mode 100644 index 00000000..0ae73349 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0119_seaking/seaking_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0119_seaking/seaking_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0119_seaking/seaking_shiny.png new file mode 100644 index 00000000..dd3210cd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0119_seaking/seaking_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0120_staryu/staryu.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0120_staryu/staryu.png new file mode 100644 index 00000000..9848561b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0120_staryu/staryu.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0120_staryu/staryu_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0120_staryu/staryu_shiny.png new file mode 100644 index 00000000..e0985129 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0120_staryu/staryu_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0121_starmie/starmie.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0121_starmie/starmie.png new file mode 100644 index 00000000..71cbdc64 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0121_starmie/starmie.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0121_starmie/starmie_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0121_starmie/starmie_shiny.png new file mode 100644 index 00000000..b9d0cfbb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0121_starmie/starmie_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0122_mrmime/mr_mime.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0122_mrmime/mr_mime.png new file mode 100644 index 00000000..61018fb2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0122_mrmime/mr_mime.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0122_mrmime/mr_mime_galarian.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0122_mrmime/mr_mime_galarian.png new file mode 100644 index 00000000..efaa2d81 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0122_mrmime/mr_mime_galarian.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0122_mrmime/mr_mime_galarian_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0122_mrmime/mr_mime_galarian_shiny.png new file mode 100644 index 00000000..6f1033ff Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0122_mrmime/mr_mime_galarian_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0122_mrmime/mr_mime_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0122_mrmime/mr_mime_shiny.png new file mode 100644 index 00000000..9a570ec6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0122_mrmime/mr_mime_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0123_scyther/scyther.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0123_scyther/scyther.png new file mode 100644 index 00000000..da54ee37 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0123_scyther/scyther.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0123_scyther/scyther_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0123_scyther/scyther_female.png new file mode 100644 index 00000000..10dacafa Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0123_scyther/scyther_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0123_scyther/scyther_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0123_scyther/scyther_female_shiny.png new file mode 100644 index 00000000..c9332cbb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0123_scyther/scyther_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0123_scyther/scyther_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0123_scyther/scyther_shiny.png new file mode 100644 index 00000000..ce1a9ace Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0123_scyther/scyther_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0124_jynx/jynx.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0124_jynx/jynx.png new file mode 100644 index 00000000..54984a88 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0124_jynx/jynx.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0124_jynx/jynx_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0124_jynx/jynx_shiny.png new file mode 100644 index 00000000..30600b78 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0124_jynx/jynx_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0125_electabuzz/electabuzz.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0125_electabuzz/electabuzz.png new file mode 100644 index 00000000..751dce78 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0125_electabuzz/electabuzz.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0125_electabuzz/electabuzz_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0125_electabuzz/electabuzz_shiny.png new file mode 100644 index 00000000..7ed8ccb5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0125_electabuzz/electabuzz_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0126_magmar/magmar.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0126_magmar/magmar.png new file mode 100644 index 00000000..178df8f2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0126_magmar/magmar.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0126_magmar/magmar_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0126_magmar/magmar_shiny.png new file mode 100644 index 00000000..dc805a3c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0126_magmar/magmar_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0127_pinsir/pinsir.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0127_pinsir/pinsir.png new file mode 100644 index 00000000..50461821 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0127_pinsir/pinsir.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0127_pinsir/pinsir_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0127_pinsir/pinsir_shiny.png new file mode 100644 index 00000000..250bdaf1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0127_pinsir/pinsir_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0128_tauros/tauros.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0128_tauros/tauros.png new file mode 100644 index 00000000..4e2e6451 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0128_tauros/tauros.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0128_tauros/tauros_paldean_aqua.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0128_tauros/tauros_paldean_aqua.png new file mode 100644 index 00000000..01cefbc8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0128_tauros/tauros_paldean_aqua.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0128_tauros/tauros_paldean_aqua_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0128_tauros/tauros_paldean_aqua_shiny.png new file mode 100644 index 00000000..0f6ac01a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0128_tauros/tauros_paldean_aqua_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0128_tauros/tauros_paldean_blaze.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0128_tauros/tauros_paldean_blaze.png new file mode 100644 index 00000000..ad6addb6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0128_tauros/tauros_paldean_blaze.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0128_tauros/tauros_paldean_blaze_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0128_tauros/tauros_paldean_blaze_shiny.png new file mode 100644 index 00000000..8a9204ee Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0128_tauros/tauros_paldean_blaze_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0128_tauros/tauros_paldean_combat.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0128_tauros/tauros_paldean_combat.png new file mode 100644 index 00000000..d49b5136 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0128_tauros/tauros_paldean_combat.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0128_tauros/tauros_paldean_combat_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0128_tauros/tauros_paldean_combat_shiny.png new file mode 100644 index 00000000..f9a49456 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0128_tauros/tauros_paldean_combat_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0128_tauros/tauros_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0128_tauros/tauros_shiny.png new file mode 100644 index 00000000..f9e9bc5a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0128_tauros/tauros_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0129_magikarp/magikarp.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0129_magikarp/magikarp.png new file mode 100644 index 00000000..3da68309 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0129_magikarp/magikarp.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0129_magikarp/magikarp_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0129_magikarp/magikarp_female.png new file mode 100644 index 00000000..ae032bf6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0129_magikarp/magikarp_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0129_magikarp/magikarp_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0129_magikarp/magikarp_female_shiny.png new file mode 100644 index 00000000..c89dff9e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0129_magikarp/magikarp_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0129_magikarp/magikarp_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0129_magikarp/magikarp_shiny.png new file mode 100644 index 00000000..4726cdb3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0129_magikarp/magikarp_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0130_gyarados/gyarados.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0130_gyarados/gyarados.png new file mode 100644 index 00000000..c5726e53 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0130_gyarados/gyarados.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0130_gyarados/gyarados_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0130_gyarados/gyarados_female.png new file mode 100644 index 00000000..1025e344 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0130_gyarados/gyarados_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0130_gyarados/gyarados_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0130_gyarados/gyarados_female_shiny.png new file mode 100644 index 00000000..d4a4c4a0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0130_gyarados/gyarados_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0130_gyarados/gyarados_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0130_gyarados/gyarados_shiny.png new file mode 100644 index 00000000..2315b893 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0130_gyarados/gyarados_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0131_lapras/lapras.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0131_lapras/lapras.png new file mode 100644 index 00000000..41535ce5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0131_lapras/lapras.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0131_lapras/lapras_gmax.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0131_lapras/lapras_gmax.png new file mode 100644 index 00000000..fc962491 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0131_lapras/lapras_gmax.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0131_lapras/lapras_gmax_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0131_lapras/lapras_gmax_shiny.png new file mode 100644 index 00000000..0e812222 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0131_lapras/lapras_gmax_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0131_lapras/lapras_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0131_lapras/lapras_shiny.png new file mode 100644 index 00000000..b48077c8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0131_lapras/lapras_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0132_ditto/ditto.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0132_ditto/ditto.png new file mode 100644 index 00000000..753391ce Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0132_ditto/ditto.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_shiny.png new file mode 100644 index 00000000..aec1720c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0133_eevee/eevee.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0133_eevee/eevee.png new file mode 100644 index 00000000..f41c373e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0133_eevee/eevee.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0133_eevee/eevee_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0133_eevee/eevee_female.png new file mode 100644 index 00000000..0bb9f905 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0133_eevee/eevee_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0133_eevee/eevee_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0133_eevee/eevee_female_shiny.png new file mode 100644 index 00000000..0879a05b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0133_eevee/eevee_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0133_eevee/eevee_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0133_eevee/eevee_shiny.png new file mode 100644 index 00000000..19d80c50 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0133_eevee/eevee_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0134_vaporeon/vaporeon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0134_vaporeon/vaporeon.png new file mode 100644 index 00000000..43bec10e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0134_vaporeon/vaporeon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0134_vaporeon/vaporeon_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0134_vaporeon/vaporeon_female.png new file mode 100644 index 00000000..81fe21e7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0134_vaporeon/vaporeon_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0134_vaporeon/vaporeon_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0134_vaporeon/vaporeon_female_shiny.png new file mode 100644 index 00000000..97d7c91b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0134_vaporeon/vaporeon_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0134_vaporeon/vaporeon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0134_vaporeon/vaporeon_shiny.png new file mode 100644 index 00000000..5a0a9903 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0134_vaporeon/vaporeon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0135_jolteon/jolteon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0135_jolteon/jolteon.png new file mode 100644 index 00000000..6637b545 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0135_jolteon/jolteon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0135_jolteon/jolteon_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0135_jolteon/jolteon_female.png new file mode 100644 index 00000000..5202da47 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0135_jolteon/jolteon_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0135_jolteon/jolteon_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0135_jolteon/jolteon_female_shiny.png new file mode 100644 index 00000000..07028f31 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0135_jolteon/jolteon_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0135_jolteon/jolteon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0135_jolteon/jolteon_shiny.png new file mode 100644 index 00000000..76c767c8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0135_jolteon/jolteon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0136_flareon/flareon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0136_flareon/flareon.png new file mode 100644 index 00000000..23c2f7df Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0136_flareon/flareon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0136_flareon/flareon_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0136_flareon/flareon_female.png new file mode 100644 index 00000000..30aef414 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0136_flareon/flareon_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0136_flareon/flareon_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0136_flareon/flareon_female_shiny.png new file mode 100644 index 00000000..fbe94f86 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0136_flareon/flareon_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0136_flareon/flareon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0136_flareon/flareon_shiny.png new file mode 100644 index 00000000..ad07bf1d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0136_flareon/flareon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0137_porygon/porygon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0137_porygon/porygon.png new file mode 100644 index 00000000..3c23f405 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0137_porygon/porygon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0137_porygon/porygon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0137_porygon/porygon_shiny.png new file mode 100644 index 00000000..aeaa612f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0137_porygon/porygon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0138_omanyte/omanyte.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0138_omanyte/omanyte.png new file mode 100644 index 00000000..446cc256 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0138_omanyte/omanyte.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0138_omanyte/omanyte_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0138_omanyte/omanyte_female.png new file mode 100644 index 00000000..bd3f519b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0138_omanyte/omanyte_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0138_omanyte/omanyte_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0138_omanyte/omanyte_female_shiny.png new file mode 100644 index 00000000..5374133c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0138_omanyte/omanyte_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0138_omanyte/omanyte_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0138_omanyte/omanyte_shiny.png new file mode 100644 index 00000000..250c84ab Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0138_omanyte/omanyte_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0139_omastar/omastar.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0139_omastar/omastar.png new file mode 100644 index 00000000..a934f9da Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0139_omastar/omastar.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0139_omastar/omastar_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0139_omastar/omastar_female.png new file mode 100644 index 00000000..1fac7a34 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0139_omastar/omastar_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0139_omastar/omastar_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0139_omastar/omastar_female_shiny.png new file mode 100644 index 00000000..712b38ec Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0139_omastar/omastar_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0139_omastar/omastar_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0139_omastar/omastar_shiny.png new file mode 100644 index 00000000..654ad457 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0139_omastar/omastar_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0140_kabuto/kabuto.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0140_kabuto/kabuto.png new file mode 100644 index 00000000..f4117e32 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0140_kabuto/kabuto.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0140_kabuto/kabuto_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0140_kabuto/kabuto_female.png new file mode 100644 index 00000000..648968b7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0140_kabuto/kabuto_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0140_kabuto/kabuto_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0140_kabuto/kabuto_female_shiny.png new file mode 100644 index 00000000..7e1bd6b3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0140_kabuto/kabuto_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0140_kabuto/kabuto_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0140_kabuto/kabuto_shiny.png new file mode 100644 index 00000000..f4cd3372 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0140_kabuto/kabuto_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0141_kabutops/kabutops.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0141_kabutops/kabutops.png new file mode 100644 index 00000000..3ac5df1d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0141_kabutops/kabutops.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0141_kabutops/kabutops_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0141_kabutops/kabutops_female.png new file mode 100644 index 00000000..0959ac6b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0141_kabutops/kabutops_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0141_kabutops/kabutops_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0141_kabutops/kabutops_female_shiny.png new file mode 100644 index 00000000..daf9c212 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0141_kabutops/kabutops_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0141_kabutops/kabutops_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0141_kabutops/kabutops_shiny.png new file mode 100644 index 00000000..5148b83a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0141_kabutops/kabutops_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0142_aerodactyl/aerodactyl.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0142_aerodactyl/aerodactyl.png new file mode 100644 index 00000000..d30d0347 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0142_aerodactyl/aerodactyl.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0142_aerodactyl/aerodactyl_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0142_aerodactyl/aerodactyl_female.png new file mode 100644 index 00000000..acaf6c78 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0142_aerodactyl/aerodactyl_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0142_aerodactyl/aerodactyl_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0142_aerodactyl/aerodactyl_female_shiny.png new file mode 100644 index 00000000..df1afa6f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0142_aerodactyl/aerodactyl_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0142_aerodactyl/aerodactyl_mega.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0142_aerodactyl/aerodactyl_mega.png new file mode 100644 index 00000000..8709d798 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0142_aerodactyl/aerodactyl_mega.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0142_aerodactyl/aerodactyl_mega_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0142_aerodactyl/aerodactyl_mega_shiny.png new file mode 100644 index 00000000..ae444631 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0142_aerodactyl/aerodactyl_mega_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0142_aerodactyl/aerodactyl_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0142_aerodactyl/aerodactyl_shiny.png new file mode 100644 index 00000000..95e5b2a7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0142_aerodactyl/aerodactyl_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0143_snorlax/snorlax.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0143_snorlax/snorlax.png new file mode 100644 index 00000000..fdad5e6a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0143_snorlax/snorlax.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0143_snorlax/snorlax_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0143_snorlax/snorlax_female.png new file mode 100644 index 00000000..84b6570a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0143_snorlax/snorlax_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0143_snorlax/snorlax_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0143_snorlax/snorlax_female_shiny.png new file mode 100644 index 00000000..29959f29 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0143_snorlax/snorlax_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0143_snorlax/snorlax_gmax.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0143_snorlax/snorlax_gmax.png new file mode 100644 index 00000000..4f1d5582 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0143_snorlax/snorlax_gmax.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0143_snorlax/snorlax_gmax_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0143_snorlax/snorlax_gmax_shiny.png new file mode 100644 index 00000000..47a74cd5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0143_snorlax/snorlax_gmax_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0143_snorlax/snorlax_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0143_snorlax/snorlax_shiny.png new file mode 100644 index 00000000..1891f2a6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0143_snorlax/snorlax_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0147_dratini/dratini.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0147_dratini/dratini.png new file mode 100644 index 00000000..c1650507 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0147_dratini/dratini.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0147_dratini/dratini_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0147_dratini/dratini_shiny.png new file mode 100644 index 00000000..cc5932bd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0147_dratini/dratini_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0148_dragonair/dragonair.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0148_dragonair/dragonair.png new file mode 100644 index 00000000..a1d29bce Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0148_dragonair/dragonair.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0148_dragonair/dragonair_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0148_dragonair/dragonair_shiny.png new file mode 100644 index 00000000..7275e6a2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0148_dragonair/dragonair_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0149_dragonite/dragonite.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0149_dragonite/dragonite.png new file mode 100644 index 00000000..92600bc3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0149_dragonite/dragonite.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0149_dragonite/dragonite_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0149_dragonite/dragonite_shiny.png new file mode 100644 index 00000000..ef4b0bf1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0149_dragonite/dragonite_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0150_mewtwo2/mewtwo2.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0150_mewtwo2/mewtwo2.png new file mode 100644 index 00000000..b5085cbb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0150_mewtwo2/mewtwo2.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0150_mewtwo2/mewtwo2_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0150_mewtwo2/mewtwo2_shiny.png new file mode 100644 index 00000000..1d106f03 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0150_mewtwo2/mewtwo2_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0152_chikorita/chikorita.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0152_chikorita/chikorita.png new file mode 100644 index 00000000..8bdf36af Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0152_chikorita/chikorita.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0152_chikorita/chikorita_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0152_chikorita/chikorita_female.png new file mode 100644 index 00000000..37ac1d11 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0152_chikorita/chikorita_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0152_chikorita/chikorita_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0152_chikorita/chikorita_female_shiny.png new file mode 100644 index 00000000..db4d3049 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0152_chikorita/chikorita_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0152_chikorita/chikorita_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0152_chikorita/chikorita_shiny.png new file mode 100644 index 00000000..690ea81c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0152_chikorita/chikorita_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0153_bayleef/bayleef.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0153_bayleef/bayleef.png new file mode 100644 index 00000000..ead4d948 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0153_bayleef/bayleef.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0153_bayleef/bayleef_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0153_bayleef/bayleef_female.png new file mode 100644 index 00000000..42230aeb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0153_bayleef/bayleef_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0153_bayleef/bayleef_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0153_bayleef/bayleef_female_shiny.png new file mode 100644 index 00000000..f1ba774b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0153_bayleef/bayleef_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0153_bayleef/bayleef_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0153_bayleef/bayleef_shiny.png new file mode 100644 index 00000000..92499fc2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0153_bayleef/bayleef_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0154_meganium/meganium.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0154_meganium/meganium.png new file mode 100644 index 00000000..bbb69ad4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0154_meganium/meganium.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0154_meganium/meganium_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0154_meganium/meganium_female.png new file mode 100644 index 00000000..a36d1e2d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0154_meganium/meganium_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0154_meganium/meganium_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0154_meganium/meganium_female_shiny.png new file mode 100644 index 00000000..295f1c2b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0154_meganium/meganium_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0154_meganium/meganium_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0154_meganium/meganium_shiny.png new file mode 100644 index 00000000..5eeecb7e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0154_meganium/meganium_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0155_cyndaquil/cyndaquil.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0155_cyndaquil/cyndaquil.png new file mode 100644 index 00000000..4b332841 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0155_cyndaquil/cyndaquil.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0155_cyndaquil/cyndaquil_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0155_cyndaquil/cyndaquil_female.png new file mode 100644 index 00000000..9bd87290 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0155_cyndaquil/cyndaquil_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0155_cyndaquil/cyndaquil_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0155_cyndaquil/cyndaquil_female_shiny.png new file mode 100644 index 00000000..4816694a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0155_cyndaquil/cyndaquil_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0155_cyndaquil/cyndaquil_hisui_bias.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0155_cyndaquil/cyndaquil_hisui_bias.png new file mode 100644 index 00000000..4b332841 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0155_cyndaquil/cyndaquil_hisui_bias.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0155_cyndaquil/cyndaquil_hisui_bias_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0155_cyndaquil/cyndaquil_hisui_bias_female.png new file mode 100644 index 00000000..9bd87290 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0155_cyndaquil/cyndaquil_hisui_bias_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0155_cyndaquil/cyndaquil_hisui_bias_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0155_cyndaquil/cyndaquil_hisui_bias_female_shiny.png new file mode 100644 index 00000000..4816694a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0155_cyndaquil/cyndaquil_hisui_bias_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0155_cyndaquil/cyndaquil_hisui_bias_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0155_cyndaquil/cyndaquil_hisui_bias_shiny.png new file mode 100644 index 00000000..350c03b6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0155_cyndaquil/cyndaquil_hisui_bias_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0155_cyndaquil/cyndaquil_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0155_cyndaquil/cyndaquil_shiny.png new file mode 100644 index 00000000..350c03b6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0155_cyndaquil/cyndaquil_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0156_quilava/quilava.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0156_quilava/quilava.png new file mode 100644 index 00000000..fa42fcf1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0156_quilava/quilava.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0156_quilava/quilava_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0156_quilava/quilava_female.png new file mode 100644 index 00000000..c11f3f0e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0156_quilava/quilava_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0156_quilava/quilava_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0156_quilava/quilava_female_shiny.png new file mode 100644 index 00000000..bd66405c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0156_quilava/quilava_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0156_quilava/quilava_hisui_bias.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0156_quilava/quilava_hisui_bias.png new file mode 100644 index 00000000..fa42fcf1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0156_quilava/quilava_hisui_bias.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0156_quilava/quilava_hisui_bias_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0156_quilava/quilava_hisui_bias_female.png new file mode 100644 index 00000000..c11f3f0e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0156_quilava/quilava_hisui_bias_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0156_quilava/quilava_hisui_bias_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0156_quilava/quilava_hisui_bias_female_shiny.png new file mode 100644 index 00000000..bd66405c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0156_quilava/quilava_hisui_bias_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0156_quilava/quilava_hisui_bias_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0156_quilava/quilava_hisui_bias_shiny.png new file mode 100644 index 00000000..677e6dd8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0156_quilava/quilava_hisui_bias_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0156_quilava/quilava_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0156_quilava/quilava_shiny.png new file mode 100644 index 00000000..677e6dd8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0156_quilava/quilava_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0157_typhlosion/typhlosion.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0157_typhlosion/typhlosion.png new file mode 100644 index 00000000..a5d64fc9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0157_typhlosion/typhlosion.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0157_typhlosion/typhlosion_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0157_typhlosion/typhlosion_female.png new file mode 100644 index 00000000..3b2cb231 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0157_typhlosion/typhlosion_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0157_typhlosion/typhlosion_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0157_typhlosion/typhlosion_female_shiny.png new file mode 100644 index 00000000..209a260e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0157_typhlosion/typhlosion_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0157_typhlosion/typhlosion_hisuian.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0157_typhlosion/typhlosion_hisuian.png new file mode 100644 index 00000000..e412daf8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0157_typhlosion/typhlosion_hisuian.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0157_typhlosion/typhlosion_hisuian_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0157_typhlosion/typhlosion_hisuian_female.png new file mode 100644 index 00000000..f694a294 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0157_typhlosion/typhlosion_hisuian_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0157_typhlosion/typhlosion_hisuian_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0157_typhlosion/typhlosion_hisuian_female_shiny.png new file mode 100644 index 00000000..20dd0029 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0157_typhlosion/typhlosion_hisuian_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0157_typhlosion/typhlosion_hisuian_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0157_typhlosion/typhlosion_hisuian_shiny.png new file mode 100644 index 00000000..2e3662fa Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0157_typhlosion/typhlosion_hisuian_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0157_typhlosion/typhlosion_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0157_typhlosion/typhlosion_shiny.png new file mode 100644 index 00000000..a7a4b8c0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0157_typhlosion/typhlosion_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0158_totodile/totodile.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0158_totodile/totodile.png new file mode 100644 index 00000000..874b53f7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0158_totodile/totodile.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0158_totodile/totodile_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0158_totodile/totodile_female.png new file mode 100644 index 00000000..15ca36de Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0158_totodile/totodile_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0158_totodile/totodile_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0158_totodile/totodile_female_shiny.png new file mode 100644 index 00000000..36268ef3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0158_totodile/totodile_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0158_totodile/totodile_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0158_totodile/totodile_shiny.png new file mode 100644 index 00000000..c9847c8a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0158_totodile/totodile_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0159_croconaw/croconaw.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0159_croconaw/croconaw.png new file mode 100644 index 00000000..8c8d8c37 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0159_croconaw/croconaw.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0159_croconaw/croconaw_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0159_croconaw/croconaw_female.png new file mode 100644 index 00000000..d313d4a9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0159_croconaw/croconaw_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0159_croconaw/croconaw_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0159_croconaw/croconaw_female_shiny.png new file mode 100644 index 00000000..e4dd3ae4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0159_croconaw/croconaw_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0159_croconaw/croconaw_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0159_croconaw/croconaw_shiny.png new file mode 100644 index 00000000..028b76fd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0159_croconaw/croconaw_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0160_feraligatr/feraligatr.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0160_feraligatr/feraligatr.png new file mode 100644 index 00000000..b8143d8a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0160_feraligatr/feraligatr.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0160_feraligatr/feraligatr_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0160_feraligatr/feraligatr_female.png new file mode 100644 index 00000000..29b18109 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0160_feraligatr/feraligatr_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0160_feraligatr/feraligatr_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0160_feraligatr/feraligatr_female_shiny.png new file mode 100644 index 00000000..4990194f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0160_feraligatr/feraligatr_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0160_feraligatr/feraligatr_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0160_feraligatr/feraligatr_shiny.png new file mode 100644 index 00000000..42f061f7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0160_feraligatr/feraligatr_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0161_sentret/sentret.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0161_sentret/sentret.png new file mode 100644 index 00000000..0219fdc0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0161_sentret/sentret.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0161_sentret/sentret_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0161_sentret/sentret_shiny.png new file mode 100644 index 00000000..51336b44 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0161_sentret/sentret_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0162_furret/furret.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0162_furret/furret.png new file mode 100644 index 00000000..3050351c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0162_furret/furret.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0162_furret/furret_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0162_furret/furret_shiny.png new file mode 100644 index 00000000..2bc32719 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0162_furret/furret_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0163_hoothoot/hoothoot.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0163_hoothoot/hoothoot.png new file mode 100644 index 00000000..accf2761 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0163_hoothoot/hoothoot.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0163_hoothoot/hoothoot_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0163_hoothoot/hoothoot_shiny.png new file mode 100644 index 00000000..89f5975e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0163_hoothoot/hoothoot_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0164_noctowl/noctowl.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0164_noctowl/noctowl.png new file mode 100644 index 00000000..82851f3e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0164_noctowl/noctowl.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0164_noctowl/noctowl_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0164_noctowl/noctowl_shiny.png new file mode 100644 index 00000000..2ae145bf Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0164_noctowl/noctowl_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0167_spinarak/spinarak.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0167_spinarak/spinarak.png new file mode 100644 index 00000000..0d8e81a3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0167_spinarak/spinarak.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0167_spinarak/spinarak_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0167_spinarak/spinarak_shiny.png new file mode 100644 index 00000000..2f0394b7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0167_spinarak/spinarak_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0168_ariados/ariados.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0168_ariados/ariados.png new file mode 100644 index 00000000..24efa9b6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0168_ariados/ariados.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0168_ariados/ariados_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0168_ariados/ariados_shiny.png new file mode 100644 index 00000000..ed382bdc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0168_ariados/ariados_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0169_crobat/crobat.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0169_crobat/crobat.png new file mode 100644 index 00000000..83dada1c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0169_crobat/crobat.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0169_crobat/crobat_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0169_crobat/crobat_shiny.png new file mode 100644 index 00000000..23968c74 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0169_crobat/crobat_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0170_chinchou/chinchou.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0170_chinchou/chinchou.png new file mode 100644 index 00000000..f911ce52 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0170_chinchou/chinchou.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0170_chinchou/chinchou_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0170_chinchou/chinchou_shiny.png new file mode 100644 index 00000000..6fb2f365 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0170_chinchou/chinchou_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0171_lanturn/lanturn.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0171_lanturn/lanturn.png new file mode 100644 index 00000000..85427481 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0171_lanturn/lanturn.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0171_lanturn/lanturn_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0171_lanturn/lanturn_shiny.png new file mode 100644 index 00000000..35f2d90d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0171_lanturn/lanturn_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0172_pichu/pichu.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0172_pichu/pichu.png new file mode 100644 index 00000000..22fff4a1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0172_pichu/pichu.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0172_pichu/pichu_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0172_pichu/pichu_shiny.png new file mode 100644 index 00000000..2779b09c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0172_pichu/pichu_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0172_pichu/pichu_spikyeared.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0172_pichu/pichu_spikyeared.png new file mode 100644 index 00000000..e2b01521 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0172_pichu/pichu_spikyeared.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0173_cleffa/cleffa.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0173_cleffa/cleffa.png new file mode 100644 index 00000000..907542b0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0173_cleffa/cleffa.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0173_cleffa/cleffa_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0173_cleffa/cleffa_shiny.png new file mode 100644 index 00000000..ff9cfad5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0173_cleffa/cleffa_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0174_igglybuff/igglybuff.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0174_igglybuff/igglybuff.png new file mode 100644 index 00000000..ab47625c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0174_igglybuff/igglybuff.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0174_igglybuff/igglybuff_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0174_igglybuff/igglybuff_shiny.png new file mode 100644 index 00000000..db816e87 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0174_igglybuff/igglybuff_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0175_togepi/togepi.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0175_togepi/togepi.png new file mode 100644 index 00000000..e0695703 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0175_togepi/togepi.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0175_togepi/togepi_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0175_togepi/togepi_female.png new file mode 100644 index 00000000..b50c05b9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0175_togepi/togepi_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0175_togepi/togepi_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0175_togepi/togepi_female_shiny.png new file mode 100644 index 00000000..b3abf66c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0175_togepi/togepi_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0175_togepi/togepi_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0175_togepi/togepi_shiny.png new file mode 100644 index 00000000..578a5350 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0175_togepi/togepi_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0176_togetic/togetic.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0176_togetic/togetic.png new file mode 100644 index 00000000..36468883 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0176_togetic/togetic.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0176_togetic/togetic_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0176_togetic/togetic_female.png new file mode 100644 index 00000000..9ea5741b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0176_togetic/togetic_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0176_togetic/togetic_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0176_togetic/togetic_female_shiny.png new file mode 100644 index 00000000..7f49bdc0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0176_togetic/togetic_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0176_togetic/togetic_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0176_togetic/togetic_shiny.png new file mode 100644 index 00000000..a7529b07 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0176_togetic/togetic_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0177_natu/natu.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0177_natu/natu.png new file mode 100644 index 00000000..534da42c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0177_natu/natu.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0177_natu/natu_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0177_natu/natu_shiny.png new file mode 100644 index 00000000..40c511c4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0177_natu/natu_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0178_xatu/xatu.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0178_xatu/xatu.png new file mode 100644 index 00000000..744e9b8c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0178_xatu/xatu.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0178_xatu/xatu_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0178_xatu/xatu_female.png new file mode 100644 index 00000000..420b0d03 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0178_xatu/xatu_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0178_xatu/xatu_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0178_xatu/xatu_female_shiny.png new file mode 100644 index 00000000..3efef8bd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0178_xatu/xatu_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0178_xatu/xatu_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0178_xatu/xatu_shiny.png new file mode 100644 index 00000000..d3e0bc49 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0178_xatu/xatu_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0179_mareep/mareep.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0179_mareep/mareep.png new file mode 100644 index 00000000..bd226c25 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0179_mareep/mareep.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0179_mareep/mareep_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0179_mareep/mareep_shiny.png new file mode 100644 index 00000000..b955fc1f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0179_mareep/mareep_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0180_flaaffy/flaaffy.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0180_flaaffy/flaaffy.png new file mode 100644 index 00000000..9ca09ffa Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0180_flaaffy/flaaffy.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0180_flaaffy/flaaffy_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0180_flaaffy/flaaffy_shiny.png new file mode 100644 index 00000000..c9a78570 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0180_flaaffy/flaaffy_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0181_ampharos/ampharos.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0181_ampharos/ampharos.png new file mode 100644 index 00000000..194152b1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0181_ampharos/ampharos.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0181_ampharos/ampharos_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0181_ampharos/ampharos_shiny.png new file mode 100644 index 00000000..721cf2ef Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0181_ampharos/ampharos_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0182_bellossom/bellossom.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0182_bellossom/bellossom.png new file mode 100644 index 00000000..cce61441 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0182_bellossom/bellossom.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0182_bellossom/bellossom_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0182_bellossom/bellossom_shiny.png new file mode 100644 index 00000000..072890ab Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0182_bellossom/bellossom_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0182_bellossom/bellossom_valencian.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0182_bellossom/bellossom_valencian.png new file mode 100644 index 00000000..cce61441 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0182_bellossom/bellossom_valencian.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0182_bellossom/bellossom_valencian_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0182_bellossom/bellossom_valencian_shiny.png new file mode 100644 index 00000000..072890ab Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0182_bellossom/bellossom_valencian_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0185_sudowoodo/sudowoodo.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0185_sudowoodo/sudowoodo.png new file mode 100644 index 00000000..e2edb05c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0185_sudowoodo/sudowoodo.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0185_sudowoodo/sudowoodo_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0185_sudowoodo/sudowoodo_shiny.png new file mode 100644 index 00000000..eff04767 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0185_sudowoodo/sudowoodo_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0186_politoed/politoed.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0186_politoed/politoed.png new file mode 100644 index 00000000..287a211e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0186_politoed/politoed.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0186_politoed/politoed_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0186_politoed/politoed_female.png new file mode 100644 index 00000000..03581c75 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0186_politoed/politoed_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0186_politoed/politoed_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0186_politoed/politoed_female_shiny.png new file mode 100644 index 00000000..af3667d5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0186_politoed/politoed_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0186_politoed/politoed_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0186_politoed/politoed_shiny.png new file mode 100644 index 00000000..ddb9a8d1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0186_politoed/politoed_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0190_aipom/aipom.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0190_aipom/aipom.png new file mode 100644 index 00000000..1bf854f9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0190_aipom/aipom.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0190_aipom/aipom_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0190_aipom/aipom_shiny.png new file mode 100644 index 00000000..33c57479 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0190_aipom/aipom_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0191_sunkern/sunkern.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0191_sunkern/sunkern.png new file mode 100644 index 00000000..83a39a7e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0191_sunkern/sunkern.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0191_sunkern/sunkern_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0191_sunkern/sunkern_shiny.png new file mode 100644 index 00000000..05c5dc75 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0191_sunkern/sunkern_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0192_sunflora/sunflora.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0192_sunflora/sunflora.png new file mode 100644 index 00000000..b7801c8f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0192_sunflora/sunflora.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0192_sunflora/sunflora_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0192_sunflora/sunflora_shiny.png new file mode 100644 index 00000000..a750c6a6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0192_sunflora/sunflora_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0193_yanma/yanma.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0193_yanma/yanma.png new file mode 100644 index 00000000..6cb2c51d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0193_yanma/yanma.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0193_yanma/yanma_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0193_yanma/yanma_shiny.png new file mode 100644 index 00000000..6df706c9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0193_yanma/yanma_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0194_wooper/wooper.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0194_wooper/wooper.png new file mode 100644 index 00000000..e6d76ac1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0194_wooper/wooper.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0194_wooper/wooper_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0194_wooper/wooper_female.png new file mode 100644 index 00000000..4bc6f35c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0194_wooper/wooper_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0194_wooper/wooper_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0194_wooper/wooper_female_shiny.png new file mode 100644 index 00000000..8970edd8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0194_wooper/wooper_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0194_wooper/wooper_paldean.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0194_wooper/wooper_paldean.png new file mode 100644 index 00000000..36168ecd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0194_wooper/wooper_paldean.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0194_wooper/wooper_paldean_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0194_wooper/wooper_paldean_shiny.png new file mode 100644 index 00000000..bac80d9c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0194_wooper/wooper_paldean_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0194_wooper/wooper_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0194_wooper/wooper_shiny.png new file mode 100644 index 00000000..471bc958 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0194_wooper/wooper_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0195_quagsire/quagsire.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0195_quagsire/quagsire.png new file mode 100644 index 00000000..faffe5d7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0195_quagsire/quagsire.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0195_quagsire/quagsire_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0195_quagsire/quagsire_female.png new file mode 100644 index 00000000..ce3d3318 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0195_quagsire/quagsire_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0195_quagsire/quagsire_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0195_quagsire/quagsire_female_shiny.png new file mode 100644 index 00000000..cd12d4f4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0195_quagsire/quagsire_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0195_quagsire/quagsire_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0195_quagsire/quagsire_shiny.png new file mode 100644 index 00000000..59a0fee8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0195_quagsire/quagsire_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0196_espeon/espeon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0196_espeon/espeon.png new file mode 100644 index 00000000..ee248c21 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0196_espeon/espeon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0196_espeon/espeon_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0196_espeon/espeon_female.png new file mode 100644 index 00000000..fd538fa4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0196_espeon/espeon_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0196_espeon/espeon_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0196_espeon/espeon_female_shiny.png new file mode 100644 index 00000000..bef3bc9a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0196_espeon/espeon_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0196_espeon/espeon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0196_espeon/espeon_shiny.png new file mode 100644 index 00000000..6915b211 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0196_espeon/espeon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0197_umbreon/umbreon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0197_umbreon/umbreon.png new file mode 100644 index 00000000..f01ffd14 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0197_umbreon/umbreon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0197_umbreon/umbreon_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0197_umbreon/umbreon_female.png new file mode 100644 index 00000000..111c9c02 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0197_umbreon/umbreon_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0197_umbreon/umbreon_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0197_umbreon/umbreon_female_shiny.png new file mode 100644 index 00000000..5798a32a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0197_umbreon/umbreon_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0197_umbreon/umbreon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0197_umbreon/umbreon_shiny.png new file mode 100644 index 00000000..f5a7afe3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0197_umbreon/umbreon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0198_murkrow/murkrow.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0198_murkrow/murkrow.png new file mode 100644 index 00000000..8d4556d6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0198_murkrow/murkrow.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0198_murkrow/murkrow_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0198_murkrow/murkrow_female.png new file mode 100644 index 00000000..9b22848c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0198_murkrow/murkrow_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0198_murkrow/murkrow_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0198_murkrow/murkrow_female_shiny.png new file mode 100644 index 00000000..f52c63db Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0198_murkrow/murkrow_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0198_murkrow/murkrow_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0198_murkrow/murkrow_shiny.png new file mode 100644 index 00000000..20f2eede Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0198_murkrow/murkrow_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0199_slowking/slowking.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0199_slowking/slowking.png new file mode 100644 index 00000000..dbdcf37f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0199_slowking/slowking.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0199_slowking/slowking_galarian.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0199_slowking/slowking_galarian.png new file mode 100644 index 00000000..f438d798 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0199_slowking/slowking_galarian.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0199_slowking/slowking_galarian_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0199_slowking/slowking_galarian_shiny.png new file mode 100644 index 00000000..f4241718 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0199_slowking/slowking_galarian_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0199_slowking/slowking_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0199_slowking/slowking_shiny.png new file mode 100644 index 00000000..f24ad542 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0199_slowking/slowking_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0200_misdreavus/misdreavus.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0200_misdreavus/misdreavus.png new file mode 100644 index 00000000..ab30f259 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0200_misdreavus/misdreavus.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0200_misdreavus/misdreavus_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0200_misdreavus/misdreavus_shiny.png new file mode 100644 index 00000000..bf4d1134 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0200_misdreavus/misdreavus_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown.png new file mode 100644 index 00000000..5e5f5c71 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_a.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_a.png new file mode 100644 index 00000000..5e5f5c71 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_a.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_a_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_a_shiny.png new file mode 100644 index 00000000..5e842683 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_a_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_b.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_b.png new file mode 100644 index 00000000..19077ee2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_b.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_b_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_b_shiny.png new file mode 100644 index 00000000..ec4b3a4e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_b_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_c.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_c.png new file mode 100644 index 00000000..5fe1d64d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_c.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_c_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_c_shiny.png new file mode 100644 index 00000000..eda1bdce Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_c_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_d.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_d.png new file mode 100644 index 00000000..af95cadf Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_d.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_d_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_d_shiny.png new file mode 100644 index 00000000..594a186b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_d_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_e.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_e.png new file mode 100644 index 00000000..f07494ec Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_e.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_e_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_e_shiny.png new file mode 100644 index 00000000..1023ad0b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_e_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_exclamation.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_exclamation.png new file mode 100644 index 00000000..d0a4791b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_exclamation.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_exclamation_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_exclamation_shiny.png new file mode 100644 index 00000000..f2141778 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_exclamation_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_female.png new file mode 100644 index 00000000..a98555c5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_female_shiny.png new file mode 100644 index 00000000..b3eaddf1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_g.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_g.png new file mode 100644 index 00000000..77c0ba01 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_g.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_g_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_g_shiny.png new file mode 100644 index 00000000..36a86e7b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_g_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_h.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_h.png new file mode 100644 index 00000000..528ede61 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_h.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_h_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_h_shiny.png new file mode 100644 index 00000000..1aa3daab Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_h_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_i.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_i.png new file mode 100644 index 00000000..d7d4df28 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_i.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_i_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_i_shiny.png new file mode 100644 index 00000000..3d692dc0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_i_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_j.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_j.png new file mode 100644 index 00000000..0fcfb912 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_j.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_j_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_j_shiny.png new file mode 100644 index 00000000..e7374190 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_j_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_k.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_k.png new file mode 100644 index 00000000..36520cc5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_k.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_k_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_k_shiny.png new file mode 100644 index 00000000..4bd4dd9a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_k_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_l.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_l.png new file mode 100644 index 00000000..f7dedeb3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_l.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_l_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_l_shiny.png new file mode 100644 index 00000000..009e7bb0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_l_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_m.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_m.png new file mode 100644 index 00000000..fc5fc9bf Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_m.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_m_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_m_shiny.png new file mode 100644 index 00000000..616660af Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_m_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_male.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_male.png new file mode 100644 index 00000000..5e5f5c71 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_male.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_male_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_male_shiny.png new file mode 100644 index 00000000..efca82cb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_male_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_n.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_n.png new file mode 100644 index 00000000..efba2483 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_n.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_n_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_n_shiny.png new file mode 100644 index 00000000..b544b208 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_n_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_o.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_o.png new file mode 100644 index 00000000..84870411 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_o.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_o_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_o_shiny.png new file mode 100644 index 00000000..98c53203 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_o_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_p.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_p.png new file mode 100644 index 00000000..f68b9012 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_p.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_p_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_p_shiny.png new file mode 100644 index 00000000..c2ebea1d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_p_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_q.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_q.png new file mode 100644 index 00000000..89e54426 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_q.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_q_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_q_shiny.png new file mode 100644 index 00000000..c746e93b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_q_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_qm.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_qm.png new file mode 100644 index 00000000..fc428767 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_qm.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_question_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_question_shiny.png new file mode 100644 index 00000000..9b81ca81 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_question_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_r.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_r.png new file mode 100644 index 00000000..a7655f2f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_r.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_r_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_r_shiny.png new file mode 100644 index 00000000..0fcd650c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_r_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_s.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_s.png new file mode 100644 index 00000000..70ad1433 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_s.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_s_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_s_shiny.png new file mode 100644 index 00000000..e31f6267 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_s_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_shiny.png new file mode 100644 index 00000000..5e842683 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_t.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_t.png new file mode 100644 index 00000000..1d652eb3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_t.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_t_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_t_shiny.png new file mode 100644 index 00000000..39f64085 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_t_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_u.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_u.png new file mode 100644 index 00000000..fcc9490d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_u.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_u_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_u_shiny.png new file mode 100644 index 00000000..eadb3fbb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_u_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_v.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_v.png new file mode 100644 index 00000000..7ff9c8c3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_v.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_v_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_v_shiny.png new file mode 100644 index 00000000..4ea7121c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_v_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_w.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_w.png new file mode 100644 index 00000000..d8621f70 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_w.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_w_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_w_shiny.png new file mode 100644 index 00000000..012742ee Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_w_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_x.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_x.png new file mode 100644 index 00000000..254be734 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_x.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_x_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_x_shiny.png new file mode 100644 index 00000000..ae5ea18c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_x_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_y.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_y.png new file mode 100644 index 00000000..7d8bab59 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_y.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_y_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_y_shiny.png new file mode 100644 index 00000000..1b7e5813 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_y_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_z.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_z.png new file mode 100644 index 00000000..f785e9f0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_z.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_z_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_z_shiny.png new file mode 100644 index 00000000..09784652 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0201_unown/unown_z_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0202_wobbuffet/wobbuffet_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0202_wobbuffet/wobbuffet_female.png new file mode 100644 index 00000000..47114ee2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0202_wobbuffet/wobbuffet_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0202_wobbuffet/wobbuffet_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0202_wobbuffet/wobbuffet_female_shiny.png new file mode 100644 index 00000000..63199200 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0202_wobbuffet/wobbuffet_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0202_wobbuffet/wobbuffet_male.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0202_wobbuffet/wobbuffet_male.png new file mode 100644 index 00000000..48b8070d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0202_wobbuffet/wobbuffet_male.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0202_wobbuffet/wobbuffet_male_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0202_wobbuffet/wobbuffet_male_shiny.png new file mode 100644 index 00000000..c0e6d032 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0202_wobbuffet/wobbuffet_male_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0203_girafarig/girafarig_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0203_girafarig/girafarig_female.png new file mode 100644 index 00000000..cbb9f0dc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0203_girafarig/girafarig_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0203_girafarig/girafarig_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0203_girafarig/girafarig_female_shiny.png new file mode 100644 index 00000000..95915089 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0203_girafarig/girafarig_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0203_girafarig/girafarig_male.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0203_girafarig/girafarig_male.png new file mode 100644 index 00000000..10c82976 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0203_girafarig/girafarig_male.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0203_girafarig/girafarig_male_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0203_girafarig/girafarig_male_shiny.png new file mode 100644 index 00000000..63158112 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0203_girafarig/girafarig_male_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0204_pineco/pineco.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0204_pineco/pineco.png new file mode 100644 index 00000000..ae426ec6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0204_pineco/pineco.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0204_pineco/pineco_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0204_pineco/pineco_shiny.png new file mode 100644 index 00000000..6e2f2e37 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0204_pineco/pineco_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0205_forretress/forretress.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0205_forretress/forretress.png new file mode 100644 index 00000000..131cb646 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0205_forretress/forretress.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0205_forretress/forretress_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0205_forretress/forretress_shiny.png new file mode 100644 index 00000000..5978ce22 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0205_forretress/forretress_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0207_gligar/gligar.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0207_gligar/gligar.png new file mode 100644 index 00000000..f0d9d473 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0207_gligar/gligar.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0207_gligar/gligar_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0207_gligar/gligar_shiny.png new file mode 100644 index 00000000..3d7e1d21 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0207_gligar/gligar_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0208_steelix/steelix.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0208_steelix/steelix.png new file mode 100644 index 00000000..9b100f39 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0208_steelix/steelix.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0208_steelix/steelix_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0208_steelix/steelix_female.png new file mode 100644 index 00000000..43ec990f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0208_steelix/steelix_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0208_steelix/steelix_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0208_steelix/steelix_female_shiny.png new file mode 100644 index 00000000..bae513dc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0208_steelix/steelix_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0208_steelix/steelix_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0208_steelix/steelix_shiny.png new file mode 100644 index 00000000..23a4fb10 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0208_steelix/steelix_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0209_snubbull/snubbull.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0209_snubbull/snubbull.png new file mode 100644 index 00000000..dff148b7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0209_snubbull/snubbull.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0209_snubbull/snubbull_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0209_snubbull/snubbull_shiny.png new file mode 100644 index 00000000..394c48c1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0209_snubbull/snubbull_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0210_granbull/granbull.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0210_granbull/granbull.png new file mode 100644 index 00000000..5fdf4e38 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0210_granbull/granbull.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0210_granbull/granbull_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0210_granbull/granbull_shiny.png new file mode 100644 index 00000000..7eeb51d7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0210_granbull/granbull_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0211_qwilfish/qwilfish.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0211_qwilfish/qwilfish.png new file mode 100644 index 00000000..c362d2bf Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0211_qwilfish/qwilfish.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0211_qwilfish/qwilfish_hisuian.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0211_qwilfish/qwilfish_hisuian.png new file mode 100644 index 00000000..ef46916e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0211_qwilfish/qwilfish_hisuian.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0211_qwilfish/qwilfish_hisuian_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0211_qwilfish/qwilfish_hisuian_shiny.png new file mode 100644 index 00000000..5b66d484 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0211_qwilfish/qwilfish_hisuian_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0211_qwilfish/qwilfish_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0211_qwilfish/qwilfish_shiny.png new file mode 100644 index 00000000..3016972f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0211_qwilfish/qwilfish_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0212_scizor/scizor.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0212_scizor/scizor.png new file mode 100644 index 00000000..384a3f53 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0212_scizor/scizor.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0212_scizor/scizor_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0212_scizor/scizor_female.png new file mode 100644 index 00000000..3a63a796 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0212_scizor/scizor_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0212_scizor/scizor_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0212_scizor/scizor_female_shiny.png new file mode 100644 index 00000000..6856a800 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0212_scizor/scizor_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0212_scizor/scizor_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0212_scizor/scizor_shiny.png new file mode 100644 index 00000000..718a0c2c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0212_scizor/scizor_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0213_shuckle/shuckle.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0213_shuckle/shuckle.png new file mode 100644 index 00000000..1e883592 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0213_shuckle/shuckle.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0213_shuckle/shuckle_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0213_shuckle/shuckle_shiny.png new file mode 100644 index 00000000..5d3a5778 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0213_shuckle/shuckle_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0215_sneasel/sneasel.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0215_sneasel/sneasel.png new file mode 100644 index 00000000..bdd3a072 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0215_sneasel/sneasel.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0215_sneasel/sneasel_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0215_sneasel/sneasel_female.png new file mode 100644 index 00000000..80ed98d1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0215_sneasel/sneasel_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0215_sneasel/sneasel_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0215_sneasel/sneasel_female_shiny.png new file mode 100644 index 00000000..3c594d83 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0215_sneasel/sneasel_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0215_sneasel/sneasel_hisuian.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0215_sneasel/sneasel_hisuian.png new file mode 100644 index 00000000..a9e1a5ec Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0215_sneasel/sneasel_hisuian.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0215_sneasel/sneasel_hisuian_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0215_sneasel/sneasel_hisuian_female.png new file mode 100644 index 00000000..e014c4a6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0215_sneasel/sneasel_hisuian_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0215_sneasel/sneasel_hisuian_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0215_sneasel/sneasel_hisuian_female_shiny.png new file mode 100644 index 00000000..497dcc86 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0215_sneasel/sneasel_hisuian_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0215_sneasel/sneasel_hisuian_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0215_sneasel/sneasel_hisuian_shiny.png new file mode 100644 index 00000000..edef75fe Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0215_sneasel/sneasel_hisuian_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0215_sneasel/sneasel_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0215_sneasel/sneasel_shiny.png new file mode 100644 index 00000000..fbf2e00f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0215_sneasel/sneasel_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0216_teddiursa/teddiursa.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0216_teddiursa/teddiursa.png new file mode 100644 index 00000000..5b5af41f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0216_teddiursa/teddiursa.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0216_teddiursa/teddiursa_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0216_teddiursa/teddiursa_shiny.png new file mode 100644 index 00000000..9aae2447 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0216_teddiursa/teddiursa_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0217_ursaring/ursaring.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0217_ursaring/ursaring.png new file mode 100644 index 00000000..5721a353 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0217_ursaring/ursaring.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0217_ursaring/ursaring_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0217_ursaring/ursaring_shiny.png new file mode 100644 index 00000000..3496d1f2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0217_ursaring/ursaring_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0218_slugma/slugma.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0218_slugma/slugma.png new file mode 100644 index 00000000..e516b38b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0218_slugma/slugma.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0218_slugma/slugma_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0218_slugma/slugma_shiny.png new file mode 100644 index 00000000..f596221d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0218_slugma/slugma_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0219_magcargo/magcargo.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0219_magcargo/magcargo.png new file mode 100644 index 00000000..7f1c1bca Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0219_magcargo/magcargo.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0219_magcargo/magcargo_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0219_magcargo/magcargo_shiny.png new file mode 100644 index 00000000..34c7a1de Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0219_magcargo/magcargo_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0220_swinub/swinub.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0220_swinub/swinub.png new file mode 100644 index 00000000..76247709 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0220_swinub/swinub.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0220_swinub/swinub_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0220_swinub/swinub_shiny.png new file mode 100644 index 00000000..abc8e6ba Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0220_swinub/swinub_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0221_piloswine/piloswine.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0221_piloswine/piloswine.png new file mode 100644 index 00000000..a0629a56 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0221_piloswine/piloswine.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0221_piloswine/piloswine_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0221_piloswine/piloswine_female.png new file mode 100644 index 00000000..c7d29627 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0221_piloswine/piloswine_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0221_piloswine/piloswine_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0221_piloswine/piloswine_female_shiny.png new file mode 100644 index 00000000..973b1567 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0221_piloswine/piloswine_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0221_piloswine/piloswine_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0221_piloswine/piloswine_shiny.png new file mode 100644 index 00000000..3d89140b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0221_piloswine/piloswine_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0223_remoraid/remoraid.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0223_remoraid/remoraid.png new file mode 100644 index 00000000..4ad9f5d0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0223_remoraid/remoraid.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0223_remoraid/remoraid_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0223_remoraid/remoraid_shiny.png new file mode 100644 index 00000000..a4dd3610 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0223_remoraid/remoraid_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0224_octillery/octillery.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0224_octillery/octillery.png new file mode 100644 index 00000000..8257c1f0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0224_octillery/octillery.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0224_octillery/octillery_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0224_octillery/octillery_female.png new file mode 100644 index 00000000..89a15311 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0224_octillery/octillery_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0224_octillery/octillery_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0224_octillery/octillery_female_shiny.png new file mode 100644 index 00000000..5e9cf0c4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0224_octillery/octillery_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0224_octillery/octillery_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0224_octillery/octillery_shiny.png new file mode 100644 index 00000000..36e7027c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0224_octillery/octillery_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0226_mantine/mantine.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0226_mantine/mantine.png new file mode 100644 index 00000000..84ba4904 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0226_mantine/mantine.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0226_mantine/mantine_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0226_mantine/mantine_shiny.png new file mode 100644 index 00000000..6a49f279 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0226_mantine/mantine_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0227_skarmory/skarmory.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0227_skarmory/skarmory.png new file mode 100644 index 00000000..2c017c8c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0227_skarmory/skarmory.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0227_skarmory/skarmory_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0227_skarmory/skarmory_shiny.png new file mode 100644 index 00000000..d8b14f5e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0227_skarmory/skarmory_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0230_kingdra/kingdra.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0230_kingdra/kingdra.png new file mode 100644 index 00000000..7bb68a20 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0230_kingdra/kingdra.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0230_kingdra/kingdra_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0230_kingdra/kingdra_shiny.png new file mode 100644 index 00000000..008b4ab4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0230_kingdra/kingdra_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0231_phanpy/phanpy.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0231_phanpy/phanpy.png new file mode 100644 index 00000000..1ccc02c8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0231_phanpy/phanpy.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0231_phanpy/phanpy_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0231_phanpy/phanpy_shiny.png new file mode 100644 index 00000000..12e31b15 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0231_phanpy/phanpy_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0232_donphan/donphan.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0232_donphan/donphan.png new file mode 100644 index 00000000..b7e74426 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0232_donphan/donphan.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0232_donphan/donphan_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0232_donphan/donphan_shiny.png new file mode 100644 index 00000000..d244b0a0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0232_donphan/donphan_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0233_porygon2/porygon2.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0233_porygon2/porygon2.png new file mode 100644 index 00000000..982fd3d4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0233_porygon2/porygon2.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0233_porygon2/porygon2_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0233_porygon2/porygon2_shiny.png new file mode 100644 index 00000000..f2823641 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0233_porygon2/porygon2_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0234_stantler/stantler.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0234_stantler/stantler.png new file mode 100644 index 00000000..b69b480b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0234_stantler/stantler.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0234_stantler/stantler_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0234_stantler/stantler_shiny.png new file mode 100644 index 00000000..86dd271d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0234_stantler/stantler_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0235_smeargle/smeargle.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0235_smeargle/smeargle.png new file mode 100644 index 00000000..af34b04d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0235_smeargle/smeargle.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0235_smeargle/smeargle_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0235_smeargle/smeargle_shiny.png new file mode 100644 index 00000000..4c0a8fa1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0235_smeargle/smeargle_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0236_tyrogue/tyrogue.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0236_tyrogue/tyrogue.png new file mode 100644 index 00000000..9a8d4f31 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0236_tyrogue/tyrogue.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0236_tyrogue/tyrogue_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0236_tyrogue/tyrogue_shiny.png new file mode 100644 index 00000000..5bf255b2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0236_tyrogue/tyrogue_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0237_hitmontop/hitmontop.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0237_hitmontop/hitmontop.png new file mode 100644 index 00000000..9882c7f4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0237_hitmontop/hitmontop.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0237_hitmontop/hitmontop_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0237_hitmontop/hitmontop_shiny.png new file mode 100644 index 00000000..dd2c14ac Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0237_hitmontop/hitmontop_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0238_smoochum/smoochum.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0238_smoochum/smoochum.png new file mode 100644 index 00000000..bdae5779 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0238_smoochum/smoochum.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0238_smoochum/smoochum_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0238_smoochum/smoochum_shiny.png new file mode 100644 index 00000000..7072d91e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0238_smoochum/smoochum_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0239_elekid/elekid.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0239_elekid/elekid.png new file mode 100644 index 00000000..a22088c2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0239_elekid/elekid.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0239_elekid/elekid_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0239_elekid/elekid_shiny.png new file mode 100644 index 00000000..207eb170 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0239_elekid/elekid_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0240_magby/magby.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0240_magby/magby.png new file mode 100644 index 00000000..df14453a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0240_magby/magby.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0240_magby/magby_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0240_magby/magby_shiny.png new file mode 100644 index 00000000..b4d85d7c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0240_magby/magby_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0241_miltank/miltank.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0241_miltank/miltank.png new file mode 100644 index 00000000..04a2360c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0241_miltank/miltank.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0241_miltank/miltank_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0241_miltank/miltank_shiny.png new file mode 100644 index 00000000..5dfccd98 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0241_miltank/miltank_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0242_blissey/blissey.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0242_blissey/blissey.png new file mode 100644 index 00000000..05ca96cd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0242_blissey/blissey.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0242_blissey/blissey_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0242_blissey/blissey_shiny.png new file mode 100644 index 00000000..83dc67be Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0242_blissey/blissey_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0243_raikou/raikou.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0243_raikou/raikou.png new file mode 100644 index 00000000..eafa59d9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0243_raikou/raikou.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0243_raikou/raikou_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0243_raikou/raikou_shiny.png new file mode 100644 index 00000000..0689dcfa Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0243_raikou/raikou_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0244_entei/entei.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0244_entei/entei.png new file mode 100644 index 00000000..51dfea6a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0244_entei/entei.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0244_entei/entei_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0244_entei/entei_shiny.png new file mode 100644 index 00000000..d74bd71d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0244_entei/entei_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0245_suicune/suicune.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0245_suicune/suicune.png new file mode 100644 index 00000000..0f56049a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0245_suicune/suicune.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0245_suicune/suicune_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0245_suicune/suicune_shiny.png new file mode 100644 index 00000000..d40f031c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0245_suicune/suicune_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0246_larvitar/larvitar.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0246_larvitar/larvitar.png new file mode 100644 index 00000000..5cb77a83 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0246_larvitar/larvitar.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0246_larvitar/larvitar_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0246_larvitar/larvitar_shiny.png new file mode 100644 index 00000000..cdd00fa3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0246_larvitar/larvitar_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0247_pupitar/pupitar.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0247_pupitar/pupitar.png new file mode 100644 index 00000000..1f50596a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0247_pupitar/pupitar.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0247_pupitar/pupitar_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0247_pupitar/pupitar_shiny.png new file mode 100644 index 00000000..deba07ef Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0247_pupitar/pupitar_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0248_tyranitar/tyranitar.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0248_tyranitar/tyranitar.png new file mode 100644 index 00000000..5e20c9f1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0248_tyranitar/tyranitar.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0248_tyranitar/tyranitar_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0248_tyranitar/tyranitar_shiny.png new file mode 100644 index 00000000..82725098 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0248_tyranitar/tyranitar_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0252_treecko/treecko.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0252_treecko/treecko.png new file mode 100644 index 00000000..261573d9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0252_treecko/treecko.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0252_treecko/treecko_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0252_treecko/treecko_female.png new file mode 100644 index 00000000..19070b84 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0252_treecko/treecko_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0252_treecko/treecko_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0252_treecko/treecko_female_shiny.png new file mode 100644 index 00000000..5d25a24e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0252_treecko/treecko_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0252_treecko/treecko_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0252_treecko/treecko_shiny.png new file mode 100644 index 00000000..076995a1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0252_treecko/treecko_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0253_grovyle/grovyle.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0253_grovyle/grovyle.png new file mode 100644 index 00000000..b1638a79 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0253_grovyle/grovyle.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0253_grovyle/grovyle_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0253_grovyle/grovyle_female.png new file mode 100644 index 00000000..fa7ba866 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0253_grovyle/grovyle_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0253_grovyle/grovyle_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0253_grovyle/grovyle_female_shiny.png new file mode 100644 index 00000000..d9c0469f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0253_grovyle/grovyle_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0253_grovyle/grovyle_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0253_grovyle/grovyle_shiny.png new file mode 100644 index 00000000..00d20010 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0253_grovyle/grovyle_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0254_sceptile/sceptile.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0254_sceptile/sceptile.png new file mode 100644 index 00000000..03e8b092 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0254_sceptile/sceptile.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0254_sceptile/sceptile_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0254_sceptile/sceptile_female.png new file mode 100644 index 00000000..ade40880 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0254_sceptile/sceptile_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0254_sceptile/sceptile_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0254_sceptile/sceptile_female_shiny.png new file mode 100644 index 00000000..bdcd57b7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0254_sceptile/sceptile_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0254_sceptile/sceptile_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0254_sceptile/sceptile_shiny.png new file mode 100644 index 00000000..d6dd9159 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0254_sceptile/sceptile_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0255_torchic/torchic.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0255_torchic/torchic.png new file mode 100644 index 00000000..0e87758d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0255_torchic/torchic.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0255_torchic/torchic_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0255_torchic/torchic_female.png new file mode 100644 index 00000000..a840021d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0255_torchic/torchic_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0255_torchic/torchic_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0255_torchic/torchic_female_shiny.png new file mode 100644 index 00000000..4f0fe877 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0255_torchic/torchic_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0255_torchic/torchic_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0255_torchic/torchic_shiny.png new file mode 100644 index 00000000..778f74a6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0255_torchic/torchic_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0256_combusken/combusken.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0256_combusken/combusken.png new file mode 100644 index 00000000..d0ce09ce Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0256_combusken/combusken.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0256_combusken/combusken_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0256_combusken/combusken_female.png new file mode 100644 index 00000000..5b310d29 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0256_combusken/combusken_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0256_combusken/combusken_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0256_combusken/combusken_female_shiny.png new file mode 100644 index 00000000..9125376c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0256_combusken/combusken_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0256_combusken/combusken_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0256_combusken/combusken_shiny.png new file mode 100644 index 00000000..13b33bc8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0256_combusken/combusken_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0257_blaziken/blaziken.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0257_blaziken/blaziken.png new file mode 100644 index 00000000..423bf26c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0257_blaziken/blaziken.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0257_blaziken/blaziken_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0257_blaziken/blaziken_female.png new file mode 100644 index 00000000..fef0d31b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0257_blaziken/blaziken_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0257_blaziken/blaziken_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0257_blaziken/blaziken_female_shiny.png new file mode 100644 index 00000000..c3fac704 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0257_blaziken/blaziken_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0257_blaziken/blaziken_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0257_blaziken/blaziken_shiny.png new file mode 100644 index 00000000..60c3e1f8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0257_blaziken/blaziken_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0258_mudkip/mudkip.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0258_mudkip/mudkip.png new file mode 100644 index 00000000..d265f6f9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0258_mudkip/mudkip.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0258_mudkip/mudkip_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0258_mudkip/mudkip_female.png new file mode 100644 index 00000000..196bb117 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0258_mudkip/mudkip_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0258_mudkip/mudkip_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0258_mudkip/mudkip_female_shiny.png new file mode 100644 index 00000000..8b92a825 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0258_mudkip/mudkip_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0258_mudkip/mudkip_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0258_mudkip/mudkip_shiny.png new file mode 100644 index 00000000..358c7617 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0258_mudkip/mudkip_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0259_marshtomp/marshtomp.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0259_marshtomp/marshtomp.png new file mode 100644 index 00000000..77651e86 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0259_marshtomp/marshtomp.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0259_marshtomp/marshtomp_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0259_marshtomp/marshtomp_female.png new file mode 100644 index 00000000..dac1b7db Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0259_marshtomp/marshtomp_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0259_marshtomp/marshtomp_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0259_marshtomp/marshtomp_female_shiny.png new file mode 100644 index 00000000..d0c85515 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0259_marshtomp/marshtomp_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0259_marshtomp/marshtomp_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0259_marshtomp/marshtomp_shiny.png new file mode 100644 index 00000000..42b6673b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0259_marshtomp/marshtomp_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0260_swampert/swampert.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0260_swampert/swampert.png new file mode 100644 index 00000000..ee97ad72 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0260_swampert/swampert.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0260_swampert/swampert_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0260_swampert/swampert_female.png new file mode 100644 index 00000000..d353f2a0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0260_swampert/swampert_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0260_swampert/swampert_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0260_swampert/swampert_female_shiny.png new file mode 100644 index 00000000..d53c4c78 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0260_swampert/swampert_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0260_swampert/swampert_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0260_swampert/swampert_shiny.png new file mode 100644 index 00000000..862d7979 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0260_swampert/swampert_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0261_poochyena/poochyena.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0261_poochyena/poochyena.png new file mode 100644 index 00000000..9730c488 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0261_poochyena/poochyena.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0261_poochyena/poochyena_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0261_poochyena/poochyena_shiny.png new file mode 100644 index 00000000..caad26d0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0261_poochyena/poochyena_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0262_mightyena/mightyena.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0262_mightyena/mightyena.png new file mode 100644 index 00000000..7427e2ac Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0262_mightyena/mightyena.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0262_mightyena/mightyena_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0262_mightyena/mightyena_shiny.png new file mode 100644 index 00000000..884767b5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0262_mightyena/mightyena_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0263_zigzagoon/zigzagoon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0263_zigzagoon/zigzagoon.png new file mode 100644 index 00000000..6648906b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0263_zigzagoon/zigzagoon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0263_zigzagoon/zigzagoon_galarian.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0263_zigzagoon/zigzagoon_galarian.png new file mode 100644 index 00000000..c1409b4a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0263_zigzagoon/zigzagoon_galarian.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0263_zigzagoon/zigzagoon_galarian_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0263_zigzagoon/zigzagoon_galarian_shiny.png new file mode 100644 index 00000000..290fd637 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0263_zigzagoon/zigzagoon_galarian_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0263_zigzagoon/zigzagoon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0263_zigzagoon/zigzagoon_shiny.png new file mode 100644 index 00000000..a0c392db Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0263_zigzagoon/zigzagoon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0264_linoone/linoone.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0264_linoone/linoone.png new file mode 100644 index 00000000..68b7dad7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0264_linoone/linoone.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0264_linoone/linoone_galarian.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0264_linoone/linoone_galarian.png new file mode 100644 index 00000000..0c04a86e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0264_linoone/linoone_galarian.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0264_linoone/linoone_galarian_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0264_linoone/linoone_galarian_shiny.png new file mode 100644 index 00000000..8dd2a931 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0264_linoone/linoone_galarian_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0264_linoone/linoone_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0264_linoone/linoone_shiny.png new file mode 100644 index 00000000..df604614 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0264_linoone/linoone_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0265_wurmple/wurmple.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0265_wurmple/wurmple.png new file mode 100644 index 00000000..dc0540be Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0265_wurmple/wurmple.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0265_wurmple/wurmple_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0265_wurmple/wurmple_shiny.png new file mode 100644 index 00000000..8ea7e298 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0265_wurmple/wurmple_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0266_silcoon/silcoon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0266_silcoon/silcoon.png new file mode 100644 index 00000000..9b3f7810 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0266_silcoon/silcoon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0266_silcoon/silcoon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0266_silcoon/silcoon_shiny.png new file mode 100644 index 00000000..e1ed2319 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0266_silcoon/silcoon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0267_beautifly/beautifly.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0267_beautifly/beautifly.png new file mode 100644 index 00000000..1644b27c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0267_beautifly/beautifly.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0267_beautifly/beautifly_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0267_beautifly/beautifly_female.png new file mode 100644 index 00000000..b707659a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0267_beautifly/beautifly_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0267_beautifly/beautifly_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0267_beautifly/beautifly_female_shiny.png new file mode 100644 index 00000000..dd427df7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0267_beautifly/beautifly_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0267_beautifly/beautifly_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0267_beautifly/beautifly_shiny.png new file mode 100644 index 00000000..4ad04926 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0267_beautifly/beautifly_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0268_cascoon/cascoon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0268_cascoon/cascoon.png new file mode 100644 index 00000000..45e1adaf Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0268_cascoon/cascoon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0268_cascoon/cascoon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0268_cascoon/cascoon_shiny.png new file mode 100644 index 00000000..bff9c24a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0268_cascoon/cascoon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0269_dustox/dustox.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0269_dustox/dustox.png new file mode 100644 index 00000000..d5c5e0ef Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0269_dustox/dustox.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0269_dustox/dustox_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0269_dustox/dustox_female.png new file mode 100644 index 00000000..de3b024e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0269_dustox/dustox_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0269_dustox/dustox_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0269_dustox/dustox_female_shiny.png new file mode 100644 index 00000000..1f8067ea Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0269_dustox/dustox_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0269_dustox/dustox_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0269_dustox/dustox_shiny.png new file mode 100644 index 00000000..eec767ae Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0269_dustox/dustox_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0270_lotad/lotad.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0270_lotad/lotad.png new file mode 100644 index 00000000..3dfb074a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0270_lotad/lotad.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0270_lotad/lotad_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0270_lotad/lotad_shiny.png new file mode 100644 index 00000000..73466a6a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0270_lotad/lotad_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0271_lombre/lombre.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0271_lombre/lombre.png new file mode 100644 index 00000000..bbfe4673 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0271_lombre/lombre.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0271_lombre/lombre_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0271_lombre/lombre_shiny.png new file mode 100644 index 00000000..ea9d489f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0271_lombre/lombre_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0272_ludicolo/ludicolo.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0272_ludicolo/ludicolo.png new file mode 100644 index 00000000..3a9a0405 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0272_ludicolo/ludicolo.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0272_ludicolo/ludicolo_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0272_ludicolo/ludicolo_female.png new file mode 100644 index 00000000..3ea5b090 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0272_ludicolo/ludicolo_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0272_ludicolo/ludicolo_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0272_ludicolo/ludicolo_female_shiny.png new file mode 100644 index 00000000..6330327a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0272_ludicolo/ludicolo_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0272_ludicolo/ludicolo_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0272_ludicolo/ludicolo_shiny.png new file mode 100644 index 00000000..dc40e0b9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0272_ludicolo/ludicolo_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0273_seedot/seedot.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0273_seedot/seedot.png new file mode 100644 index 00000000..76b1fcfe Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0273_seedot/seedot.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0273_seedot/seedot_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0273_seedot/seedot_shiny.png new file mode 100644 index 00000000..2404b908 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0273_seedot/seedot_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0274_nuzleaf/nuzleaf.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0274_nuzleaf/nuzleaf.png new file mode 100644 index 00000000..a47847cb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0274_nuzleaf/nuzleaf.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0274_nuzleaf/nuzleaf_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0274_nuzleaf/nuzleaf_female.png new file mode 100644 index 00000000..821422d0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0274_nuzleaf/nuzleaf_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0274_nuzleaf/nuzleaf_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0274_nuzleaf/nuzleaf_female_shiny.png new file mode 100644 index 00000000..7114dfc8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0274_nuzleaf/nuzleaf_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0274_nuzleaf/nuzleaf_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0274_nuzleaf/nuzleaf_shiny.png new file mode 100644 index 00000000..88563d8e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0274_nuzleaf/nuzleaf_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0275_shiftry/shiftry.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0275_shiftry/shiftry.png new file mode 100644 index 00000000..3250b6f3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0275_shiftry/shiftry.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0275_shiftry/shiftry_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0275_shiftry/shiftry_female.png new file mode 100644 index 00000000..41b938ec Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0275_shiftry/shiftry_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0275_shiftry/shiftry_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0275_shiftry/shiftry_female_shiny.png new file mode 100644 index 00000000..d3a2b54b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0275_shiftry/shiftry_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0275_shiftry/shiftry_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0275_shiftry/shiftry_shiny.png new file mode 100644 index 00000000..d1afba24 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0275_shiftry/shiftry_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0276_taillow/taillow.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0276_taillow/taillow.png new file mode 100644 index 00000000..78a6c031 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0276_taillow/taillow.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0276_taillow/taillow_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0276_taillow/taillow_shiny.png new file mode 100644 index 00000000..6b286ec6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0276_taillow/taillow_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0277_swellow/swellow.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0277_swellow/swellow.png new file mode 100644 index 00000000..52cf2246 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0277_swellow/swellow.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0277_swellow/swellow_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0277_swellow/swellow_shiny.png new file mode 100644 index 00000000..a63d6427 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0277_swellow/swellow_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0278_wingull/wingull.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0278_wingull/wingull.png new file mode 100644 index 00000000..b32947ed Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0278_wingull/wingull.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0278_wingull/wingull_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0278_wingull/wingull_shiny.png new file mode 100644 index 00000000..defbce2f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0278_wingull/wingull_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0279_pelipper/pelipper.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0279_pelipper/pelipper.png new file mode 100644 index 00000000..ad1d474b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0279_pelipper/pelipper.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0279_pelipper/pelipper_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0279_pelipper/pelipper_shiny.png new file mode 100644 index 00000000..c23459fb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0279_pelipper/pelipper_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0280_ralts/ralts.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0280_ralts/ralts.png new file mode 100644 index 00000000..050c7241 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0280_ralts/ralts.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0280_ralts/ralts_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0280_ralts/ralts_shiny.png new file mode 100644 index 00000000..3e5cedda Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0280_ralts/ralts_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0281_kirlia/kirlia.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0281_kirlia/kirlia.png new file mode 100644 index 00000000..00122216 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0281_kirlia/kirlia.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0281_kirlia/kirlia_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0281_kirlia/kirlia_shiny.png new file mode 100644 index 00000000..b92a0382 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0281_kirlia/kirlia_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0282_gardevoir/gardevoir.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0282_gardevoir/gardevoir.png new file mode 100644 index 00000000..0b0b11ba Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0282_gardevoir/gardevoir.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0282_gardevoir/gardevoir_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0282_gardevoir/gardevoir_shiny.png new file mode 100644 index 00000000..fa16bd15 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0282_gardevoir/gardevoir_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0283_surskit/surskit.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0283_surskit/surskit.png new file mode 100644 index 00000000..ef3530c9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0283_surskit/surskit.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0283_surskit/surskit_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0283_surskit/surskit_shiny.png new file mode 100644 index 00000000..82d4de4f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0283_surskit/surskit_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0284_masquerain/masquerain.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0284_masquerain/masquerain.png new file mode 100644 index 00000000..f7dba64c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0284_masquerain/masquerain.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0284_masquerain/masquerain_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0284_masquerain/masquerain_shiny.png new file mode 100644 index 00000000..3c7c377c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0284_masquerain/masquerain_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0285_shroomish/shroomish.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0285_shroomish/shroomish.png new file mode 100644 index 00000000..ef11c0bf Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0285_shroomish/shroomish.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0285_shroomish/shroomish_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0285_shroomish/shroomish_shiny.png new file mode 100644 index 00000000..04861a96 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0285_shroomish/shroomish_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0286_breloom/breloom.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0286_breloom/breloom.png new file mode 100644 index 00000000..0dff24e3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0286_breloom/breloom.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0286_breloom/breloom_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0286_breloom/breloom_shiny.png new file mode 100644 index 00000000..96f83b4a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0286_breloom/breloom_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0287_slakoth/slakoth.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0287_slakoth/slakoth.png new file mode 100644 index 00000000..7f4b38b9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0287_slakoth/slakoth.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0287_slakoth/slakoth_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0287_slakoth/slakoth_shiny.png new file mode 100644 index 00000000..19c40eb1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0287_slakoth/slakoth_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0288_vigoroth/vigoroth.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0288_vigoroth/vigoroth.png new file mode 100644 index 00000000..e2483682 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0288_vigoroth/vigoroth.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0288_vigoroth/vigoroth_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0288_vigoroth/vigoroth_shiny.png new file mode 100644 index 00000000..752940e0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0288_vigoroth/vigoroth_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0289_slaking/slaking.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0289_slaking/slaking.png new file mode 100644 index 00000000..f8b8ebe4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0289_slaking/slaking.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0289_slaking/slaking_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0289_slaking/slaking_shiny.png new file mode 100644 index 00000000..17bccc9a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0289_slaking/slaking_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0290_nincada/nincada.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0290_nincada/nincada.png new file mode 100644 index 00000000..5ce67a70 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0290_nincada/nincada.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0290_nincada/nincada_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0290_nincada/nincada_shiny.png new file mode 100644 index 00000000..5a6b9787 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0290_nincada/nincada_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0291_ninjask/ninjask.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0291_ninjask/ninjask.png new file mode 100644 index 00000000..94670920 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0291_ninjask/ninjask.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0291_ninjask/ninjask_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0291_ninjask/ninjask_shiny.png new file mode 100644 index 00000000..882370fa Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0291_ninjask/ninjask_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0292_shedinja/shedinja.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0292_shedinja/shedinja.png new file mode 100644 index 00000000..34aa4ac3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0292_shedinja/shedinja.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0292_shedinja/shedinja_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0292_shedinja/shedinja_shiny.png new file mode 100644 index 00000000..db8f5db8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0292_shedinja/shedinja_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0293_whismur/whismur.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0293_whismur/whismur.png new file mode 100644 index 00000000..67a2157e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0293_whismur/whismur.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0293_whismur/whismur_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0293_whismur/whismur_shiny.png new file mode 100644 index 00000000..be09d3ff Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0293_whismur/whismur_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0294_loudred/loudred.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0294_loudred/loudred.png new file mode 100644 index 00000000..d85b8eab Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0294_loudred/loudred.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0294_loudred/loudred_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0294_loudred/loudred_shiny.png new file mode 100644 index 00000000..00b5d21b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0294_loudred/loudred_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0295_exploud/exploud.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0295_exploud/exploud.png new file mode 100644 index 00000000..3fc99aa9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0295_exploud/exploud.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0295_exploud/exploud_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0295_exploud/exploud_shiny.png new file mode 100644 index 00000000..94563563 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0295_exploud/exploud_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0296_makuhita/makuhita.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0296_makuhita/makuhita.png new file mode 100644 index 00000000..afa20ed2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0296_makuhita/makuhita.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0296_makuhita/makuhita_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0296_makuhita/makuhita_shiny.png new file mode 100644 index 00000000..72eb022b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0296_makuhita/makuhita_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0297_hariyama/hariyama.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0297_hariyama/hariyama.png new file mode 100644 index 00000000..0634bc29 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0297_hariyama/hariyama.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0297_hariyama/hariyama_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0297_hariyama/hariyama_shiny.png new file mode 100644 index 00000000..1cefb17e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0297_hariyama/hariyama_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0299_nosepass/nosepass.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0299_nosepass/nosepass.png new file mode 100644 index 00000000..ad0f564c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0299_nosepass/nosepass.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0299_nosepass/nosepass_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0299_nosepass/nosepass_shiny.png new file mode 100644 index 00000000..a2350a8b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0299_nosepass/nosepass_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0302_sableye/sableye.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0302_sableye/sableye.png new file mode 100644 index 00000000..67a96ea4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0302_sableye/sableye.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0302_sableye/sableye_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0302_sableye/sableye_shiny.png new file mode 100644 index 00000000..8fe10e39 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0302_sableye/sableye_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0303_mawile/mawile.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0303_mawile/mawile.png new file mode 100644 index 00000000..7d3e2aa4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0303_mawile/mawile.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0303_mawile/mawile_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0303_mawile/mawile_shiny.png new file mode 100644 index 00000000..8972d8e1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0303_mawile/mawile_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0304_aron/aron.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0304_aron/aron.png new file mode 100644 index 00000000..1588ccff Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0304_aron/aron.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0304_aron/aron_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0304_aron/aron_shiny.png new file mode 100644 index 00000000..9a708fb4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0304_aron/aron_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0305_lairon/lairon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0305_lairon/lairon.png new file mode 100644 index 00000000..4bf9d604 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0305_lairon/lairon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0305_lairon/lairon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0305_lairon/lairon_shiny.png new file mode 100644 index 00000000..badda4bc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0305_lairon/lairon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0306_aggron/aggron.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0306_aggron/aggron.png new file mode 100644 index 00000000..ec69441c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0306_aggron/aggron.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0306_aggron/aggron_mega.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0306_aggron/aggron_mega.png new file mode 100644 index 00000000..13f896e1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0306_aggron/aggron_mega.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0306_aggron/aggron_mega_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0306_aggron/aggron_mega_shiny.png new file mode 100644 index 00000000..b27725b0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0306_aggron/aggron_mega_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0306_aggron/aggron_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0306_aggron/aggron_shiny.png new file mode 100644 index 00000000..033b8393 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0306_aggron/aggron_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0309_electrike/electrike.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0309_electrike/electrike.png new file mode 100644 index 00000000..517f3390 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0309_electrike/electrike.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0309_electrike/electrike_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0309_electrike/electrike_shiny.png new file mode 100644 index 00000000..05eb1f87 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0309_electrike/electrike_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0310_manectric/manectric.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0310_manectric/manectric.png new file mode 100644 index 00000000..ff5a995b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0310_manectric/manectric.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0310_manectric/manectric_mega.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0310_manectric/manectric_mega.png new file mode 100644 index 00000000..4c3b0f4c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0310_manectric/manectric_mega.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0310_manectric/manectric_mega_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0310_manectric/manectric_mega_shiny.png new file mode 100644 index 00000000..80545090 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0310_manectric/manectric_mega_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0310_manectric/manectric_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0310_manectric/manectric_shiny.png new file mode 100644 index 00000000..980428cc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0310_manectric/manectric_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0311_plusle/plusle.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0311_plusle/plusle.png new file mode 100644 index 00000000..dc5d732a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0311_plusle/plusle.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0311_plusle/plusle_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0311_plusle/plusle_shiny.png new file mode 100644 index 00000000..ddce20f0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0311_plusle/plusle_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0312_minun/minun.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0312_minun/minun.png new file mode 100644 index 00000000..c2f7d087 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0312_minun/minun.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0312_minun/minun_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0312_minun/minun_shiny.png new file mode 100644 index 00000000..af705706 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0312_minun/minun_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0313_volbeat/volbeat.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0313_volbeat/volbeat.png new file mode 100644 index 00000000..2e63f49a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0313_volbeat/volbeat.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0313_volbeat/volbeat_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0313_volbeat/volbeat_shiny.png new file mode 100644 index 00000000..27de6866 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0313_volbeat/volbeat_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0314_illumise/illumise.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0314_illumise/illumise.png new file mode 100644 index 00000000..e46febf2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0314_illumise/illumise.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0314_illumise/illumise_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0314_illumise/illumise_shiny.png new file mode 100644 index 00000000..e316f45b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0314_illumise/illumise_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0315_roselia/roselia.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0315_roselia/roselia.png new file mode 100644 index 00000000..c5b34e83 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0315_roselia/roselia.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0315_roselia/roselia_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0315_roselia/roselia_female.png new file mode 100644 index 00000000..9c509414 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0315_roselia/roselia_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0315_roselia/roselia_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0315_roselia/roselia_female_shiny.png new file mode 100644 index 00000000..9cdfd291 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0315_roselia/roselia_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0315_roselia/roselia_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0315_roselia/roselia_shiny.png new file mode 100644 index 00000000..f7f247f6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0315_roselia/roselia_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0316_gulpin/gulpin_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0316_gulpin/gulpin_female.png new file mode 100644 index 00000000..717b70be Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0316_gulpin/gulpin_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0316_gulpin/gulpin_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0316_gulpin/gulpin_female_shiny.png new file mode 100644 index 00000000..51b9c0af Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0316_gulpin/gulpin_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0316_gulpin/gulpin_male.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0316_gulpin/gulpin_male.png new file mode 100644 index 00000000..ee15d7d4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0316_gulpin/gulpin_male.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0316_gulpin/gulpin_male_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0316_gulpin/gulpin_male_shiny.png new file mode 100644 index 00000000..20f575a9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0316_gulpin/gulpin_male_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0317_swalot/swalot_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0317_swalot/swalot_female.png new file mode 100644 index 00000000..949150f6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0317_swalot/swalot_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0317_swalot/swalot_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0317_swalot/swalot_female_shiny.png new file mode 100644 index 00000000..cb692c17 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0317_swalot/swalot_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0317_swalot/swalot_male.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0317_swalot/swalot_male.png new file mode 100644 index 00000000..1e538ac9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0317_swalot/swalot_male.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0317_swalot/swalot_male_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0317_swalot/swalot_male_shiny.png new file mode 100644 index 00000000..603e150b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0317_swalot/swalot_male_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0318_carvanha/carvanha.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0318_carvanha/carvanha.png new file mode 100644 index 00000000..8dc4fd28 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0318_carvanha/carvanha.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0318_carvanha/carvanha_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0318_carvanha/carvanha_shiny.png new file mode 100644 index 00000000..27fde785 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0318_carvanha/carvanha_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0319_sharpedo/sharpedo.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0319_sharpedo/sharpedo.png new file mode 100644 index 00000000..18c0658b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0319_sharpedo/sharpedo.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0319_sharpedo/sharpedo_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0319_sharpedo/sharpedo_shiny.png new file mode 100644 index 00000000..e95ba7b5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0319_sharpedo/sharpedo_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0320_wailmer/wailmer.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0320_wailmer/wailmer.png new file mode 100644 index 00000000..0d460ff4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0320_wailmer/wailmer.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0320_wailmer/wailmer_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0320_wailmer/wailmer_shiny.png new file mode 100644 index 00000000..c54843f8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0320_wailmer/wailmer_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0321_wailord/wailord.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0321_wailord/wailord.png new file mode 100644 index 00000000..2c79eab8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0321_wailord/wailord.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0321_wailord/wailord_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0321_wailord/wailord_shiny.png new file mode 100644 index 00000000..be05f949 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0321_wailord/wailord_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0322_numel/numel.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0322_numel/numel.png new file mode 100644 index 00000000..e50c16c0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0322_numel/numel.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0322_numel/numel_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0322_numel/numel_shiny.png new file mode 100644 index 00000000..1c893e16 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0322_numel/numel_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0323_camerupt/camerupt.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0323_camerupt/camerupt.png new file mode 100644 index 00000000..35655ee6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0323_camerupt/camerupt.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0323_camerupt/camerupt_mega.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0323_camerupt/camerupt_mega.png new file mode 100644 index 00000000..a2cc98a2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0323_camerupt/camerupt_mega.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0323_camerupt/camerupt_mega_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0323_camerupt/camerupt_mega_shiny.png new file mode 100644 index 00000000..48ffdbd5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0323_camerupt/camerupt_mega_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0323_camerupt/camerupt_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0323_camerupt/camerupt_shiny.png new file mode 100644 index 00000000..478f36b4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0323_camerupt/camerupt_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0324_torkoal/torkoal.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0324_torkoal/torkoal.png new file mode 100644 index 00000000..11a4cff3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0324_torkoal/torkoal.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0324_torkoal/torkoal_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0324_torkoal/torkoal_shiny.png new file mode 100644 index 00000000..dbc554b1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0324_torkoal/torkoal_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0325_spoink/spoink.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0325_spoink/spoink.png new file mode 100644 index 00000000..bfb06804 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0325_spoink/spoink.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0325_spoink/spoink_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0325_spoink/spoink_shiny.png new file mode 100644 index 00000000..96823d2c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0325_spoink/spoink_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0326_grumpig/grumpig.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0326_grumpig/grumpig.png new file mode 100644 index 00000000..f765ae7c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0326_grumpig/grumpig.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0326_grumpig/grumpig_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0326_grumpig/grumpig_shiny.png new file mode 100644 index 00000000..8a5ed693 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0326_grumpig/grumpig_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0327_spinda/spinda.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0327_spinda/spinda.png new file mode 100644 index 00000000..e31588c3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0327_spinda/spinda.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0327_spinda/spinda_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0327_spinda/spinda_shiny.png new file mode 100644 index 00000000..4b6c66c7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0327_spinda/spinda_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0328_trapinch/trapinch.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0328_trapinch/trapinch.png new file mode 100644 index 00000000..38d7d8c7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0328_trapinch/trapinch.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0328_trapinch/trapinch_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0328_trapinch/trapinch_shiny.png new file mode 100644 index 00000000..9a483564 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0328_trapinch/trapinch_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0329_vibrava/vibrava.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0329_vibrava/vibrava.png new file mode 100644 index 00000000..e06af810 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0329_vibrava/vibrava.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0329_vibrava/vibrava_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0329_vibrava/vibrava_shiny.png new file mode 100644 index 00000000..3f14f82e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0329_vibrava/vibrava_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0330_flygon/flygon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0330_flygon/flygon.png new file mode 100644 index 00000000..564ac7c9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0330_flygon/flygon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0330_flygon/flygon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0330_flygon/flygon_shiny.png new file mode 100644 index 00000000..7de09070 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0330_flygon/flygon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0331_cacnea/cacnea.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0331_cacnea/cacnea.png new file mode 100644 index 00000000..2c7aafd6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0331_cacnea/cacnea.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0331_cacnea/cacnea_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0331_cacnea/cacnea_shiny.png new file mode 100644 index 00000000..309f0dfb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0331_cacnea/cacnea_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0332_cacturne/cacturne.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0332_cacturne/cacturne.png new file mode 100644 index 00000000..ce8f5e9b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0332_cacturne/cacturne.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0332_cacturne/cacturne_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0332_cacturne/cacturne_shiny.png new file mode 100644 index 00000000..2aedf2f6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0332_cacturne/cacturne_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0333_swablu/swablu.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0333_swablu/swablu.png new file mode 100644 index 00000000..0f723855 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0333_swablu/swablu.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0333_swablu/swablu_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0333_swablu/swablu_shiny.png new file mode 100644 index 00000000..6b31df25 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0333_swablu/swablu_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0334_altaria/altaria.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0334_altaria/altaria.png new file mode 100644 index 00000000..97af5376 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0334_altaria/altaria.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0334_altaria/altaria_mega.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0334_altaria/altaria_mega.png new file mode 100644 index 00000000..533277b1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0334_altaria/altaria_mega.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0334_altaria/altaria_mega_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0334_altaria/altaria_mega_shiny.png new file mode 100644 index 00000000..4a326fe2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0334_altaria/altaria_mega_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0334_altaria/altaria_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0334_altaria/altaria_shiny.png new file mode 100644 index 00000000..8c12068a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0334_altaria/altaria_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0335_zangoose/zangoose.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0335_zangoose/zangoose.png new file mode 100644 index 00000000..9186482a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0335_zangoose/zangoose.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0335_zangoose/zangoose_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0335_zangoose/zangoose_shiny.png new file mode 100644 index 00000000..2875dd2e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0335_zangoose/zangoose_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0336_seviper/seviper.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0336_seviper/seviper.png new file mode 100644 index 00000000..c5346fc4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0336_seviper/seviper.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0336_seviper/seviper_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0336_seviper/seviper_shiny.png new file mode 100644 index 00000000..0d9dff2c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0336_seviper/seviper_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0337_lunatone/lunatone.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0337_lunatone/lunatone.png new file mode 100644 index 00000000..f430ab05 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0337_lunatone/lunatone.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0337_lunatone/lunatone_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0337_lunatone/lunatone_shiny.png new file mode 100644 index 00000000..856bf8f8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0337_lunatone/lunatone_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0338_solrock/solrock.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0338_solrock/solrock.png new file mode 100644 index 00000000..2b7b57ce Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0338_solrock/solrock.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0338_solrock/solrock_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0338_solrock/solrock_shiny.png new file mode 100644 index 00000000..ca657b54 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0338_solrock/solrock_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0339_barboach/barboach.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0339_barboach/barboach.png new file mode 100644 index 00000000..750a7cc7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0339_barboach/barboach.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0339_barboach/barboach_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0339_barboach/barboach_shiny.png new file mode 100644 index 00000000..99669c82 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0339_barboach/barboach_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0340_whiscash/whiscash.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0340_whiscash/whiscash.png new file mode 100644 index 00000000..035d64e4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0340_whiscash/whiscash.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0340_whiscash/whiscash_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0340_whiscash/whiscash_shiny.png new file mode 100644 index 00000000..112ae593 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0340_whiscash/whiscash_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0341_corphish/corphish.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0341_corphish/corphish.png new file mode 100644 index 00000000..b8167c81 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0341_corphish/corphish.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0341_corphish/corphish_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0341_corphish/corphish_shiny.png new file mode 100644 index 00000000..e55d834b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0341_corphish/corphish_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0342_crawdaunt/crawdaunt.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0342_crawdaunt/crawdaunt.png new file mode 100644 index 00000000..103955e0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0342_crawdaunt/crawdaunt.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0342_crawdaunt/crawdaunt_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0342_crawdaunt/crawdaunt_shiny.png new file mode 100644 index 00000000..3b737b74 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0342_crawdaunt/crawdaunt_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0343_baltoy/baltoy.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0343_baltoy/baltoy.png new file mode 100644 index 00000000..506a5bd0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0343_baltoy/baltoy.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0343_baltoy/baltoy_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0343_baltoy/baltoy_shiny.png new file mode 100644 index 00000000..3794b0e0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0343_baltoy/baltoy_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0344_claydol/claydol.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0344_claydol/claydol.png new file mode 100644 index 00000000..47e1ba47 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0344_claydol/claydol.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0344_claydol/claydol_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0344_claydol/claydol_shiny.png new file mode 100644 index 00000000..6db273b6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0344_claydol/claydol_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0345_lileep/lileep.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0345_lileep/lileep.png new file mode 100644 index 00000000..c50d7cd1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0345_lileep/lileep.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0345_lileep/lileep_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0345_lileep/lileep_female.png new file mode 100644 index 00000000..ee5e2c54 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0345_lileep/lileep_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0345_lileep/lileep_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0345_lileep/lileep_female_shiny.png new file mode 100644 index 00000000..cd2e47e1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0345_lileep/lileep_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0345_lileep/lileep_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0345_lileep/lileep_shiny.png new file mode 100644 index 00000000..01f2c2e2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0345_lileep/lileep_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0346_cradily/cradily.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0346_cradily/cradily.png new file mode 100644 index 00000000..0c8a9c45 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0346_cradily/cradily.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0346_cradily/cradily_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0346_cradily/cradily_female.png new file mode 100644 index 00000000..e76769b5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0346_cradily/cradily_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0346_cradily/cradily_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0346_cradily/cradily_female_shiny.png new file mode 100644 index 00000000..4b4695d7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0346_cradily/cradily_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0346_cradily/cradily_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0346_cradily/cradily_shiny.png new file mode 100644 index 00000000..e2050c3f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0346_cradily/cradily_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0347_anorith/anorith.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0347_anorith/anorith.png new file mode 100644 index 00000000..183621af Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0347_anorith/anorith.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0347_anorith/anorith_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0347_anorith/anorith_female.png new file mode 100644 index 00000000..51af052a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0347_anorith/anorith_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0347_anorith/anorith_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0347_anorith/anorith_female_shiny.png new file mode 100644 index 00000000..d0b5fed2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0347_anorith/anorith_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0347_anorith/anorith_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0347_anorith/anorith_shiny.png new file mode 100644 index 00000000..3c683628 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0347_anorith/anorith_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0348_armaldo/armaldo.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0348_armaldo/armaldo.png new file mode 100644 index 00000000..deefb8f3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0348_armaldo/armaldo.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0348_armaldo/armaldo_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0348_armaldo/armaldo_female.png new file mode 100644 index 00000000..fc886cdf Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0348_armaldo/armaldo_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0348_armaldo/armaldo_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0348_armaldo/armaldo_female_shiny.png new file mode 100644 index 00000000..46dbb733 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0348_armaldo/armaldo_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0348_armaldo/armaldo_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0348_armaldo/armaldo_shiny.png new file mode 100644 index 00000000..b622bf9b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0348_armaldo/armaldo_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0349_feebas/feebas.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0349_feebas/feebas.png new file mode 100644 index 00000000..8117dab8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0349_feebas/feebas.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0349_feebas/feebas_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0349_feebas/feebas_shiny.png new file mode 100644 index 00000000..b2b16b34 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0349_feebas/feebas_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0350_milotic/milotic_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0350_milotic/milotic_female.png new file mode 100644 index 00000000..3fcb88b0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0350_milotic/milotic_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0350_milotic/milotic_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0350_milotic/milotic_female_shiny.png new file mode 100644 index 00000000..d8493e1c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0350_milotic/milotic_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0350_milotic/milotic_male.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0350_milotic/milotic_male.png new file mode 100644 index 00000000..9b8df0a5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0350_milotic/milotic_male.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0350_milotic/milotic_male_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0350_milotic/milotic_male_shiny.png new file mode 100644 index 00000000..29ce354c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0350_milotic/milotic_male_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0351_castform/castform.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0351_castform/castform.png new file mode 100644 index 00000000..4de1afbf Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0351_castform/castform.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0351_castform/castform_rainy.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0351_castform/castform_rainy.png new file mode 100644 index 00000000..14d09320 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0351_castform/castform_rainy.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0351_castform/castform_rainy_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0351_castform/castform_rainy_shiny.png new file mode 100644 index 00000000..499f8d3b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0351_castform/castform_rainy_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0351_castform/castform_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0351_castform/castform_shiny.png new file mode 100644 index 00000000..7ec18e3e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0351_castform/castform_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0351_castform/castform_snowy.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0351_castform/castform_snowy.png new file mode 100644 index 00000000..fa29127b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0351_castform/castform_snowy.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0351_castform/castform_snowy_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0351_castform/castform_snowy_shiny.png new file mode 100644 index 00000000..5e3ec761 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0351_castform/castform_snowy_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0351_castform/castform_sunny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0351_castform/castform_sunny.png new file mode 100644 index 00000000..eca881c6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0351_castform/castform_sunny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0351_castform/castform_sunny_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0351_castform/castform_sunny_shiny.png new file mode 100644 index 00000000..53535d75 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0351_castform/castform_sunny_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0352_kecleon/kecleon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0352_kecleon/kecleon.png new file mode 100644 index 00000000..466a4c82 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0352_kecleon/kecleon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0352_kecleon/kecleon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0352_kecleon/kecleon_shiny.png new file mode 100644 index 00000000..5809e97c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0352_kecleon/kecleon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0353_shuppet/shuppet.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0353_shuppet/shuppet.png new file mode 100644 index 00000000..33fd0d69 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0353_shuppet/shuppet.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0353_shuppet/shuppet_emissive.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0353_shuppet/shuppet_emissive.png new file mode 100644 index 00000000..c0c71771 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0353_shuppet/shuppet_emissive.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0353_shuppet/shuppet_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0353_shuppet/shuppet_shiny.png new file mode 100644 index 00000000..3b642ddb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0353_shuppet/shuppet_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0354_banette/banette.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0354_banette/banette.png new file mode 100644 index 00000000..fcc09472 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0354_banette/banette.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0354_banette/banette_emissive.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0354_banette/banette_emissive.png new file mode 100644 index 00000000..4408e258 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0354_banette/banette_emissive.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0354_banette/banette_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0354_banette/banette_shiny.png new file mode 100644 index 00000000..46de0c85 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0354_banette/banette_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0355_duskull/duskull.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0355_duskull/duskull.png new file mode 100644 index 00000000..4a24244d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0355_duskull/duskull.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0355_duskull/duskull_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0355_duskull/duskull_shiny.png new file mode 100644 index 00000000..282a01fb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0355_duskull/duskull_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0356_dusclops/dusclops.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0356_dusclops/dusclops.png new file mode 100644 index 00000000..22af5727 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0356_dusclops/dusclops.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0356_dusclops/dusclops_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0356_dusclops/dusclops_shiny.png new file mode 100644 index 00000000..42783b4c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0356_dusclops/dusclops_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0357_tropius/tropius.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0357_tropius/tropius.png new file mode 100644 index 00000000..f2fb067f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0357_tropius/tropius.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0357_tropius/tropius_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0357_tropius/tropius_shiny.png new file mode 100644 index 00000000..cce31f87 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0357_tropius/tropius_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0358_chimecho/chimecho.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0358_chimecho/chimecho.png new file mode 100644 index 00000000..ee2763ca Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0358_chimecho/chimecho.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0358_chimecho/chimecho_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0358_chimecho/chimecho_shiny.png new file mode 100644 index 00000000..28fc6ccc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0358_chimecho/chimecho_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0360_wynaut/wynaut.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0360_wynaut/wynaut.png new file mode 100644 index 00000000..9da7c60f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0360_wynaut/wynaut.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0360_wynaut/wynaut_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0360_wynaut/wynaut_shiny.png new file mode 100644 index 00000000..725876ab Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0360_wynaut/wynaut_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0363_spheal/spheal.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0363_spheal/spheal.png new file mode 100644 index 00000000..9cc7d376 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0363_spheal/spheal.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0363_spheal/spheal_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0363_spheal/spheal_shiny.png new file mode 100644 index 00000000..47a38ecb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0363_spheal/spheal_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0364_sealeo/sealeo.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0364_sealeo/sealeo.png new file mode 100644 index 00000000..a923ac23 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0364_sealeo/sealeo.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0364_sealeo/sealeo_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0364_sealeo/sealeo_shiny.png new file mode 100644 index 00000000..ec17c6da Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0364_sealeo/sealeo_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0365_walrein/walrein.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0365_walrein/walrein.png new file mode 100644 index 00000000..080ae499 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0365_walrein/walrein.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0365_walrein/walrein_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0365_walrein/walrein_shiny.png new file mode 100644 index 00000000..caa464bb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0365_walrein/walrein_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0366_clamperl/clamperl.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0366_clamperl/clamperl.png new file mode 100644 index 00000000..e3b4746e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0366_clamperl/clamperl.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0366_clamperl/clamperl_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0366_clamperl/clamperl_shiny.png new file mode 100644 index 00000000..a11f456d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0366_clamperl/clamperl_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0367_huntail/huntail.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0367_huntail/huntail.png new file mode 100644 index 00000000..cd2d2c4c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0367_huntail/huntail.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0367_huntail/huntail_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0367_huntail/huntail_shiny.png new file mode 100644 index 00000000..7b878356 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0367_huntail/huntail_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0368_gorebyss/gorebyss.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0368_gorebyss/gorebyss.png new file mode 100644 index 00000000..afd3be7d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0368_gorebyss/gorebyss.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0368_gorebyss/gorebyss_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0368_gorebyss/gorebyss_shiny.png new file mode 100644 index 00000000..ac8abc5f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0368_gorebyss/gorebyss_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0369_relicanth/relicanth.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0369_relicanth/relicanth.png new file mode 100644 index 00000000..4bf0fe33 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0369_relicanth/relicanth.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0369_relicanth/relicanth_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0369_relicanth/relicanth_female.png new file mode 100644 index 00000000..49cb7ca1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0369_relicanth/relicanth_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0369_relicanth/relicanth_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0369_relicanth/relicanth_female_shiny.png new file mode 100644 index 00000000..c127f2aa Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0369_relicanth/relicanth_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0369_relicanth/relicanth_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0369_relicanth/relicanth_shiny.png new file mode 100644 index 00000000..014e7b3c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0369_relicanth/relicanth_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0370_luvdisc/luvdisc.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0370_luvdisc/luvdisc.png new file mode 100644 index 00000000..fbb7a288 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0370_luvdisc/luvdisc.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0370_luvdisc/luvdisc_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0370_luvdisc/luvdisc_shiny.png new file mode 100644 index 00000000..e407083a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0370_luvdisc/luvdisc_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0371_bagon/bagon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0371_bagon/bagon.png new file mode 100644 index 00000000..488f5e30 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0371_bagon/bagon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0371_bagon/bagon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0371_bagon/bagon_shiny.png new file mode 100644 index 00000000..3b198408 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0371_bagon/bagon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0372_shelgon/shelgon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0372_shelgon/shelgon.png new file mode 100644 index 00000000..35098bc9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0372_shelgon/shelgon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0372_shelgon/shelgon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0372_shelgon/shelgon_shiny.png new file mode 100644 index 00000000..3e10a8cc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0372_shelgon/shelgon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0373_salamence/salamence.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0373_salamence/salamence.png new file mode 100644 index 00000000..89cc490c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0373_salamence/salamence.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0373_salamence/salamence_mega.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0373_salamence/salamence_mega.png new file mode 100644 index 00000000..5f2654e6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0373_salamence/salamence_mega.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0373_salamence/salamence_mega_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0373_salamence/salamence_mega_shiny.png new file mode 100644 index 00000000..3f02917f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0373_salamence/salamence_mega_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0373_salamence/salamence_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0373_salamence/salamence_shiny.png new file mode 100644 index 00000000..19449563 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0373_salamence/salamence_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0374_beldum/beldum.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0374_beldum/beldum.png new file mode 100644 index 00000000..748f4cdf Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0374_beldum/beldum.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0374_beldum/beldum_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0374_beldum/beldum_shiny.png new file mode 100644 index 00000000..3e4ad81b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0374_beldum/beldum_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0375_metang/metang.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0375_metang/metang.png new file mode 100644 index 00000000..3c6a8a7a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0375_metang/metang.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0375_metang/metang_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0375_metang/metang_shiny.png new file mode 100644 index 00000000..a76c019d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0375_metang/metang_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0376_metagross/metagross.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0376_metagross/metagross.png new file mode 100644 index 00000000..4cfdd2f2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0376_metagross/metagross.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0376_metagross/metagross_mega.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0376_metagross/metagross_mega.png new file mode 100644 index 00000000..21d73fde Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0376_metagross/metagross_mega.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0376_metagross/metagross_mega_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0376_metagross/metagross_mega_shiny.png new file mode 100644 index 00000000..584526a2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0376_metagross/metagross_mega_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0376_metagross/metagross_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0376_metagross/metagross_shiny.png new file mode 100644 index 00000000..9dff940f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0376_metagross/metagross_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0377_regirock/regirock.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0377_regirock/regirock.png new file mode 100644 index 00000000..3a199e7b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0377_regirock/regirock.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0377_regirock/regirock_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0377_regirock/regirock_shiny.png new file mode 100644 index 00000000..6ad9eeda Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0377_regirock/regirock_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0378_regice/regice.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0378_regice/regice.png new file mode 100644 index 00000000..a531f0e9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0378_regice/regice.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0378_regice/regice_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0378_regice/regice_shiny.png new file mode 100644 index 00000000..9dd205c2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0378_regice/regice_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0379_registeel/registeel.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0379_registeel/registeel.png new file mode 100644 index 00000000..8df76a6b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0379_registeel/registeel.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0379_registeel/registeel_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0379_registeel/registeel_shiny.png new file mode 100644 index 00000000..6d0f3937 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0379_registeel/registeel_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0385_jirachi/jirachi.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0385_jirachi/jirachi.png new file mode 100644 index 00000000..35294ae0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0385_jirachi/jirachi.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0385_jirachi/jirachi_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0385_jirachi/jirachi_shiny.png new file mode 100644 index 00000000..7b1cf6e0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0385_jirachi/jirachi_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0387_turtwig/turtwig.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0387_turtwig/turtwig.png new file mode 100644 index 00000000..4f0af77a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0387_turtwig/turtwig.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0387_turtwig/turtwig_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0387_turtwig/turtwig_female.png new file mode 100644 index 00000000..415f7048 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0387_turtwig/turtwig_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0387_turtwig/turtwig_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0387_turtwig/turtwig_female_shiny.png new file mode 100644 index 00000000..8fe9861b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0387_turtwig/turtwig_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0387_turtwig/turtwig_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0387_turtwig/turtwig_shiny.png new file mode 100644 index 00000000..c4c1902b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0387_turtwig/turtwig_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0388_grotle/grotle.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0388_grotle/grotle.png new file mode 100644 index 00000000..2ad392d7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0388_grotle/grotle.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0388_grotle/grotle_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0388_grotle/grotle_female.png new file mode 100644 index 00000000..845ba8af Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0388_grotle/grotle_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0388_grotle/grotle_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0388_grotle/grotle_female_shiny.png new file mode 100644 index 00000000..cc053828 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0388_grotle/grotle_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0388_grotle/grotle_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0388_grotle/grotle_shiny.png new file mode 100644 index 00000000..b23468b6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0388_grotle/grotle_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra.png new file mode 100644 index 00000000..b5e069a2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_acacia.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_acacia.png new file mode 100644 index 00000000..b5e069a2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_acacia.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_acacia_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_acacia_shiny.png new file mode 100644 index 00000000..5413a846 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_acacia_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_azalea.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_azalea.png new file mode 100644 index 00000000..b5e069a2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_azalea.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_azalea_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_azalea_shiny.png new file mode 100644 index 00000000..5413a846 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_azalea_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_birch.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_birch.png new file mode 100644 index 00000000..b5e069a2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_birch.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_birch_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_birch_shiny.png new file mode 100644 index 00000000..5413a846 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_birch_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_darkoak.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_darkoak.png new file mode 100644 index 00000000..b5e069a2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_darkoak.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_darkoak_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_darkoak_shiny.png new file mode 100644 index 00000000..5413a846 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_darkoak_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_female.png new file mode 100644 index 00000000..9318898a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_female_shiny.png new file mode 100644 index 00000000..af58df66 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_jungle.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_jungle.png new file mode 100644 index 00000000..b5e069a2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_jungle.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_jungle_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_jungle_shiny.png new file mode 100644 index 00000000..5413a846 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_jungle_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_mangrove.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_mangrove.png new file mode 100644 index 00000000..b5e069a2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_mangrove.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_mangrove_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_mangrove_shiny.png new file mode 100644 index 00000000..5413a846 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_mangrove_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_oak.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_oak.png new file mode 100644 index 00000000..b5e069a2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_oak.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_oak_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_oak_shiny.png new file mode 100644 index 00000000..5413a846 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_oak_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_shiny.png new file mode 100644 index 00000000..5413a846 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_spruce.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_spruce.png new file mode 100644 index 00000000..b5e069a2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_spruce.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_spruce_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_spruce_shiny.png new file mode 100644 index 00000000..5413a846 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_spruce_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_swamp.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_swamp.png new file mode 100644 index 00000000..b5e069a2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_swamp.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_swamp_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_swamp_shiny.png new file mode 100644 index 00000000..5413a846 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_swamp_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0390_chimchar/chimchar.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0390_chimchar/chimchar.png new file mode 100644 index 00000000..b278c468 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0390_chimchar/chimchar.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0390_chimchar/chimchar_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0390_chimchar/chimchar_female.png new file mode 100644 index 00000000..41f2c939 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0390_chimchar/chimchar_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0390_chimchar/chimchar_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0390_chimchar/chimchar_female_shiny.png new file mode 100644 index 00000000..6e9118d0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0390_chimchar/chimchar_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0390_chimchar/chimchar_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0390_chimchar/chimchar_shiny.png new file mode 100644 index 00000000..d978ebe4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0390_chimchar/chimchar_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0391_monferno/monferno.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0391_monferno/monferno.png new file mode 100644 index 00000000..318100b7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0391_monferno/monferno.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0391_monferno/monferno_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0391_monferno/monferno_female.png new file mode 100644 index 00000000..383862a1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0391_monferno/monferno_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0391_monferno/monferno_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0391_monferno/monferno_female_shiny.png new file mode 100644 index 00000000..78b7d74f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0391_monferno/monferno_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0391_monferno/monferno_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0391_monferno/monferno_shiny.png new file mode 100644 index 00000000..1c2c2066 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0391_monferno/monferno_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0392_infernape/infernape.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0392_infernape/infernape.png new file mode 100644 index 00000000..71f7d60f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0392_infernape/infernape.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0392_infernape/infernape_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0392_infernape/infernape_female.png new file mode 100644 index 00000000..111100cb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0392_infernape/infernape_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0392_infernape/infernape_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0392_infernape/infernape_female_shiny.png new file mode 100644 index 00000000..6d6427b2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0392_infernape/infernape_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0392_infernape/infernape_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0392_infernape/infernape_shiny.png new file mode 100644 index 00000000..8f5af468 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0392_infernape/infernape_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0393_piplup/piplup.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0393_piplup/piplup.png new file mode 100644 index 00000000..2b5a2514 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0393_piplup/piplup.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0393_piplup/piplup_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0393_piplup/piplup_female.png new file mode 100644 index 00000000..868bb259 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0393_piplup/piplup_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0393_piplup/piplup_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0393_piplup/piplup_female_shiny.png new file mode 100644 index 00000000..17f92a9a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0393_piplup/piplup_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0393_piplup/piplup_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0393_piplup/piplup_shiny.png new file mode 100644 index 00000000..7d0763b4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0393_piplup/piplup_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0394_prinplup/prinplup.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0394_prinplup/prinplup.png new file mode 100644 index 00000000..dc962969 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0394_prinplup/prinplup.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0394_prinplup/prinplup_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0394_prinplup/prinplup_female.png new file mode 100644 index 00000000..2e1a481f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0394_prinplup/prinplup_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0394_prinplup/prinplup_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0394_prinplup/prinplup_female_shiny.png new file mode 100644 index 00000000..d6796b49 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0394_prinplup/prinplup_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0394_prinplup/prinplup_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0394_prinplup/prinplup_shiny.png new file mode 100644 index 00000000..c888f0e4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0394_prinplup/prinplup_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0395_empoleon/empoleon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0395_empoleon/empoleon.png new file mode 100644 index 00000000..b0e83a99 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0395_empoleon/empoleon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0395_empoleon/empoleon_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0395_empoleon/empoleon_female.png new file mode 100644 index 00000000..91177f4b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0395_empoleon/empoleon_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0395_empoleon/empoleon_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0395_empoleon/empoleon_female_shiny.png new file mode 100644 index 00000000..0d611477 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0395_empoleon/empoleon_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0395_empoleon/empoleon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0395_empoleon/empoleon_shiny.png new file mode 100644 index 00000000..48a7921c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0395_empoleon/empoleon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0396_starly/starly.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0396_starly/starly.png new file mode 100644 index 00000000..dc0e18ce Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0396_starly/starly.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0396_starly/starly_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0396_starly/starly_shiny.png new file mode 100644 index 00000000..dd037ed6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0396_starly/starly_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0397_staravia/staravia.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0397_staravia/staravia.png new file mode 100644 index 00000000..3de2defc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0397_staravia/staravia.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0397_staravia/staravia_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0397_staravia/staravia_shiny.png new file mode 100644 index 00000000..c9e6828e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0397_staravia/staravia_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0398_staraptor/staraptor.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0398_staraptor/staraptor.png new file mode 100644 index 00000000..89b28dfd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0398_staraptor/staraptor.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0398_staraptor/staraptor_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0398_staraptor/staraptor_shiny.png new file mode 100644 index 00000000..f633cc3c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0398_staraptor/staraptor_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0399_bidoof/bidoof.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0399_bidoof/bidoof.png new file mode 100644 index 00000000..14cd29d1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0399_bidoof/bidoof.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0399_bidoof/bidoof_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0399_bidoof/bidoof_female.png new file mode 100644 index 00000000..1950372b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0399_bidoof/bidoof_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0399_bidoof/bidoof_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0399_bidoof/bidoof_female_shiny.png new file mode 100644 index 00000000..b2ea3238 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0399_bidoof/bidoof_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0399_bidoof/bidoof_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0399_bidoof/bidoof_shiny.png new file mode 100644 index 00000000..8bdb819f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0399_bidoof/bidoof_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0400_bibarel/bibarel.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0400_bibarel/bibarel.png new file mode 100644 index 00000000..e2dd258c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0400_bibarel/bibarel.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0400_bibarel/bibarel_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0400_bibarel/bibarel_female.png new file mode 100644 index 00000000..39900ff7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0400_bibarel/bibarel_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0400_bibarel/bibarel_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0400_bibarel/bibarel_female_shiny.png new file mode 100644 index 00000000..48ea0df8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0400_bibarel/bibarel_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0400_bibarel/bibarel_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0400_bibarel/bibarel_shiny.png new file mode 100644 index 00000000..928124e3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0400_bibarel/bibarel_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0401_kricketot/kricketot.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0401_kricketot/kricketot.png new file mode 100644 index 00000000..f6b07e4c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0401_kricketot/kricketot.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0401_kricketot/kricketot_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0401_kricketot/kricketot_female.png new file mode 100644 index 00000000..c0259b07 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0401_kricketot/kricketot_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0401_kricketot/kricketot_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0401_kricketot/kricketot_female_shiny.png new file mode 100644 index 00000000..012d7300 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0401_kricketot/kricketot_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0401_kricketot/kricketot_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0401_kricketot/kricketot_shiny.png new file mode 100644 index 00000000..693ee820 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0401_kricketot/kricketot_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0402_kricketune/kricketune.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0402_kricketune/kricketune.png new file mode 100644 index 00000000..0fa9b737 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0402_kricketune/kricketune.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0402_kricketune/kricketune_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0402_kricketune/kricketune_female.png new file mode 100644 index 00000000..0ae81073 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0402_kricketune/kricketune_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0402_kricketune/kricketune_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0402_kricketune/kricketune_female_shiny.png new file mode 100644 index 00000000..72e585c9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0402_kricketune/kricketune_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0402_kricketune/kricketune_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0402_kricketune/kricketune_shiny.png new file mode 100644 index 00000000..7a477f1d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0402_kricketune/kricketune_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0403_shinx/shinx.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0403_shinx/shinx.png new file mode 100644 index 00000000..aba88e75 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0403_shinx/shinx.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0403_shinx/shinx_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0403_shinx/shinx_shiny.png new file mode 100644 index 00000000..374e2419 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0403_shinx/shinx_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0404_luxio/luxio.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0404_luxio/luxio.png new file mode 100644 index 00000000..22805c3e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0404_luxio/luxio.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0404_luxio/luxio_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0404_luxio/luxio_shiny.png new file mode 100644 index 00000000..c901802e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0404_luxio/luxio_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0405_luxray/luxray.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0405_luxray/luxray.png new file mode 100644 index 00000000..bf6413dc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0405_luxray/luxray.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0405_luxray/luxray_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0405_luxray/luxray_shiny.png new file mode 100644 index 00000000..e204ed12 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0405_luxray/luxray_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0406_budew/budew.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0406_budew/budew.png new file mode 100644 index 00000000..4455dd3a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0406_budew/budew.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0406_budew/budew_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0406_budew/budew_shiny.png new file mode 100644 index 00000000..a9e9f4c3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0406_budew/budew_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0407_roserade/roserade.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0407_roserade/roserade.png new file mode 100644 index 00000000..320d128f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0407_roserade/roserade.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0407_roserade/roserade_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0407_roserade/roserade_female.png new file mode 100644 index 00000000..4b7aabb9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0407_roserade/roserade_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0407_roserade/roserade_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0407_roserade/roserade_female_shiny.png new file mode 100644 index 00000000..4fa21836 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0407_roserade/roserade_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0407_roserade/roserade_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0407_roserade/roserade_shiny.png new file mode 100644 index 00000000..755aa704 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0407_roserade/roserade_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0408_cranidos/cranidos.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0408_cranidos/cranidos.png new file mode 100644 index 00000000..cfcf910e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0408_cranidos/cranidos.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0408_cranidos/cranidos_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0408_cranidos/cranidos_female.png new file mode 100644 index 00000000..2a224ab2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0408_cranidos/cranidos_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0408_cranidos/cranidos_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0408_cranidos/cranidos_female_shiny.png new file mode 100644 index 00000000..15391c4b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0408_cranidos/cranidos_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0408_cranidos/cranidos_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0408_cranidos/cranidos_shiny.png new file mode 100644 index 00000000..b6c2d7f8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0408_cranidos/cranidos_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0409_rampardos/rampardos.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0409_rampardos/rampardos.png new file mode 100644 index 00000000..701e8839 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0409_rampardos/rampardos.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0409_rampardos/rampardos_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0409_rampardos/rampardos_female.png new file mode 100644 index 00000000..f830e7cf Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0409_rampardos/rampardos_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0409_rampardos/rampardos_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0409_rampardos/rampardos_female_shiny.png new file mode 100644 index 00000000..339c3ab7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0409_rampardos/rampardos_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0409_rampardos/rampardos_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0409_rampardos/rampardos_shiny.png new file mode 100644 index 00000000..42b765a0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0409_rampardos/rampardos_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0410_shieldon/shieldon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0410_shieldon/shieldon.png new file mode 100644 index 00000000..06097ce6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0410_shieldon/shieldon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0410_shieldon/shieldon_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0410_shieldon/shieldon_female.png new file mode 100644 index 00000000..2cb0187b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0410_shieldon/shieldon_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0410_shieldon/shieldon_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0410_shieldon/shieldon_female_shiny.png new file mode 100644 index 00000000..ab6e2a18 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0410_shieldon/shieldon_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0410_shieldon/shieldon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0410_shieldon/shieldon_shiny.png new file mode 100644 index 00000000..583595af Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0410_shieldon/shieldon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0411_bastiodon/bastiodon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0411_bastiodon/bastiodon.png new file mode 100644 index 00000000..a6dd1204 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0411_bastiodon/bastiodon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0411_bastiodon/bastiodon_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0411_bastiodon/bastiodon_female.png new file mode 100644 index 00000000..a2db1c11 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0411_bastiodon/bastiodon_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0411_bastiodon/bastiodon_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0411_bastiodon/bastiodon_female_shiny.png new file mode 100644 index 00000000..cf3751e8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0411_bastiodon/bastiodon_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0411_bastiodon/bastiodon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0411_bastiodon/bastiodon_shiny.png new file mode 100644 index 00000000..ca02b4a6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0411_bastiodon/bastiodon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0412_burmy/burmy.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0412_burmy/burmy.png new file mode 100644 index 00000000..ec9d7ad8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0412_burmy/burmy.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0412_burmy/burmy_plant.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0412_burmy/burmy_plant.png new file mode 100644 index 00000000..ec9d7ad8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0412_burmy/burmy_plant.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0412_burmy/burmy_plant_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0412_burmy/burmy_plant_shiny.png new file mode 100644 index 00000000..d413ae87 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0412_burmy/burmy_plant_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0412_burmy/burmy_sandy.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0412_burmy/burmy_sandy.png new file mode 100644 index 00000000..0fcfcfe7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0412_burmy/burmy_sandy.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0412_burmy/burmy_sandy_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0412_burmy/burmy_sandy_shiny.png new file mode 100644 index 00000000..06b95a52 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0412_burmy/burmy_sandy_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0412_burmy/burmy_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0412_burmy/burmy_shiny.png new file mode 100644 index 00000000..d413ae87 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0412_burmy/burmy_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0412_burmy/burmy_trash.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0412_burmy/burmy_trash.png new file mode 100644 index 00000000..dcf773a6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0412_burmy/burmy_trash.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0412_burmy/burmy_trash_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0412_burmy/burmy_trash_shiny.png new file mode 100644 index 00000000..63197022 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0412_burmy/burmy_trash_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0413_wormadam/wormadam.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0413_wormadam/wormadam.png new file mode 100644 index 00000000..eae7eff8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0413_wormadam/wormadam.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0413_wormadam/wormadam_plant.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0413_wormadam/wormadam_plant.png new file mode 100644 index 00000000..eae7eff8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0413_wormadam/wormadam_plant.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0413_wormadam/wormadam_plant_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0413_wormadam/wormadam_plant_shiny.png new file mode 100644 index 00000000..cbe724a9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0413_wormadam/wormadam_plant_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0413_wormadam/wormadam_sandy.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0413_wormadam/wormadam_sandy.png new file mode 100644 index 00000000..c7031ba5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0413_wormadam/wormadam_sandy.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0413_wormadam/wormadam_sandy_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0413_wormadam/wormadam_sandy_shiny.png new file mode 100644 index 00000000..2eab5652 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0413_wormadam/wormadam_sandy_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0413_wormadam/wormadam_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0413_wormadam/wormadam_shiny.png new file mode 100644 index 00000000..cbe724a9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0413_wormadam/wormadam_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0413_wormadam/wormadam_trash.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0413_wormadam/wormadam_trash.png new file mode 100644 index 00000000..5bb7ad0c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0413_wormadam/wormadam_trash.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0413_wormadam/wormadam_trash_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0413_wormadam/wormadam_trash_shiny.png new file mode 100644 index 00000000..ad600926 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0413_wormadam/wormadam_trash_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0414_mothim/mothim.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0414_mothim/mothim.png new file mode 100644 index 00000000..ca3f54c7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0414_mothim/mothim.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0414_mothim/mothim_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0414_mothim/mothim_shiny.png new file mode 100644 index 00000000..0da3d157 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0414_mothim/mothim_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0415_combee/combee.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0415_combee/combee.png new file mode 100644 index 00000000..3c70b8af Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0415_combee/combee.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0415_combee/combee_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0415_combee/combee_female.png new file mode 100644 index 00000000..3ef8efa5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0415_combee/combee_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0415_combee/combee_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0415_combee/combee_female_shiny.png new file mode 100644 index 00000000..86a6c81a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0415_combee/combee_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0415_combee/combee_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0415_combee/combee_shiny.png new file mode 100644 index 00000000..e08d4ab6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0415_combee/combee_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0416_vespiquen/vespiquen.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0416_vespiquen/vespiquen.png new file mode 100644 index 00000000..dfda2574 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0416_vespiquen/vespiquen.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0416_vespiquen/vespiquen_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0416_vespiquen/vespiquen_shiny.png new file mode 100644 index 00000000..56174857 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0416_vespiquen/vespiquen_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0417_pachirisu/pachirisu.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0417_pachirisu/pachirisu.png new file mode 100644 index 00000000..5b09d64b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0417_pachirisu/pachirisu.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0417_pachirisu/pachirisu_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0417_pachirisu/pachirisu_female.png new file mode 100644 index 00000000..947777e2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0417_pachirisu/pachirisu_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0417_pachirisu/pachirisu_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0417_pachirisu/pachirisu_female_shiny.png new file mode 100644 index 00000000..cc0cc1a0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0417_pachirisu/pachirisu_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0417_pachirisu/pachirisu_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0417_pachirisu/pachirisu_shiny.png new file mode 100644 index 00000000..f42b105b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0417_pachirisu/pachirisu_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0418_buizel/buizel.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0418_buizel/buizel.png new file mode 100644 index 00000000..8e060cb8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0418_buizel/buizel.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0418_buizel/buizel_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0418_buizel/buizel_shiny.png new file mode 100644 index 00000000..32aa2ed4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0418_buizel/buizel_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0419_floatzel/floatzel.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0419_floatzel/floatzel.png new file mode 100644 index 00000000..3aaeffb2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0419_floatzel/floatzel.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0419_floatzel/floatzel_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0419_floatzel/floatzel_shiny.png new file mode 100644 index 00000000..bc061680 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0419_floatzel/floatzel_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0420_cherubi/cherubi.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0420_cherubi/cherubi.png new file mode 100644 index 00000000..b3c48eab Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0420_cherubi/cherubi.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0420_cherubi/cherubi_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0420_cherubi/cherubi_shiny.png new file mode 100644 index 00000000..1a2efcf1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0420_cherubi/cherubi_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0421_cherrim/cherrim.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0421_cherrim/cherrim.png new file mode 100644 index 00000000..384817d6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0421_cherrim/cherrim.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0421_cherrim/cherrim_overcast.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0421_cherrim/cherrim_overcast.png new file mode 100644 index 00000000..384817d6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0421_cherrim/cherrim_overcast.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0421_cherrim/cherrim_overcast_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0421_cherrim/cherrim_overcast_shiny.png new file mode 100644 index 00000000..a69a9b2f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0421_cherrim/cherrim_overcast_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0421_cherrim/cherrim_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0421_cherrim/cherrim_shiny.png new file mode 100644 index 00000000..a69a9b2f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0421_cherrim/cherrim_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0421_cherrim/cherrim_sunshine.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0421_cherrim/cherrim_sunshine.png new file mode 100644 index 00000000..3b7c2ebd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0421_cherrim/cherrim_sunshine.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0421_cherrim/cherrim_sunshine_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0421_cherrim/cherrim_sunshine_shiny.png new file mode 100644 index 00000000..fd09f45c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0421_cherrim/cherrim_sunshine_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0424_ambipom/ambipom.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0424_ambipom/ambipom.png new file mode 100644 index 00000000..45df2efe Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0424_ambipom/ambipom.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0424_ambipom/ambipom_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0424_ambipom/ambipom_shiny.png new file mode 100644 index 00000000..8349c0fa Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0424_ambipom/ambipom_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0425_drifloon/drifloon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0425_drifloon/drifloon.png new file mode 100644 index 00000000..bd3d47ca Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0425_drifloon/drifloon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0425_drifloon/drifloon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0425_drifloon/drifloon_shiny.png new file mode 100644 index 00000000..f8fbc29c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0425_drifloon/drifloon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0426_drifblim/drifblim.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0426_drifblim/drifblim.png new file mode 100644 index 00000000..62fc10c0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0426_drifblim/drifblim.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0426_drifblim/drifblim_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0426_drifblim/drifblim_shiny.png new file mode 100644 index 00000000..560a887d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0426_drifblim/drifblim_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0427_buneary/buneary.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0427_buneary/buneary.png new file mode 100644 index 00000000..b2bde15e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0427_buneary/buneary.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0427_buneary/buneary_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0427_buneary/buneary_shiny.png new file mode 100644 index 00000000..9025cb85 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0427_buneary/buneary_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0428_lopunny/lopunny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0428_lopunny/lopunny.png new file mode 100644 index 00000000..66346066 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0428_lopunny/lopunny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0428_lopunny/lopunny_mega.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0428_lopunny/lopunny_mega.png new file mode 100644 index 00000000..8d54d1d1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0428_lopunny/lopunny_mega.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0428_lopunny/lopunny_mega_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0428_lopunny/lopunny_mega_shiny.png new file mode 100644 index 00000000..3b3a8755 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0428_lopunny/lopunny_mega_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0428_lopunny/lopunny_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0428_lopunny/lopunny_shiny.png new file mode 100644 index 00000000..d00d784f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0428_lopunny/lopunny_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0429_mismagius/mismagius.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0429_mismagius/mismagius.png new file mode 100644 index 00000000..c68e4a41 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0429_mismagius/mismagius.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0429_mismagius/mismagius_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0429_mismagius/mismagius_shiny.png new file mode 100644 index 00000000..85622de2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0429_mismagius/mismagius_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0430_honchkrow/honchkrow.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0430_honchkrow/honchkrow.png new file mode 100644 index 00000000..d2cbe14a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0430_honchkrow/honchkrow.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0430_honchkrow/honchkrow_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0430_honchkrow/honchkrow_shiny.png new file mode 100644 index 00000000..0285ea28 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0430_honchkrow/honchkrow_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0433_chingling/chingling.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0433_chingling/chingling.png new file mode 100644 index 00000000..1ee0cbad Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0433_chingling/chingling.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0433_chingling/chingling_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0433_chingling/chingling_shiny.png new file mode 100644 index 00000000..197c478d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0433_chingling/chingling_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0436_bronzor/bronzor.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0436_bronzor/bronzor.png new file mode 100644 index 00000000..cb9afa9c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0436_bronzor/bronzor.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0436_bronzor/bronzor_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0436_bronzor/bronzor_shiny.png new file mode 100644 index 00000000..e20decbf Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0436_bronzor/bronzor_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0437_bronzong/bronzong.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0437_bronzong/bronzong.png new file mode 100644 index 00000000..24b5efc9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0437_bronzong/bronzong.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0437_bronzong/bronzong_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0437_bronzong/bronzong_shiny.png new file mode 100644 index 00000000..bae7c8c6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0437_bronzong/bronzong_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0438_bonsly/bonsly.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0438_bonsly/bonsly.png new file mode 100644 index 00000000..76f64556 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0438_bonsly/bonsly.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0438_bonsly/bonsly_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0438_bonsly/bonsly_shiny.png new file mode 100644 index 00000000..e0052c45 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0438_bonsly/bonsly_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0439_mimejr/mimejr.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0439_mimejr/mimejr.png new file mode 100644 index 00000000..b0bdcb12 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0439_mimejr/mimejr.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0439_mimejr/mimejr_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0439_mimejr/mimejr_shiny.png new file mode 100644 index 00000000..1e44c476 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0439_mimejr/mimejr_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0440_happiny/happiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0440_happiny/happiny.png new file mode 100644 index 00000000..60efb3c7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0440_happiny/happiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0440_happiny/happiny_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0440_happiny/happiny_shiny.png new file mode 100644 index 00000000..338bcf6c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0440_happiny/happiny_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0441_chatot/chatot.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0441_chatot/chatot.png new file mode 100644 index 00000000..8012e9b1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0441_chatot/chatot.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0441_chatot/chatot_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0441_chatot/chatot_shiny.png new file mode 100644 index 00000000..086b0569 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0441_chatot/chatot_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0442_spiritomb/spiritomb.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0442_spiritomb/spiritomb.png new file mode 100644 index 00000000..09f06379 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0442_spiritomb/spiritomb.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0442_spiritomb/spiritomb_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0442_spiritomb/spiritomb_shiny.png new file mode 100644 index 00000000..f0d6e82f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0442_spiritomb/spiritomb_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0443_gible/gible.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0443_gible/gible.png new file mode 100644 index 00000000..b45d2341 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0443_gible/gible.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0443_gible/gible_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0443_gible/gible_female.png new file mode 100644 index 00000000..ac39453c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0443_gible/gible_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0443_gible/gible_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0443_gible/gible_female_shiny.png new file mode 100644 index 00000000..cf38a4b1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0443_gible/gible_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0443_gible/gible_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0443_gible/gible_shiny.png new file mode 100644 index 00000000..7167e9bf Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0443_gible/gible_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0444_gabite/gabite.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0444_gabite/gabite.png new file mode 100644 index 00000000..16d69a5a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0444_gabite/gabite.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0444_gabite/gabite_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0444_gabite/gabite_female.png new file mode 100644 index 00000000..2e9b90e0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0444_gabite/gabite_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0444_gabite/gabite_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0444_gabite/gabite_female_shiny.png new file mode 100644 index 00000000..86c78014 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0444_gabite/gabite_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0444_gabite/gabite_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0444_gabite/gabite_shiny.png new file mode 100644 index 00000000..c57c5aca Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0444_gabite/gabite_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0445_garchomp/garchomp.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0445_garchomp/garchomp.png new file mode 100644 index 00000000..7c256404 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0445_garchomp/garchomp.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0445_garchomp/garchomp_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0445_garchomp/garchomp_female.png new file mode 100644 index 00000000..676157e5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0445_garchomp/garchomp_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0445_garchomp/garchomp_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0445_garchomp/garchomp_female_shiny.png new file mode 100644 index 00000000..1e209eda Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0445_garchomp/garchomp_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0445_garchomp/garchomp_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0445_garchomp/garchomp_shiny.png new file mode 100644 index 00000000..d52ff3f5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0445_garchomp/garchomp_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0446_munchlax/munchlax.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0446_munchlax/munchlax.png new file mode 100644 index 00000000..c6e6a7b9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0446_munchlax/munchlax.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0446_munchlax/munchlax_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0446_munchlax/munchlax_female.png new file mode 100644 index 00000000..29ed6e79 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0446_munchlax/munchlax_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0446_munchlax/munchlax_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0446_munchlax/munchlax_female_shiny.png new file mode 100644 index 00000000..ca7ab58e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0446_munchlax/munchlax_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0446_munchlax/munchlax_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0446_munchlax/munchlax_shiny.png new file mode 100644 index 00000000..6ce0e007 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0446_munchlax/munchlax_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0447_riolu/riolu.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0447_riolu/riolu.png new file mode 100644 index 00000000..a3f69540 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0447_riolu/riolu.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0447_riolu/riolu_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0447_riolu/riolu_female.png new file mode 100644 index 00000000..e56b70a0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0447_riolu/riolu_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0447_riolu/riolu_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0447_riolu/riolu_female_shiny.png new file mode 100644 index 00000000..d25c7adc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0447_riolu/riolu_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0447_riolu/riolu_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0447_riolu/riolu_shiny.png new file mode 100644 index 00000000..e0b197ef Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0447_riolu/riolu_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0448_lucario/lucario.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0448_lucario/lucario.png new file mode 100644 index 00000000..678b4726 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0448_lucario/lucario.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0448_lucario/lucario_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0448_lucario/lucario_female.png new file mode 100644 index 00000000..261b3898 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0448_lucario/lucario_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0448_lucario/lucario_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0448_lucario/lucario_female_shiny.png new file mode 100644 index 00000000..d9c61263 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0448_lucario/lucario_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0448_lucario/lucario_mega.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0448_lucario/lucario_mega.png new file mode 100644 index 00000000..21260784 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0448_lucario/lucario_mega.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0448_lucario/lucario_mega_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0448_lucario/lucario_mega_shiny.png new file mode 100644 index 00000000..bf615aba Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0448_lucario/lucario_mega_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0448_lucario/lucario_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0448_lucario/lucario_shiny.png new file mode 100644 index 00000000..8c644217 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0448_lucario/lucario_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0449_hippopotas/hippopotas_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0449_hippopotas/hippopotas_female.png new file mode 100644 index 00000000..b4a1fec1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0449_hippopotas/hippopotas_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0449_hippopotas/hippopotas_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0449_hippopotas/hippopotas_female_shiny.png new file mode 100644 index 00000000..5572363a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0449_hippopotas/hippopotas_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0449_hippopotas/hippopotas_male.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0449_hippopotas/hippopotas_male.png new file mode 100644 index 00000000..3af216e2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0449_hippopotas/hippopotas_male.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0449_hippopotas/hippopotas_male_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0449_hippopotas/hippopotas_male_shiny.png new file mode 100644 index 00000000..9dd043e4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0449_hippopotas/hippopotas_male_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0450_hippowdon/hippowdon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0450_hippowdon/hippowdon.png new file mode 100644 index 00000000..a132c05f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0450_hippowdon/hippowdon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0450_hippowdon/hippowdon_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0450_hippowdon/hippowdon_female.png new file mode 100644 index 00000000..039630ed Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0450_hippowdon/hippowdon_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0450_hippowdon/hippowdon_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0450_hippowdon/hippowdon_female_shiny.png new file mode 100644 index 00000000..4861b3de Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0450_hippowdon/hippowdon_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0450_hippowdon/hippowdon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0450_hippowdon/hippowdon_shiny.png new file mode 100644 index 00000000..cbd3e6ad Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0450_hippowdon/hippowdon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0455_carnivine/carnivine.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0455_carnivine/carnivine.png new file mode 100644 index 00000000..37273450 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0455_carnivine/carnivine.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0455_carnivine/carnivine_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0455_carnivine/carnivine_shiny.png new file mode 100644 index 00000000..923af5ff Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0455_carnivine/carnivine_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0456_finneon/finneon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0456_finneon/finneon.png new file mode 100644 index 00000000..a73909b7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0456_finneon/finneon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0456_finneon/finneon_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0456_finneon/finneon_female.png new file mode 100644 index 00000000..9f56c270 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0456_finneon/finneon_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0456_finneon/finneon_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0456_finneon/finneon_female_shiny.png new file mode 100644 index 00000000..a5fa3c45 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0456_finneon/finneon_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0456_finneon/finneon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0456_finneon/finneon_shiny.png new file mode 100644 index 00000000..52688c84 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0456_finneon/finneon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0457_lumineon/lumineon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0457_lumineon/lumineon.png new file mode 100644 index 00000000..17b86562 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0457_lumineon/lumineon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0457_lumineon/lumineon_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0457_lumineon/lumineon_female.png new file mode 100644 index 00000000..1ff61670 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0457_lumineon/lumineon_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0457_lumineon/lumineon_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0457_lumineon/lumineon_female_shiny.png new file mode 100644 index 00000000..c34caa81 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0457_lumineon/lumineon_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0457_lumineon/lumineon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0457_lumineon/lumineon_shiny.png new file mode 100644 index 00000000..c5e84254 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0457_lumineon/lumineon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0458_mantyke/mantyke.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0458_mantyke/mantyke.png new file mode 100644 index 00000000..57a137b2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0458_mantyke/mantyke.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0458_mantyke/mantyke_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0458_mantyke/mantyke_shiny.png new file mode 100644 index 00000000..db12a0e7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0458_mantyke/mantyke_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0459_snover/snover.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0459_snover/snover.png new file mode 100644 index 00000000..89950e3e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0459_snover/snover.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0459_snover/snover_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0459_snover/snover_female.png new file mode 100644 index 00000000..c4df2a49 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0459_snover/snover_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0459_snover/snover_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0459_snover/snover_female_shiny.png new file mode 100644 index 00000000..a6fe3a40 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0459_snover/snover_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0459_snover/snover_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0459_snover/snover_shiny.png new file mode 100644 index 00000000..fe4636a0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0459_snover/snover_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0460_abomasnow/abomasnow.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0460_abomasnow/abomasnow.png new file mode 100644 index 00000000..71949344 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0460_abomasnow/abomasnow.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0460_abomasnow/abomasnow_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0460_abomasnow/abomasnow_female.png new file mode 100644 index 00000000..a72b30f4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0460_abomasnow/abomasnow_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0460_abomasnow/abomasnow_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0460_abomasnow/abomasnow_female_shiny.png new file mode 100644 index 00000000..97bc7696 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0460_abomasnow/abomasnow_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0460_abomasnow/abomasnow_mega.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0460_abomasnow/abomasnow_mega.png new file mode 100644 index 00000000..ff40ad64 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0460_abomasnow/abomasnow_mega.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0460_abomasnow/abomasnow_mega_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0460_abomasnow/abomasnow_mega_shiny.png new file mode 100644 index 00000000..ea332ab1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0460_abomasnow/abomasnow_mega_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0460_abomasnow/abomasnow_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0460_abomasnow/abomasnow_shiny.png new file mode 100644 index 00000000..755d6ee3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0460_abomasnow/abomasnow_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0461_weavile/weavile.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0461_weavile/weavile.png new file mode 100644 index 00000000..8d15a0ab Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0461_weavile/weavile.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0461_weavile/weavile_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0461_weavile/weavile_female.png new file mode 100644 index 00000000..3f96eb44 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0461_weavile/weavile_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0461_weavile/weavile_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0461_weavile/weavile_female_shiny.png new file mode 100644 index 00000000..fecdad59 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0461_weavile/weavile_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0461_weavile/weavile_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0461_weavile/weavile_shiny.png new file mode 100644 index 00000000..52915c07 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0461_weavile/weavile_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0462_magnezone/magnezone.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0462_magnezone/magnezone.png new file mode 100644 index 00000000..4c64c677 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0462_magnezone/magnezone.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0462_magnezone/magnezone_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0462_magnezone/magnezone_shiny.png new file mode 100644 index 00000000..275d22ac Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0462_magnezone/magnezone_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0463_lickilicky/lickilicky.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0463_lickilicky/lickilicky.png new file mode 100644 index 00000000..bc70946b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0463_lickilicky/lickilicky.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0463_lickilicky/lickilicky_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0463_lickilicky/lickilicky_shiny.png new file mode 100644 index 00000000..dbc01831 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0463_lickilicky/lickilicky_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0464_rhyperior/rhyperior.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0464_rhyperior/rhyperior.png new file mode 100644 index 00000000..7f42e3dd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0464_rhyperior/rhyperior.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0464_rhyperior/rhyperior_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0464_rhyperior/rhyperior_female.png new file mode 100644 index 00000000..5ccd4382 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0464_rhyperior/rhyperior_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0464_rhyperior/rhyperior_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0464_rhyperior/rhyperior_female_shiny.png new file mode 100644 index 00000000..d4a7a4be Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0464_rhyperior/rhyperior_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0464_rhyperior/rhyperior_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0464_rhyperior/rhyperior_shiny.png new file mode 100644 index 00000000..69fcac8a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0464_rhyperior/rhyperior_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0465_tangrowth/tangrowth.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0465_tangrowth/tangrowth.png new file mode 100644 index 00000000..9fed5d90 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0465_tangrowth/tangrowth.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0465_tangrowth/tangrowth_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0465_tangrowth/tangrowth_female.png new file mode 100644 index 00000000..faa83919 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0465_tangrowth/tangrowth_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0465_tangrowth/tangrowth_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0465_tangrowth/tangrowth_female_shiny.png new file mode 100644 index 00000000..e03c4c54 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0465_tangrowth/tangrowth_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0465_tangrowth/tangrowth_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0465_tangrowth/tangrowth_shiny.png new file mode 100644 index 00000000..716c63ce Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0465_tangrowth/tangrowth_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0466_electivire/electivire.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0466_electivire/electivire.png new file mode 100644 index 00000000..1d88442a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0466_electivire/electivire.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0466_electivire/electivire_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0466_electivire/electivire_shiny.png new file mode 100644 index 00000000..690a936c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0466_electivire/electivire_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0467_magmortar/magmortar.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0467_magmortar/magmortar.png new file mode 100644 index 00000000..fa55d3a4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0467_magmortar/magmortar.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0467_magmortar/magmortar_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0467_magmortar/magmortar_shiny.png new file mode 100644 index 00000000..e450b2ac Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0467_magmortar/magmortar_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0468_togekiss/togekiss.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0468_togekiss/togekiss.png new file mode 100644 index 00000000..d7303fc4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0468_togekiss/togekiss.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0468_togekiss/togekiss_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0468_togekiss/togekiss_female.png new file mode 100644 index 00000000..258a2394 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0468_togekiss/togekiss_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0468_togekiss/togekiss_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0468_togekiss/togekiss_female_shiny.png new file mode 100644 index 00000000..48450f35 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0468_togekiss/togekiss_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0468_togekiss/togekiss_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0468_togekiss/togekiss_shiny.png new file mode 100644 index 00000000..a8a83e8d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0468_togekiss/togekiss_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0469_yanmega/yanmega.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0469_yanmega/yanmega.png new file mode 100644 index 00000000..2bc68b54 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0469_yanmega/yanmega.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0469_yanmega/yanmega_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0469_yanmega/yanmega_shiny.png new file mode 100644 index 00000000..c9405881 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0469_yanmega/yanmega_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0470_leafeon/leafeon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0470_leafeon/leafeon.png new file mode 100644 index 00000000..f50ce262 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0470_leafeon/leafeon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0470_leafeon/leafeon_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0470_leafeon/leafeon_female.png new file mode 100644 index 00000000..0d7542ea Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0470_leafeon/leafeon_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0470_leafeon/leafeon_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0470_leafeon/leafeon_female_shiny.png new file mode 100644 index 00000000..1985e738 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0470_leafeon/leafeon_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0470_leafeon/leafeon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0470_leafeon/leafeon_shiny.png new file mode 100644 index 00000000..a7f8399a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0470_leafeon/leafeon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0471_glaceon/glaceon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0471_glaceon/glaceon.png new file mode 100644 index 00000000..c74d2495 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0471_glaceon/glaceon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0471_glaceon/glaceon_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0471_glaceon/glaceon_female.png new file mode 100644 index 00000000..141b10ff Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0471_glaceon/glaceon_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0471_glaceon/glaceon_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0471_glaceon/glaceon_female_shiny.png new file mode 100644 index 00000000..ed78e782 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0471_glaceon/glaceon_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0471_glaceon/glaceon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0471_glaceon/glaceon_shiny.png new file mode 100644 index 00000000..2bc6b390 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0471_glaceon/glaceon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0472_gliscor/gliscor.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0472_gliscor/gliscor.png new file mode 100644 index 00000000..d909f3e6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0472_gliscor/gliscor.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0472_gliscor/gliscor_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0472_gliscor/gliscor_shiny.png new file mode 100644 index 00000000..b023b4d5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0472_gliscor/gliscor_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0473_mamoswine/mamoswine.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0473_mamoswine/mamoswine.png new file mode 100644 index 00000000..e168f5d9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0473_mamoswine/mamoswine.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0473_mamoswine/mamoswine_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0473_mamoswine/mamoswine_female.png new file mode 100644 index 00000000..4e973d3c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0473_mamoswine/mamoswine_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0473_mamoswine/mamoswine_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0473_mamoswine/mamoswine_female_shiny.png new file mode 100644 index 00000000..e3104865 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0473_mamoswine/mamoswine_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0473_mamoswine/mamoswine_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0473_mamoswine/mamoswine_shiny.png new file mode 100644 index 00000000..0e70af31 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0473_mamoswine/mamoswine_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0474_porygonz/porygonz.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0474_porygonz/porygonz.png new file mode 100644 index 00000000..bef691c4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0474_porygonz/porygonz.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0474_porygonz/porygonz_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0474_porygonz/porygonz_shiny.png new file mode 100644 index 00000000..29a6a3b7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0474_porygonz/porygonz_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0475_gallade/gallade.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0475_gallade/gallade.png new file mode 100644 index 00000000..416790ec Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0475_gallade/gallade.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0475_gallade/gallade_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0475_gallade/gallade_shiny.png new file mode 100644 index 00000000..54ea8b93 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0475_gallade/gallade_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0476_probopass/probopass.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0476_probopass/probopass.png new file mode 100644 index 00000000..6a173e28 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0476_probopass/probopass.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0476_probopass/probopass_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0476_probopass/probopass_shiny.png new file mode 100644 index 00000000..265654c7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0476_probopass/probopass_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0477_dusknoir/dusknoir.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0477_dusknoir/dusknoir.png new file mode 100644 index 00000000..8d6d804f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0477_dusknoir/dusknoir.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0477_dusknoir/dusknoir_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0477_dusknoir/dusknoir_shiny.png new file mode 100644 index 00000000..aeeaf3d7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0477_dusknoir/dusknoir_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0479_rotom/rotom.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0479_rotom/rotom.png new file mode 100644 index 00000000..e6da481d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0479_rotom/rotom.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0479_rotom/rotom_fan.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0479_rotom/rotom_fan.png new file mode 100644 index 00000000..1019b966 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0479_rotom/rotom_fan.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0479_rotom/rotom_fan_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0479_rotom/rotom_fan_shiny.png new file mode 100644 index 00000000..41c2a20e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0479_rotom/rotom_fan_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0479_rotom/rotom_frost.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0479_rotom/rotom_frost.png new file mode 100644 index 00000000..58ab9a3d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0479_rotom/rotom_frost.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0479_rotom/rotom_frost_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0479_rotom/rotom_frost_shiny.png new file mode 100644 index 00000000..0914a8d3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0479_rotom/rotom_frost_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0479_rotom/rotom_heat.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0479_rotom/rotom_heat.png new file mode 100644 index 00000000..16f1d7ab Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0479_rotom/rotom_heat.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0479_rotom/rotom_heat_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0479_rotom/rotom_heat_shiny.png new file mode 100644 index 00000000..819f8253 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0479_rotom/rotom_heat_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0479_rotom/rotom_mow.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0479_rotom/rotom_mow.png new file mode 100644 index 00000000..e99a8dea Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0479_rotom/rotom_mow.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0479_rotom/rotom_mow_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0479_rotom/rotom_mow_shiny.png new file mode 100644 index 00000000..d57581ef Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0479_rotom/rotom_mow_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0479_rotom/rotom_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0479_rotom/rotom_shiny.png new file mode 100644 index 00000000..d5e1a131 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0479_rotom/rotom_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0479_rotom/rotom_wash.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0479_rotom/rotom_wash.png new file mode 100644 index 00000000..541ced3a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0479_rotom/rotom_wash.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0479_rotom/rotom_wash_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0479_rotom/rotom_wash_shiny.png new file mode 100644 index 00000000..9d85143c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0479_rotom/rotom_wash_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0480_uxie/uxie.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0480_uxie/uxie.png new file mode 100644 index 00000000..324b987e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0480_uxie/uxie.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0480_uxie/uxie_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0480_uxie/uxie_shiny.png new file mode 100644 index 00000000..47467ca3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0480_uxie/uxie_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0481_mesprit/mesprit.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0481_mesprit/mesprit.png new file mode 100644 index 00000000..30f027a1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0481_mesprit/mesprit.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0481_mesprit/mesprit_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0481_mesprit/mesprit_shiny.png new file mode 100644 index 00000000..7b6f0b4c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0481_mesprit/mesprit_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0482_azelf/azelf.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0482_azelf/azelf.png new file mode 100644 index 00000000..1d828991 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0482_azelf/azelf.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0482_azelf/azelf_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0482_azelf/azelf_shiny.png new file mode 100644 index 00000000..f7932884 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0482_azelf/azelf_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0483_dialga/dialga.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0483_dialga/dialga.png new file mode 100644 index 00000000..e4054c14 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0483_dialga/dialga.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0483_dialga/dialga_origin.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0483_dialga/dialga_origin.png new file mode 100644 index 00000000..5403eb76 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0483_dialga/dialga_origin.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0483_dialga/dialga_origin_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0483_dialga/dialga_origin_shiny.png new file mode 100644 index 00000000..a51a22fb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0483_dialga/dialga_origin_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0483_dialga/dialga_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0483_dialga/dialga_shiny.png new file mode 100644 index 00000000..c019fdd6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0483_dialga/dialga_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0484_palkia/palkia.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0484_palkia/palkia.png new file mode 100644 index 00000000..33a062cf Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0484_palkia/palkia.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0484_palkia/palkia_origin.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0484_palkia/palkia_origin.png new file mode 100644 index 00000000..66e56f59 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0484_palkia/palkia_origin.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0484_palkia/palkia_origin_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0484_palkia/palkia_origin_shiny.png new file mode 100644 index 00000000..5c3022c9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0484_palkia/palkia_origin_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0484_palkia/palkia_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0484_palkia/palkia_shiny.png new file mode 100644 index 00000000..f8dd485a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0484_palkia/palkia_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0485_heatran/heatran.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0485_heatran/heatran.png new file mode 100644 index 00000000..0915b896 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0485_heatran/heatran.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0485_heatran/heatran_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0485_heatran/heatran_shiny.png new file mode 100644 index 00000000..34ff31d4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0485_heatran/heatran_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0486_regigigas/regigigas.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0486_regigigas/regigigas.png new file mode 100644 index 00000000..4adad677 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0486_regigigas/regigigas.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0486_regigigas/regigigas_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0486_regigigas/regigigas_shiny.png new file mode 100644 index 00000000..2aebef22 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0486_regigigas/regigigas_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0487_giratina/giratina.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0487_giratina/giratina.png new file mode 100644 index 00000000..35322132 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0487_giratina/giratina.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0487_giratina/giratina_altered.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0487_giratina/giratina_altered.png new file mode 100644 index 00000000..35322132 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0487_giratina/giratina_altered.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0487_giratina/giratina_altered_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0487_giratina/giratina_altered_shiny.png new file mode 100644 index 00000000..60843795 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0487_giratina/giratina_altered_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0487_giratina/giratina_origin.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0487_giratina/giratina_origin.png new file mode 100644 index 00000000..abb5e32c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0487_giratina/giratina_origin.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0487_giratina/giratina_origin_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0487_giratina/giratina_origin_shiny.png new file mode 100644 index 00000000..84270055 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0487_giratina/giratina_origin_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0487_giratina/giratina_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0487_giratina/giratina_shiny.png new file mode 100644 index 00000000..60843795 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0487_giratina/giratina_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0494_victini/victini.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0494_victini/victini.png new file mode 100644 index 00000000..ff4db200 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0494_victini/victini.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0494_victini/victini_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0494_victini/victini_shiny.png new file mode 100644 index 00000000..bdc0b279 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0494_victini/victini_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0495_snivy/snivy.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0495_snivy/snivy.png new file mode 100644 index 00000000..09b5b8d5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0495_snivy/snivy.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0495_snivy/snivy_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0495_snivy/snivy_female.png new file mode 100644 index 00000000..776c2bb9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0495_snivy/snivy_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0495_snivy/snivy_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0495_snivy/snivy_female_shiny.png new file mode 100644 index 00000000..f7ca65b0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0495_snivy/snivy_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0495_snivy/snivy_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0495_snivy/snivy_shiny.png new file mode 100644 index 00000000..3e607bcd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0495_snivy/snivy_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0496_servine/servine.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0496_servine/servine.png new file mode 100644 index 00000000..6dfb06ba Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0496_servine/servine.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0496_servine/servine_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0496_servine/servine_female.png new file mode 100644 index 00000000..0b22eebf Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0496_servine/servine_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0496_servine/servine_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0496_servine/servine_female_shiny.png new file mode 100644 index 00000000..a7f08c85 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0496_servine/servine_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0496_servine/servine_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0496_servine/servine_shiny.png new file mode 100644 index 00000000..242a0dff Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0496_servine/servine_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0497_serperior/serperior.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0497_serperior/serperior.png new file mode 100644 index 00000000..986d21c9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0497_serperior/serperior.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0497_serperior/serperior_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0497_serperior/serperior_female.png new file mode 100644 index 00000000..3e4df80d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0497_serperior/serperior_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0497_serperior/serperior_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0497_serperior/serperior_female_shiny.png new file mode 100644 index 00000000..acc57425 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0497_serperior/serperior_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0497_serperior/serperior_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0497_serperior/serperior_shiny.png new file mode 100644 index 00000000..9e40296d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0497_serperior/serperior_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0498_tepig/tepig.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0498_tepig/tepig.png new file mode 100644 index 00000000..910fd6c3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0498_tepig/tepig.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0498_tepig/tepig_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0498_tepig/tepig_female.png new file mode 100644 index 00000000..12f30136 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0498_tepig/tepig_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0498_tepig/tepig_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0498_tepig/tepig_female_shiny.png new file mode 100644 index 00000000..07d6a46f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0498_tepig/tepig_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0498_tepig/tepig_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0498_tepig/tepig_shiny.png new file mode 100644 index 00000000..65a7eb13 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0498_tepig/tepig_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0499_pignite/pignite.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0499_pignite/pignite.png new file mode 100644 index 00000000..bcc6f0ec Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0499_pignite/pignite.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0499_pignite/pignite_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0499_pignite/pignite_female.png new file mode 100644 index 00000000..f8755aca Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0499_pignite/pignite_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0499_pignite/pignite_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0499_pignite/pignite_female_shiny.png new file mode 100644 index 00000000..27cccc80 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0499_pignite/pignite_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0499_pignite/pignite_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0499_pignite/pignite_shiny.png new file mode 100644 index 00000000..ddf80131 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0499_pignite/pignite_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0500_emboar/emboar.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0500_emboar/emboar.png new file mode 100644 index 00000000..f4ccb98f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0500_emboar/emboar.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0500_emboar/emboar_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0500_emboar/emboar_female.png new file mode 100644 index 00000000..f62165e6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0500_emboar/emboar_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0500_emboar/emboar_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0500_emboar/emboar_female_shiny.png new file mode 100644 index 00000000..6e1c2423 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0500_emboar/emboar_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0500_emboar/emboar_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0500_emboar/emboar_shiny.png new file mode 100644 index 00000000..871b49e8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0500_emboar/emboar_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0501_oshawott/oshawott.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0501_oshawott/oshawott.png new file mode 100644 index 00000000..8fc4abbb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0501_oshawott/oshawott.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0501_oshawott/oshawott_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0501_oshawott/oshawott_female.png new file mode 100644 index 00000000..adb3496f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0501_oshawott/oshawott_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0501_oshawott/oshawott_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0501_oshawott/oshawott_female_shiny.png new file mode 100644 index 00000000..5519a178 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0501_oshawott/oshawott_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0501_oshawott/oshawott_hisui_bias.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0501_oshawott/oshawott_hisui_bias.png new file mode 100644 index 00000000..8fc4abbb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0501_oshawott/oshawott_hisui_bias.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0501_oshawott/oshawott_hisui_bias_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0501_oshawott/oshawott_hisui_bias_female.png new file mode 100644 index 00000000..adb3496f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0501_oshawott/oshawott_hisui_bias_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0501_oshawott/oshawott_hisui_bias_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0501_oshawott/oshawott_hisui_bias_female_shiny.png new file mode 100644 index 00000000..5519a178 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0501_oshawott/oshawott_hisui_bias_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0501_oshawott/oshawott_hisui_bias_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0501_oshawott/oshawott_hisui_bias_shiny.png new file mode 100644 index 00000000..ee6da5c7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0501_oshawott/oshawott_hisui_bias_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0501_oshawott/oshawott_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0501_oshawott/oshawott_shiny.png new file mode 100644 index 00000000..ee6da5c7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0501_oshawott/oshawott_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0502_dewott/dewott.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0502_dewott/dewott.png new file mode 100644 index 00000000..7a444519 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0502_dewott/dewott.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0502_dewott/dewott_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0502_dewott/dewott_female.png new file mode 100644 index 00000000..40674431 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0502_dewott/dewott_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0502_dewott/dewott_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0502_dewott/dewott_female_shiny.png new file mode 100644 index 00000000..3ccfc93e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0502_dewott/dewott_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0502_dewott/dewott_hisui_bias.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0502_dewott/dewott_hisui_bias.png new file mode 100644 index 00000000..7a444519 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0502_dewott/dewott_hisui_bias.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0502_dewott/dewott_hisui_bias_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0502_dewott/dewott_hisui_bias_female.png new file mode 100644 index 00000000..40674431 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0502_dewott/dewott_hisui_bias_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0502_dewott/dewott_hisui_bias_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0502_dewott/dewott_hisui_bias_female_shiny.png new file mode 100644 index 00000000..3ccfc93e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0502_dewott/dewott_hisui_bias_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0502_dewott/dewott_hisui_bias_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0502_dewott/dewott_hisui_bias_shiny.png new file mode 100644 index 00000000..2c2167b5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0502_dewott/dewott_hisui_bias_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0502_dewott/dewott_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0502_dewott/dewott_shiny.png new file mode 100644 index 00000000..2c2167b5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0502_dewott/dewott_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0503_samurott/samurott.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0503_samurott/samurott.png new file mode 100644 index 00000000..0ebe19a0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0503_samurott/samurott.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0503_samurott/samurott_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0503_samurott/samurott_female.png new file mode 100644 index 00000000..9056dc54 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0503_samurott/samurott_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0503_samurott/samurott_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0503_samurott/samurott_female_shiny.png new file mode 100644 index 00000000..4cd961f7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0503_samurott/samurott_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0503_samurott/samurott_hisuian.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0503_samurott/samurott_hisuian.png new file mode 100644 index 00000000..5d04fb8b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0503_samurott/samurott_hisuian.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0503_samurott/samurott_hisuian_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0503_samurott/samurott_hisuian_female.png new file mode 100644 index 00000000..7963cc17 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0503_samurott/samurott_hisuian_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0503_samurott/samurott_hisuian_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0503_samurott/samurott_hisuian_female_shiny.png new file mode 100644 index 00000000..271e112e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0503_samurott/samurott_hisuian_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0503_samurott/samurott_hisuian_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0503_samurott/samurott_hisuian_shiny.png new file mode 100644 index 00000000..a8d91c54 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0503_samurott/samurott_hisuian_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0503_samurott/samurott_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0503_samurott/samurott_shiny.png new file mode 100644 index 00000000..8196df6c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0503_samurott/samurott_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0504_patrat/patrat.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0504_patrat/patrat.png new file mode 100644 index 00000000..88fa49fd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0504_patrat/patrat.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0504_patrat/patrat_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0504_patrat/patrat_shiny.png new file mode 100644 index 00000000..ce8ac4e7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0504_patrat/patrat_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0505_watchog/watchog.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0505_watchog/watchog.png new file mode 100644 index 00000000..a8d60b35 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0505_watchog/watchog.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0505_watchog/watchog_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0505_watchog/watchog_shiny.png new file mode 100644 index 00000000..a3677a1d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0505_watchog/watchog_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0506_lillipup/lillipup.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0506_lillipup/lillipup.png new file mode 100644 index 00000000..029fe45f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0506_lillipup/lillipup.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0506_lillipup/lillipup_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0506_lillipup/lillipup_shiny.png new file mode 100644 index 00000000..282967db Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0506_lillipup/lillipup_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0507_herdier/herdier.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0507_herdier/herdier.png new file mode 100644 index 00000000..18bfe68d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0507_herdier/herdier.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0507_herdier/herdier_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0507_herdier/herdier_shiny.png new file mode 100644 index 00000000..81987043 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0507_herdier/herdier_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0508_stoutland/stoutland.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0508_stoutland/stoutland.png new file mode 100644 index 00000000..8522e16c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0508_stoutland/stoutland.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0508_stoutland/stoutland_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0508_stoutland/stoutland_shiny.png new file mode 100644 index 00000000..0fac0c54 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0508_stoutland/stoutland_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0509_purrloin/purrloin.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0509_purrloin/purrloin.png new file mode 100644 index 00000000..8a5f7878 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0509_purrloin/purrloin.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0509_purrloin/purrloin_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0509_purrloin/purrloin_shiny.png new file mode 100644 index 00000000..8aff9a41 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0509_purrloin/purrloin_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0510_liepard/liepard.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0510_liepard/liepard.png new file mode 100644 index 00000000..cf1bc7ac Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0510_liepard/liepard.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0510_liepard/liepard_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0510_liepard/liepard_shiny.png new file mode 100644 index 00000000..12ae38f7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0510_liepard/liepard_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0511_pansage/pansage.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0511_pansage/pansage.png new file mode 100644 index 00000000..e4a31f4b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0511_pansage/pansage.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0511_pansage/pansage_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0511_pansage/pansage_female.png new file mode 100644 index 00000000..8b2ff04d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0511_pansage/pansage_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0511_pansage/pansage_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0511_pansage/pansage_female_shiny.png new file mode 100644 index 00000000..22122fc3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0511_pansage/pansage_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0511_pansage/pansage_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0511_pansage/pansage_shiny.png new file mode 100644 index 00000000..5dcfcb25 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0511_pansage/pansage_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0512_simisage/simisage.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0512_simisage/simisage.png new file mode 100644 index 00000000..4da2c92b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0512_simisage/simisage.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0512_simisage/simisage_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0512_simisage/simisage_female.png new file mode 100644 index 00000000..1fbb977a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0512_simisage/simisage_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0512_simisage/simisage_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0512_simisage/simisage_female_shiny.png new file mode 100644 index 00000000..6dc2a673 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0512_simisage/simisage_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0512_simisage/simisage_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0512_simisage/simisage_shiny.png new file mode 100644 index 00000000..4810b154 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0512_simisage/simisage_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0513_pansear/pansear.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0513_pansear/pansear.png new file mode 100644 index 00000000..5d41c1df Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0513_pansear/pansear.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0513_pansear/pansear_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0513_pansear/pansear_female.png new file mode 100644 index 00000000..eb97ce23 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0513_pansear/pansear_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0513_pansear/pansear_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0513_pansear/pansear_female_shiny.png new file mode 100644 index 00000000..cdb602f6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0513_pansear/pansear_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0513_pansear/pansear_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0513_pansear/pansear_shiny.png new file mode 100644 index 00000000..7acc3dc0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0513_pansear/pansear_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0514_simisear/simisear.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0514_simisear/simisear.png new file mode 100644 index 00000000..f5cf6847 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0514_simisear/simisear.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0514_simisear/simisear_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0514_simisear/simisear_female.png new file mode 100644 index 00000000..125a07f7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0514_simisear/simisear_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0514_simisear/simisear_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0514_simisear/simisear_female_shiny.png new file mode 100644 index 00000000..00400d4e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0514_simisear/simisear_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0514_simisear/simisear_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0514_simisear/simisear_shiny.png new file mode 100644 index 00000000..85a38cab Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0514_simisear/simisear_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0515_panpour/panpour.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0515_panpour/panpour.png new file mode 100644 index 00000000..bf2d90be Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0515_panpour/panpour.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0515_panpour/panpour_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0515_panpour/panpour_female.png new file mode 100644 index 00000000..b0f14fb5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0515_panpour/panpour_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0515_panpour/panpour_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0515_panpour/panpour_female_shiny.png new file mode 100644 index 00000000..16311d22 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0515_panpour/panpour_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0515_panpour/panpour_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0515_panpour/panpour_shiny.png new file mode 100644 index 00000000..e012f3e1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0515_panpour/panpour_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0516_simipour/simipour.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0516_simipour/simipour.png new file mode 100644 index 00000000..913bd2d1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0516_simipour/simipour.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0516_simipour/simipour_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0516_simipour/simipour_female.png new file mode 100644 index 00000000..aa6a9ec8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0516_simipour/simipour_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0516_simipour/simipour_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0516_simipour/simipour_female_shiny.png new file mode 100644 index 00000000..899c7be0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0516_simipour/simipour_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0516_simipour/simipour_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0516_simipour/simipour_shiny.png new file mode 100644 index 00000000..6367ff02 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0516_simipour/simipour_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0519_pidove/pidove.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0519_pidove/pidove.png new file mode 100644 index 00000000..8db135bd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0519_pidove/pidove.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0519_pidove/pidove_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0519_pidove/pidove_shiny.png new file mode 100644 index 00000000..189e3a4a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0519_pidove/pidove_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0520_tranquill/tranquill.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0520_tranquill/tranquill.png new file mode 100644 index 00000000..05d88252 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0520_tranquill/tranquill.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0520_tranquill/tranquill_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0520_tranquill/tranquill_shiny.png new file mode 100644 index 00000000..058ab1b2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0520_tranquill/tranquill_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0521_unfezant/unfezant_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0521_unfezant/unfezant_female.png new file mode 100644 index 00000000..69f31f74 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0521_unfezant/unfezant_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0521_unfezant/unfezant_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0521_unfezant/unfezant_female_shiny.png new file mode 100644 index 00000000..9daf84db Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0521_unfezant/unfezant_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0521_unfezant/unfezant_male.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0521_unfezant/unfezant_male.png new file mode 100644 index 00000000..de6210ba Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0521_unfezant/unfezant_male.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0521_unfezant/unfezant_male_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0521_unfezant/unfezant_male_shiny.png new file mode 100644 index 00000000..17922a55 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0521_unfezant/unfezant_male_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0522_blitzle/blitzle.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0522_blitzle/blitzle.png new file mode 100644 index 00000000..467ce172 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0522_blitzle/blitzle.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0522_blitzle/blitzle_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0522_blitzle/blitzle_shiny.png new file mode 100644 index 00000000..78acd9fb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0522_blitzle/blitzle_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0523_zebstrika/zebstrika.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0523_zebstrika/zebstrika.png new file mode 100644 index 00000000..e92397b8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0523_zebstrika/zebstrika.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0523_zebstrika/zebstrika_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0523_zebstrika/zebstrika_shiny.png new file mode 100644 index 00000000..fa4e64d8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0523_zebstrika/zebstrika_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0524_roggenrola/roggenrola.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0524_roggenrola/roggenrola.png new file mode 100644 index 00000000..4fa257f9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0524_roggenrola/roggenrola.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0524_roggenrola/roggenrola_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0524_roggenrola/roggenrola_shiny.png new file mode 100644 index 00000000..22866b36 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0524_roggenrola/roggenrola_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0525_boldore/boldore.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0525_boldore/boldore.png new file mode 100644 index 00000000..cc84611c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0525_boldore/boldore.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0525_boldore/boldore_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0525_boldore/boldore_shiny.png new file mode 100644 index 00000000..47b84b7f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0525_boldore/boldore_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0526_gigalith/gigalith.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0526_gigalith/gigalith.png new file mode 100644 index 00000000..da28edb8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0526_gigalith/gigalith.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0526_gigalith/gigalith_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0526_gigalith/gigalith_shiny.png new file mode 100644 index 00000000..f960bbfe Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0526_gigalith/gigalith_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0527_woobat/woobat.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0527_woobat/woobat.png new file mode 100644 index 00000000..77fc86ea Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0527_woobat/woobat.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0527_woobat/woobat_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0527_woobat/woobat_shiny.png new file mode 100644 index 00000000..90ac6e93 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0527_woobat/woobat_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0528_swoobat/swoobat.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0528_swoobat/swoobat.png new file mode 100644 index 00000000..94e83ba4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0528_swoobat/swoobat.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0528_swoobat/swoobat_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0528_swoobat/swoobat_shiny.png new file mode 100644 index 00000000..df36772e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0528_swoobat/swoobat_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0531_audino/audino.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0531_audino/audino.png new file mode 100644 index 00000000..47d6965e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0531_audino/audino.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0531_audino/audino_mega.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0531_audino/audino_mega.png new file mode 100644 index 00000000..25036bdd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0531_audino/audino_mega.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0531_audino/audino_mega_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0531_audino/audino_mega_shiny.png new file mode 100644 index 00000000..23e7870b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0531_audino/audino_mega_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0531_audino/audino_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0531_audino/audino_shiny.png new file mode 100644 index 00000000..6cedde4b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0531_audino/audino_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0532_timburr/timburr.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0532_timburr/timburr.png new file mode 100644 index 00000000..8ca176a4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0532_timburr/timburr.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0532_timburr/timburr_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0532_timburr/timburr_shiny.png new file mode 100644 index 00000000..5223556e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0532_timburr/timburr_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0533_gurdurr/gurdurr.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0533_gurdurr/gurdurr.png new file mode 100644 index 00000000..70d586fa Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0533_gurdurr/gurdurr.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0533_gurdurr/gurdurr_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0533_gurdurr/gurdurr_shiny.png new file mode 100644 index 00000000..427d2daa Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0533_gurdurr/gurdurr_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr.png new file mode 100644 index 00000000..1251d3bf Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_shiny.png new file mode 100644 index 00000000..3a0e1d4e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0535_tympole/tympole.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0535_tympole/tympole.png new file mode 100644 index 00000000..c5856f96 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0535_tympole/tympole.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0535_tympole/tympole_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0535_tympole/tympole_shiny.png new file mode 100644 index 00000000..1e1d780e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0535_tympole/tympole_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0536_palpitoad/palpitoad.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0536_palpitoad/palpitoad.png new file mode 100644 index 00000000..ded53409 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0536_palpitoad/palpitoad.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0536_palpitoad/palpitoad_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0536_palpitoad/palpitoad_shiny.png new file mode 100644 index 00000000..1463612e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0536_palpitoad/palpitoad_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0537_seismitoad/seismitoad.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0537_seismitoad/seismitoad.png new file mode 100644 index 00000000..53b2630c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0537_seismitoad/seismitoad.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0537_seismitoad/seismitoad_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0537_seismitoad/seismitoad_shiny.png new file mode 100644 index 00000000..fd128e15 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0537_seismitoad/seismitoad_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0538_throh/throh.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0538_throh/throh.png new file mode 100644 index 00000000..3081ef3d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0538_throh/throh.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0538_throh/throh_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0538_throh/throh_shiny.png new file mode 100644 index 00000000..244a80bd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0538_throh/throh_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0539_sawk/sawk.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0539_sawk/sawk.png new file mode 100644 index 00000000..3e595e64 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0539_sawk/sawk.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0539_sawk/sawk_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0539_sawk/sawk_shiny.png new file mode 100644 index 00000000..8d3ea433 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0539_sawk/sawk_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0543_venipede/venipede.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0543_venipede/venipede.png new file mode 100644 index 00000000..931ee30b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0543_venipede/venipede.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0543_venipede/venipede_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0543_venipede/venipede_shiny.png new file mode 100644 index 00000000..3a8e635e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0543_venipede/venipede_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0544_whirlipede/whirlipede.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0544_whirlipede/whirlipede.png new file mode 100644 index 00000000..9ddfdf3d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0544_whirlipede/whirlipede.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0544_whirlipede/whirlipede_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0544_whirlipede/whirlipede_shiny.png new file mode 100644 index 00000000..a17466d9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0544_whirlipede/whirlipede_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0545_scolipede/scolipede.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0545_scolipede/scolipede.png new file mode 100644 index 00000000..8eea18f2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0545_scolipede/scolipede.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0545_scolipede/scolipede_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0545_scolipede/scolipede_shiny.png new file mode 100644 index 00000000..4b908b1a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0545_scolipede/scolipede_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0546_cottonee/cottonee.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0546_cottonee/cottonee.png new file mode 100644 index 00000000..0f7874c6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0546_cottonee/cottonee.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0546_cottonee/cottonee_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0546_cottonee/cottonee_shiny.png new file mode 100644 index 00000000..4ac500e9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0546_cottonee/cottonee_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0547_whimsicott/whimsicott.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0547_whimsicott/whimsicott.png new file mode 100644 index 00000000..c3bd60d2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0547_whimsicott/whimsicott.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0547_whimsicott/whimsicott_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0547_whimsicott/whimsicott_shiny.png new file mode 100644 index 00000000..ccd5f80d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0547_whimsicott/whimsicott_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0550_basculin/basculin_bluestripe.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0550_basculin/basculin_bluestripe.png new file mode 100644 index 00000000..63009f66 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0550_basculin/basculin_bluestripe.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0550_basculin/basculin_bluestripe_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0550_basculin/basculin_bluestripe_shiny.png new file mode 100644 index 00000000..6d8f800d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0550_basculin/basculin_bluestripe_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0550_basculin/basculin_redstripe.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0550_basculin/basculin_redstripe.png new file mode 100644 index 00000000..df16f07a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0550_basculin/basculin_redstripe.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0550_basculin/basculin_redstripe_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0550_basculin/basculin_redstripe_shiny.png new file mode 100644 index 00000000..76bcd0ac Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0550_basculin/basculin_redstripe_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0550_basculin/basculin_whitestripe.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0550_basculin/basculin_whitestripe.png new file mode 100644 index 00000000..2527cd07 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0550_basculin/basculin_whitestripe.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0550_basculin/basculin_whitestripe_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0550_basculin/basculin_whitestripe_shiny.png new file mode 100644 index 00000000..ae11deb4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0550_basculin/basculin_whitestripe_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0551_sandile/sandile.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0551_sandile/sandile.png new file mode 100644 index 00000000..88794d65 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0551_sandile/sandile.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0551_sandile/sandile_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0551_sandile/sandile_shiny.png new file mode 100644 index 00000000..07b0160b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0551_sandile/sandile_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0552_krokorok/krokorok.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0552_krokorok/krokorok.png new file mode 100644 index 00000000..df8c1f44 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0552_krokorok/krokorok.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0552_krokorok/krokorok_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0552_krokorok/krokorok_shiny.png new file mode 100644 index 00000000..9b8ffcbb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0552_krokorok/krokorok_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0553_krookodile/krookodile.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0553_krookodile/krookodile.png new file mode 100644 index 00000000..0a0f0f38 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0553_krookodile/krookodile.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0553_krookodile/krookodile_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0553_krookodile/krookodile_shiny.png new file mode 100644 index 00000000..b28dd809 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0553_krookodile/krookodile_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0556_maractus/maractus.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0556_maractus/maractus.png new file mode 100644 index 00000000..de01423e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0556_maractus/maractus.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0556_maractus/maractus_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0556_maractus/maractus_shiny.png new file mode 100644 index 00000000..86e634ca Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0556_maractus/maractus_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0557_dwebble/dwebble.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0557_dwebble/dwebble.png new file mode 100644 index 00000000..de6f6ade Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0557_dwebble/dwebble.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0557_dwebble/dwebble_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0557_dwebble/dwebble_shiny.png new file mode 100644 index 00000000..5bf1acc9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0557_dwebble/dwebble_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0558_crustle/crustle.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0558_crustle/crustle.png new file mode 100644 index 00000000..851e4497 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0558_crustle/crustle.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0558_crustle/crustle_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0558_crustle/crustle_shiny.png new file mode 100644 index 00000000..3129328a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0558_crustle/crustle_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0559_scraggy/scraggy.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0559_scraggy/scraggy.png new file mode 100644 index 00000000..1bcccdb8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0559_scraggy/scraggy.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0559_scraggy/scraggy_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0559_scraggy/scraggy_shiny.png new file mode 100644 index 00000000..67517b2d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0559_scraggy/scraggy_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0560_scrafty/scrafty.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0560_scrafty/scrafty.png new file mode 100644 index 00000000..c20fd0fe Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0560_scrafty/scrafty.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0560_scrafty/scrafty_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0560_scrafty/scrafty_shiny.png new file mode 100644 index 00000000..8e21b1a2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0560_scrafty/scrafty_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0561_sigilyph/sigilyph.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0561_sigilyph/sigilyph.png new file mode 100644 index 00000000..e6639dd4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0561_sigilyph/sigilyph.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0561_sigilyph/sigilyph_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0561_sigilyph/sigilyph_shiny.png new file mode 100644 index 00000000..5d05fc45 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0561_sigilyph/sigilyph_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0562_yamask/yamask.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0562_yamask/yamask.png new file mode 100644 index 00000000..4b65ef9f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0562_yamask/yamask.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0562_yamask/yamask_galar.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0562_yamask/yamask_galar.png new file mode 100644 index 00000000..b2d443a7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0562_yamask/yamask_galar.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0562_yamask/yamask_galar_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0562_yamask/yamask_galar_shiny.png new file mode 100644 index 00000000..25f06217 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0562_yamask/yamask_galar_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0562_yamask/yamask_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0562_yamask/yamask_shiny.png new file mode 100644 index 00000000..1d84ef6f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0562_yamask/yamask_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0563_cofagrigus/cofagrigus.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0563_cofagrigus/cofagrigus.png new file mode 100644 index 00000000..18d4a5b8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0563_cofagrigus/cofagrigus.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0563_cofagrigus/cofagrigus_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0563_cofagrigus/cofagrigus_shiny.png new file mode 100644 index 00000000..39169ad6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0563_cofagrigus/cofagrigus_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0564_tirtouga/tirtouga.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0564_tirtouga/tirtouga.png new file mode 100644 index 00000000..384ea6da Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0564_tirtouga/tirtouga.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0564_tirtouga/tirtouga_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0564_tirtouga/tirtouga_female.png new file mode 100644 index 00000000..147c55a6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0564_tirtouga/tirtouga_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0564_tirtouga/tirtouga_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0564_tirtouga/tirtouga_female_shiny.png new file mode 100644 index 00000000..a723b26b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0564_tirtouga/tirtouga_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0564_tirtouga/tirtouga_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0564_tirtouga/tirtouga_shiny.png new file mode 100644 index 00000000..9667a9b3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0564_tirtouga/tirtouga_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0565_carracosta/carracosta.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0565_carracosta/carracosta.png new file mode 100644 index 00000000..c7b7991a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0565_carracosta/carracosta.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0565_carracosta/carracosta_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0565_carracosta/carracosta_female.png new file mode 100644 index 00000000..08b8f496 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0565_carracosta/carracosta_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0565_carracosta/carracosta_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0565_carracosta/carracosta_female_shiny.png new file mode 100644 index 00000000..fb79f97a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0565_carracosta/carracosta_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0565_carracosta/carracosta_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0565_carracosta/carracosta_shiny.png new file mode 100644 index 00000000..7de2f532 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0565_carracosta/carracosta_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0566_archen/archen.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0566_archen/archen.png new file mode 100644 index 00000000..91099512 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0566_archen/archen.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0566_archen/archen_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0566_archen/archen_female.png new file mode 100644 index 00000000..07a0b190 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0566_archen/archen_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0566_archen/archen_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0566_archen/archen_female_shiny.png new file mode 100644 index 00000000..69c876ad Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0566_archen/archen_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0566_archen/archen_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0566_archen/archen_shiny.png new file mode 100644 index 00000000..3536e2c2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0566_archen/archen_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0567_archeops/archeops.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0567_archeops/archeops.png new file mode 100644 index 00000000..8872428f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0567_archeops/archeops.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0567_archeops/archeops_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0567_archeops/archeops_female.png new file mode 100644 index 00000000..869a8425 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0567_archeops/archeops_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0567_archeops/archeops_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0567_archeops/archeops_female_shiny.png new file mode 100644 index 00000000..607065e5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0567_archeops/archeops_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0567_archeops/archeops_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0567_archeops/archeops_shiny.png new file mode 100644 index 00000000..b34bd2d5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0567_archeops/archeops_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0568_trubbish/trubbish.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0568_trubbish/trubbish.png new file mode 100644 index 00000000..db0bd3d3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0568_trubbish/trubbish.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0568_trubbish/trubbish_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0568_trubbish/trubbish_shiny.png new file mode 100644 index 00000000..cf553124 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0568_trubbish/trubbish_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0569_garbodor/garbodor.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0569_garbodor/garbodor.png new file mode 100644 index 00000000..9875bff7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0569_garbodor/garbodor.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0569_garbodor/garbodor_gmax.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0569_garbodor/garbodor_gmax.png new file mode 100644 index 00000000..6f1d8ecf Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0569_garbodor/garbodor_gmax.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0569_garbodor/garbodor_gmax_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0569_garbodor/garbodor_gmax_shiny.png new file mode 100644 index 00000000..27299dbc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0569_garbodor/garbodor_gmax_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0569_garbodor/garbodor_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0569_garbodor/garbodor_shiny.png new file mode 100644 index 00000000..c2457c27 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0569_garbodor/garbodor_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0570_zorua/zorua.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0570_zorua/zorua.png new file mode 100644 index 00000000..d9b45cea Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0570_zorua/zorua.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0570_zorua/zorua_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0570_zorua/zorua_female.png new file mode 100644 index 00000000..c5299d11 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0570_zorua/zorua_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0570_zorua/zorua_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0570_zorua/zorua_female_shiny.png new file mode 100644 index 00000000..588327ff Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0570_zorua/zorua_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0570_zorua/zorua_hisuian.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0570_zorua/zorua_hisuian.png new file mode 100644 index 00000000..e199f4fd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0570_zorua/zorua_hisuian.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0570_zorua/zorua_hisuian_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0570_zorua/zorua_hisuian_female.png new file mode 100644 index 00000000..fbf3dc9a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0570_zorua/zorua_hisuian_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0570_zorua/zorua_hisuian_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0570_zorua/zorua_hisuian_female_shiny.png new file mode 100644 index 00000000..151063b1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0570_zorua/zorua_hisuian_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0570_zorua/zorua_hisuian_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0570_zorua/zorua_hisuian_shiny.png new file mode 100644 index 00000000..a797a0ca Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0570_zorua/zorua_hisuian_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0570_zorua/zorua_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0570_zorua/zorua_shiny.png new file mode 100644 index 00000000..a1fb5a94 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0570_zorua/zorua_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0571_zoroark/zoroark.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0571_zoroark/zoroark.png new file mode 100644 index 00000000..1d8c84ad Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0571_zoroark/zoroark.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0571_zoroark/zoroark_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0571_zoroark/zoroark_female.png new file mode 100644 index 00000000..d5ab4dae Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0571_zoroark/zoroark_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0571_zoroark/zoroark_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0571_zoroark/zoroark_female_shiny.png new file mode 100644 index 00000000..f609c719 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0571_zoroark/zoroark_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0571_zoroark/zoroark_hisuian.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0571_zoroark/zoroark_hisuian.png new file mode 100644 index 00000000..4d297b24 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0571_zoroark/zoroark_hisuian.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0571_zoroark/zoroark_hisuian_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0571_zoroark/zoroark_hisuian_female.png new file mode 100644 index 00000000..fec17044 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0571_zoroark/zoroark_hisuian_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0571_zoroark/zoroark_hisuian_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0571_zoroark/zoroark_hisuian_female_shiny.png new file mode 100644 index 00000000..2c5ea23c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0571_zoroark/zoroark_hisuian_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0571_zoroark/zoroark_hisuian_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0571_zoroark/zoroark_hisuian_shiny.png new file mode 100644 index 00000000..ac17d4a8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0571_zoroark/zoroark_hisuian_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0571_zoroark/zoroark_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0571_zoroark/zoroark_shiny.png new file mode 100644 index 00000000..4c2e356f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0571_zoroark/zoroark_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0582_vanillite/vanillite.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0582_vanillite/vanillite.png new file mode 100644 index 00000000..389cf103 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0582_vanillite/vanillite.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0582_vanillite/vanillite_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0582_vanillite/vanillite_shiny.png new file mode 100644 index 00000000..dab0dfcd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0582_vanillite/vanillite_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0583_vanillish/vanillish.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0583_vanillish/vanillish.png new file mode 100644 index 00000000..2fbe0d32 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0583_vanillish/vanillish.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0583_vanillish/vanillish_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0583_vanillish/vanillish_shiny.png new file mode 100644 index 00000000..f9202c5e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0583_vanillish/vanillish_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0584_vanilluxe/vanilluxe.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0584_vanilluxe/vanilluxe.png new file mode 100644 index 00000000..dec035e7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0584_vanilluxe/vanilluxe.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0584_vanilluxe/vanilluxe_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0584_vanilluxe/vanilluxe_shiny.png new file mode 100644 index 00000000..b65ad544 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0584_vanilluxe/vanilluxe_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0585_deerling/deerling.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0585_deerling/deerling.png new file mode 100644 index 00000000..2e7d4508 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0585_deerling/deerling.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_autumn.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_autumn.png new file mode 100644 index 00000000..cae0f3e5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_autumn.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_autumn_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_autumn_shiny.png new file mode 100644 index 00000000..d46a7d9d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_autumn_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_shiny.png new file mode 100644 index 00000000..6112fd1b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_spring.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_spring.png new file mode 100644 index 00000000..2e7d4508 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_spring.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_spring_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_spring_shiny.png new file mode 100644 index 00000000..6112fd1b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_spring_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_summer.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_summer.png new file mode 100644 index 00000000..da3b447a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_summer.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_summer_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_summer_shiny.png new file mode 100644 index 00000000..4c358ac9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_summer_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_winter.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_winter.png new file mode 100644 index 00000000..bf5e52eb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_winter.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_winter_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_winter_shiny.png new file mode 100644 index 00000000..15aeb964 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_winter_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck.png new file mode 100644 index 00000000..e4e27954 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_autumn.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_autumn.png new file mode 100644 index 00000000..4422f2a8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_autumn.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_autumn_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_autumn_shiny.png new file mode 100644 index 00000000..8e3f0519 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_autumn_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_shiny.png new file mode 100644 index 00000000..6dcef40a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_spring.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_spring.png new file mode 100644 index 00000000..e4e27954 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_spring.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_spring_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_spring_shiny.png new file mode 100644 index 00000000..6dcef40a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_spring_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_summer.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_summer.png new file mode 100644 index 00000000..8f761fbb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_summer.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_summer_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_summer_shiny.png new file mode 100644 index 00000000..9713b51d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_summer_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_winter.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_winter.png new file mode 100644 index 00000000..1f42fa23 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_winter.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_winter_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_winter_shiny.png new file mode 100644 index 00000000..48506dde Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_winter_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0587_emolga/emolga.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0587_emolga/emolga.png new file mode 100644 index 00000000..b7e48129 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0587_emolga/emolga.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0587_emolga/emolga_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0587_emolga/emolga_shiny.png new file mode 100644 index 00000000..48eed0a6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0587_emolga/emolga_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0588_karrablast/karrablast.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0588_karrablast/karrablast.png new file mode 100644 index 00000000..fa69cf30 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0588_karrablast/karrablast.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0588_karrablast/karrablast_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0588_karrablast/karrablast_shiny.png new file mode 100644 index 00000000..80537b9f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0588_karrablast/karrablast_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0589_escavalier/escavalier.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0589_escavalier/escavalier.png new file mode 100644 index 00000000..adf11493 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0589_escavalier/escavalier.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0589_escavalier/escavalier_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0589_escavalier/escavalier_shiny.png new file mode 100644 index 00000000..39473049 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0589_escavalier/escavalier_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0594_alomomola/alomomola.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0594_alomomola/alomomola.png new file mode 100644 index 00000000..8453025d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0594_alomomola/alomomola.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0594_alomomola/alomomola_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0594_alomomola/alomomola_shiny.png new file mode 100644 index 00000000..e9e9e7e3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0594_alomomola/alomomola_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0595_joltik/joltik.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0595_joltik/joltik.png new file mode 100644 index 00000000..cda2a8ce Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0595_joltik/joltik.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0595_joltik/joltik_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0595_joltik/joltik_shiny.png new file mode 100644 index 00000000..6fcbf636 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0595_joltik/joltik_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0596_galvantula/galvantula.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0596_galvantula/galvantula.png new file mode 100644 index 00000000..eb122cc7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0596_galvantula/galvantula.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0596_galvantula/galvantula_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0596_galvantula/galvantula_shiny.png new file mode 100644 index 00000000..2fd3d883 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0596_galvantula/galvantula_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0597_ferroseed/ferroseed.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0597_ferroseed/ferroseed.png new file mode 100644 index 00000000..d1ddcf25 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0597_ferroseed/ferroseed.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0597_ferroseed/ferroseed_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0597_ferroseed/ferroseed_shiny.png new file mode 100644 index 00000000..55eff946 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0597_ferroseed/ferroseed_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0598_ferrothorn/ferrothorn.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0598_ferrothorn/ferrothorn.png new file mode 100644 index 00000000..e61005ce Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0598_ferrothorn/ferrothorn.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0598_ferrothorn/ferrothorn_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0598_ferrothorn/ferrothorn_shiny.png new file mode 100644 index 00000000..b3307c0c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0598_ferrothorn/ferrothorn_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0599_klink/klink.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0599_klink/klink.png new file mode 100644 index 00000000..6484a54e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0599_klink/klink.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0599_klink/klink_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0599_klink/klink_shiny.png new file mode 100644 index 00000000..86904bdf Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0599_klink/klink_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0600_klang/klang.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0600_klang/klang.png new file mode 100644 index 00000000..0f22efa5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0600_klang/klang.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0600_klang/klang_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0600_klang/klang_shiny.png new file mode 100644 index 00000000..26bc317d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0600_klang/klang_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0601_klinklang/klinklang.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0601_klinklang/klinklang.png new file mode 100644 index 00000000..184e2431 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0601_klinklang/klinklang.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0601_klinklang/klinklang_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0601_klinklang/klinklang_shiny.png new file mode 100644 index 00000000..949cf1d6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0601_klinklang/klinklang_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0602_tynamo/tynamo.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0602_tynamo/tynamo.png new file mode 100644 index 00000000..01695aa6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0602_tynamo/tynamo.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0602_tynamo/tynamo_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0602_tynamo/tynamo_shiny.png new file mode 100644 index 00000000..c4aa064a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0602_tynamo/tynamo_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0603_eelektrik/eelektrik.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0603_eelektrik/eelektrik.png new file mode 100644 index 00000000..4f0177f3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0603_eelektrik/eelektrik.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0603_eelektrik/eelektrik_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0603_eelektrik/eelektrik_shiny.png new file mode 100644 index 00000000..de2f4f84 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0603_eelektrik/eelektrik_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0604_eelektross/eelektross.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0604_eelektross/eelektross.png new file mode 100644 index 00000000..2740b87f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0604_eelektross/eelektross.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0604_eelektross/eelektross_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0604_eelektross/eelektross_shiny.png new file mode 100644 index 00000000..320bac66 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0604_eelektross/eelektross_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0605_elgyem/elgyem.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0605_elgyem/elgyem.png new file mode 100644 index 00000000..e46f8f1f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0605_elgyem/elgyem.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0605_elgyem/elgyem_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0605_elgyem/elgyem_shiny.png new file mode 100644 index 00000000..8174a55f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0605_elgyem/elgyem_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0606_beheeyem/beheeyem.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0606_beheeyem/beheeyem.png new file mode 100644 index 00000000..314f768e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0606_beheeyem/beheeyem.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0606_beheeyem/beheeyem_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0606_beheeyem/beheeyem_shiny.png new file mode 100644 index 00000000..dc5918cf Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0606_beheeyem/beheeyem_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0613_cubchoo/cubchoo.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0613_cubchoo/cubchoo.png new file mode 100644 index 00000000..26c159e6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0613_cubchoo/cubchoo.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0613_cubchoo/cubchoo_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0613_cubchoo/cubchoo_shiny.png new file mode 100644 index 00000000..9f5572a9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0613_cubchoo/cubchoo_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0614_beartic/beartic.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0614_beartic/beartic.png new file mode 100644 index 00000000..42e33dd8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0614_beartic/beartic.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0614_beartic/beartic_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0614_beartic/beartic_shiny.png new file mode 100644 index 00000000..06ec0577 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0614_beartic/beartic_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0615_cryogonal/cryogonal.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0615_cryogonal/cryogonal.png new file mode 100644 index 00000000..83092d2c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0615_cryogonal/cryogonal.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0615_cryogonal/cryogonal_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0615_cryogonal/cryogonal_shiny.png new file mode 100644 index 00000000..bebaf983 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0615_cryogonal/cryogonal_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0616_shelmet/shelmet.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0616_shelmet/shelmet.png new file mode 100644 index 00000000..83840f75 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0616_shelmet/shelmet.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0616_shelmet/shelmet_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0616_shelmet/shelmet_shiny.png new file mode 100644 index 00000000..8c8b58c8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0616_shelmet/shelmet_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0617_accelgor/accelgor.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0617_accelgor/accelgor.png new file mode 100644 index 00000000..6a724223 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0617_accelgor/accelgor.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0617_accelgor/accelgor_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0617_accelgor/accelgor_shiny.png new file mode 100644 index 00000000..f959e2a9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0617_accelgor/accelgor_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0618_stunfisk/stunfisk.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0618_stunfisk/stunfisk.png new file mode 100644 index 00000000..567ba7a7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0618_stunfisk/stunfisk.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0618_stunfisk/stunfisk_galar.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0618_stunfisk/stunfisk_galar.png new file mode 100644 index 00000000..b4e468cb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0618_stunfisk/stunfisk_galar.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0618_stunfisk/stunfisk_galar_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0618_stunfisk/stunfisk_galar_shiny.png new file mode 100644 index 00000000..1b0c3beb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0618_stunfisk/stunfisk_galar_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0618_stunfisk/stunfisk_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0618_stunfisk/stunfisk_shiny.png new file mode 100644 index 00000000..7269f15c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0618_stunfisk/stunfisk_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0619_mienfoo/mienfoo.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0619_mienfoo/mienfoo.png new file mode 100644 index 00000000..3a7946c6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0619_mienfoo/mienfoo.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0619_mienfoo/mienfoo_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0619_mienfoo/mienfoo_shiny.png new file mode 100644 index 00000000..906fc060 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0619_mienfoo/mienfoo_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0620_mienshao/mienshao.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0620_mienshao/mienshao.png new file mode 100644 index 00000000..4fca9f78 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0620_mienshao/mienshao.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0620_mienshao/mienshao_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0620_mienshao/mienshao_shiny.png new file mode 100644 index 00000000..fe2d53a9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0620_mienshao/mienshao_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0622_golett/golett.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0622_golett/golett.png new file mode 100644 index 00000000..518620a2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0622_golett/golett.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0622_golett/golett_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0622_golett/golett_shiny.png new file mode 100644 index 00000000..4479d757 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0622_golett/golett_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0623_golurk/golurk.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0623_golurk/golurk.png new file mode 100644 index 00000000..db15f413 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0623_golurk/golurk.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0623_golurk/golurk_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0623_golurk/golurk_shiny.png new file mode 100644 index 00000000..3ec0554e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0623_golurk/golurk_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0626_bouffalant/bouffalant.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0626_bouffalant/bouffalant.png new file mode 100644 index 00000000..cee8d978 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0626_bouffalant/bouffalant.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0626_bouffalant/bouffalant_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0626_bouffalant/bouffalant_shiny.png new file mode 100644 index 00000000..0b94055a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0626_bouffalant/bouffalant_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0627_rufflet/rufflet.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0627_rufflet/rufflet.png new file mode 100644 index 00000000..88a790a2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0627_rufflet/rufflet.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0627_rufflet/rufflet_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0627_rufflet/rufflet_shiny.png new file mode 100644 index 00000000..43c696a1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0627_rufflet/rufflet_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0628_braviary/braviary.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0628_braviary/braviary.png new file mode 100644 index 00000000..53dd6094 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0628_braviary/braviary.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0628_braviary/braviary_hisuian.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0628_braviary/braviary_hisuian.png new file mode 100644 index 00000000..7aaba737 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0628_braviary/braviary_hisuian.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0628_braviary/braviary_hisuian_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0628_braviary/braviary_hisuian_shiny.png new file mode 100644 index 00000000..5612f8aa Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0628_braviary/braviary_hisuian_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0628_braviary/braviary_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0628_braviary/braviary_shiny.png new file mode 100644 index 00000000..5d30354f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0628_braviary/braviary_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0631_heatmor/heatmor.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0631_heatmor/heatmor.png new file mode 100644 index 00000000..257540a5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0631_heatmor/heatmor.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0631_heatmor/heatmor_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0631_heatmor/heatmor_shiny.png new file mode 100644 index 00000000..8c303499 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0631_heatmor/heatmor_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0632_durant/durant.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0632_durant/durant.png new file mode 100644 index 00000000..83ffca2c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0632_durant/durant.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0632_durant/durant_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0632_durant/durant_shiny.png new file mode 100644 index 00000000..2c596f46 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0632_durant/durant_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0633_deino/deino.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0633_deino/deino.png new file mode 100644 index 00000000..a5956d92 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0633_deino/deino.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0633_deino/deino_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0633_deino/deino_shiny.png new file mode 100644 index 00000000..7ae5b22c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0633_deino/deino_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0634_zweilous/zweilous.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0634_zweilous/zweilous.png new file mode 100644 index 00000000..3251c75b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0634_zweilous/zweilous.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0634_zweilous/zweilous_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0634_zweilous/zweilous_shiny.png new file mode 100644 index 00000000..8b744d5f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0634_zweilous/zweilous_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0635_hydreigon/hydreigon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0635_hydreigon/hydreigon.png new file mode 100644 index 00000000..ec142893 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0635_hydreigon/hydreigon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0635_hydreigon/hydreigon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0635_hydreigon/hydreigon_shiny.png new file mode 100644 index 00000000..e2516cd8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0635_hydreigon/hydreigon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0636_larvesta/larvesta.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0636_larvesta/larvesta.png new file mode 100644 index 00000000..e585fe89 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0636_larvesta/larvesta.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0636_larvesta/larvesta_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0636_larvesta/larvesta_shiny.png new file mode 100644 index 00000000..f7c8ba82 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0636_larvesta/larvesta_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0637_volcarona/volcarona.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0637_volcarona/volcarona.png new file mode 100644 index 00000000..8e85c38d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0637_volcarona/volcarona.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0637_volcarona/volcarona_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0637_volcarona/volcarona_shiny.png new file mode 100644 index 00000000..788d47ee Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0637_volcarona/volcarona_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0638_cobalion/cobalion.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0638_cobalion/cobalion.png new file mode 100644 index 00000000..323e38c7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0638_cobalion/cobalion.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0638_cobalion/cobalion_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0638_cobalion/cobalion_shiny.png new file mode 100644 index 00000000..c16d2ff4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0638_cobalion/cobalion_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0639_terrakion/terrakion.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0639_terrakion/terrakion.png new file mode 100644 index 00000000..8ef42ebd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0639_terrakion/terrakion.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0639_terrakion/terrakion_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0639_terrakion/terrakion_shiny.png new file mode 100644 index 00000000..43d328dd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0639_terrakion/terrakion_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0640_virizion/virizion.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0640_virizion/virizion.png new file mode 100644 index 00000000..bbbf6d18 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0640_virizion/virizion.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0640_virizion/virizion_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0640_virizion/virizion_shiny.png new file mode 100644 index 00000000..1662da93 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0640_virizion/virizion_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0647_keldeo/keldeo.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0647_keldeo/keldeo.png new file mode 100644 index 00000000..a58ed527 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0647_keldeo/keldeo.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0647_keldeo/keldeo_resolute.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0647_keldeo/keldeo_resolute.png new file mode 100644 index 00000000..cf811321 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0647_keldeo/keldeo_resolute.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0647_keldeo/keldeo_resolute_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0647_keldeo/keldeo_resolute_shiny.png new file mode 100644 index 00000000..63e62b8e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0647_keldeo/keldeo_resolute_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0647_keldeo/keldeo_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0647_keldeo/keldeo_shiny.png new file mode 100644 index 00000000..a8252507 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0647_keldeo/keldeo_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0648_meloetta/meloetta.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0648_meloetta/meloetta.png new file mode 100644 index 00000000..5fd9fc8e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0648_meloetta/meloetta.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0648_meloetta/meloetta_aria.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0648_meloetta/meloetta_aria.png new file mode 100644 index 00000000..eeca80df Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0648_meloetta/meloetta_aria.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0648_meloetta/meloetta_aria_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0648_meloetta/meloetta_aria_shiny.png new file mode 100644 index 00000000..530a866b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0648_meloetta/meloetta_aria_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0648_meloetta/meloetta_pirouette.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0648_meloetta/meloetta_pirouette.png new file mode 100644 index 00000000..b292c494 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0648_meloetta/meloetta_pirouette.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0648_meloetta/meloetta_pirouette_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0648_meloetta/meloetta_pirouette_shiny.png new file mode 100644 index 00000000..921df6a1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0648_meloetta/meloetta_pirouette_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0648_meloetta/meloetta_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0648_meloetta/meloetta_shiny.png new file mode 100644 index 00000000..530a866b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0648_meloetta/meloetta_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0650_chespin/chespin.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0650_chespin/chespin.png new file mode 100644 index 00000000..c56074b4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0650_chespin/chespin.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0650_chespin/chespin_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0650_chespin/chespin_female.png new file mode 100644 index 00000000..ba6effbc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0650_chespin/chespin_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0650_chespin/chespin_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0650_chespin/chespin_female_shiny.png new file mode 100644 index 00000000..88df84dc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0650_chespin/chespin_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0650_chespin/chespin_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0650_chespin/chespin_shiny.png new file mode 100644 index 00000000..eab3621e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0650_chespin/chespin_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0651_quilladin/quilladin.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0651_quilladin/quilladin.png new file mode 100644 index 00000000..a027d321 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0651_quilladin/quilladin.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0651_quilladin/quilladin_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0651_quilladin/quilladin_female.png new file mode 100644 index 00000000..32288f23 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0651_quilladin/quilladin_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0651_quilladin/quilladin_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0651_quilladin/quilladin_female_shiny.png new file mode 100644 index 00000000..f2fe24e8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0651_quilladin/quilladin_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0651_quilladin/quilladin_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0651_quilladin/quilladin_shiny.png new file mode 100644 index 00000000..e9a07ce7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0651_quilladin/quilladin_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0652_chesnaught/chesnaught.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0652_chesnaught/chesnaught.png new file mode 100644 index 00000000..db17fd22 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0652_chesnaught/chesnaught.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0652_chesnaught/chesnaught_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0652_chesnaught/chesnaught_female.png new file mode 100644 index 00000000..cefdad49 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0652_chesnaught/chesnaught_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0652_chesnaught/chesnaught_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0652_chesnaught/chesnaught_female_shiny.png new file mode 100644 index 00000000..ffb11d28 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0652_chesnaught/chesnaught_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0652_chesnaught/chesnaught_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0652_chesnaught/chesnaught_shiny.png new file mode 100644 index 00000000..15fe9367 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0652_chesnaught/chesnaught_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0653_fennekin/fennekin.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0653_fennekin/fennekin.png new file mode 100644 index 00000000..1b126602 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0653_fennekin/fennekin.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0653_fennekin/fennekin_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0653_fennekin/fennekin_female.png new file mode 100644 index 00000000..c61ff699 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0653_fennekin/fennekin_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0653_fennekin/fennekin_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0653_fennekin/fennekin_female_shiny.png new file mode 100644 index 00000000..411d8b51 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0653_fennekin/fennekin_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0653_fennekin/fennekin_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0653_fennekin/fennekin_shiny.png new file mode 100644 index 00000000..b49ed0d2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0653_fennekin/fennekin_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0654_braixen/braixen.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0654_braixen/braixen.png new file mode 100644 index 00000000..6340f492 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0654_braixen/braixen.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0654_braixen/braixen_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0654_braixen/braixen_female.png new file mode 100644 index 00000000..bfef637d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0654_braixen/braixen_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0654_braixen/braixen_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0654_braixen/braixen_female_shiny.png new file mode 100644 index 00000000..2c34c9fa Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0654_braixen/braixen_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0654_braixen/braixen_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0654_braixen/braixen_shiny.png new file mode 100644 index 00000000..1c15ce46 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0654_braixen/braixen_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0655_delphox/delphox.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0655_delphox/delphox.png new file mode 100644 index 00000000..4839818f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0655_delphox/delphox.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0655_delphox/delphox_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0655_delphox/delphox_female.png new file mode 100644 index 00000000..e69b7336 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0655_delphox/delphox_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0655_delphox/delphox_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0655_delphox/delphox_female_shiny.png new file mode 100644 index 00000000..c7e3cb5f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0655_delphox/delphox_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0655_delphox/delphox_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0655_delphox/delphox_shiny.png new file mode 100644 index 00000000..12dbde0f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0655_delphox/delphox_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0656_froakie/froakie.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0656_froakie/froakie.png new file mode 100644 index 00000000..ac2eeb57 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0656_froakie/froakie.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0656_froakie/froakie_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0656_froakie/froakie_female.png new file mode 100644 index 00000000..48f5e39b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0656_froakie/froakie_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0656_froakie/froakie_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0656_froakie/froakie_female_shiny.png new file mode 100644 index 00000000..256fed51 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0656_froakie/froakie_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0656_froakie/froakie_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0656_froakie/froakie_shiny.png new file mode 100644 index 00000000..55c4a918 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0656_froakie/froakie_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0657_frogadier/frogadier.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0657_frogadier/frogadier.png new file mode 100644 index 00000000..a5c420ba Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0657_frogadier/frogadier.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0657_frogadier/frogadier_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0657_frogadier/frogadier_female.png new file mode 100644 index 00000000..9170c6be Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0657_frogadier/frogadier_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0657_frogadier/frogadier_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0657_frogadier/frogadier_female_shiny.png new file mode 100644 index 00000000..5710cd65 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0657_frogadier/frogadier_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0657_frogadier/frogadier_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0657_frogadier/frogadier_shiny.png new file mode 100644 index 00000000..64c7e50f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0657_frogadier/frogadier_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0658_greninja/greninja.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0658_greninja/greninja.png new file mode 100644 index 00000000..06d7e3fd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0658_greninja/greninja.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0658_greninja/greninja_ash.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0658_greninja/greninja_ash.png new file mode 100644 index 00000000..ea9589a8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0658_greninja/greninja_ash.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0658_greninja/greninja_ash_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0658_greninja/greninja_ash_shiny.png new file mode 100644 index 00000000..89fbb293 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0658_greninja/greninja_ash_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0658_greninja/greninja_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0658_greninja/greninja_female.png new file mode 100644 index 00000000..d7730d8b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0658_greninja/greninja_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0658_greninja/greninja_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0658_greninja/greninja_female_shiny.png new file mode 100644 index 00000000..9a8faa5e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0658_greninja/greninja_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0658_greninja/greninja_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0658_greninja/greninja_shiny.png new file mode 100644 index 00000000..47e8719f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0658_greninja/greninja_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0659_bunnelby/bunnelby.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0659_bunnelby/bunnelby.png new file mode 100644 index 00000000..040b3876 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0659_bunnelby/bunnelby.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0659_bunnelby/bunnelby_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0659_bunnelby/bunnelby_shiny.png new file mode 100644 index 00000000..567f3c01 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0659_bunnelby/bunnelby_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0660_diggersby/diggersby.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0660_diggersby/diggersby.png new file mode 100644 index 00000000..238451e3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0660_diggersby/diggersby.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0660_diggersby/diggersby_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0660_diggersby/diggersby_shiny.png new file mode 100644 index 00000000..732921ef Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0660_diggersby/diggersby_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0661_fletchling/fletchling.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0661_fletchling/fletchling.png new file mode 100644 index 00000000..ebc603a3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0661_fletchling/fletchling.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0661_fletchling/fletchling_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0661_fletchling/fletchling_shiny.png new file mode 100644 index 00000000..a0d242b7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0661_fletchling/fletchling_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0662_fletchinder/fletchinder.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0662_fletchinder/fletchinder.png new file mode 100644 index 00000000..988121d9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0662_fletchinder/fletchinder.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0662_fletchinder/fletchinder_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0662_fletchinder/fletchinder_shiny.png new file mode 100644 index 00000000..c41cd018 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0662_fletchinder/fletchinder_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0663_talonflame/talonflame.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0663_talonflame/talonflame.png new file mode 100644 index 00000000..b6390e01 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0663_talonflame/talonflame.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0663_talonflame/talonflame_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0663_talonflame/talonflame_shiny.png new file mode 100644 index 00000000..1b359d19 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0663_talonflame/talonflame_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0664_scatterbug/scatterbug.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0664_scatterbug/scatterbug.png new file mode 100644 index 00000000..99fd907f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0664_scatterbug/scatterbug.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0664_scatterbug/scatterbug_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0664_scatterbug/scatterbug_shiny.png new file mode 100644 index 00000000..45b2fa3c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0664_scatterbug/scatterbug_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0665_spewpa/spewpa.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0665_spewpa/spewpa.png new file mode 100644 index 00000000..c2b16a5d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0665_spewpa/spewpa.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0665_spewpa/spewpa_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0665_spewpa/spewpa_shiny.png new file mode 100644 index 00000000..44b67ba1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0665_spewpa/spewpa_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon.png new file mode 100644 index 00000000..9f56a199 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_archipelago.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_archipelago.png new file mode 100644 index 00000000..459287d6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_archipelago.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_archipelago_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_archipelago_shiny.png new file mode 100644 index 00000000..b8d51c91 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_archipelago_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_continental.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_continental.png new file mode 100644 index 00000000..c91b5f14 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_continental.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_continental_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_continental_shiny.png new file mode 100644 index 00000000..42a5b409 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_continental_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_elegant.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_elegant.png new file mode 100644 index 00000000..a2085228 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_elegant.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_elegant_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_elegant_shiny.png new file mode 100644 index 00000000..aefadfec Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_elegant_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_embroidered.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_embroidered.png new file mode 100644 index 00000000..de0fb900 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_embroidered.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_embroidered_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_embroidered_shiny.png new file mode 100644 index 00000000..e728cd1b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_embroidered_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_fancy.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_fancy.png new file mode 100644 index 00000000..24a8e703 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_fancy.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_fancy_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_fancy_shiny.png new file mode 100644 index 00000000..4d848279 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_fancy_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_forsaken.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_forsaken.png new file mode 100644 index 00000000..75217091 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_forsaken.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_forsaken_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_forsaken_shiny.png new file mode 100644 index 00000000..6a390a7b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_forsaken_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_garden.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_garden.png new file mode 100644 index 00000000..f2433a38 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_garden.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_garden_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_garden_shiny.png new file mode 100644 index 00000000..9e68b6a5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_garden_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_high_plains.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_high_plains.png new file mode 100644 index 00000000..8a3558b3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_high_plains.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_high_plains_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_high_plains_shiny.png new file mode 100644 index 00000000..d093f231 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_high_plains_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_icy_snow.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_icy_snow.png new file mode 100644 index 00000000..a5dd01a8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_icy_snow.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_icy_snow_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_icy_snow_shiny.png new file mode 100644 index 00000000..a6ca8224 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_icy_snow_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_inferno.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_inferno.png new file mode 100644 index 00000000..1dac66d7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_inferno.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_inferno_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_inferno_shiny.png new file mode 100644 index 00000000..bf895835 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_inferno_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_jungle.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_jungle.png new file mode 100644 index 00000000..11e046a6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_jungle.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_jungle_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_jungle_shiny.png new file mode 100644 index 00000000..a1737957 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_jungle_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_marine.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_marine.png new file mode 100644 index 00000000..244d831b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_marine.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_marine_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_marine_shiny.png new file mode 100644 index 00000000..2efd419d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_marine_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_meadow.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_meadow.png new file mode 100644 index 00000000..ec23167e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_meadow.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_meadow_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_meadow_shiny.png new file mode 100644 index 00000000..1824a0fa Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_meadow_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_minty.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_minty.png new file mode 100644 index 00000000..ca5a0d92 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_minty.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_minty_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_minty_shiny.png new file mode 100644 index 00000000..6eca0c9b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_minty_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_modern.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_modern.png new file mode 100644 index 00000000..17b9ab33 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_modern.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_modern_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_modern_shiny.png new file mode 100644 index 00000000..be4fbf77 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_modern_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_monarch.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_monarch.png new file mode 100644 index 00000000..25948759 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_monarch.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_monarch_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_monarch_shiny.png new file mode 100644 index 00000000..ecf2ba46 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_monarch_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_monsoon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_monsoon.png new file mode 100644 index 00000000..1b221850 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_monsoon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_monsoon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_monsoon_shiny.png new file mode 100644 index 00000000..f0c2c61f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_monsoon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_null.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_null.png new file mode 100644 index 00000000..8190a81b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_null.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_null_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_null_shiny.png new file mode 100644 index 00000000..6d0328ad Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_null_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_ocean.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_ocean.png new file mode 100644 index 00000000..38367313 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_ocean.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_ocean_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_ocean_shiny.png new file mode 100644 index 00000000..63ba8df0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_ocean_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_pelopon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_pelopon.png new file mode 100644 index 00000000..e460e902 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_pelopon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_pelopon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_pelopon_shiny.png new file mode 100644 index 00000000..72a95995 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_pelopon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_poke_ball.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_poke_ball.png new file mode 100644 index 00000000..bb62cb04 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_poke_ball.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_poke_ball_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_poke_ball_shiny.png new file mode 100644 index 00000000..db82ea65 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_poke_ball_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_polar.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_polar.png new file mode 100644 index 00000000..015a1fa6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_polar.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_polar_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_polar_shiny.png new file mode 100644 index 00000000..cf4820ca Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_polar_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_prismatic.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_prismatic.png new file mode 100644 index 00000000..65fcb8b1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_prismatic.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_prismatic_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_prismatic_shiny.png new file mode 100644 index 00000000..98187a3b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_prismatic_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_ringed.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_ringed.png new file mode 100644 index 00000000..b96a896d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_ringed.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_ringed_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_ringed_shiny.png new file mode 100644 index 00000000..ac94ceb8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_ringed_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_river.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_river.png new file mode 100644 index 00000000..03155a96 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_river.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_river_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_river_shiny.png new file mode 100644 index 00000000..9e9e2c06 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_river_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_sandstorm.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_sandstorm.png new file mode 100644 index 00000000..284c025d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_sandstorm.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_sandstorm_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_sandstorm_shiny.png new file mode 100644 index 00000000..2ee4a78a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_sandstorm_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_savanna.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_savanna.png new file mode 100644 index 00000000..0c890d9e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_savanna.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_savanna_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_savanna_shiny.png new file mode 100644 index 00000000..09669cb5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_savanna_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_shiny.png new file mode 100644 index 00000000..1824a0fa Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_sun.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_sun.png new file mode 100644 index 00000000..b799748f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_sun.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_sun_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_sun_shiny.png new file mode 100644 index 00000000..591a0677 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_sun_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_tangy.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_tangy.png new file mode 100644 index 00000000..f33da5bd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_tangy.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_tangy_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_tangy_shiny.png new file mode 100644 index 00000000..8bd73bf7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_tangy_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_toned.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_toned.png new file mode 100644 index 00000000..7ad8b591 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_toned.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_toned_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_toned_shiny.png new file mode 100644 index 00000000..f611d7ab Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_toned_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_tundra.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_tundra.png new file mode 100644 index 00000000..a4936836 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_tundra.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_tundra_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_tundra_shiny.png new file mode 100644 index 00000000..a78e1dc3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_tundra_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_twilight.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_twilight.png new file mode 100644 index 00000000..c9cdee23 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_twilight.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_twilight_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_twilight_shiny.png new file mode 100644 index 00000000..ee388be1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_twilight_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_ultraviolet.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_ultraviolet.png new file mode 100644 index 00000000..8f8a891e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_ultraviolet.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_ultraviolet_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_ultraviolet_shiny.png new file mode 100644 index 00000000..3ae9ee0f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_ultraviolet_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_void.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_void.png new file mode 100644 index 00000000..99bb5596 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_void.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_void_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_void_shiny.png new file mode 100644 index 00000000..5cc95a38 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_void_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_whorl.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_whorl.png new file mode 100644 index 00000000..50440adf Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_whorl.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_whorl_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_whorl_shiny.png new file mode 100644 index 00000000..bce38593 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_whorl_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe.png new file mode 100644 index 00000000..8999f8b3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_blue.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_blue.png new file mode 100644 index 00000000..fa4fa642 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_blue.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_blue_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_blue_shiny.png new file mode 100644 index 00000000..827c5b82 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_blue_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_orange.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_orange.png new file mode 100644 index 00000000..ff67d2e2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_orange.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_orange_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_orange_shiny.png new file mode 100644 index 00000000..6fbb0e18 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_orange_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_shiny.png new file mode 100644 index 00000000..2f4be042 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_white.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_white.png new file mode 100644 index 00000000..bdef2af5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_white.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_white_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_white_shiny.png new file mode 100644 index 00000000..33158442 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_white_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_yellow.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_yellow.png new file mode 100644 index 00000000..32cd483c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_yellow.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_yellow_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_yellow_shiny.png new file mode 100644 index 00000000..44e92d97 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_yellow_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette.png new file mode 100644 index 00000000..323bed22 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_blue.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_blue.png new file mode 100644 index 00000000..0eeadadd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_blue.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_blue_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_blue_shiny.png new file mode 100644 index 00000000..d8b880a7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_blue_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_eternal.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_eternal.png new file mode 100644 index 00000000..bfa58708 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_eternal.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_eternal_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_eternal_shiny.png new file mode 100644 index 00000000..17c10b8c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_eternal_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_eternalflower.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_eternalflower.png new file mode 100644 index 00000000..80ada88e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_eternalflower.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_eternalflower_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_eternalflower_shiny.png new file mode 100644 index 00000000..9caaef36 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_eternalflower_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_orange.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_orange.png new file mode 100644 index 00000000..c83304fc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_orange.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_orange_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_orange_shiny.png new file mode 100644 index 00000000..9f041c0d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_orange_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_shiny.png new file mode 100644 index 00000000..c1d91e97 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_white.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_white.png new file mode 100644 index 00000000..9bcbe813 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_white.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_white_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_white_shiny.png new file mode 100644 index 00000000..83fa3b86 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_white_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_yellow.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_yellow.png new file mode 100644 index 00000000..b70ba316 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_yellow.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_yellow_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_yellow_shiny.png new file mode 100644 index 00000000..20857564 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0670_floette/floette_yellow_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0671_florges/florges.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0671_florges/florges.png new file mode 100644 index 00000000..5d83ad86 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0671_florges/florges.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0671_florges/florges_blue.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0671_florges/florges_blue.png new file mode 100644 index 00000000..a4f9741a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0671_florges/florges_blue.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0671_florges/florges_blue_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0671_florges/florges_blue_shiny.png new file mode 100644 index 00000000..47275a18 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0671_florges/florges_blue_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0671_florges/florges_orange.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0671_florges/florges_orange.png new file mode 100644 index 00000000..4c9dc3e4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0671_florges/florges_orange.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0671_florges/florges_orange_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0671_florges/florges_orange_shiny.png new file mode 100644 index 00000000..0a36edf9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0671_florges/florges_orange_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0671_florges/florges_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0671_florges/florges_shiny.png new file mode 100644 index 00000000..5b582bc8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0671_florges/florges_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0671_florges/florges_white.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0671_florges/florges_white.png new file mode 100644 index 00000000..972751e0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0671_florges/florges_white.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0671_florges/florges_white_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0671_florges/florges_white_shiny.png new file mode 100644 index 00000000..26aa26dc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0671_florges/florges_white_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0671_florges/florges_yellow.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0671_florges/florges_yellow.png new file mode 100644 index 00000000..ff892ed6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0671_florges/florges_yellow.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0671_florges/florges_yellow_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0671_florges/florges_yellow_shiny.png new file mode 100644 index 00000000..634c3acf Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0671_florges/florges_yellow_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0674_pancham/pancham.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0674_pancham/pancham.png new file mode 100644 index 00000000..c10215cd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0674_pancham/pancham.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0674_pancham/pancham_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0674_pancham/pancham_shiny.png new file mode 100644 index 00000000..0d69fc1d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0674_pancham/pancham_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0675_pangoro/pangoro.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0675_pangoro/pangoro.png new file mode 100644 index 00000000..2250e092 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0675_pangoro/pangoro.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0675_pangoro/pangoro_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0675_pangoro/pangoro_shiny.png new file mode 100644 index 00000000..ee8c59ee Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0675_pangoro/pangoro_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0676_furfrou/furfrou.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0676_furfrou/furfrou.png new file mode 100644 index 00000000..abf5d260 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0676_furfrou/furfrou.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0676_furfrou/furfrou_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0676_furfrou/furfrou_shiny.png new file mode 100644 index 00000000..c19bf571 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0676_furfrou/furfrou_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0679_honedge/honedge.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0679_honedge/honedge.png new file mode 100644 index 00000000..5ae07073 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0679_honedge/honedge.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0679_honedge/honedge_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0679_honedge/honedge_shiny.png new file mode 100644 index 00000000..a89be240 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0679_honedge/honedge_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0680_doublade/doublade.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0680_doublade/doublade.png new file mode 100644 index 00000000..4d57bcbd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0680_doublade/doublade.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0680_doublade/doublade_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0680_doublade/doublade_shiny.png new file mode 100644 index 00000000..fddd3f4f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0680_doublade/doublade_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0681_aegislash/aegislash.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0681_aegislash/aegislash.png new file mode 100644 index 00000000..07aaa96d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0681_aegislash/aegislash.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0681_aegislash/aegislash_blade.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0681_aegislash/aegislash_blade.png new file mode 100644 index 00000000..fa4fd06b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0681_aegislash/aegislash_blade.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0681_aegislash/aegislash_blade_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0681_aegislash/aegislash_blade_shiny.png new file mode 100644 index 00000000..bf798a76 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0681_aegislash/aegislash_blade_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0681_aegislash/aegislash_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0681_aegislash/aegislash_shiny.png new file mode 100644 index 00000000..dffc897d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0681_aegislash/aegislash_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0682_spritzee/spritzee.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0682_spritzee/spritzee.png new file mode 100644 index 00000000..b3105211 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0682_spritzee/spritzee.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0682_spritzee/spritzee_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0682_spritzee/spritzee_shiny.png new file mode 100644 index 00000000..eb7489c4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0682_spritzee/spritzee_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0683_aromatisse/aromatisse.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0683_aromatisse/aromatisse.png new file mode 100644 index 00000000..d1429401 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0683_aromatisse/aromatisse.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0683_aromatisse/aromatisse_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0683_aromatisse/aromatisse_shiny.png new file mode 100644 index 00000000..37d9367c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0683_aromatisse/aromatisse_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0684_swirlix/swirlix.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0684_swirlix/swirlix.png new file mode 100644 index 00000000..baf3a8df Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0684_swirlix/swirlix.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0684_swirlix/swirlix_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0684_swirlix/swirlix_shiny.png new file mode 100644 index 00000000..4d8fc805 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0684_swirlix/swirlix_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0685_slurpuff/slurpuff.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0685_slurpuff/slurpuff.png new file mode 100644 index 00000000..daa1a212 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0685_slurpuff/slurpuff.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0685_slurpuff/slurpuff_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0685_slurpuff/slurpuff_shiny.png new file mode 100644 index 00000000..882a558e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0685_slurpuff/slurpuff_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0686_inkay/inkay.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0686_inkay/inkay.png new file mode 100644 index 00000000..3e2585bc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0686_inkay/inkay.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0686_inkay/inkay_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0686_inkay/inkay_shiny.png new file mode 100644 index 00000000..1268c4d6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0686_inkay/inkay_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0687_malamar/malamar.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0687_malamar/malamar.png new file mode 100644 index 00000000..ae4c38df Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0687_malamar/malamar.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0687_malamar/malamar_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0687_malamar/malamar_shiny.png new file mode 100644 index 00000000..a76db7d1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0687_malamar/malamar_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0690_skrelp/skrelp.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0690_skrelp/skrelp.png new file mode 100644 index 00000000..fb2ab57e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0690_skrelp/skrelp.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0690_skrelp/skrelp_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0690_skrelp/skrelp_shiny.png new file mode 100644 index 00000000..feab6046 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0690_skrelp/skrelp_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0691_dragalge/dragalge.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0691_dragalge/dragalge.png new file mode 100644 index 00000000..229d4cc7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0691_dragalge/dragalge.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0691_dragalge/dragalge_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0691_dragalge/dragalge_shiny.png new file mode 100644 index 00000000..5dba982d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0691_dragalge/dragalge_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0692_clauncher/clauncher.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0692_clauncher/clauncher.png new file mode 100644 index 00000000..5b66e42c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0692_clauncher/clauncher.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0692_clauncher/clauncher_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0692_clauncher/clauncher_shiny.png new file mode 100644 index 00000000..0a6d0666 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0692_clauncher/clauncher_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0693_clawitzer/clawitzer.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0693_clawitzer/clawitzer.png new file mode 100644 index 00000000..198b10d5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0693_clawitzer/clawitzer.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0693_clawitzer/clawitzer_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0693_clawitzer/clawitzer_shiny.png new file mode 100644 index 00000000..b6fcfb74 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0693_clawitzer/clawitzer_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0694_helioptile/helioptile.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0694_helioptile/helioptile.png new file mode 100644 index 00000000..b1867c98 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0694_helioptile/helioptile.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0694_helioptile/helioptile_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0694_helioptile/helioptile_shiny.png new file mode 100644 index 00000000..6c0e9857 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0694_helioptile/helioptile_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0695_heliolisk/heliolisk.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0695_heliolisk/heliolisk.png new file mode 100644 index 00000000..26d67f3b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0695_heliolisk/heliolisk.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0695_heliolisk/heliolisk_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0695_heliolisk/heliolisk_shiny.png new file mode 100644 index 00000000..a1adf9c7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0695_heliolisk/heliolisk_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0696_tyrunt/tyrunt.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0696_tyrunt/tyrunt.png new file mode 100644 index 00000000..485ce72c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0696_tyrunt/tyrunt.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0696_tyrunt/tyrunt_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0696_tyrunt/tyrunt_female.png new file mode 100644 index 00000000..0160efd3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0696_tyrunt/tyrunt_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0696_tyrunt/tyrunt_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0696_tyrunt/tyrunt_female_shiny.png new file mode 100644 index 00000000..fb89e5c3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0696_tyrunt/tyrunt_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0696_tyrunt/tyrunt_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0696_tyrunt/tyrunt_shiny.png new file mode 100644 index 00000000..13ce728b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0696_tyrunt/tyrunt_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0697_tyrantrum/tyrantrum.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0697_tyrantrum/tyrantrum.png new file mode 100644 index 00000000..41de048c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0697_tyrantrum/tyrantrum.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0697_tyrantrum/tyrantrum_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0697_tyrantrum/tyrantrum_female.png new file mode 100644 index 00000000..5023f76d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0697_tyrantrum/tyrantrum_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0697_tyrantrum/tyrantrum_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0697_tyrantrum/tyrantrum_female_shiny.png new file mode 100644 index 00000000..87f9319c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0697_tyrantrum/tyrantrum_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0697_tyrantrum/tyrantrum_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0697_tyrantrum/tyrantrum_shiny.png new file mode 100644 index 00000000..8dbb4816 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0697_tyrantrum/tyrantrum_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0698_amaura/amaura.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0698_amaura/amaura.png new file mode 100644 index 00000000..1f683b2f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0698_amaura/amaura.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0698_amaura/amaura_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0698_amaura/amaura_female.png new file mode 100644 index 00000000..8aef59e2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0698_amaura/amaura_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0698_amaura/amaura_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0698_amaura/amaura_female_shiny.png new file mode 100644 index 00000000..f0d0364e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0698_amaura/amaura_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0698_amaura/amaura_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0698_amaura/amaura_shiny.png new file mode 100644 index 00000000..c9ba788e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0698_amaura/amaura_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0699_aurorus/aurorus.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0699_aurorus/aurorus.png new file mode 100644 index 00000000..18b2b7ca Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0699_aurorus/aurorus.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0699_aurorus/aurorus_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0699_aurorus/aurorus_female.png new file mode 100644 index 00000000..982da244 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0699_aurorus/aurorus_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0699_aurorus/aurorus_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0699_aurorus/aurorus_female_shiny.png new file mode 100644 index 00000000..1981997e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0699_aurorus/aurorus_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0699_aurorus/aurorus_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0699_aurorus/aurorus_shiny.png new file mode 100644 index 00000000..2f54f9f8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0699_aurorus/aurorus_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0700_sylveon/sylveon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0700_sylveon/sylveon.png new file mode 100644 index 00000000..bd3815d8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0700_sylveon/sylveon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0700_sylveon/sylveon_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0700_sylveon/sylveon_female.png new file mode 100644 index 00000000..a85557ac Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0700_sylveon/sylveon_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0700_sylveon/sylveon_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0700_sylveon/sylveon_female_shiny.png new file mode 100644 index 00000000..a7620638 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0700_sylveon/sylveon_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0700_sylveon/sylveon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0700_sylveon/sylveon_shiny.png new file mode 100644 index 00000000..b43dd5f6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0700_sylveon/sylveon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0702_dedenne/dedenne.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0702_dedenne/dedenne.png new file mode 100644 index 00000000..d6a77127 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0702_dedenne/dedenne.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0702_dedenne/dedenne_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0702_dedenne/dedenne_shiny.png new file mode 100644 index 00000000..220f4104 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0702_dedenne/dedenne_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0704_goomy/goomy.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0704_goomy/goomy.png new file mode 100644 index 00000000..b715d4cf Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0704_goomy/goomy.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0704_goomy/goomy_hisui_bias.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0704_goomy/goomy_hisui_bias.png new file mode 100644 index 00000000..b715d4cf Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0704_goomy/goomy_hisui_bias.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0704_goomy/goomy_hisui_bias_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0704_goomy/goomy_hisui_bias_shiny.png new file mode 100644 index 00000000..354d7ef7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0704_goomy/goomy_hisui_bias_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0704_goomy/goomy_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0704_goomy/goomy_shiny.png new file mode 100644 index 00000000..354d7ef7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0704_goomy/goomy_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0705_sliggoo/sliggoo.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0705_sliggoo/sliggoo.png new file mode 100644 index 00000000..e6c0f8b1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0705_sliggoo/sliggoo.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0705_sliggoo/sliggoo_hisuian.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0705_sliggoo/sliggoo_hisuian.png new file mode 100644 index 00000000..2ea438f9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0705_sliggoo/sliggoo_hisuian.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0705_sliggoo/sliggoo_hisuian_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0705_sliggoo/sliggoo_hisuian_shiny.png new file mode 100644 index 00000000..d0d241fd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0705_sliggoo/sliggoo_hisuian_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0705_sliggoo/sliggoo_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0705_sliggoo/sliggoo_shiny.png new file mode 100644 index 00000000..c64c89e1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0705_sliggoo/sliggoo_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0706_goodra/goodra.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0706_goodra/goodra.png new file mode 100644 index 00000000..b379c4ed Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0706_goodra/goodra.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0706_goodra/goodra_hisuian.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0706_goodra/goodra_hisuian.png new file mode 100644 index 00000000..b7fee335 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0706_goodra/goodra_hisuian.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0706_goodra/goodra_hisuian_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0706_goodra/goodra_hisuian_shiny.png new file mode 100644 index 00000000..5af455dc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0706_goodra/goodra_hisuian_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0706_goodra/goodra_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0706_goodra/goodra_shiny.png new file mode 100644 index 00000000..d3c90502 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0706_goodra/goodra_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0707_klefki/klefki.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0707_klefki/klefki.png new file mode 100644 index 00000000..67b89bee Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0707_klefki/klefki.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0707_klefki/klefki_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0707_klefki/klefki_shiny.png new file mode 100644 index 00000000..7f2c62b1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0707_klefki/klefki_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0708_phantump/phantump.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0708_phantump/phantump.png new file mode 100644 index 00000000..a56607a5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0708_phantump/phantump.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_shiny.png new file mode 100644 index 00000000..c49bbc72 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant.png new file mode 100644 index 00000000..b5d73cb5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_shiny.png new file mode 100644 index 00000000..5559611e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0710_pumpkaboo/pumpkaboo.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0710_pumpkaboo/pumpkaboo.png new file mode 100644 index 00000000..23dca4de Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0710_pumpkaboo/pumpkaboo.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0710_pumpkaboo/pumpkaboo_large.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0710_pumpkaboo/pumpkaboo_large.png new file mode 100644 index 00000000..41059e5b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0710_pumpkaboo/pumpkaboo_large.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0710_pumpkaboo/pumpkaboo_large_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0710_pumpkaboo/pumpkaboo_large_shiny.png new file mode 100644 index 00000000..f444db1c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0710_pumpkaboo/pumpkaboo_large_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0710_pumpkaboo/pumpkaboo_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0710_pumpkaboo/pumpkaboo_shiny.png new file mode 100644 index 00000000..5fd64fb3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0710_pumpkaboo/pumpkaboo_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0710_pumpkaboo/pumpkaboo_small.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0710_pumpkaboo/pumpkaboo_small.png new file mode 100644 index 00000000..fbd31f90 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0710_pumpkaboo/pumpkaboo_small.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0710_pumpkaboo/pumpkaboo_small_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0710_pumpkaboo/pumpkaboo_small_shiny.png new file mode 100644 index 00000000..b74499c3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0710_pumpkaboo/pumpkaboo_small_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0710_pumpkaboo/pumpkaboo_super.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0710_pumpkaboo/pumpkaboo_super.png new file mode 100644 index 00000000..3db036b7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0710_pumpkaboo/pumpkaboo_super.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0710_pumpkaboo/pumpkaboo_super_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0710_pumpkaboo/pumpkaboo_super_shiny.png new file mode 100644 index 00000000..afd9602d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0710_pumpkaboo/pumpkaboo_super_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0711_gourgeist/gourgeist.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0711_gourgeist/gourgeist.png new file mode 100644 index 00000000..c0c3172b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0711_gourgeist/gourgeist.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0711_gourgeist/gourgeist_large.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0711_gourgeist/gourgeist_large.png new file mode 100644 index 00000000..171c75d3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0711_gourgeist/gourgeist_large.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0711_gourgeist/gourgeist_large_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0711_gourgeist/gourgeist_large_shiny.png new file mode 100644 index 00000000..d98e29be Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0711_gourgeist/gourgeist_large_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0711_gourgeist/gourgeist_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0711_gourgeist/gourgeist_shiny.png new file mode 100644 index 00000000..7dec3640 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0711_gourgeist/gourgeist_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0711_gourgeist/gourgeist_small.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0711_gourgeist/gourgeist_small.png new file mode 100644 index 00000000..799227c9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0711_gourgeist/gourgeist_small.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0711_gourgeist/gourgeist_small_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0711_gourgeist/gourgeist_small_shiny.png new file mode 100644 index 00000000..d91a5937 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0711_gourgeist/gourgeist_small_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0711_gourgeist/gourgeist_super.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0711_gourgeist/gourgeist_super.png new file mode 100644 index 00000000..1a685812 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0711_gourgeist/gourgeist_super.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0711_gourgeist/gourgeist_super_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0711_gourgeist/gourgeist_super_shiny.png new file mode 100644 index 00000000..f5486b94 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0711_gourgeist/gourgeist_super_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0712_bergmite/bergmite.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0712_bergmite/bergmite.png new file mode 100644 index 00000000..77a617ec Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0712_bergmite/bergmite.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0712_bergmite/bergmite_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0712_bergmite/bergmite_shiny.png new file mode 100644 index 00000000..d262e55b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0712_bergmite/bergmite_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0713_avalugg/avalugg.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0713_avalugg/avalugg.png new file mode 100644 index 00000000..c79a62f2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0713_avalugg/avalugg.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0713_avalugg/avalugg_hisui.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0713_avalugg/avalugg_hisui.png new file mode 100644 index 00000000..52305ed4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0713_avalugg/avalugg_hisui.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0713_avalugg/avalugg_hisui_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0713_avalugg/avalugg_hisui_shiny.png new file mode 100644 index 00000000..303e5a92 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0713_avalugg/avalugg_hisui_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0713_avalugg/avalugg_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0713_avalugg/avalugg_shiny.png new file mode 100644 index 00000000..7c891499 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0713_avalugg/avalugg_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0714_noibat/noibat.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0714_noibat/noibat.png new file mode 100644 index 00000000..9234405e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0714_noibat/noibat.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0714_noibat/noibat_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0714_noibat/noibat_shiny.png new file mode 100644 index 00000000..ce03c638 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0714_noibat/noibat_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0715_noivern/noivern.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0715_noivern/noivern.png new file mode 100644 index 00000000..94335df3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0715_noivern/noivern.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0715_noivern/noivern_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0715_noivern/noivern_shiny.png new file mode 100644 index 00000000..4ea7c555 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0715_noivern/noivern_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0717_yveltal/yveltal.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0717_yveltal/yveltal.png new file mode 100644 index 00000000..c5790ece Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0717_yveltal/yveltal.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0717_yveltal/yveltal_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0717_yveltal/yveltal_shiny.png new file mode 100644 index 00000000..e1e3d25e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0717_yveltal/yveltal_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0722_rowlet/rowlet.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0722_rowlet/rowlet.png new file mode 100644 index 00000000..ce59d4b6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0722_rowlet/rowlet.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0722_rowlet/rowlet_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0722_rowlet/rowlet_female.png new file mode 100644 index 00000000..2a6ac6a6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0722_rowlet/rowlet_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0722_rowlet/rowlet_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0722_rowlet/rowlet_female_shiny.png new file mode 100644 index 00000000..afeb6efa Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0722_rowlet/rowlet_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0722_rowlet/rowlet_hisui_bias.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0722_rowlet/rowlet_hisui_bias.png new file mode 100644 index 00000000..ce59d4b6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0722_rowlet/rowlet_hisui_bias.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0722_rowlet/rowlet_hisui_bias_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0722_rowlet/rowlet_hisui_bias_female.png new file mode 100644 index 00000000..2a6ac6a6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0722_rowlet/rowlet_hisui_bias_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0722_rowlet/rowlet_hisui_bias_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0722_rowlet/rowlet_hisui_bias_female_shiny.png new file mode 100644 index 00000000..afeb6efa Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0722_rowlet/rowlet_hisui_bias_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0722_rowlet/rowlet_hisui_bias_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0722_rowlet/rowlet_hisui_bias_shiny.png new file mode 100644 index 00000000..4dff3fd1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0722_rowlet/rowlet_hisui_bias_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0722_rowlet/rowlet_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0722_rowlet/rowlet_shiny.png new file mode 100644 index 00000000..4dff3fd1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0722_rowlet/rowlet_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0723_dartrix/dartrix.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0723_dartrix/dartrix.png new file mode 100644 index 00000000..5984e36c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0723_dartrix/dartrix.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0723_dartrix/dartrix_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0723_dartrix/dartrix_female.png new file mode 100644 index 00000000..baf13e5b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0723_dartrix/dartrix_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0723_dartrix/dartrix_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0723_dartrix/dartrix_female_shiny.png new file mode 100644 index 00000000..f91289e8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0723_dartrix/dartrix_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0723_dartrix/dartrix_hisui_bias.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0723_dartrix/dartrix_hisui_bias.png new file mode 100644 index 00000000..5984e36c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0723_dartrix/dartrix_hisui_bias.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0723_dartrix/dartrix_hisui_bias_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0723_dartrix/dartrix_hisui_bias_female.png new file mode 100644 index 00000000..baf13e5b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0723_dartrix/dartrix_hisui_bias_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0723_dartrix/dartrix_hisui_bias_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0723_dartrix/dartrix_hisui_bias_female_shiny.png new file mode 100644 index 00000000..f91289e8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0723_dartrix/dartrix_hisui_bias_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0723_dartrix/dartrix_hisui_bias_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0723_dartrix/dartrix_hisui_bias_shiny.png new file mode 100644 index 00000000..375f402b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0723_dartrix/dartrix_hisui_bias_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0723_dartrix/dartrix_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0723_dartrix/dartrix_shiny.png new file mode 100644 index 00000000..375f402b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0723_dartrix/dartrix_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0724_decidueye/decidueye.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0724_decidueye/decidueye.png new file mode 100644 index 00000000..f2dcb13a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0724_decidueye/decidueye.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0724_decidueye/decidueye_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0724_decidueye/decidueye_female.png new file mode 100644 index 00000000..8c725e6e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0724_decidueye/decidueye_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0724_decidueye/decidueye_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0724_decidueye/decidueye_female_shiny.png new file mode 100644 index 00000000..2542d5f1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0724_decidueye/decidueye_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0724_decidueye/decidueye_hisuian.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0724_decidueye/decidueye_hisuian.png new file mode 100644 index 00000000..6cec4ce0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0724_decidueye/decidueye_hisuian.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0724_decidueye/decidueye_hisuian_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0724_decidueye/decidueye_hisuian_female.png new file mode 100644 index 00000000..95e95759 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0724_decidueye/decidueye_hisuian_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0724_decidueye/decidueye_hisuian_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0724_decidueye/decidueye_hisuian_female_shiny.png new file mode 100644 index 00000000..fa117527 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0724_decidueye/decidueye_hisuian_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0724_decidueye/decidueye_hisuian_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0724_decidueye/decidueye_hisuian_shiny.png new file mode 100644 index 00000000..2df58c02 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0724_decidueye/decidueye_hisuian_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0724_decidueye/decidueye_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0724_decidueye/decidueye_shiny.png new file mode 100644 index 00000000..b611073b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0724_decidueye/decidueye_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0725_litten/litten.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0725_litten/litten.png new file mode 100644 index 00000000..549f0fe4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0725_litten/litten.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0725_litten/litten_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0725_litten/litten_female.png new file mode 100644 index 00000000..94c0f4ca Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0725_litten/litten_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0725_litten/litten_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0725_litten/litten_female_shiny.png new file mode 100644 index 00000000..35fb48c9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0725_litten/litten_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0725_litten/litten_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0725_litten/litten_shiny.png new file mode 100644 index 00000000..2504e2d9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0725_litten/litten_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0726_torracat/torracat.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0726_torracat/torracat.png new file mode 100644 index 00000000..51ecac3d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0726_torracat/torracat.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0726_torracat/torracat_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0726_torracat/torracat_female.png new file mode 100644 index 00000000..3255b797 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0726_torracat/torracat_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0726_torracat/torracat_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0726_torracat/torracat_female_shiny.png new file mode 100644 index 00000000..c0d8f8f9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0726_torracat/torracat_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0726_torracat/torracat_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0726_torracat/torracat_shiny.png new file mode 100644 index 00000000..1d17d93b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0726_torracat/torracat_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0727_incineroar/incineroar.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0727_incineroar/incineroar.png new file mode 100644 index 00000000..b80e9376 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0727_incineroar/incineroar.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0727_incineroar/incineroar_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0727_incineroar/incineroar_female.png new file mode 100644 index 00000000..562459c9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0727_incineroar/incineroar_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0727_incineroar/incineroar_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0727_incineroar/incineroar_female_shiny.png new file mode 100644 index 00000000..3820215a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0727_incineroar/incineroar_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0727_incineroar/incineroar_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0727_incineroar/incineroar_shiny.png new file mode 100644 index 00000000..b285b528 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0727_incineroar/incineroar_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0728_popplio/popplio.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0728_popplio/popplio.png new file mode 100644 index 00000000..fecc1ba6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0728_popplio/popplio.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0728_popplio/popplio_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0728_popplio/popplio_female.png new file mode 100644 index 00000000..8235d764 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0728_popplio/popplio_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0728_popplio/popplio_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0728_popplio/popplio_female_shiny.png new file mode 100644 index 00000000..a56107d2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0728_popplio/popplio_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0728_popplio/popplio_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0728_popplio/popplio_shiny.png new file mode 100644 index 00000000..367bf744 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0728_popplio/popplio_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0729_brionne/brionne.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0729_brionne/brionne.png new file mode 100644 index 00000000..e30d027f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0729_brionne/brionne.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0729_brionne/brionne_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0729_brionne/brionne_female.png new file mode 100644 index 00000000..87bef11d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0729_brionne/brionne_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0729_brionne/brionne_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0729_brionne/brionne_female_shiny.png new file mode 100644 index 00000000..83881e74 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0729_brionne/brionne_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0729_brionne/brionne_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0729_brionne/brionne_shiny.png new file mode 100644 index 00000000..cb20150d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0729_brionne/brionne_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0730_primarina/primarina.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0730_primarina/primarina.png new file mode 100644 index 00000000..72faa662 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0730_primarina/primarina.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0730_primarina/primarina_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0730_primarina/primarina_female.png new file mode 100644 index 00000000..4ba203d0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0730_primarina/primarina_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0730_primarina/primarina_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0730_primarina/primarina_female_shiny.png new file mode 100644 index 00000000..03827bbd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0730_primarina/primarina_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0730_primarina/primarina_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0730_primarina/primarina_shiny.png new file mode 100644 index 00000000..a63921f1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0730_primarina/primarina_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0731_pikipek/pikipek.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0731_pikipek/pikipek.png new file mode 100644 index 00000000..938a3476 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0731_pikipek/pikipek.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0731_pikipek/pikipek_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0731_pikipek/pikipek_shiny.png new file mode 100644 index 00000000..64be898b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0731_pikipek/pikipek_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0732_trumbeak/trumbeak.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0732_trumbeak/trumbeak.png new file mode 100644 index 00000000..fcb0af52 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0732_trumbeak/trumbeak.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0732_trumbeak/trumbeak_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0732_trumbeak/trumbeak_shiny.png new file mode 100644 index 00000000..e0324f8c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0732_trumbeak/trumbeak_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0733_toucannon/toucannon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0733_toucannon/toucannon.png new file mode 100644 index 00000000..f1a0f046 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0733_toucannon/toucannon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0733_toucannon/toucannon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0733_toucannon/toucannon_shiny.png new file mode 100644 index 00000000..60d2ee20 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0733_toucannon/toucannon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0734_yungoos/yungoos.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0734_yungoos/yungoos.png new file mode 100644 index 00000000..337b0681 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0734_yungoos/yungoos.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0734_yungoos/yungoos_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0734_yungoos/yungoos_shiny.png new file mode 100644 index 00000000..051298dd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0734_yungoos/yungoos_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0735_gumshoos/gumshoos.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0735_gumshoos/gumshoos.png new file mode 100644 index 00000000..a598dff5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0735_gumshoos/gumshoos.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0735_gumshoos/gumshoos_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0735_gumshoos/gumshoos_shiny.png new file mode 100644 index 00000000..72128c9d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0735_gumshoos/gumshoos_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0736_grubbin/grubbin.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0736_grubbin/grubbin.png new file mode 100644 index 00000000..2724fb36 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0736_grubbin/grubbin.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0736_grubbin/grubbin_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0736_grubbin/grubbin_shiny.png new file mode 100644 index 00000000..20c69369 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0736_grubbin/grubbin_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0737_charjabug/charjabug.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0737_charjabug/charjabug.png new file mode 100644 index 00000000..49a09618 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0737_charjabug/charjabug.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0737_charjabug/charjabug_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0737_charjabug/charjabug_shiny.png new file mode 100644 index 00000000..5f816428 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0737_charjabug/charjabug_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0738_vikavolt/vikavolt.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0738_vikavolt/vikavolt.png new file mode 100644 index 00000000..80c26269 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0738_vikavolt/vikavolt.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0738_vikavolt/vikavolt_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0738_vikavolt/vikavolt_shiny.png new file mode 100644 index 00000000..ab7764dc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0738_vikavolt/vikavolt_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0739_crabrawler/crabrawler.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0739_crabrawler/crabrawler.png new file mode 100644 index 00000000..fb1a7ace Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0739_crabrawler/crabrawler.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0739_crabrawler/crabrawler_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0739_crabrawler/crabrawler_shiny.png new file mode 100644 index 00000000..0aa8e92a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0739_crabrawler/crabrawler_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0740_crabominable/crabominable.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0740_crabominable/crabominable.png new file mode 100644 index 00000000..0979b198 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0740_crabominable/crabominable.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0740_crabominable/crabominable_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0740_crabominable/crabominable_shiny.png new file mode 100644 index 00000000..73e71dec Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0740_crabominable/crabominable_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0742_cutiefly/cutiefly.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0742_cutiefly/cutiefly.png new file mode 100644 index 00000000..79daa06d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0742_cutiefly/cutiefly.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0742_cutiefly/cutiefly_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0742_cutiefly/cutiefly_shiny.png new file mode 100644 index 00000000..f6812813 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0742_cutiefly/cutiefly_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0743_ribombee/ribombee.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0743_ribombee/ribombee.png new file mode 100644 index 00000000..b08f1dc8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0743_ribombee/ribombee.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0743_ribombee/ribombee_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0743_ribombee/ribombee_shiny.png new file mode 100644 index 00000000..1e40bdf6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0743_ribombee/ribombee_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0746_wishiwashi/wishiwashi.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0746_wishiwashi/wishiwashi.png new file mode 100644 index 00000000..8385a172 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0746_wishiwashi/wishiwashi.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0746_wishiwashi/wishiwashi_school.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0746_wishiwashi/wishiwashi_school.png new file mode 100644 index 00000000..e4aa929c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0746_wishiwashi/wishiwashi_school.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0746_wishiwashi/wishiwashi_school_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0746_wishiwashi/wishiwashi_school_shiny.png new file mode 100644 index 00000000..56ffdfa6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0746_wishiwashi/wishiwashi_school_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0746_wishiwashi/wishiwashi_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0746_wishiwashi/wishiwashi_shiny.png new file mode 100644 index 00000000..43c97717 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0746_wishiwashi/wishiwashi_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0746_wishiwashi/wishiwashi_solo.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0746_wishiwashi/wishiwashi_solo.png new file mode 100644 index 00000000..f427affe Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0746_wishiwashi/wishiwashi_solo.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0746_wishiwashi/wishiwashi_solo_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0746_wishiwashi/wishiwashi_solo_shiny.png new file mode 100644 index 00000000..43c97717 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0746_wishiwashi/wishiwashi_solo_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0749_mudbray/mudbray.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0749_mudbray/mudbray.png new file mode 100644 index 00000000..59a5ff51 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0749_mudbray/mudbray.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0749_mudbray/mudbray_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0749_mudbray/mudbray_shiny.png new file mode 100644 index 00000000..3184d857 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0749_mudbray/mudbray_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0750_mudsdale/mudsdale.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0750_mudsdale/mudsdale.png new file mode 100644 index 00000000..7c8ae816 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0750_mudsdale/mudsdale.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0750_mudsdale/mudsdale_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0750_mudsdale/mudsdale_shiny.png new file mode 100644 index 00000000..266c454c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0750_mudsdale/mudsdale_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0755_morelull/morelull.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0755_morelull/morelull.png new file mode 100644 index 00000000..4e11a607 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0755_morelull/morelull.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0755_morelull/morelull_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0755_morelull/morelull_shiny.png new file mode 100644 index 00000000..9e2a4f77 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0755_morelull/morelull_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0756_shiinotic/shiinotic.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0756_shiinotic/shiinotic.png new file mode 100644 index 00000000..d583267c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0756_shiinotic/shiinotic.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0756_shiinotic/shiinotic_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0756_shiinotic/shiinotic_shiny.png new file mode 100644 index 00000000..c5e5bae7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0756_shiinotic/shiinotic_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0757_salandit/salandit.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0757_salandit/salandit.png new file mode 100644 index 00000000..faea2948 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0757_salandit/salandit.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0757_salandit/salandit_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0757_salandit/salandit_female.png new file mode 100644 index 00000000..3291480f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0757_salandit/salandit_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0757_salandit/salandit_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0757_salandit/salandit_female_shiny.png new file mode 100644 index 00000000..35f53a83 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0757_salandit/salandit_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0757_salandit/salandit_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0757_salandit/salandit_shiny.png new file mode 100644 index 00000000..4fb5ab58 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0757_salandit/salandit_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0758_salazzle/salazzle.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0758_salazzle/salazzle.png new file mode 100644 index 00000000..688e475c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0758_salazzle/salazzle.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0758_salazzle/salazzle_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0758_salazzle/salazzle_shiny.png new file mode 100644 index 00000000..27d74ca0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0758_salazzle/salazzle_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0759_stufful/stufful.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0759_stufful/stufful.png new file mode 100644 index 00000000..f830d6b8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0759_stufful/stufful.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0759_stufful/stufful_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0759_stufful/stufful_shiny.png new file mode 100644 index 00000000..10f038d5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0759_stufful/stufful_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0760_bewear/bewear.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0760_bewear/bewear.png new file mode 100644 index 00000000..daa222e7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0760_bewear/bewear.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0760_bewear/bewear_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0760_bewear/bewear_shiny.png new file mode 100644 index 00000000..210f535b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0760_bewear/bewear_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0761_bounsweet/bounsweet.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0761_bounsweet/bounsweet.png new file mode 100644 index 00000000..a79ba877 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0761_bounsweet/bounsweet.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0761_bounsweet/bounsweet_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0761_bounsweet/bounsweet_shiny.png new file mode 100644 index 00000000..54dcf6f7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0761_bounsweet/bounsweet_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0762_steenee/steenee.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0762_steenee/steenee.png new file mode 100644 index 00000000..0ef7aef3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0762_steenee/steenee.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0762_steenee/steenee_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0762_steenee/steenee_shiny.png new file mode 100644 index 00000000..fa5e00f3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0762_steenee/steenee_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0763_tsareena/tsareena.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0763_tsareena/tsareena.png new file mode 100644 index 00000000..9ba2447e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0763_tsareena/tsareena.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0763_tsareena/tsareena_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0763_tsareena/tsareena_shiny.png new file mode 100644 index 00000000..d6c50c05 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0763_tsareena/tsareena_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0764_comfey/comfey.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0764_comfey/comfey.png new file mode 100644 index 00000000..2a5d3e76 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0764_comfey/comfey.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0764_comfey/comfey_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0764_comfey/comfey_shiny.png new file mode 100644 index 00000000..aa97dc3c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0764_comfey/comfey_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0765_oranguru/oranguru.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0765_oranguru/oranguru.png new file mode 100644 index 00000000..f41d9c7a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0765_oranguru/oranguru.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0765_oranguru/oranguru_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0765_oranguru/oranguru_shiny.png new file mode 100644 index 00000000..bf71b108 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0765_oranguru/oranguru_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0766_passimian/passimian.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0766_passimian/passimian.png new file mode 100644 index 00000000..9c97eee5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0766_passimian/passimian.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0766_passimian/passimian_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0766_passimian/passimian_shiny.png new file mode 100644 index 00000000..171efdc0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0766_passimian/passimian_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0767_wimpod/wimpod.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0767_wimpod/wimpod.png new file mode 100644 index 00000000..bd4d05b0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0767_wimpod/wimpod.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0767_wimpod/wimpod_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0767_wimpod/wimpod_shiny.png new file mode 100644 index 00000000..727694d0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0767_wimpod/wimpod_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0768_golisopod/golisopod.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0768_golisopod/golisopod.png new file mode 100644 index 00000000..3341f9d2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0768_golisopod/golisopod.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0768_golisopod/golisopod_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0768_golisopod/golisopod_shiny.png new file mode 100644 index 00000000..27ab7883 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0768_golisopod/golisopod_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0771_pyukumuku/pyukumuku.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0771_pyukumuku/pyukumuku.png new file mode 100644 index 00000000..132681ae Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0771_pyukumuku/pyukumuku.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0771_pyukumuku/pyukumuku_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0771_pyukumuku/pyukumuku_shiny.png new file mode 100644 index 00000000..a8136120 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0771_pyukumuku/pyukumuku_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally.png new file mode 100644 index 00000000..703aba66 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_bug.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_bug.png new file mode 100644 index 00000000..91d50193 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_bug.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_bug_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_bug_shiny.png new file mode 100644 index 00000000..c874dd5b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_bug_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_dark.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_dark.png new file mode 100644 index 00000000..7fc0f79c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_dark.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_dark_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_dark_shiny.png new file mode 100644 index 00000000..223116e0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_dark_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_dragon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_dragon.png new file mode 100644 index 00000000..56383729 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_dragon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_dragon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_dragon_shiny.png new file mode 100644 index 00000000..86d347eb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_dragon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_electric.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_electric.png new file mode 100644 index 00000000..4b596246 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_electric.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_electric_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_electric_shiny.png new file mode 100644 index 00000000..b0522664 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_electric_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_fairy.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_fairy.png new file mode 100644 index 00000000..9669ead6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_fairy.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_fairy_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_fairy_shiny.png new file mode 100644 index 00000000..e7172a26 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_fairy_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_fighting.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_fighting.png new file mode 100644 index 00000000..816b4620 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_fighting.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_fighting_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_fighting_shiny.png new file mode 100644 index 00000000..36d822bc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_fighting_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_fire.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_fire.png new file mode 100644 index 00000000..da988141 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_fire.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_fire_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_fire_shiny.png new file mode 100644 index 00000000..7fdbb3e2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_fire_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_flying.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_flying.png new file mode 100644 index 00000000..2e2dd5fc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_flying.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_flying_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_flying_shiny.png new file mode 100644 index 00000000..b790c37d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_flying_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_ghost.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_ghost.png new file mode 100644 index 00000000..01179e24 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_ghost.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_ghost_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_ghost_shiny.png new file mode 100644 index 00000000..d02fafc9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_ghost_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_grass.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_grass.png new file mode 100644 index 00000000..e84e2ebc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_grass.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_grass_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_grass_shiny.png new file mode 100644 index 00000000..76517867 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_grass_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_ground.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_ground.png new file mode 100644 index 00000000..ae58350c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_ground.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_ground_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_ground_shiny.png new file mode 100644 index 00000000..e064de49 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_ground_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_ice.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_ice.png new file mode 100644 index 00000000..458a3278 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_ice.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_ice_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_ice_shiny.png new file mode 100644 index 00000000..67caf0ff Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_ice_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_poison.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_poison.png new file mode 100644 index 00000000..3be8e961 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_poison.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_poison_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_poison_shiny.png new file mode 100644 index 00000000..608b2521 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_poison_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_psychic.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_psychic.png new file mode 100644 index 00000000..70b50204 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_psychic.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_psychic_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_psychic_shiny.png new file mode 100644 index 00000000..ba064050 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_psychic_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_rock.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_rock.png new file mode 100644 index 00000000..bc13cfb5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_rock.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_rock_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_rock_shiny.png new file mode 100644 index 00000000..1605affa Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_rock_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_shiny.png new file mode 100644 index 00000000..d1a0ee26 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_steel.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_steel.png new file mode 100644 index 00000000..e2e21bd7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_steel.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_steel_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_steel_shiny.png new file mode 100644 index 00000000..319e4a9c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_steel_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_water.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_water.png new file mode 100644 index 00000000..046d4ba4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_water.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_water_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_water_shiny.png new file mode 100644 index 00000000..78bbf9c0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_water_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior.png new file mode 100644 index 00000000..bcfd4175 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_blue.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_blue.png new file mode 100644 index 00000000..6bbba210 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_blue.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_blue_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_blue_shiny.png new file mode 100644 index 00000000..f0e1fbe2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_blue_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_green.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_green.png new file mode 100644 index 00000000..897772fb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_green.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_green_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_green_shiny.png new file mode 100644 index 00000000..b674d56f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_green_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_indigo.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_indigo.png new file mode 100644 index 00000000..811731f1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_indigo.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_indigo_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_indigo_shiny.png new file mode 100644 index 00000000..62c4fb0d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_indigo_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_meteor.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_meteor.png new file mode 100644 index 00000000..d020abf7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_meteor.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_meteor_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_meteor_shiny.png new file mode 100644 index 00000000..4388ccfc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_meteor_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_orange.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_orange.png new file mode 100644 index 00000000..b0d98980 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_orange.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_orange_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_orange_shiny.png new file mode 100644 index 00000000..ffee4149 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_orange_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_red.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_red.png new file mode 100644 index 00000000..e1cf76a6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_red.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_red_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_red_shiny.png new file mode 100644 index 00000000..1fcea908 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_red_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_shiny.png new file mode 100644 index 00000000..14655eda Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_violet.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_violet.png new file mode 100644 index 00000000..6244d071 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_violet.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_violet_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_violet_shiny.png new file mode 100644 index 00000000..7f91ffac Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_violet_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_yellow.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_yellow.png new file mode 100644 index 00000000..40dfab66 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_yellow.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_yellow_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_yellow_shiny.png new file mode 100644 index 00000000..9d8bf70b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0774_minior/minior_yellow_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0775_komala/komala.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0775_komala/komala.png new file mode 100644 index 00000000..6b8357fe Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0775_komala/komala.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0775_komala/komala_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0775_komala/komala_shiny.png new file mode 100644 index 00000000..a3cd0709 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0775_komala/komala_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0776_turtonator/turtonator.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0776_turtonator/turtonator.png new file mode 100644 index 00000000..e8170b0d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0776_turtonator/turtonator.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0776_turtonator/turtonator_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0776_turtonator/turtonator_shiny.png new file mode 100644 index 00000000..cc9161e2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0776_turtonator/turtonator_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0778_mimikyu/mimikyu.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0778_mimikyu/mimikyu.png new file mode 100644 index 00000000..5d5d34fb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0778_mimikyu/mimikyu.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0778_mimikyu/mimikyu_busted.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0778_mimikyu/mimikyu_busted.png new file mode 100644 index 00000000..2e3241f0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0778_mimikyu/mimikyu_busted.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0778_mimikyu/mimikyu_busted_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0778_mimikyu/mimikyu_busted_shiny.png new file mode 100644 index 00000000..a5f97248 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0778_mimikyu/mimikyu_busted_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0778_mimikyu/mimikyu_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0778_mimikyu/mimikyu_shiny.png new file mode 100644 index 00000000..257ac94e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0778_mimikyu/mimikyu_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0779_bruxish/bruxish.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0779_bruxish/bruxish.png new file mode 100644 index 00000000..87010db6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0779_bruxish/bruxish.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0779_bruxish/bruxish_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0779_bruxish/bruxish_shiny.png new file mode 100644 index 00000000..a9e92de5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0779_bruxish/bruxish_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0780_drampa/drampa.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0780_drampa/drampa.png new file mode 100644 index 00000000..ac0bf61c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0780_drampa/drampa.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0780_drampa/drampa_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0780_drampa/drampa_shiny.png new file mode 100644 index 00000000..eb3b4159 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0780_drampa/drampa_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0781_dhelmise/dhelmise.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0781_dhelmise/dhelmise.png new file mode 100644 index 00000000..96debdff Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0781_dhelmise/dhelmise.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0781_dhelmise/dhelmise_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0781_dhelmise/dhelmise_shiny.png new file mode 100644 index 00000000..a3407981 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0781_dhelmise/dhelmise_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0782_jangmo-o/jangmo-o.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0782_jangmo-o/jangmo-o.png new file mode 100644 index 00000000..412e6149 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0782_jangmo-o/jangmo-o.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0782_jangmo-o/jangmo-o_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0782_jangmo-o/jangmo-o_shiny.png new file mode 100644 index 00000000..c09cdccb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0782_jangmo-o/jangmo-o_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0783_hakamo-o/hakamo-o.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0783_hakamo-o/hakamo-o.png new file mode 100644 index 00000000..ab0f2aca Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0783_hakamo-o/hakamo-o.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0783_hakamo-o/hakamo-o_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0783_hakamo-o/hakamo-o_shiny.png new file mode 100644 index 00000000..aa00e61b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0783_hakamo-o/hakamo-o_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0784_kommo-o/kommo-o.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0784_kommo-o/kommo-o.png new file mode 100644 index 00000000..e8d478c6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0784_kommo-o/kommo-o.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0784_kommo-o/kommo-o_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0784_kommo-o/kommo-o_shiny.png new file mode 100644 index 00000000..aac607d2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0784_kommo-o/kommo-o_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0785_tapukoko/tapukoko.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0785_tapukoko/tapukoko.png new file mode 100644 index 00000000..92973952 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0785_tapukoko/tapukoko.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0785_tapukoko/tapukoko_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0785_tapukoko/tapukoko_shiny.png new file mode 100644 index 00000000..29d83013 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0785_tapukoko/tapukoko_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0786_tapulele/tapulele.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0786_tapulele/tapulele.png new file mode 100644 index 00000000..28a17585 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0786_tapulele/tapulele.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0786_tapulele/tapulele_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0786_tapulele/tapulele_shiny.png new file mode 100644 index 00000000..c60e429d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0786_tapulele/tapulele_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0787_tapubulu/tapubulu.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0787_tapubulu/tapubulu.png new file mode 100644 index 00000000..8393da31 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0787_tapubulu/tapubulu.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0787_tapubulu/tapubulu_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0787_tapubulu/tapubulu_shiny.png new file mode 100644 index 00000000..5b246697 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0787_tapubulu/tapubulu_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0788_tapufini/tapufini.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0788_tapufini/tapufini.png new file mode 100644 index 00000000..671d0951 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0788_tapufini/tapufini.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0788_tapufini/tapufini_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0788_tapufini/tapufini_shiny.png new file mode 100644 index 00000000..01ae0010 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0788_tapufini/tapufini_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0789_cosmog/cosmog.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0789_cosmog/cosmog.png new file mode 100644 index 00000000..fa405888 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0789_cosmog/cosmog.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0789_cosmog/cosmog_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0789_cosmog/cosmog_shiny.png new file mode 100644 index 00000000..7d75c45a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0789_cosmog/cosmog_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0790_cosmoem/cosmoem.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0790_cosmoem/cosmoem.png new file mode 100644 index 00000000..02a18e1b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0790_cosmoem/cosmoem.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0790_cosmoem/cosmoem_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0790_cosmoem/cosmoem_shiny.png new file mode 100644 index 00000000..41e90b52 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0790_cosmoem/cosmoem_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0791_solgaleo/solgaleo.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0791_solgaleo/solgaleo.png new file mode 100644 index 00000000..9f9376e1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0791_solgaleo/solgaleo.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0791_solgaleo/solgaleo_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0791_solgaleo/solgaleo_shiny.png new file mode 100644 index 00000000..08fe2639 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0791_solgaleo/solgaleo_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0792_lunala/lunala.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0792_lunala/lunala.png new file mode 100644 index 00000000..5bfe16ac Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0792_lunala/lunala.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0792_lunala/lunala_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0792_lunala/lunala_shiny.png new file mode 100644 index 00000000..82feb3cc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0792_lunala/lunala_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0794_buzzwole/buzzwole.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0794_buzzwole/buzzwole.png new file mode 100644 index 00000000..44d9eb51 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0794_buzzwole/buzzwole.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0794_buzzwole/buzzwole_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0794_buzzwole/buzzwole_shiny.png new file mode 100644 index 00000000..df48675c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0794_buzzwole/buzzwole_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0795_pheromosa/pheromosa.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0795_pheromosa/pheromosa.png new file mode 100644 index 00000000..e4b1944a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0795_pheromosa/pheromosa.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0795_pheromosa/pheromosa_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0795_pheromosa/pheromosa_shiny.png new file mode 100644 index 00000000..5b215cfb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0795_pheromosa/pheromosa_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0797_celesteela/celesteela.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0797_celesteela/celesteela.png new file mode 100644 index 00000000..fe4a3ac0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0797_celesteela/celesteela.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0797_celesteela/celesteela_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0797_celesteela/celesteela_shiny.png new file mode 100644 index 00000000..c09f1989 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0797_celesteela/celesteela_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0801_magearna/magearna.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0801_magearna/magearna.png new file mode 100644 index 00000000..dcc3e409 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0801_magearna/magearna.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0801_magearna/magearna_original.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0801_magearna/magearna_original.png new file mode 100644 index 00000000..fb03865c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0801_magearna/magearna_original.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0801_magearna/magearna_original_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0801_magearna/magearna_original_shiny.png new file mode 100644 index 00000000..288d90e7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0801_magearna/magearna_original_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0801_magearna/magearna_pokeball.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0801_magearna/magearna_pokeball.png new file mode 100644 index 00000000..d9b0745b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0801_magearna/magearna_pokeball.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0801_magearna/magearna_pokeball_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0801_magearna/magearna_pokeball_shiny.png new file mode 100644 index 00000000..dc697f93 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0801_magearna/magearna_pokeball_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0801_magearna/magearna_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0801_magearna/magearna_shiny.png new file mode 100644 index 00000000..abaa5b3b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0801_magearna/magearna_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0805_stakataka/stakataka.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0805_stakataka/stakataka.png new file mode 100644 index 00000000..1dd4a335 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0805_stakataka/stakataka.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0805_stakataka/stakataka_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0805_stakataka/stakataka_shiny.png new file mode 100644 index 00000000..1c48f2fd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0805_stakataka/stakataka_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0810_grookey/grookey.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0810_grookey/grookey.png new file mode 100644 index 00000000..717da2b1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0810_grookey/grookey.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0810_grookey/grookey_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0810_grookey/grookey_female.png new file mode 100644 index 00000000..6a6bbc59 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0810_grookey/grookey_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0810_grookey/grookey_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0810_grookey/grookey_female_shiny.png new file mode 100644 index 00000000..1ca8c9bb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0810_grookey/grookey_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0810_grookey/grookey_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0810_grookey/grookey_shiny.png new file mode 100644 index 00000000..7581dd55 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0810_grookey/grookey_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0811_thwackey/thwackey.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0811_thwackey/thwackey.png new file mode 100644 index 00000000..85d41e96 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0811_thwackey/thwackey.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0811_thwackey/thwackey_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0811_thwackey/thwackey_female.png new file mode 100644 index 00000000..663f7fb5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0811_thwackey/thwackey_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0811_thwackey/thwackey_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0811_thwackey/thwackey_female_shiny.png new file mode 100644 index 00000000..b7fe194d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0811_thwackey/thwackey_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0811_thwackey/thwackey_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0811_thwackey/thwackey_shiny.png new file mode 100644 index 00000000..94c42252 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0811_thwackey/thwackey_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0812_rillaboom/rillaboom.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0812_rillaboom/rillaboom.png new file mode 100644 index 00000000..1e9797a2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0812_rillaboom/rillaboom.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0812_rillaboom/rillaboom_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0812_rillaboom/rillaboom_female.png new file mode 100644 index 00000000..198fa1ef Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0812_rillaboom/rillaboom_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0812_rillaboom/rillaboom_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0812_rillaboom/rillaboom_female_shiny.png new file mode 100644 index 00000000..9bc4d6f8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0812_rillaboom/rillaboom_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0812_rillaboom/rillaboom_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0812_rillaboom/rillaboom_shiny.png new file mode 100644 index 00000000..de2305d8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0812_rillaboom/rillaboom_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0813_scorbunny/scorbunny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0813_scorbunny/scorbunny.png new file mode 100644 index 00000000..6a3a5d40 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0813_scorbunny/scorbunny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0813_scorbunny/scorbunny_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0813_scorbunny/scorbunny_female.png new file mode 100644 index 00000000..ae39bdc0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0813_scorbunny/scorbunny_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0813_scorbunny/scorbunny_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0813_scorbunny/scorbunny_female_shiny.png new file mode 100644 index 00000000..df23eded Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0813_scorbunny/scorbunny_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0813_scorbunny/scorbunny_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0813_scorbunny/scorbunny_shiny.png new file mode 100644 index 00000000..df76ff59 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0813_scorbunny/scorbunny_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0814_raboot/raboot.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0814_raboot/raboot.png new file mode 100644 index 00000000..32b67b5a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0814_raboot/raboot.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0814_raboot/raboot_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0814_raboot/raboot_female.png new file mode 100644 index 00000000..04e16c4f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0814_raboot/raboot_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0814_raboot/raboot_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0814_raboot/raboot_female_shiny.png new file mode 100644 index 00000000..fc397f50 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0814_raboot/raboot_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0814_raboot/raboot_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0814_raboot/raboot_shiny.png new file mode 100644 index 00000000..337a8ffd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0814_raboot/raboot_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0815_cinderace/cinderace.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0815_cinderace/cinderace.png new file mode 100644 index 00000000..ca510ae8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0815_cinderace/cinderace.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0815_cinderace/cinderace_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0815_cinderace/cinderace_female.png new file mode 100644 index 00000000..bc183f94 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0815_cinderace/cinderace_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0815_cinderace/cinderace_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0815_cinderace/cinderace_female_shiny.png new file mode 100644 index 00000000..2848c63a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0815_cinderace/cinderace_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0815_cinderace/cinderace_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0815_cinderace/cinderace_shiny.png new file mode 100644 index 00000000..d0deffa1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0815_cinderace/cinderace_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0816_sobble/sobble.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0816_sobble/sobble.png new file mode 100644 index 00000000..cc385aae Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0816_sobble/sobble.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0816_sobble/sobble_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0816_sobble/sobble_female.png new file mode 100644 index 00000000..34b2f012 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0816_sobble/sobble_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0816_sobble/sobble_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0816_sobble/sobble_female_shiny.png new file mode 100644 index 00000000..4afb392b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0816_sobble/sobble_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0816_sobble/sobble_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0816_sobble/sobble_shiny.png new file mode 100644 index 00000000..56b0139b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0816_sobble/sobble_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0817_drizzile/drizzile.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0817_drizzile/drizzile.png new file mode 100644 index 00000000..c608a4cb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0817_drizzile/drizzile.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0817_drizzile/drizzile_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0817_drizzile/drizzile_female.png new file mode 100644 index 00000000..b48ada9b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0817_drizzile/drizzile_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0817_drizzile/drizzile_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0817_drizzile/drizzile_female_shiny.png new file mode 100644 index 00000000..dc6ae42d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0817_drizzile/drizzile_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0817_drizzile/drizzile_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0817_drizzile/drizzile_shiny.png new file mode 100644 index 00000000..6869a917 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0817_drizzile/drizzile_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0818_inteleon/inteleon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0818_inteleon/inteleon.png new file mode 100644 index 00000000..36359e26 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0818_inteleon/inteleon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0818_inteleon/inteleon_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0818_inteleon/inteleon_female.png new file mode 100644 index 00000000..4ad5fe37 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0818_inteleon/inteleon_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0818_inteleon/inteleon_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0818_inteleon/inteleon_female_shiny.png new file mode 100644 index 00000000..7938048e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0818_inteleon/inteleon_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0818_inteleon/inteleon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0818_inteleon/inteleon_shiny.png new file mode 100644 index 00000000..a7e76f82 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0818_inteleon/inteleon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0819_skwovet/skwovet.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0819_skwovet/skwovet.png new file mode 100644 index 00000000..c94c6791 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0819_skwovet/skwovet.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0819_skwovet/skwovet_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0819_skwovet/skwovet_shiny.png new file mode 100644 index 00000000..5833d7c2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0819_skwovet/skwovet_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0820_greedent/greedent.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0820_greedent/greedent.png new file mode 100644 index 00000000..484dd82b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0820_greedent/greedent.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0820_greedent/greedent_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0820_greedent/greedent_shiny.png new file mode 100644 index 00000000..ae0e0345 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0820_greedent/greedent_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0821_rookidee/rookidee.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0821_rookidee/rookidee.png new file mode 100644 index 00000000..2eae636e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0821_rookidee/rookidee.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0821_rookidee/rookidee_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0821_rookidee/rookidee_shiny.png new file mode 100644 index 00000000..9aa5ab6b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0821_rookidee/rookidee_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0822_corvisquire/corvisquire-shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0822_corvisquire/corvisquire-shiny.png new file mode 100644 index 00000000..3ae3d75d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0822_corvisquire/corvisquire-shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0822_corvisquire/corvisquire.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0822_corvisquire/corvisquire.png new file mode 100644 index 00000000..37cf5253 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0822_corvisquire/corvisquire.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0822_corvisquire/corvisquire_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0822_corvisquire/corvisquire_shiny.png new file mode 100644 index 00000000..26b45f7c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0822_corvisquire/corvisquire_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0823_corviknight/corviknight.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0823_corviknight/corviknight.png new file mode 100644 index 00000000..d64bf5e3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0823_corviknight/corviknight.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0823_corviknight/corviknight_gmax.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0823_corviknight/corviknight_gmax.png new file mode 100644 index 00000000..eb0dfb80 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0823_corviknight/corviknight_gmax.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0823_corviknight/corviknight_gmax_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0823_corviknight/corviknight_gmax_shiny.png new file mode 100644 index 00000000..87d98476 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0823_corviknight/corviknight_gmax_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0823_corviknight/corviknight_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0823_corviknight/corviknight_shiny.png new file mode 100644 index 00000000..a938184e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0823_corviknight/corviknight_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0827_nickit/nickit.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0827_nickit/nickit.png new file mode 100644 index 00000000..70d80bcb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0827_nickit/nickit.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0827_nickit/nickit_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0827_nickit/nickit_shiny.png new file mode 100644 index 00000000..a92b0868 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0827_nickit/nickit_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0828_thievul/thievul.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0828_thievul/thievul.png new file mode 100644 index 00000000..b01dc151 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0828_thievul/thievul.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0828_thievul/thievul_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0828_thievul/thievul_shiny.png new file mode 100644 index 00000000..edf68fda Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0828_thievul/thievul_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0829_gossifleur/gossifleur.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0829_gossifleur/gossifleur.png new file mode 100644 index 00000000..c88006ab Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0829_gossifleur/gossifleur.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0829_gossifleur/gossifleur_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0829_gossifleur/gossifleur_shiny.png new file mode 100644 index 00000000..b8dd0884 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0829_gossifleur/gossifleur_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0830_eldegoss/eldegoss-shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0830_eldegoss/eldegoss-shiny.png new file mode 100644 index 00000000..d5087e11 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0830_eldegoss/eldegoss-shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0830_eldegoss/eldegoss.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0830_eldegoss/eldegoss.png new file mode 100644 index 00000000..04958440 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0830_eldegoss/eldegoss.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0830_eldegoss/eldegoss_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0830_eldegoss/eldegoss_shiny.png new file mode 100644 index 00000000..d5087e11 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0830_eldegoss/eldegoss_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0831_wooloo/wooloo-shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0831_wooloo/wooloo-shiny.png new file mode 100644 index 00000000..2ba48386 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0831_wooloo/wooloo-shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0831_wooloo/wooloo.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0831_wooloo/wooloo.png new file mode 100644 index 00000000..a90bb619 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0831_wooloo/wooloo.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0831_wooloo/wooloo_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0831_wooloo/wooloo_shiny.png new file mode 100644 index 00000000..2ba48386 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0831_wooloo/wooloo_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0832_dubwool/dubwool-shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0832_dubwool/dubwool-shiny.png new file mode 100644 index 00000000..4ca88dd9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0832_dubwool/dubwool-shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0832_dubwool/dubwool.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0832_dubwool/dubwool.png new file mode 100644 index 00000000..a94c7356 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0832_dubwool/dubwool.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0832_dubwool/dubwool_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0832_dubwool/dubwool_shiny.png new file mode 100644 index 00000000..4ca88dd9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0832_dubwool/dubwool_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0833_chewtle/chewtle.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0833_chewtle/chewtle.png new file mode 100644 index 00000000..3b88d05d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0833_chewtle/chewtle.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0833_chewtle/chewtle_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0833_chewtle/chewtle_shiny.png new file mode 100644 index 00000000..58ed9885 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0833_chewtle/chewtle_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0834_drednaw/drednaw-gmax_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0834_drednaw/drednaw-gmax_shiny.png new file mode 100644 index 00000000..85519e44 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0834_drednaw/drednaw-gmax_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0834_drednaw/drednaw-shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0834_drednaw/drednaw-shiny.png new file mode 100644 index 00000000..53ec80ee Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0834_drednaw/drednaw-shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0834_drednaw/drednaw.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0834_drednaw/drednaw.png new file mode 100644 index 00000000..d2d58e3e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0834_drednaw/drednaw.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0834_drednaw/drednaw_gmax.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0834_drednaw/drednaw_gmax.png new file mode 100644 index 00000000..935ab6f9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0834_drednaw/drednaw_gmax.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0834_drednaw/drednaw_gmax_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0834_drednaw/drednaw_gmax_shiny.png new file mode 100644 index 00000000..cf765c28 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0834_drednaw/drednaw_gmax_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0834_drednaw/drednaw_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0834_drednaw/drednaw_shiny.png new file mode 100644 index 00000000..53ec80ee Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0834_drednaw/drednaw_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0835_yamper/yamper.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0835_yamper/yamper.png new file mode 100644 index 00000000..f0ce0ed4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0835_yamper/yamper.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0835_yamper/yamper_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0835_yamper/yamper_shiny.png new file mode 100644 index 00000000..f957b8fc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0835_yamper/yamper_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0836_boltund/boltund.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0836_boltund/boltund.png new file mode 100644 index 00000000..00adf748 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0836_boltund/boltund.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0836_boltund/boltund_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0836_boltund/boltund_shiny.png new file mode 100644 index 00000000..af51c7d1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0836_boltund/boltund_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0837_rolycoly/rolycoly.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0837_rolycoly/rolycoly.png new file mode 100644 index 00000000..c6b98201 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0837_rolycoly/rolycoly.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0837_rolycoly/rolycoly_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0837_rolycoly/rolycoly_shiny.png new file mode 100644 index 00000000..516dfd96 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0837_rolycoly/rolycoly_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0838_carkol/carkol-shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0838_carkol/carkol-shiny.png new file mode 100644 index 00000000..196c5ee3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0838_carkol/carkol-shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0838_carkol/carkol.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0838_carkol/carkol.png new file mode 100644 index 00000000..50b7acff Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0838_carkol/carkol.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0838_carkol/carkol_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0838_carkol/carkol_shiny.png new file mode 100644 index 00000000..196c5ee3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0838_carkol/carkol_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0839_coalossal/coalossal.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0839_coalossal/coalossal.png new file mode 100644 index 00000000..5081a715 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0839_coalossal/coalossal.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0839_coalossal/coalossal_gmax.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0839_coalossal/coalossal_gmax.png new file mode 100644 index 00000000..df9908f2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0839_coalossal/coalossal_gmax.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0839_coalossal/coalossal_gmax_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0839_coalossal/coalossal_gmax_shiny.png new file mode 100644 index 00000000..4f605298 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0839_coalossal/coalossal_gmax_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0839_coalossal/coalossal_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0839_coalossal/coalossal_shiny.png new file mode 100644 index 00000000..e6477055 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0839_coalossal/coalossal_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0843_silicobra/silicobra-shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0843_silicobra/silicobra-shiny.png new file mode 100644 index 00000000..e0666b67 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0843_silicobra/silicobra-shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0843_silicobra/silicobra.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0843_silicobra/silicobra.png new file mode 100644 index 00000000..b2142843 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0843_silicobra/silicobra.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0843_silicobra/silicobra_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0843_silicobra/silicobra_shiny.png new file mode 100644 index 00000000..e0666b67 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0843_silicobra/silicobra_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0844_sandaconda/sandaconda-shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0844_sandaconda/sandaconda-shiny.png new file mode 100644 index 00000000..c8b60def Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0844_sandaconda/sandaconda-shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0844_sandaconda/sandaconda.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0844_sandaconda/sandaconda.png new file mode 100644 index 00000000..e7911191 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0844_sandaconda/sandaconda.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0844_sandaconda/sandaconda_gmax.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0844_sandaconda/sandaconda_gmax.png new file mode 100644 index 00000000..4be68b02 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0844_sandaconda/sandaconda_gmax.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0844_sandaconda/sandaconda_gmax_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0844_sandaconda/sandaconda_gmax_shiny.png new file mode 100644 index 00000000..1a8e0047 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0844_sandaconda/sandaconda_gmax_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0844_sandaconda/sandaconda_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0844_sandaconda/sandaconda_shiny.png new file mode 100644 index 00000000..c8b60def Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0844_sandaconda/sandaconda_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0846_arrokuda/arrokuda.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0846_arrokuda/arrokuda.png new file mode 100644 index 00000000..28bc7839 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0846_arrokuda/arrokuda.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0846_arrokuda/arrokuda_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0846_arrokuda/arrokuda_shiny.png new file mode 100644 index 00000000..0f4bf3ca Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0846_arrokuda/arrokuda_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0847_barraskewda/barraskewda.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0847_barraskewda/barraskewda.png new file mode 100644 index 00000000..2695ccab Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0847_barraskewda/barraskewda.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0847_barraskewda/barraskewda_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0847_barraskewda/barraskewda_shiny.png new file mode 100644 index 00000000..077102f0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0847_barraskewda/barraskewda_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0850_sizzlipede/sizzlipede.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0850_sizzlipede/sizzlipede.png new file mode 100644 index 00000000..1aedd2df Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0850_sizzlipede/sizzlipede.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0850_sizzlipede/sizzlipede_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0850_sizzlipede/sizzlipede_shiny.png new file mode 100644 index 00000000..4dbfa675 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0850_sizzlipede/sizzlipede_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0851_centiskorch/centiskorch-shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0851_centiskorch/centiskorch-shiny.png new file mode 100644 index 00000000..96b546c8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0851_centiskorch/centiskorch-shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0851_centiskorch/centiskorch.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0851_centiskorch/centiskorch.png new file mode 100644 index 00000000..cec50579 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0851_centiskorch/centiskorch.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0851_centiskorch/centiskorch_gmax.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0851_centiskorch/centiskorch_gmax.png new file mode 100644 index 00000000..7b5e314f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0851_centiskorch/centiskorch_gmax.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0851_centiskorch/centiskorch_gmax_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0851_centiskorch/centiskorch_gmax_shiny.png new file mode 100644 index 00000000..dd39324d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0851_centiskorch/centiskorch_gmax_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0851_centiskorch/centiskorch_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0851_centiskorch/centiskorch_shiny.png new file mode 100644 index 00000000..617fb36a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0851_centiskorch/centiskorch_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0852_clobbopus/clobbopus.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0852_clobbopus/clobbopus.png new file mode 100644 index 00000000..681027eb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0852_clobbopus/clobbopus.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0852_clobbopus/clobbopus_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0852_clobbopus/clobbopus_shiny.png new file mode 100644 index 00000000..da455770 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0852_clobbopus/clobbopus_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0853_grapploct/grapploct.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0853_grapploct/grapploct.png new file mode 100644 index 00000000..dba1b3fe Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0853_grapploct/grapploct.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0853_grapploct/grapploct_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0853_grapploct/grapploct_shiny.png new file mode 100644 index 00000000..7087e09f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0853_grapploct/grapploct_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0855_polteageist/polteageist.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0855_polteageist/polteageist.png new file mode 100644 index 00000000..574c3e9a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0855_polteageist/polteageist.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0855_polteageist/polteageist_antique.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0855_polteageist/polteageist_antique.png new file mode 100644 index 00000000..cebeae29 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0855_polteageist/polteageist_antique.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0855_polteageist/polteageist_antique_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0855_polteageist/polteageist_antique_shiny.png new file mode 100644 index 00000000..7a8a7706 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0855_polteageist/polteageist_antique_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0855_polteageist/polteageist_chipped.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0855_polteageist/polteageist_chipped.png new file mode 100644 index 00000000..574c3e9a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0855_polteageist/polteageist_chipped.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0855_polteageist/polteageist_chipped_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0855_polteageist/polteageist_chipped_shiny.png new file mode 100644 index 00000000..5ad53e51 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0855_polteageist/polteageist_chipped_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0855_polteageist/polteageist_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0855_polteageist/polteageist_shiny.png new file mode 100644 index 00000000..5ad53e51 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0855_polteageist/polteageist_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0856_hatenna/hatenna.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0856_hatenna/hatenna.png new file mode 100644 index 00000000..38761e2c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0856_hatenna/hatenna.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0856_hatenna/hatenna_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0856_hatenna/hatenna_shiny.png new file mode 100644 index 00000000..389604fe Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0856_hatenna/hatenna_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0857_hattrem/hattrem.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0857_hattrem/hattrem.png new file mode 100644 index 00000000..68fac50a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0857_hattrem/hattrem.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0857_hattrem/hattrem_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0857_hattrem/hattrem_shiny.png new file mode 100644 index 00000000..2d3975dd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0857_hattrem/hattrem_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0858_hatterene/hatterene.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0858_hatterene/hatterene.png new file mode 100644 index 00000000..c272b761 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0858_hatterene/hatterene.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0858_hatterene/hatterene_gmax.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0858_hatterene/hatterene_gmax.png new file mode 100644 index 00000000..b213430f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0858_hatterene/hatterene_gmax.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0858_hatterene/hatterene_gmax_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0858_hatterene/hatterene_gmax_shiny.png new file mode 100644 index 00000000..001dfb0f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0858_hatterene/hatterene_gmax_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0858_hatterene/hatterene_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0858_hatterene/hatterene_shiny.png new file mode 100644 index 00000000..9aa65f0c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0858_hatterene/hatterene_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0859_impidimp/impidimp.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0859_impidimp/impidimp.png new file mode 100644 index 00000000..9d3cac47 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0859_impidimp/impidimp.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0859_impidimp/impidimp_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0859_impidimp/impidimp_shiny.png new file mode 100644 index 00000000..6d5de7df Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0859_impidimp/impidimp_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0860_morgrem/morgrem.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0860_morgrem/morgrem.png new file mode 100644 index 00000000..670e0291 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0860_morgrem/morgrem.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0860_morgrem/morgrem_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0860_morgrem/morgrem_shiny.png new file mode 100644 index 00000000..2a14d9dd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0860_morgrem/morgrem_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0861_grimmsnarl/grimmsnarl.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0861_grimmsnarl/grimmsnarl.png new file mode 100644 index 00000000..8552d49f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0861_grimmsnarl/grimmsnarl.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0861_grimmsnarl/grimmsnarl_gmax.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0861_grimmsnarl/grimmsnarl_gmax.png new file mode 100644 index 00000000..0902f063 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0861_grimmsnarl/grimmsnarl_gmax.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0861_grimmsnarl/grimmsnarl_gmax_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0861_grimmsnarl/grimmsnarl_gmax_shiny.png new file mode 100644 index 00000000..f87106f5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0861_grimmsnarl/grimmsnarl_gmax_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0861_grimmsnarl/grimmsnarl_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0861_grimmsnarl/grimmsnarl_shiny.png new file mode 100644 index 00000000..47405b86 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0861_grimmsnarl/grimmsnarl_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0862_obstagoon/obstagoon-shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0862_obstagoon/obstagoon-shiny.png new file mode 100644 index 00000000..dfca9637 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0862_obstagoon/obstagoon-shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0862_obstagoon/obstagoon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0862_obstagoon/obstagoon.png new file mode 100644 index 00000000..887d0680 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0862_obstagoon/obstagoon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0862_obstagoon/obstagoon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0862_obstagoon/obstagoon_shiny.png new file mode 100644 index 00000000..dfca9637 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0862_obstagoon/obstagoon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0863_perrserker/perrserker.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0863_perrserker/perrserker.png new file mode 100644 index 00000000..382f5f2d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0863_perrserker/perrserker.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0863_perrserker/perrserker_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0863_perrserker/perrserker_shiny.png new file mode 100644 index 00000000..7299262b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0863_perrserker/perrserker_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0865_sirfetchd/sirfetchd.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0865_sirfetchd/sirfetchd.png new file mode 100644 index 00000000..2bea4555 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0865_sirfetchd/sirfetchd.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0865_sirfetchd/sirfetchd_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0865_sirfetchd/sirfetchd_shiny.png new file mode 100644 index 00000000..7aae2497 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0865_sirfetchd/sirfetchd_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0866_mrrime/mrrime.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0866_mrrime/mrrime.png new file mode 100644 index 00000000..fedbca1e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0866_mrrime/mrrime.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0866_mrrime/mrrime_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0866_mrrime/mrrime_shiny.png new file mode 100644 index 00000000..6b433be1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0866_mrrime/mrrime_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0867_runerigus/runerigus-shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0867_runerigus/runerigus-shiny.png new file mode 100644 index 00000000..cfb934ab Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0867_runerigus/runerigus-shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0867_runerigus/runerigus.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0867_runerigus/runerigus.png new file mode 100644 index 00000000..503ef35b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0867_runerigus/runerigus.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0867_runerigus/runerigus_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0867_runerigus/runerigus_shiny.png new file mode 100644 index 00000000..cfb934ab Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0867_runerigus/runerigus_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0868_milcery/milcery.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0868_milcery/milcery.png new file mode 100644 index 00000000..c5d1b224 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0868_milcery/milcery.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0868_milcery/milcery_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0868_milcery/milcery_shiny.png new file mode 100644 index 00000000..760e5d4e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0868_milcery/milcery_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_caramel.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_caramel.png new file mode 100644 index 00000000..667ed6d4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_caramel.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_caramel_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_caramel_shiny.png new file mode 100644 index 00000000..d1885aaa Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_caramel_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_gmax.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_gmax.png new file mode 100644 index 00000000..30bd3718 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_gmax.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_gmax_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_gmax_shiny.png new file mode 100644 index 00000000..f921c9d6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_gmax_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_lemon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_lemon.png new file mode 100644 index 00000000..f550fc28 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_lemon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_lemon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_lemon_shiny.png new file mode 100644 index 00000000..d1885aaa Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_lemon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_matcha.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_matcha.png new file mode 100644 index 00000000..87770a13 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_matcha.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_matcha_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_matcha_shiny.png new file mode 100644 index 00000000..d1885aaa Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_matcha_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_mint.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_mint.png new file mode 100644 index 00000000..ffe515b6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_mint.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_mint_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_mint_shiny.png new file mode 100644 index 00000000..d1885aaa Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_mint_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_rainbowswirl.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_rainbowswirl.png new file mode 100644 index 00000000..fb22b174 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_rainbowswirl.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_rainbowswirl_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_rainbowswirl_shiny.png new file mode 100644 index 00000000..d1885aaa Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_rainbowswirl_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_ruby.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_ruby.png new file mode 100644 index 00000000..29a083c8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_ruby.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_ruby_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_ruby_shiny.png new file mode 100644 index 00000000..d1885aaa Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_ruby_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_rubyswirl.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_rubyswirl.png new file mode 100644 index 00000000..30c70255 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_rubyswirl.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_rubyswirl_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_rubyswirl_shiny.png new file mode 100644 index 00000000..d1885aaa Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_rubyswirl_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_salted.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_salted.png new file mode 100644 index 00000000..e51c87f0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_salted.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_salted_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_salted_shiny.png new file mode 100644 index 00000000..d1885aaa Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_salted_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_shiny.png new file mode 100644 index 00000000..d1885aaa Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_vanilla.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_vanilla.png new file mode 100644 index 00000000..25c0990a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_vanilla.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0870_falinks/falinks-shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0870_falinks/falinks-shiny.png new file mode 100644 index 00000000..2a610843 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0870_falinks/falinks-shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0870_falinks/falinks.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0870_falinks/falinks.png new file mode 100644 index 00000000..21bf5a42 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0870_falinks/falinks.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0870_falinks/falinks_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0870_falinks/falinks_shiny.png new file mode 100644 index 00000000..2a610843 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0870_falinks/falinks_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0871_pincurchin/pincurchin-shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0871_pincurchin/pincurchin-shiny.png new file mode 100644 index 00000000..c4acb64f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0871_pincurchin/pincurchin-shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0871_pincurchin/pincurchin.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0871_pincurchin/pincurchin.png new file mode 100644 index 00000000..04a39b4b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0871_pincurchin/pincurchin.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0871_pincurchin/pincurchin_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0871_pincurchin/pincurchin_shiny.png new file mode 100644 index 00000000..e1d860ce Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0871_pincurchin/pincurchin_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0872_snom/snom-shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0872_snom/snom-shiny.png new file mode 100644 index 00000000..634cdbfd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0872_snom/snom-shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0872_snom/snom.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0872_snom/snom.png new file mode 100644 index 00000000..f91791e9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0872_snom/snom.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0872_snom/snom_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0872_snom/snom_shiny.png new file mode 100644 index 00000000..634cdbfd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0872_snom/snom_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0873_frosmoth/frosmoth-shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0873_frosmoth/frosmoth-shiny.png new file mode 100644 index 00000000..36cd849a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0873_frosmoth/frosmoth-shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0873_frosmoth/frosmoth.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0873_frosmoth/frosmoth.png new file mode 100644 index 00000000..978a5047 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0873_frosmoth/frosmoth.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0873_frosmoth/frosmoth_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0873_frosmoth/frosmoth_shiny.png new file mode 100644 index 00000000..36cd849a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0873_frosmoth/frosmoth_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0874_stonjourner/stonjourner-shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0874_stonjourner/stonjourner-shiny.png new file mode 100644 index 00000000..85912ea3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0874_stonjourner/stonjourner-shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0874_stonjourner/stonjourner.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0874_stonjourner/stonjourner.png new file mode 100644 index 00000000..d1ee65e5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0874_stonjourner/stonjourner.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0874_stonjourner/stonjourner_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0874_stonjourner/stonjourner_shiny.png new file mode 100644 index 00000000..85912ea3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0874_stonjourner/stonjourner_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0875_eiscue/eiscue.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0875_eiscue/eiscue.png new file mode 100644 index 00000000..ca4120d9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0875_eiscue/eiscue.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0875_eiscue/eiscue_no_ice.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0875_eiscue/eiscue_no_ice.png new file mode 100644 index 00000000..f970f76d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0875_eiscue/eiscue_no_ice.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0875_eiscue/eiscue_no_ice_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0875_eiscue/eiscue_no_ice_shiny.png new file mode 100644 index 00000000..ca4feb2e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0875_eiscue/eiscue_no_ice_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0875_eiscue/eiscue_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0875_eiscue/eiscue_shiny.png new file mode 100644 index 00000000..5f1aa415 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0875_eiscue/eiscue_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0876_indeedee/indeedee_f.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0876_indeedee/indeedee_f.png new file mode 100644 index 00000000..dadf5e26 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0876_indeedee/indeedee_f.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0876_indeedee/indeedee_f_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0876_indeedee/indeedee_f_shiny.png new file mode 100644 index 00000000..6637266f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0876_indeedee/indeedee_f_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0876_indeedee/indeedee_m.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0876_indeedee/indeedee_m.png new file mode 100644 index 00000000..3e3a7af3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0876_indeedee/indeedee_m.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0876_indeedee/indeedee_m_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0876_indeedee/indeedee_m_shiny.png new file mode 100644 index 00000000..a80469c6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0876_indeedee/indeedee_m_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0878_cufant/cufant-shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0878_cufant/cufant-shiny.png new file mode 100644 index 00000000..71fa6b3a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0878_cufant/cufant-shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0878_cufant/cufant.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0878_cufant/cufant.png new file mode 100644 index 00000000..430d0b8d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0878_cufant/cufant.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0878_cufant/cufant_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0878_cufant/cufant_shiny.png new file mode 100644 index 00000000..71fa6b3a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0878_cufant/cufant_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0879_copperajah/copperajah-gmax_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0879_copperajah/copperajah-gmax_shiny.png new file mode 100644 index 00000000..b41ea87c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0879_copperajah/copperajah-gmax_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0879_copperajah/copperajah-shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0879_copperajah/copperajah-shiny.png new file mode 100644 index 00000000..ae75e9c1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0879_copperajah/copperajah-shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0879_copperajah/copperajah.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0879_copperajah/copperajah.png new file mode 100644 index 00000000..4348af7d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0879_copperajah/copperajah.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0879_copperajah/copperajah_gmax.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0879_copperajah/copperajah_gmax.png new file mode 100644 index 00000000..6fae7b6e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0879_copperajah/copperajah_gmax.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0879_copperajah/copperajah_gmax_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0879_copperajah/copperajah_gmax_shiny.png new file mode 100644 index 00000000..b41ea87c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0879_copperajah/copperajah_gmax_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0879_copperajah/copperajah_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0879_copperajah/copperajah_shiny.png new file mode 100644 index 00000000..ae75e9c1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0879_copperajah/copperajah_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0880_dracozolt/dracozolt-shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0880_dracozolt/dracozolt-shiny.png new file mode 100644 index 00000000..700155ca Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0880_dracozolt/dracozolt-shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0880_dracozolt/dracozolt.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0880_dracozolt/dracozolt.png new file mode 100644 index 00000000..1f183c51 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0880_dracozolt/dracozolt.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0880_dracozolt/dracozolt_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0880_dracozolt/dracozolt_shiny.png new file mode 100644 index 00000000..700155ca Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0880_dracozolt/dracozolt_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0881_arctozolt/arctozolt-shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0881_arctozolt/arctozolt-shiny.png new file mode 100644 index 00000000..7d953204 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0881_arctozolt/arctozolt-shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0881_arctozolt/arctozolt.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0881_arctozolt/arctozolt.png new file mode 100644 index 00000000..ebc2e847 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0881_arctozolt/arctozolt.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0881_arctozolt/arctozolt_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0881_arctozolt/arctozolt_shiny.png new file mode 100644 index 00000000..7d953204 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0881_arctozolt/arctozolt_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0881_arctozolt/arctozolt_shiny_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0881_arctozolt/arctozolt_shiny_shiny.png new file mode 100644 index 00000000..7d953204 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0881_arctozolt/arctozolt_shiny_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0882_dracovish/dracovish-shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0882_dracovish/dracovish-shiny.png new file mode 100644 index 00000000..ce52f426 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0882_dracovish/dracovish-shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0882_dracovish/dracovish.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0882_dracovish/dracovish.png new file mode 100644 index 00000000..e6ea1d5f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0882_dracovish/dracovish.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0882_dracovish/dracovish_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0882_dracovish/dracovish_shiny.png new file mode 100644 index 00000000..ce52f426 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0882_dracovish/dracovish_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0883_arctovish/arctovish-shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0883_arctovish/arctovish-shiny.png new file mode 100644 index 00000000..4da1561d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0883_arctovish/arctovish-shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0883_arctovish/arctovish.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0883_arctovish/arctovish.png new file mode 100644 index 00000000..c8be9631 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0883_arctovish/arctovish.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0883_arctovish/arctovish_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0883_arctovish/arctovish_shiny.png new file mode 100644 index 00000000..4da1561d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0883_arctovish/arctovish_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0883_arctovish/arctovish_shiny_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0883_arctovish/arctovish_shiny_shiny.png new file mode 100644 index 00000000..4da1561d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0883_arctovish/arctovish_shiny_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0884_duraludon/duraludon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0884_duraludon/duraludon.png new file mode 100644 index 00000000..09986f0e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0884_duraludon/duraludon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0884_duraludon/duraludon_gmax.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0884_duraludon/duraludon_gmax.png new file mode 100644 index 00000000..0036f17b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0884_duraludon/duraludon_gmax.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0884_duraludon/duraludon_gmax_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0884_duraludon/duraludon_gmax_shiny.png new file mode 100644 index 00000000..6d4200c3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0884_duraludon/duraludon_gmax_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0884_duraludon/duraludon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0884_duraludon/duraludon_shiny.png new file mode 100644 index 00000000..d8d40f55 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0884_duraludon/duraludon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0885_dreepy/dreepy-shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0885_dreepy/dreepy-shiny.png new file mode 100644 index 00000000..28253758 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0885_dreepy/dreepy-shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0885_dreepy/dreepy.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0885_dreepy/dreepy.png new file mode 100644 index 00000000..6186cdb7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0885_dreepy/dreepy.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0885_dreepy/dreepy_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0885_dreepy/dreepy_shiny.png new file mode 100644 index 00000000..98e1bdda Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0885_dreepy/dreepy_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0886_drakloak/drakloak-shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0886_drakloak/drakloak-shiny.png new file mode 100644 index 00000000..f3e8c085 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0886_drakloak/drakloak-shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0886_drakloak/drakloak.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0886_drakloak/drakloak.png new file mode 100644 index 00000000..ae9085b7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0886_drakloak/drakloak.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0886_drakloak/drakloak_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0886_drakloak/drakloak_shiny.png new file mode 100644 index 00000000..ecd5998e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0886_drakloak/drakloak_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0887_dragapult/dragapult-shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0887_dragapult/dragapult-shiny.png new file mode 100644 index 00000000..0709012e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0887_dragapult/dragapult-shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0887_dragapult/dragapult.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0887_dragapult/dragapult.png new file mode 100644 index 00000000..c253f71b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0887_dragapult/dragapult.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0887_dragapult/dragapult_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0887_dragapult/dragapult_shiny.png new file mode 100644 index 00000000..00236c22 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0887_dragapult/dragapult_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0888_zacian/zacian-crowned_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0888_zacian/zacian-crowned_shiny.png new file mode 100644 index 00000000..5b067867 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0888_zacian/zacian-crowned_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0888_zacian/zacian.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0888_zacian/zacian.png new file mode 100644 index 00000000..97c4866c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0888_zacian/zacian.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0888_zacian/zacian_crowned.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0888_zacian/zacian_crowned.png new file mode 100644 index 00000000..0ca57abb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0888_zacian/zacian_crowned.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0888_zacian/zacian_crowned_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0888_zacian/zacian_crowned_shiny.png new file mode 100644 index 00000000..5b067867 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0888_zacian/zacian_crowned_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0888_zacian/zacian_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0888_zacian/zacian_shiny.png new file mode 100644 index 00000000..a48f1a75 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0888_zacian/zacian_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0889_zamazenta/zamazenta-crowned_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0889_zamazenta/zamazenta-crowned_shiny.png new file mode 100644 index 00000000..214c01cf Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0889_zamazenta/zamazenta-crowned_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0889_zamazenta/zamazenta.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0889_zamazenta/zamazenta.png new file mode 100644 index 00000000..a1ab1749 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0889_zamazenta/zamazenta.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0889_zamazenta/zamazenta_crowned.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0889_zamazenta/zamazenta_crowned.png new file mode 100644 index 00000000..334fbe78 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0889_zamazenta/zamazenta_crowned.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0889_zamazenta/zamazenta_crowned_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0889_zamazenta/zamazenta_crowned_shiny.png new file mode 100644 index 00000000..b22cfbce Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0889_zamazenta/zamazenta_crowned_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0889_zamazenta/zamazenta_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0889_zamazenta/zamazenta_shiny.png new file mode 100644 index 00000000..26d41aa1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0889_zamazenta/zamazenta_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0893_zarude/zarude.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0893_zarude/zarude.png new file mode 100644 index 00000000..18dc85a8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0893_zarude/zarude.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0893_zarude/zarude_dada.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0893_zarude/zarude_dada.png new file mode 100644 index 00000000..a8347bae Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0893_zarude/zarude_dada.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0893_zarude/zarude_dada_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0893_zarude/zarude_dada_shiny.png new file mode 100644 index 00000000..781cad7d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0893_zarude/zarude_dada_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0893_zarude/zarude_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0893_zarude/zarude_shiny.png new file mode 100644 index 00000000..55b872f5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0893_zarude/zarude_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0894_regieleki/regieleki.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0894_regieleki/regieleki.png new file mode 100644 index 00000000..0a42e3c5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0894_regieleki/regieleki.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0894_regieleki/regieleki_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0894_regieleki/regieleki_shiny.png new file mode 100644 index 00000000..2da24f15 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0894_regieleki/regieleki_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0895_regidrago/regidrago.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0895_regidrago/regidrago.png new file mode 100644 index 00000000..97aeb78c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0895_regidrago/regidrago.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0895_regidrago/regidrago_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0895_regidrago/regidrago_shiny.png new file mode 100644 index 00000000..6e484eae Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0895_regidrago/regidrago_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0899_wyrdeer/wyrdeer.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0899_wyrdeer/wyrdeer.png new file mode 100644 index 00000000..c6951576 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0899_wyrdeer/wyrdeer.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0899_wyrdeer/wyrdeer_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0899_wyrdeer/wyrdeer_shiny.png new file mode 100644 index 00000000..1af37162 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0899_wyrdeer/wyrdeer_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0900_kleavor/kleavor.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0900_kleavor/kleavor.png new file mode 100644 index 00000000..d05522e3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0900_kleavor/kleavor.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0900_kleavor/kleavor_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0900_kleavor/kleavor_shiny.png new file mode 100644 index 00000000..f8932f53 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0900_kleavor/kleavor_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0901_ursaluna/ursaluna.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0901_ursaluna/ursaluna.png new file mode 100644 index 00000000..0eea0fd4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0901_ursaluna/ursaluna.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0901_ursaluna/ursaluna_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0901_ursaluna/ursaluna_shiny.png new file mode 100644 index 00000000..69469e07 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0901_ursaluna/ursaluna_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0902_basculegion/basculegion_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0902_basculegion/basculegion_female.png new file mode 100644 index 00000000..566167f7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0902_basculegion/basculegion_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0902_basculegion/basculegion_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0902_basculegion/basculegion_female_shiny.png new file mode 100644 index 00000000..3f2c06a8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0902_basculegion/basculegion_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0902_basculegion/basculegion_male.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0902_basculegion/basculegion_male.png new file mode 100644 index 00000000..3603d44f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0902_basculegion/basculegion_male.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0902_basculegion/basculegion_male_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0902_basculegion/basculegion_male_shiny.png new file mode 100644 index 00000000..3964d3f8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0902_basculegion/basculegion_male_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0903_sneasler/sneasler.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0903_sneasler/sneasler.png new file mode 100644 index 00000000..fe332f42 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0903_sneasler/sneasler.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0903_sneasler/sneasler_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0903_sneasler/sneasler_shiny.png new file mode 100644 index 00000000..a35caff9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0903_sneasler/sneasler_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0904_overqwil/overqwil.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0904_overqwil/overqwil.png new file mode 100644 index 00000000..44c786a3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0904_overqwil/overqwil.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0904_overqwil/overqwil_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0904_overqwil/overqwil_shiny.png new file mode 100644 index 00000000..25034eae Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0904_overqwil/overqwil_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0905_enamorus/enamorus.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0905_enamorus/enamorus.png new file mode 100644 index 00000000..8806d513 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0905_enamorus/enamorus.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0905_enamorus/enamorus_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0905_enamorus/enamorus_shiny.png new file mode 100644 index 00000000..799fe657 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0905_enamorus/enamorus_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0905_enamorus/enamorus_therian.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0905_enamorus/enamorus_therian.png new file mode 100644 index 00000000..c0e0d358 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0905_enamorus/enamorus_therian.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0905_enamorus/enamorus_therian_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0905_enamorus/enamorus_therian_shiny.png new file mode 100644 index 00000000..5b7158e2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0905_enamorus/enamorus_therian_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0906_sprigatito/sprigatito.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0906_sprigatito/sprigatito.png new file mode 100644 index 00000000..b226aa07 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0906_sprigatito/sprigatito.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0906_sprigatito/sprigatito_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0906_sprigatito/sprigatito_female.png new file mode 100644 index 00000000..adbe7c92 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0906_sprigatito/sprigatito_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0906_sprigatito/sprigatito_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0906_sprigatito/sprigatito_female_shiny.png new file mode 100644 index 00000000..4eed0091 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0906_sprigatito/sprigatito_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0906_sprigatito/sprigatito_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0906_sprigatito/sprigatito_shiny.png new file mode 100644 index 00000000..c32c170f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0906_sprigatito/sprigatito_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0907_floragato/floragato.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0907_floragato/floragato.png new file mode 100644 index 00000000..281b6caa Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0907_floragato/floragato.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0907_floragato/floragato_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0907_floragato/floragato_female.png new file mode 100644 index 00000000..11376fe1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0907_floragato/floragato_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0907_floragato/floragato_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0907_floragato/floragato_female_shiny.png new file mode 100644 index 00000000..05e3ddc4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0907_floragato/floragato_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0907_floragato/floragato_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0907_floragato/floragato_shiny.png new file mode 100644 index 00000000..556c27b1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0907_floragato/floragato_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0908_meowscarada/meowscarada.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0908_meowscarada/meowscarada.png new file mode 100644 index 00000000..c9cecbba Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0908_meowscarada/meowscarada.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0908_meowscarada/meowscarada_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0908_meowscarada/meowscarada_female.png new file mode 100644 index 00000000..9db189fd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0908_meowscarada/meowscarada_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0908_meowscarada/meowscarada_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0908_meowscarada/meowscarada_female_shiny.png new file mode 100644 index 00000000..4adcc682 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0908_meowscarada/meowscarada_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0908_meowscarada/meowscarada_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0908_meowscarada/meowscarada_shiny.png new file mode 100644 index 00000000..1ab4feba Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0908_meowscarada/meowscarada_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0909_fuecoco/fuecoco.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0909_fuecoco/fuecoco.png new file mode 100644 index 00000000..6aa46e98 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0909_fuecoco/fuecoco.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0909_fuecoco/fuecoco_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0909_fuecoco/fuecoco_female.png new file mode 100644 index 00000000..cba313f3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0909_fuecoco/fuecoco_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0909_fuecoco/fuecoco_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0909_fuecoco/fuecoco_female_shiny.png new file mode 100644 index 00000000..4ca475af Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0909_fuecoco/fuecoco_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0909_fuecoco/fuecoco_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0909_fuecoco/fuecoco_shiny.png new file mode 100644 index 00000000..e70fa4e0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0909_fuecoco/fuecoco_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0910_crocalor/crocalor.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0910_crocalor/crocalor.png new file mode 100644 index 00000000..d1c06a1a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0910_crocalor/crocalor.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0910_crocalor/crocalor_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0910_crocalor/crocalor_female.png new file mode 100644 index 00000000..ea79108f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0910_crocalor/crocalor_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0910_crocalor/crocalor_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0910_crocalor/crocalor_female_shiny.png new file mode 100644 index 00000000..48520e2b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0910_crocalor/crocalor_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0910_crocalor/crocalor_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0910_crocalor/crocalor_shiny.png new file mode 100644 index 00000000..a8a7d3e3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0910_crocalor/crocalor_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0911_skeledirge/skeledirge.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0911_skeledirge/skeledirge.png new file mode 100644 index 00000000..99e19893 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0911_skeledirge/skeledirge.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0911_skeledirge/skeledirge_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0911_skeledirge/skeledirge_female.png new file mode 100644 index 00000000..32f43e81 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0911_skeledirge/skeledirge_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0911_skeledirge/skeledirge_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0911_skeledirge/skeledirge_female_shiny.png new file mode 100644 index 00000000..0c2c1b2c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0911_skeledirge/skeledirge_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0911_skeledirge/skeledirge_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0911_skeledirge/skeledirge_shiny.png new file mode 100644 index 00000000..436c8988 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0911_skeledirge/skeledirge_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0912_quaxly/quaxly.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0912_quaxly/quaxly.png new file mode 100644 index 00000000..96c156ed Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0912_quaxly/quaxly.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0912_quaxly/quaxly_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0912_quaxly/quaxly_female.png new file mode 100644 index 00000000..814d2c23 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0912_quaxly/quaxly_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0912_quaxly/quaxly_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0912_quaxly/quaxly_female_shiny.png new file mode 100644 index 00000000..b40f3789 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0912_quaxly/quaxly_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0912_quaxly/quaxly_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0912_quaxly/quaxly_shiny.png new file mode 100644 index 00000000..20707168 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0912_quaxly/quaxly_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0913_quaxwell/quaxwell.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0913_quaxwell/quaxwell.png new file mode 100644 index 00000000..c5890f4c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0913_quaxwell/quaxwell.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0913_quaxwell/quaxwell_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0913_quaxwell/quaxwell_female.png new file mode 100644 index 00000000..4d60b3fc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0913_quaxwell/quaxwell_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0913_quaxwell/quaxwell_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0913_quaxwell/quaxwell_female_shiny.png new file mode 100644 index 00000000..8a6aede2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0913_quaxwell/quaxwell_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0913_quaxwell/quaxwell_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0913_quaxwell/quaxwell_shiny.png new file mode 100644 index 00000000..dc6100f0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0913_quaxwell/quaxwell_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0914_quaquaval/quaquaval.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0914_quaquaval/quaquaval.png new file mode 100644 index 00000000..a5c9a938 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0914_quaquaval/quaquaval.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0914_quaquaval/quaquaval_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0914_quaquaval/quaquaval_female.png new file mode 100644 index 00000000..1f78c729 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0914_quaquaval/quaquaval_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0914_quaquaval/quaquaval_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0914_quaquaval/quaquaval_female_shiny.png new file mode 100644 index 00000000..f7c20286 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0914_quaquaval/quaquaval_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0914_quaquaval/quaquaval_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0914_quaquaval/quaquaval_shiny.png new file mode 100644 index 00000000..3393a22c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0914_quaquaval/quaquaval_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0915_lechonk/lechonk.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0915_lechonk/lechonk.png new file mode 100644 index 00000000..0cd5a613 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0915_lechonk/lechonk.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0915_lechonk/lechonk_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0915_lechonk/lechonk_shiny.png new file mode 100644 index 00000000..2fdd72df Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0915_lechonk/lechonk_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0916_oinkologne/oinkologne_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0916_oinkologne/oinkologne_female.png new file mode 100644 index 00000000..79cda9fa Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0916_oinkologne/oinkologne_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0916_oinkologne/oinkologne_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0916_oinkologne/oinkologne_female_shiny.png new file mode 100644 index 00000000..7f6b7ee9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0916_oinkologne/oinkologne_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0916_oinkologne/oinkologne_male.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0916_oinkologne/oinkologne_male.png new file mode 100644 index 00000000..6a67545b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0916_oinkologne/oinkologne_male.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0916_oinkologne/oinkologne_male_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0916_oinkologne/oinkologne_male_shiny.png new file mode 100644 index 00000000..fb6d8c97 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0916_oinkologne/oinkologne_male_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0917_tarountula/tarountula.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0917_tarountula/tarountula.png new file mode 100644 index 00000000..e05997d8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0917_tarountula/tarountula.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0917_tarountula/tarountula_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0917_tarountula/tarountula_shiny.png new file mode 100644 index 00000000..5edad46a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0917_tarountula/tarountula_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0918_spidops/spidops.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0918_spidops/spidops.png new file mode 100644 index 00000000..bd54380e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0918_spidops/spidops.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0918_spidops/spidops_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0918_spidops/spidops_shiny.png new file mode 100644 index 00000000..447474a4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0918_spidops/spidops_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0919_nymble/nymble.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0919_nymble/nymble.png new file mode 100644 index 00000000..ac6eb214 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0919_nymble/nymble.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0919_nymble/nymble_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0919_nymble/nymble_shiny.png new file mode 100644 index 00000000..e9a4bc3c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0919_nymble/nymble_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0920_lokix/lokix.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0920_lokix/lokix.png new file mode 100644 index 00000000..2bae4695 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0920_lokix/lokix.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0920_lokix/lokix_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0920_lokix/lokix_shiny.png new file mode 100644 index 00000000..c74fcabf Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0920_lokix/lokix_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0921_pawmi/pawmi.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0921_pawmi/pawmi.png new file mode 100644 index 00000000..ebfb7d96 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0921_pawmi/pawmi.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0921_pawmi/pawmi_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0921_pawmi/pawmi_shiny.png new file mode 100644 index 00000000..c7f9af9a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0921_pawmi/pawmi_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0922_pawmo/pawmo.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0922_pawmo/pawmo.png new file mode 100644 index 00000000..b28d1d43 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0922_pawmo/pawmo.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0922_pawmo/pawmo_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0922_pawmo/pawmo_shiny.png new file mode 100644 index 00000000..3f51a01a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0922_pawmo/pawmo_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0923_pawmot/pawmot.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0923_pawmot/pawmot.png new file mode 100644 index 00000000..41ea8762 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0923_pawmot/pawmot.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0923_pawmot/pawmot_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0923_pawmot/pawmot_shiny.png new file mode 100644 index 00000000..e038f202 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0923_pawmot/pawmot_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0924_tandemaus/tandemaus.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0924_tandemaus/tandemaus.png new file mode 100644 index 00000000..2e21dedc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0924_tandemaus/tandemaus.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0924_tandemaus/tandemaus_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0924_tandemaus/tandemaus_shiny.png new file mode 100644 index 00000000..1864a036 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0924_tandemaus/tandemaus_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0925_maushold/maushold.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0925_maushold/maushold.png new file mode 100644 index 00000000..bb00a3de Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0925_maushold/maushold.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0925_maushold/maushold_four.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0925_maushold/maushold_four.png new file mode 100644 index 00000000..3d2898ec Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0925_maushold/maushold_four.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0925_maushold/maushold_four_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0925_maushold/maushold_four_shiny.png new file mode 100644 index 00000000..39d9d99f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0925_maushold/maushold_four_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0925_maushold/maushold_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0925_maushold/maushold_shiny.png new file mode 100644 index 00000000..f4f8f3a6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0925_maushold/maushold_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0926_fidough/fidough.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0926_fidough/fidough.png new file mode 100644 index 00000000..7d7911da Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0926_fidough/fidough.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0926_fidough/fidough_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0926_fidough/fidough_shiny.png new file mode 100644 index 00000000..0d4f7ae5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0926_fidough/fidough_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0927_dachsbun/dachsbun.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0927_dachsbun/dachsbun.png new file mode 100644 index 00000000..3ceade8c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0927_dachsbun/dachsbun.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0927_dachsbun/dachsbun_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0927_dachsbun/dachsbun_shiny.png new file mode 100644 index 00000000..46b35008 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0927_dachsbun/dachsbun_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0928_smoliv/smoliv.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0928_smoliv/smoliv.png new file mode 100644 index 00000000..ade3518b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0928_smoliv/smoliv.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0928_smoliv/smoliv_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0928_smoliv/smoliv_shiny.png new file mode 100644 index 00000000..d5e4eb83 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0928_smoliv/smoliv_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0929_dolliv/dolliv.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0929_dolliv/dolliv.png new file mode 100644 index 00000000..d8e1ffa5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0929_dolliv/dolliv.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0929_dolliv/dolliv_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0929_dolliv/dolliv_shiny.png new file mode 100644 index 00000000..972cbe11 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0929_dolliv/dolliv_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0930_arboliva/arboliva.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0930_arboliva/arboliva.png new file mode 100644 index 00000000..5885d1a8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0930_arboliva/arboliva.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0930_arboliva/arboliva_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0930_arboliva/arboliva_shiny.png new file mode 100644 index 00000000..59d07fef Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0930_arboliva/arboliva_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_blue.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_blue.png new file mode 100644 index 00000000..d010d507 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_blue.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_blue_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_blue_shiny.png new file mode 100644 index 00000000..56c18a48 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_blue_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_gray.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_gray.png new file mode 100644 index 00000000..c02f8eea Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_gray.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_gray_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_gray_shiny.png new file mode 100644 index 00000000..152fb3a3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_gray_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_green.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_green.png new file mode 100644 index 00000000..9e306289 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_green.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_green_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_green_shiny.png new file mode 100644 index 00000000..4a64991e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_green_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_yellow.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_yellow.png new file mode 100644 index 00000000..2ae48290 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_yellow.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_yellow_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_yellow_shiny.png new file mode 100644 index 00000000..f65b968e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_yellow_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0932_nacli/nacli.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0932_nacli/nacli.png new file mode 100644 index 00000000..07815d32 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0932_nacli/nacli.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0932_nacli/nacli_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0932_nacli/nacli_shiny.png new file mode 100644 index 00000000..7290c712 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0932_nacli/nacli_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0933_naclstack/naclstack.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0933_naclstack/naclstack.png new file mode 100644 index 00000000..0b3937cd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0933_naclstack/naclstack.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0933_naclstack/naclstack_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0933_naclstack/naclstack_shiny.png new file mode 100644 index 00000000..5658afaa Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0933_naclstack/naclstack_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0934_garganacl/garganacl.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0934_garganacl/garganacl.png new file mode 100644 index 00000000..10cb8eea Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0934_garganacl/garganacl.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0934_garganacl/garganacl_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0934_garganacl/garganacl_shiny.png new file mode 100644 index 00000000..e1b5e7e0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0934_garganacl/garganacl_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0935_charcadet/charcadet.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0935_charcadet/charcadet.png new file mode 100644 index 00000000..3ea8069b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0935_charcadet/charcadet.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0935_charcadet/charcadet_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0935_charcadet/charcadet_shiny.png new file mode 100644 index 00000000..d2b3154d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0935_charcadet/charcadet_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0936_armarouge/armarouge.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0936_armarouge/armarouge.png new file mode 100644 index 00000000..463a0743 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0936_armarouge/armarouge.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0936_armarouge/armarouge_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0936_armarouge/armarouge_shiny.png new file mode 100644 index 00000000..c0fceec7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0936_armarouge/armarouge_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0937_ceruledge/ceruledge.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0937_ceruledge/ceruledge.png new file mode 100644 index 00000000..3fdc149e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0937_ceruledge/ceruledge.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0937_ceruledge/ceruledge_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0937_ceruledge/ceruledge_shiny.png new file mode 100644 index 00000000..692fec8a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0937_ceruledge/ceruledge_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0942_maschiff/maschiff.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0942_maschiff/maschiff.png new file mode 100644 index 00000000..a294449e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0942_maschiff/maschiff.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0942_maschiff/maschiff_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0942_maschiff/maschiff_shiny.png new file mode 100644 index 00000000..a6194b14 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0942_maschiff/maschiff_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0943_mabosstiff/mabosstiff.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0943_mabosstiff/mabosstiff.png new file mode 100644 index 00000000..b7f85661 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0943_mabosstiff/mabosstiff.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0943_mabosstiff/mabosstiff_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0943_mabosstiff/mabosstiff_shiny.png new file mode 100644 index 00000000..32d7341b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0943_mabosstiff/mabosstiff_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0944_shroodle/shroodle.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0944_shroodle/shroodle.png new file mode 100644 index 00000000..d8d09428 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0944_shroodle/shroodle.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0944_shroodle/shroodle_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0944_shroodle/shroodle_shiny.png new file mode 100644 index 00000000..6d11cc56 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0944_shroodle/shroodle_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0945_grafaiai/grafaiai.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0945_grafaiai/grafaiai.png new file mode 100644 index 00000000..ad218748 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0945_grafaiai/grafaiai.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0945_grafaiai/grafaiai_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0945_grafaiai/grafaiai_shiny.png new file mode 100644 index 00000000..2ccce780 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0945_grafaiai/grafaiai_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0946_bramblin/bramblin.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0946_bramblin/bramblin.png new file mode 100644 index 00000000..4e64c68b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0946_bramblin/bramblin.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0946_bramblin/bramblin_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0946_bramblin/bramblin_shiny.png new file mode 100644 index 00000000..c3c7f752 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0946_bramblin/bramblin_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0947_brambleghast/brambleghast.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0947_brambleghast/brambleghast.png new file mode 100644 index 00000000..a70e4b55 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0947_brambleghast/brambleghast.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0947_brambleghast/brambleghast_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0947_brambleghast/brambleghast_shiny.png new file mode 100644 index 00000000..d1451054 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0947_brambleghast/brambleghast_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0950_klawf/klawf.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0950_klawf/klawf.png new file mode 100644 index 00000000..58d403aa Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0950_klawf/klawf.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0950_klawf/klawf_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0950_klawf/klawf_shiny.png new file mode 100644 index 00000000..58d95506 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0950_klawf/klawf_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0953_rellor/rellor.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0953_rellor/rellor.png new file mode 100644 index 00000000..25f63190 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0953_rellor/rellor.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0953_rellor/rellor_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0953_rellor/rellor_shiny.png new file mode 100644 index 00000000..2e458625 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0953_rellor/rellor_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0954_rabsca/rabsca.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0954_rabsca/rabsca.png new file mode 100644 index 00000000..1b3e7694 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0954_rabsca/rabsca.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0954_rabsca/rabsca_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0954_rabsca/rabsca_shiny.png new file mode 100644 index 00000000..3f638927 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0954_rabsca/rabsca_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0955_flittle/flittle.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0955_flittle/flittle.png new file mode 100644 index 00000000..ffa7318c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0955_flittle/flittle.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0955_flittle/flittle_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0955_flittle/flittle_shiny.png new file mode 100644 index 00000000..ab39dce8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0955_flittle/flittle_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0956_espathra/espathra.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0956_espathra/espathra.png new file mode 100644 index 00000000..db06e043 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0956_espathra/espathra.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0956_espathra/espathra_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0956_espathra/espathra_shiny.png new file mode 100644 index 00000000..309792ce Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0956_espathra/espathra_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0957_tinkatink/tinkatink.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0957_tinkatink/tinkatink.png new file mode 100644 index 00000000..1e6f0091 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0957_tinkatink/tinkatink.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0957_tinkatink/tinkatink_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0957_tinkatink/tinkatink_shiny.png new file mode 100644 index 00000000..21e84dfc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0957_tinkatink/tinkatink_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0958_tinkatuff/tinkatuff.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0958_tinkatuff/tinkatuff.png new file mode 100644 index 00000000..337fc85c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0958_tinkatuff/tinkatuff.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0958_tinkatuff/tinkatuff_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0958_tinkatuff/tinkatuff_shiny.png new file mode 100644 index 00000000..d010975b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0958_tinkatuff/tinkatuff_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0959_tinkaton/tinkaton.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0959_tinkaton/tinkaton.png new file mode 100644 index 00000000..6c183e6f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0959_tinkaton/tinkaton.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0959_tinkaton/tinkaton_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0959_tinkaton/tinkaton_shiny.png new file mode 100644 index 00000000..d47c5467 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0959_tinkaton/tinkaton_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0960_wiglett/wiglett.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0960_wiglett/wiglett.png new file mode 100644 index 00000000..eca2679e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0960_wiglett/wiglett.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0960_wiglett/wiglett_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0960_wiglett/wiglett_shiny.png new file mode 100644 index 00000000..91f5c5d7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0960_wiglett/wiglett_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0961_wugtrio/wugtrio.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0961_wugtrio/wugtrio.png new file mode 100644 index 00000000..f4252f50 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0961_wugtrio/wugtrio.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0961_wugtrio/wugtrio_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0961_wugtrio/wugtrio_shiny.png new file mode 100644 index 00000000..1477f15b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0961_wugtrio/wugtrio_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0962_bombirdier/bombirdier.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0962_bombirdier/bombirdier.png new file mode 100644 index 00000000..848cb2c2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0962_bombirdier/bombirdier.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0962_bombirdier/bombirdier_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0962_bombirdier/bombirdier_shiny.png new file mode 100644 index 00000000..8ec5a758 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0962_bombirdier/bombirdier_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0964_palafin/palafin.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0964_palafin/palafin.png new file mode 100644 index 00000000..f2d96959 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0964_palafin/palafin.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0964_palafin/palafin_hero.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0964_palafin/palafin_hero.png new file mode 100644 index 00000000..4aafb50d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0964_palafin/palafin_hero.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0964_palafin/palafin_hero_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0964_palafin/palafin_hero_shiny.png new file mode 100644 index 00000000..679c4c0e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0964_palafin/palafin_hero_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0964_palafin/palafin_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0964_palafin/palafin_shiny.png new file mode 100644 index 00000000..4b0c8086 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0964_palafin/palafin_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0965_varoom/varoom.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0965_varoom/varoom.png new file mode 100644 index 00000000..7228341b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0965_varoom/varoom.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0965_varoom/varoom_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0965_varoom/varoom_shiny.png new file mode 100644 index 00000000..dda9df6d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0965_varoom/varoom_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0966_revavroom/revavroom.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0966_revavroom/revavroom.png new file mode 100644 index 00000000..55ec7ed5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0966_revavroom/revavroom.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0966_revavroom/revavroom_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0966_revavroom/revavroom_shiny.png new file mode 100644 index 00000000..1ac24823 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0966_revavroom/revavroom_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0967_cyclizar/cyclizar.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0967_cyclizar/cyclizar.png new file mode 100644 index 00000000..619e701c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0967_cyclizar/cyclizar.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0967_cyclizar/cyclizar_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0967_cyclizar/cyclizar_shiny.png new file mode 100644 index 00000000..461b1267 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0967_cyclizar/cyclizar_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0969_glimmet/glimmet.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0969_glimmet/glimmet.png new file mode 100644 index 00000000..44707bbb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0969_glimmet/glimmet.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0969_glimmet/glimmet_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0969_glimmet/glimmet_shiny.png new file mode 100644 index 00000000..034cf007 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0969_glimmet/glimmet_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0970_glimmora/glimmora.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0970_glimmora/glimmora.png new file mode 100644 index 00000000..e84ee575 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0970_glimmora/glimmora.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0970_glimmora/glimmora_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0970_glimmora/glimmora_shiny.png new file mode 100644 index 00000000..235d30a7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0970_glimmora/glimmora_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0973_flamigo/flamigo.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0973_flamigo/flamigo.png new file mode 100644 index 00000000..4e02b4e3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0973_flamigo/flamigo.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0973_flamigo/flamigo_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0973_flamigo/flamigo_shiny.png new file mode 100644 index 00000000..d37d63c7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0973_flamigo/flamigo_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0974_cetoddle/cetoddle.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0974_cetoddle/cetoddle.png new file mode 100644 index 00000000..55410b2f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0974_cetoddle/cetoddle.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0974_cetoddle/cetoddle_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0974_cetoddle/cetoddle_shiny.png new file mode 100644 index 00000000..2a0e5135 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0974_cetoddle/cetoddle_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0975_cetitan/cetitan.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0975_cetitan/cetitan.png new file mode 100644 index 00000000..c73270b0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0975_cetitan/cetitan.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0975_cetitan/cetitan_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0975_cetitan/cetitan_shiny.png new file mode 100644 index 00000000..acbdd12c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0975_cetitan/cetitan_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0977_dondozo/dondozo.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0977_dondozo/dondozo.png new file mode 100644 index 00000000..ddd9030c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0977_dondozo/dondozo.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0977_dondozo/dondozo_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0977_dondozo/dondozo_shiny.png new file mode 100644 index 00000000..e3adb5fa Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0977_dondozo/dondozo_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0978_tatsugiri/tatsugiri_curly.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0978_tatsugiri/tatsugiri_curly.png new file mode 100644 index 00000000..7ca54027 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0978_tatsugiri/tatsugiri_curly.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0978_tatsugiri/tatsugiri_curly_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0978_tatsugiri/tatsugiri_curly_shiny.png new file mode 100644 index 00000000..2361f724 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0978_tatsugiri/tatsugiri_curly_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0978_tatsugiri/tatsugiri_droopy.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0978_tatsugiri/tatsugiri_droopy.png new file mode 100644 index 00000000..035a6016 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0978_tatsugiri/tatsugiri_droopy.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0978_tatsugiri/tatsugiri_droopy_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0978_tatsugiri/tatsugiri_droopy_shiny.png new file mode 100644 index 00000000..afe872f9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0978_tatsugiri/tatsugiri_droopy_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0978_tatsugiri/tatsugiri_stretchy.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0978_tatsugiri/tatsugiri_stretchy.png new file mode 100644 index 00000000..ec07f6b8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0978_tatsugiri/tatsugiri_stretchy.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0978_tatsugiri/tatsugiri_stretchy_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0978_tatsugiri/tatsugiri_stretchy_shiny.png new file mode 100644 index 00000000..295d296f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0978_tatsugiri/tatsugiri_stretchy_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0980_clodsire/clodsire.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0980_clodsire/clodsire.png new file mode 100644 index 00000000..41660325 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0980_clodsire/clodsire.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0980_clodsire/clodsire_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0980_clodsire/clodsire_shiny.png new file mode 100644 index 00000000..6634d7f1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0980_clodsire/clodsire_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0981_farigiraf/farigiraf.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0981_farigiraf/farigiraf.png new file mode 100644 index 00000000..54055f89 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0981_farigiraf/farigiraf.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0981_farigiraf/farigiraf_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0981_farigiraf/farigiraf_shiny.png new file mode 100644 index 00000000..733ae8a0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0981_farigiraf/farigiraf_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0988_slitherwing/slitherwing.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0988_slitherwing/slitherwing.png new file mode 100644 index 00000000..e100b4c4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0988_slitherwing/slitherwing.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0988_slitherwing/slitherwing_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0988_slitherwing/slitherwing_shiny.png new file mode 100644 index 00000000..5918e6b2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0988_slitherwing/slitherwing_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0989_sandyshocks/sandyshocks.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0989_sandyshocks/sandyshocks.png new file mode 100644 index 00000000..6eb7ae4f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0989_sandyshocks/sandyshocks.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0989_sandyshocks/sandyshocks_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0989_sandyshocks/sandyshocks_shiny.png new file mode 100644 index 00000000..ac17aa98 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0989_sandyshocks/sandyshocks_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0990_irontreads/irontreads.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0990_irontreads/irontreads.png new file mode 100644 index 00000000..69b5dc74 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0990_irontreads/irontreads.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0990_irontreads/irontreads_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0990_irontreads/irontreads_shiny.png new file mode 100644 index 00000000..c169951e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0990_irontreads/irontreads_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0991_ironbundle/ironbundle.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0991_ironbundle/ironbundle.png new file mode 100644 index 00000000..030d8645 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0991_ironbundle/ironbundle.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0991_ironbundle/ironbundle_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0991_ironbundle/ironbundle_shiny.png new file mode 100644 index 00000000..6da718f2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0991_ironbundle/ironbundle_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0992_ironhands/ironhands.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0992_ironhands/ironhands.png new file mode 100644 index 00000000..0f464a2c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0992_ironhands/ironhands.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0992_ironhands/ironhands_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0992_ironhands/ironhands_shiny.png new file mode 100644 index 00000000..491fa848 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0992_ironhands/ironhands_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0993_ironjugulis/ironjugulis.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0993_ironjugulis/ironjugulis.png new file mode 100644 index 00000000..e4ab26bb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0993_ironjugulis/ironjugulis.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0993_ironjugulis/ironjugulis_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0993_ironjugulis/ironjugulis_shiny.png new file mode 100644 index 00000000..852fbca3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0993_ironjugulis/ironjugulis_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0999_gimmighoul/gimmighoul.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0999_gimmighoul/gimmighoul.png new file mode 100644 index 00000000..fdf4617c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0999_gimmighoul/gimmighoul.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0999_gimmighoul/gimmighoul_roaming.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0999_gimmighoul/gimmighoul_roaming.png new file mode 100644 index 00000000..fa947532 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0999_gimmighoul/gimmighoul_roaming.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0999_gimmighoul/gimmighoul_roaming_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0999_gimmighoul/gimmighoul_roaming_shiny.png new file mode 100644 index 00000000..0ace18b6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0999_gimmighoul/gimmighoul_roaming_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0999_gimmighoul/gimmighoul_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0999_gimmighoul/gimmighoul_shiny.png new file mode 100644 index 00000000..c8c7759d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/0999_gimmighoul/gimmighoul_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1000_gholdengo/gholdengo.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1000_gholdengo/gholdengo.png new file mode 100644 index 00000000..2c22cf1d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1000_gholdengo/gholdengo.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1000_gholdengo/gholdengo_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1000_gholdengo/gholdengo_shiny.png new file mode 100644 index 00000000..2f7b242a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1000_gholdengo/gholdengo_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1001_wochien/wochien.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1001_wochien/wochien.png new file mode 100644 index 00000000..24093744 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1001_wochien/wochien.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1001_wochien/wochien_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1001_wochien/wochien_shiny.png new file mode 100644 index 00000000..a8f3a5e0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1001_wochien/wochien_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1003_tinglu/tinglu.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1003_tinglu/tinglu.png new file mode 100644 index 00000000..1b56a37e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1003_tinglu/tinglu.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1003_tinglu/tinglu_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1003_tinglu/tinglu_shiny.png new file mode 100644 index 00000000..3d56025d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1003_tinglu/tinglu_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1009_walkingwake/walkingwake.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1009_walkingwake/walkingwake.png new file mode 100644 index 00000000..8bea94c0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1009_walkingwake/walkingwake.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1009_walkingwake/walkingwake_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1009_walkingwake/walkingwake_shiny.png new file mode 100644 index 00000000..abac3067 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1009_walkingwake/walkingwake_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1010_ironleaves/ironleaves.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1010_ironleaves/ironleaves.png new file mode 100644 index 00000000..d73bcad1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1010_ironleaves/ironleaves.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1010_ironleaves/ironleaves_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1010_ironleaves/ironleaves_shiny.png new file mode 100644 index 00000000..42e1b8a9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1010_ironleaves/ironleaves_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1012_poltchageist/poltchageist.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1012_poltchageist/poltchageist.png new file mode 100644 index 00000000..afabf56e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1012_poltchageist/poltchageist.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1012_poltchageist/poltchageist_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1012_poltchageist/poltchageist_shiny.png new file mode 100644 index 00000000..d809b7f1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1012_poltchageist/poltchageist_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1014_okidogi/okidogi.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1014_okidogi/okidogi.png new file mode 100644 index 00000000..90f1962d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1014_okidogi/okidogi.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1014_okidogi/okidogi_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1014_okidogi/okidogi_shiny.png new file mode 100644 index 00000000..f3943097 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1014_okidogi/okidogi_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1015_munkidori/munkidori.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1015_munkidori/munkidori.png new file mode 100644 index 00000000..264b16fc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1015_munkidori/munkidori.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1015_munkidori/munkidori_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1015_munkidori/munkidori_shiny.png new file mode 100644 index 00000000..a2a46ffa Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1015_munkidori/munkidori_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1016_fezandipiti/fezandipiti.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1016_fezandipiti/fezandipiti.png new file mode 100644 index 00000000..279c08e8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1016_fezandipiti/fezandipiti.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1016_fezandipiti/fezandipiti_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1016_fezandipiti/fezandipiti_shiny.png new file mode 100644 index 00000000..c0e3553e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1016_fezandipiti/fezandipiti_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1020_gougingfire/gougingfire.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1020_gougingfire/gougingfire.png new file mode 100644 index 00000000..ceb38ef1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1020_gougingfire/gougingfire.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1020_gougingfire/gougingfire_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1020_gougingfire/gougingfire_shiny.png new file mode 100644 index 00000000..98032af7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1020_gougingfire/gougingfire_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1021_ragingbolt/ragingbolt.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1021_ragingbolt/ragingbolt.png new file mode 100644 index 00000000..dcc2c87d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1021_ragingbolt/ragingbolt.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1021_ragingbolt/ragingbolt_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1021_ragingbolt/ragingbolt_shiny.png new file mode 100644 index 00000000..4bba020b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1021_ragingbolt/ragingbolt_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1022_ironboulder/ironboulder.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1022_ironboulder/ironboulder.png new file mode 100644 index 00000000..b57dd3a5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1022_ironboulder/ironboulder.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1022_ironboulder/ironboulder_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1022_ironboulder/ironboulder_shiny.png new file mode 100644 index 00000000..9cec2433 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1022_ironboulder/ironboulder_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1023_ironcrown/ironcrown.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1023_ironcrown/ironcrown.png new file mode 100644 index 00000000..87407f31 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1023_ironcrown/ironcrown.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1023_ironcrown/ironcrown_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1023_ironcrown/ironcrown_shiny.png new file mode 100644 index 00000000..1afad671 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1023_ironcrown/ironcrown_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1024_terapagos/terapagos.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1024_terapagos/terapagos.png new file mode 100644 index 00000000..4674718a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1024_terapagos/terapagos.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1024_terapagos/terapagos_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1024_terapagos/terapagos_shiny.png new file mode 100644 index 00000000..0d18635a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1024_terapagos/terapagos_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1024_terapagos/terapagos_terastal.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1024_terapagos/terapagos_terastal.png new file mode 100644 index 00000000..95609910 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1024_terapagos/terapagos_terastal.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1024_terapagos/terapagos_terestal_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1024_terapagos/terapagos_terestal_shiny.png new file mode 100644 index 00000000..7d6a6b92 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/1024_terapagos/terapagos_terestal_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/741_oricorio/oricorio.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/741_oricorio/oricorio.png new file mode 100644 index 00000000..86a3c2c6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/741_oricorio/oricorio.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/741_oricorio/oricorio_pau.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/741_oricorio/oricorio_pau.png new file mode 100644 index 00000000..b37b6e16 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/741_oricorio/oricorio_pau.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/741_oricorio/oricorio_pau_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/741_oricorio/oricorio_pau_shiny.png new file mode 100644 index 00000000..2ff41e92 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/741_oricorio/oricorio_pau_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/741_oricorio/oricorio_pompom.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/741_oricorio/oricorio_pompom.png new file mode 100644 index 00000000..d3168f64 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/741_oricorio/oricorio_pompom.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/741_oricorio/oricorio_pompom_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/741_oricorio/oricorio_pompom_shiny.png new file mode 100644 index 00000000..0cf9a49f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/741_oricorio/oricorio_pompom_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/741_oricorio/oricorio_sensu.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/741_oricorio/oricorio_sensu.png new file mode 100644 index 00000000..a4f91207 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/741_oricorio/oricorio_sensu.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/741_oricorio/oricorio_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/741_oricorio/oricorio_shiny.png new file mode 100644 index 00000000..5399368b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/741_oricorio/oricorio_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/absol/absol.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/absol/absol.png new file mode 100644 index 00000000..d1f3512f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/absol/absol.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/absol/absol_mega.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/absol/absol_mega.png new file mode 100644 index 00000000..a71d74f5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/absol/absol_mega.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/absol/absol_mega_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/absol/absol_mega_shiny.png new file mode 100644 index 00000000..e11575db Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/absol/absol_mega_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/absol/absol_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/absol/absol_shiny.png new file mode 100644 index 00000000..038c849e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/absol/absol_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/amoonguss/amoonguss.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/amoonguss/amoonguss.png new file mode 100644 index 00000000..a9150fcd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/amoonguss/amoonguss.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/amoonguss/amoonguss_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/amoonguss/amoonguss_shiny.png new file mode 100644 index 00000000..65b59ec8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/amoonguss/amoonguss_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/annihilape/annihilape.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/annihilape/annihilape.png new file mode 100644 index 00000000..5cdc017d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/annihilape/annihilape.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/annihilape/annihilape_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/annihilape/annihilape_shiny.png new file mode 100644 index 00000000..58cf280b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/annihilape/annihilape_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/appletun/appletun-shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/appletun/appletun-shiny.png new file mode 100644 index 00000000..a726d9d9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/appletun/appletun-shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/appletun/appletun.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/appletun/appletun.png new file mode 100644 index 00000000..5076fc2c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/appletun/appletun.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/appletun/appletun_gmax.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/appletun/appletun_gmax.png new file mode 100644 index 00000000..c6fd233f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/appletun/appletun_gmax.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/appletun/appletun_gmax_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/appletun/appletun_gmax_shiny.png new file mode 100644 index 00000000..a3c58318 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/appletun/appletun_gmax_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/appletun/appletun_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/appletun/appletun_shiny.png new file mode 100644 index 00000000..a726d9d9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/appletun/appletun_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/appletun/appletun_shiny_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/appletun/appletun_shiny_shiny.png new file mode 100644 index 00000000..a726d9d9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/appletun/appletun_shiny_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/applin/applin.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/applin/applin.png new file mode 100644 index 00000000..1ea5b0b4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/applin/applin.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/applin/applin_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/applin/applin_shiny.png new file mode 100644 index 00000000..8a86a0eb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/applin/applin_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/araquanid/araquanid.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/araquanid/araquanid.png new file mode 100644 index 00000000..6e246c06 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/araquanid/araquanid.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/araquanid/araquanid_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/araquanid/araquanid_shiny.png new file mode 100644 index 00000000..b16b4dfd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/araquanid/araquanid_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus.png new file mode 100644 index 00000000..39579207 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_bug.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_bug.png new file mode 100644 index 00000000..7312da7a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_bug.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_bug_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_bug_shiny.png new file mode 100644 index 00000000..5350ea70 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_bug_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_dark.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_dark.png new file mode 100644 index 00000000..5038886d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_dark.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_dark_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_dark_shiny.png new file mode 100644 index 00000000..881d8282 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_dark_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_dragon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_dragon.png new file mode 100644 index 00000000..70cfb39b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_dragon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_dragon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_dragon_shiny.png new file mode 100644 index 00000000..9c924dac Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_dragon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_electric.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_electric.png new file mode 100644 index 00000000..1bf52441 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_electric.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_electric_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_electric_shiny.png new file mode 100644 index 00000000..9ab14d00 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_electric_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_fairy.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_fairy.png new file mode 100644 index 00000000..c9a73e6c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_fairy.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_fairy_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_fairy_shiny.png new file mode 100644 index 00000000..0cb231f3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_fairy_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_fighting.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_fighting.png new file mode 100644 index 00000000..89fa771b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_fighting.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_fighting_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_fighting_shiny.png new file mode 100644 index 00000000..6d61c945 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_fighting_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_fire.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_fire.png new file mode 100644 index 00000000..eb92b49d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_fire.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_fire_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_fire_shiny.png new file mode 100644 index 00000000..f617aaff Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_fire_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_flying.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_flying.png new file mode 100644 index 00000000..8977bc61 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_flying.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_flying_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_flying_shiny.png new file mode 100644 index 00000000..4f671394 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_flying_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_ghost.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_ghost.png new file mode 100644 index 00000000..41ee1530 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_ghost.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_ghost_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_ghost_shiny.png new file mode 100644 index 00000000..9fe1d34b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_ghost_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_grass.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_grass.png new file mode 100644 index 00000000..32306238 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_grass.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_grass_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_grass_shiny.png new file mode 100644 index 00000000..b004e9e4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_grass_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_ground.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_ground.png new file mode 100644 index 00000000..c9a6e43f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_ground.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_ground_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_ground_shiny.png new file mode 100644 index 00000000..117cba49 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_ground_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_ice.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_ice.png new file mode 100644 index 00000000..deeb5d63 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_ice.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_ice_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_ice_shiny.png new file mode 100644 index 00000000..89e24198 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_ice_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_normal.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_normal.png new file mode 100644 index 00000000..39579207 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_normal.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_normal_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_normal_shiny.png new file mode 100644 index 00000000..4382e733 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_normal_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_poison.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_poison.png new file mode 100644 index 00000000..2be4a352 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_poison.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_poison_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_poison_shiny.png new file mode 100644 index 00000000..ef36b357 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_poison_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_psychic.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_psychic.png new file mode 100644 index 00000000..be3d0dbb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_psychic.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_psychic_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_psychic_shiny.png new file mode 100644 index 00000000..ad2419b8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_psychic_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_rock.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_rock.png new file mode 100644 index 00000000..9cba5c6a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_rock.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_rock_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_rock_shiny.png new file mode 100644 index 00000000..523cf76e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_rock_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_shiny.png new file mode 100644 index 00000000..4382e733 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_steel.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_steel.png new file mode 100644 index 00000000..2f3ad646 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_steel.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_steel_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_steel_shiny.png new file mode 100644 index 00000000..d2904d5d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_steel_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_water.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_water.png new file mode 100644 index 00000000..c1a86838 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_water.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_water_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_water_shiny.png new file mode 100644 index 00000000..1a8d68d5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arceus/arceus_water_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/archaludon/archaludon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/archaludon/archaludon.png new file mode 100644 index 00000000..09fe8d3b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/archaludon/archaludon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/archaludon/archaludon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/archaludon/archaludon_shiny.png new file mode 100644 index 00000000..199751b6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/archaludon/archaludon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arctibax/arctibax.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arctibax/arctibax.png new file mode 100644 index 00000000..3f1feeed Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arctibax/arctibax.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arctibax/arctibax_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arctibax/arctibax_shiny.png new file mode 100644 index 00000000..de007bc7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/arctibax/arctibax_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/articuno/articuno2.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/articuno/articuno2.png new file mode 100644 index 00000000..55cf33f0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/articuno/articuno2.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/articuno/articuno2_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/articuno/articuno2_shiny.png new file mode 100644 index 00000000..234ec796 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/articuno/articuno2_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/articuno/articuno_galar.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/articuno/articuno_galar.png new file mode 100644 index 00000000..a0b85b92 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/articuno/articuno_galar.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/articuno/articuno_galar_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/articuno/articuno_galar_shiny.png new file mode 100644 index 00000000..5f68b53b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/articuno/articuno_galar_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/axew/axew.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/axew/axew.png new file mode 100644 index 00000000..9f8175f0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/axew/axew.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/axew/axew_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/axew/axew_shiny.png new file mode 100644 index 00000000..9900e1fc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/axew/axew_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/azumarill/azumarill.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/azumarill/azumarill.png new file mode 100644 index 00000000..3dc87d53 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/azumarill/azumarill.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/azumarill/azumarill_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/azumarill/azumarill_shiny.png new file mode 100644 index 00000000..ecb5bb3e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/azumarill/azumarill_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/azurill/azurill.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/azurill/azurill.png new file mode 100644 index 00000000..ec11e03e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/azurill/azurill.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/azurill/azurill_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/azurill/azurill_shiny.png new file mode 100644 index 00000000..58301338 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/azurill/azurill_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/barbaracle/barbaracle.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/barbaracle/barbaracle.png new file mode 100644 index 00000000..bd8515ce Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/barbaracle/barbaracle.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/barbaracle/barbaracle_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/barbaracle/barbaracle_shiny.png new file mode 100644 index 00000000..ce25c438 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/barbaracle/barbaracle_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/baxcalibur/baxcalibur.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/baxcalibur/baxcalibur.png new file mode 100644 index 00000000..0d72707b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/baxcalibur/baxcalibur.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/baxcalibur/baxcalibur_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/baxcalibur/baxcalibur_shiny.png new file mode 100644 index 00000000..80819acd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/baxcalibur/baxcalibur_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/bellibolt/bellibolt.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/bellibolt/bellibolt.png new file mode 100644 index 00000000..1549f457 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/bellibolt/bellibolt.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/bellibolt/bellibolt_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/bellibolt/bellibolt_shiny.png new file mode 100644 index 00000000..feeb8c93 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/bellibolt/bellibolt_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/binacle/binacle.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/binacle/binacle.png new file mode 100644 index 00000000..830bed12 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/binacle/binacle.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/binacle/binacle_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/binacle/binacle_shiny.png new file mode 100644 index 00000000..99b93856 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/binacle/binacle_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/bisharp/bisharp.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/bisharp/bisharp.png new file mode 100644 index 00000000..4114be39 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/bisharp/bisharp.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/bisharp/bisharp_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/bisharp/bisharp_shiny.png new file mode 100644 index 00000000..5e4e306f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/bisharp/bisharp_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/blacephalon/blacephalon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/blacephalon/blacephalon.png new file mode 100644 index 00000000..9a649962 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/blacephalon/blacephalon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/blacephalon/blacephalon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/blacephalon/blacephalon_shiny.png new file mode 100644 index 00000000..3d7a7db4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/blacephalon/blacephalon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/blipbug/blipbug-shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/blipbug/blipbug-shiny.png new file mode 100644 index 00000000..d6cc2b28 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/blipbug/blipbug-shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/blipbug/blipbug.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/blipbug/blipbug.png new file mode 100644 index 00000000..d10758f5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/blipbug/blipbug.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/blipbug/blipbug_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/blipbug/blipbug_shiny.png new file mode 100644 index 00000000..d6cc2b28 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/blipbug/blipbug_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/brutebonnet/brutebonnet.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/brutebonnet/brutebonnet.png new file mode 100644 index 00000000..7baeb156 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/brutebonnet/brutebonnet.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/brutebonnet/brutebonnet_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/brutebonnet/brutebonnet_shiny.png new file mode 100644 index 00000000..3147a83f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/brutebonnet/brutebonnet_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_fuecoco/cafe_fuecoco.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_fuecoco/cafe_fuecoco.png new file mode 100644 index 00000000..cc37a63f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_fuecoco/cafe_fuecoco.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_fuecoco/cafe_fuecoco_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_fuecoco/cafe_fuecoco_shiny.png new file mode 100644 index 00000000..68fac620 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_fuecoco/cafe_fuecoco_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_jirachi/cafe_jirachi.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_jirachi/cafe_jirachi.png new file mode 100644 index 00000000..696fa99b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_jirachi/cafe_jirachi.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_jirachi/cafe_jirachi_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_jirachi/cafe_jirachi_shiny.png new file mode 100644 index 00000000..17996fa0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_jirachi/cafe_jirachi_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_litten/cafe_litten.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_litten/cafe_litten.png new file mode 100644 index 00000000..fca660ce Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_litten/cafe_litten.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_litten/cafe_litten_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_litten/cafe_litten_shiny.png new file mode 100644 index 00000000..06bc3535 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_litten/cafe_litten_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_mew/cafe_mew.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_mew/cafe_mew.png new file mode 100644 index 00000000..4564712a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_mew/cafe_mew.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_mew/cafe_mew_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_mew/cafe_mew_shiny.png new file mode 100644 index 00000000..90fe187b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_mew/cafe_mew_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_raichu_alolan/cafe_raichu_alolan.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_raichu_alolan/cafe_raichu_alolan.png new file mode 100644 index 00000000..3f9dcaaa Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_raichu_alolan/cafe_raichu_alolan.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_raichu_alolan/cafe_raichu_alolan_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_raichu_alolan/cafe_raichu_alolan_shiny.png new file mode 100644 index 00000000..5736841f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_raichu_alolan/cafe_raichu_alolan_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_slowpoke/cafe_slowpoke.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_slowpoke/cafe_slowpoke.png new file mode 100644 index 00000000..b36c2879 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_slowpoke/cafe_slowpoke.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_slowpoke/cafe_slowpoke_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_slowpoke/cafe_slowpoke_shiny.png new file mode 100644 index 00000000..6e9e3d54 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_slowpoke/cafe_slowpoke_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_sprigatito/cafe_sprigatito.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_sprigatito/cafe_sprigatito.png new file mode 100644 index 00000000..a562f553 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_sprigatito/cafe_sprigatito.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_sprigatito/cafe_sprigatito_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_sprigatito/cafe_sprigatito_shiny.png new file mode 100644 index 00000000..b48acd56 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cafe_sprigatito/cafe_sprigatito_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/calyrex/calyrex.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/calyrex/calyrex.png new file mode 100644 index 00000000..e8e16768 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/calyrex/calyrex.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/calyrex/calyrex_ice.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/calyrex/calyrex_ice.png new file mode 100644 index 00000000..9f5c06ff Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/calyrex/calyrex_ice.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/calyrex/calyrex_ice_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/calyrex/calyrex_ice_shiny.png new file mode 100644 index 00000000..1a5096a8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/calyrex/calyrex_ice_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/calyrex/calyrex_shadow.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/calyrex/calyrex_shadow.png new file mode 100644 index 00000000..c15f7094 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/calyrex/calyrex_shadow.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/calyrex/calyrex_shadow_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/calyrex/calyrex_shadow_shiny.png new file mode 100644 index 00000000..9ee724c7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/calyrex/calyrex_shadow_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/calyrex/calyrex_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/calyrex/calyrex_shiny.png new file mode 100644 index 00000000..a45048f1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/calyrex/calyrex_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/capsakid/capsakid.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/capsakid/capsakid.png new file mode 100644 index 00000000..e6b0d143 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/capsakid/capsakid.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/capsakid/capsakid_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/capsakid/capsakid_shiny.png new file mode 100644 index 00000000..dc9389f1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/capsakid/capsakid_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/carbink/carbink.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/carbink/carbink.png new file mode 100644 index 00000000..a9fd8691 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/carbink/carbink.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/carbink/carbink_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/carbink/carbink_shiny.png new file mode 100644 index 00000000..a77b8f6c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/carbink/carbink_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/celebi/celebi.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/celebi/celebi.png new file mode 100644 index 00000000..9ba8b2fe Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/celebi/celebi.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/celebi/celebi_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/celebi/celebi_shiny.png new file mode 100644 index 00000000..bfe90351 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/celebi/celebi_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/chandelure/chandelure.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/chandelure/chandelure.png new file mode 100644 index 00000000..7190a1f8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/chandelure/chandelure.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/chandelure/chandelure_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/chandelure/chandelure_shiny.png new file mode 100644 index 00000000..49a38d68 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/chandelure/chandelure_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/chienpao/chienpao.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/chienpao/chienpao.png new file mode 100644 index 00000000..de14a9f5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/chienpao/chienpao.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/chienpao/chienpao_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/chienpao/chienpao_shiny.png new file mode 100644 index 00000000..7a4cc139 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/chienpao/chienpao_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/chiyu/chi-yu.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/chiyu/chi-yu.png new file mode 100644 index 00000000..9ab13c28 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/chiyu/chi-yu.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/chiyu/chi-yu_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/chiyu/chi-yu_shiny.png new file mode 100644 index 00000000..1260a307 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/chiyu/chi-yu_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cinccino/cinccino.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cinccino/cinccino.png new file mode 100644 index 00000000..8de5de1b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cinccino/cinccino.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cinccino/cinccino_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cinccino/cinccino_shiny.png new file mode 100644 index 00000000..150aa991 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cinccino/cinccino_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/corsola/corsola.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/corsola/corsola.png new file mode 100644 index 00000000..12997822 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/corsola/corsola.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/corsola/corsola_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/corsola/corsola_shiny.png new file mode 100644 index 00000000..5b1c1068 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/corsola/corsola_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/corsola/corsola_solid.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/corsola/corsola_solid.png new file mode 100644 index 00000000..45cc6362 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/corsola/corsola_solid.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/corsola/corsola_solid_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/corsola/corsola_solid_shiny.png new file mode 100644 index 00000000..0a47dc2a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/corsola/corsola_solid_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cramorant/cramorant-gorging_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cramorant/cramorant-gorging_shiny.png new file mode 100644 index 00000000..603890bc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cramorant/cramorant-gorging_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cramorant/cramorant-shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cramorant/cramorant-shiny.png new file mode 100644 index 00000000..923c844b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cramorant/cramorant-shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cramorant/cramorant.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cramorant/cramorant.png new file mode 100644 index 00000000..8a1f27e3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cramorant/cramorant.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cramorant/cramorant_gorging.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cramorant/cramorant_gorging.png new file mode 100644 index 00000000..35e728b2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cramorant/cramorant_gorging.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cramorant/cramorant_gorging_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cramorant/cramorant_gorging_shiny.png new file mode 100644 index 00000000..603890bc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cramorant/cramorant_gorging_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cramorant/cramorant_gulping.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cramorant/cramorant_gulping.png new file mode 100644 index 00000000..57fe15c2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cramorant/cramorant_gulping.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cramorant/cramorant_gulping_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cramorant/cramorant_gulping_shiny.png new file mode 100644 index 00000000..bf25ab62 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cramorant/cramorant_gulping_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cramorant/cramorant_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cramorant/cramorant_shiny.png new file mode 100644 index 00000000..923c844b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cramorant/cramorant_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cresselia/cresselia.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cresselia/cresselia.png new file mode 100644 index 00000000..d961d4ce Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cresselia/cresselia.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cresselia/cresselia_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cresselia/cresselia_shiny.png new file mode 100644 index 00000000..a639c22a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cresselia/cresselia_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/croagunk/croagunk.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/croagunk/croagunk.png new file mode 100644 index 00000000..15179b14 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/croagunk/croagunk.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/croagunk/croagunk_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/croagunk/croagunk_female.png new file mode 100644 index 00000000..5306ed5b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/croagunk/croagunk_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/croagunk/croagunk_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/croagunk/croagunk_female_shiny.png new file mode 100644 index 00000000..c1a46658 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/croagunk/croagunk_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/croagunk/croagunk_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/croagunk/croagunk_shiny.png new file mode 100644 index 00000000..6cffe119 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/croagunk/croagunk_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cursola/cursola_solid.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cursola/cursola_solid.png new file mode 100644 index 00000000..9a208dcf Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cursola/cursola_solid.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cursola/cursola_solid_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cursola/cursola_solid_shiny.png new file mode 100644 index 00000000..1360c216 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/cursola/cursola_solid_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darkrai/darkrai.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darkrai/darkrai.png new file mode 100644 index 00000000..f8711b64 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darkrai/darkrai.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darkrai/darkrai_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darkrai/darkrai_shiny.png new file mode 100644 index 00000000..04afcc8a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darkrai/darkrai_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darmanitan/darmanitan.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darmanitan/darmanitan.png new file mode 100644 index 00000000..bb90bb10 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darmanitan/darmanitan.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darmanitan/darmanitan_galar.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darmanitan/darmanitan_galar.png new file mode 100644 index 00000000..1d6030ab Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darmanitan/darmanitan_galar.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darmanitan/darmanitan_galar_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darmanitan/darmanitan_galar_shiny.png new file mode 100644 index 00000000..7b3235cc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darmanitan/darmanitan_galar_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darmanitan/darmanitan_galarzen.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darmanitan/darmanitan_galarzen.png new file mode 100644 index 00000000..0fb7feb0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darmanitan/darmanitan_galarzen.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darmanitan/darmanitan_galarzen_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darmanitan/darmanitan_galarzen_shiny.png new file mode 100644 index 00000000..ab35361d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darmanitan/darmanitan_galarzen_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darmanitan/darmanitan_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darmanitan/darmanitan_shiny.png new file mode 100644 index 00000000..18803350 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darmanitan/darmanitan_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darmanitan/darmanitan_standard.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darmanitan/darmanitan_standard.png new file mode 100644 index 00000000..bb90bb10 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darmanitan/darmanitan_standard.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darmanitan/darmanitan_zen.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darmanitan/darmanitan_zen.png new file mode 100644 index 00000000..d986f1b7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darmanitan/darmanitan_zen.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darmanitan/darmanitan_zen_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darmanitan/darmanitan_zen_shiny.png new file mode 100644 index 00000000..3df7b814 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darmanitan/darmanitan_zen_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darumaka/darumaka.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darumaka/darumaka.png new file mode 100644 index 00000000..a185a05a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darumaka/darumaka.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darumaka/darumaka_galar.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darumaka/darumaka_galar.png new file mode 100644 index 00000000..3527ba10 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darumaka/darumaka_galar.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darumaka/darumaka_galar_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darumaka/darumaka_galar_shiny.png new file mode 100644 index 00000000..2cf0b7c7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darumaka/darumaka_galar_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darumaka/darumaka_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darumaka/darumaka_shiny.png new file mode 100644 index 00000000..22f61d4d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/darumaka/darumaka_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/delcatty/delcatty.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/delcatty/delcatty.png new file mode 100644 index 00000000..b2aaafbd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/delcatty/delcatty.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/delcatty/delcatty_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/delcatty/delcatty_shiny.png new file mode 100644 index 00000000..30a2c2e7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/delcatty/delcatty_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/delibird/delibird.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/delibird/delibird.png new file mode 100644 index 00000000..42fa1230 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/delibird/delibird.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/delibird/delibird_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/delibird/delibird_shiny.png new file mode 100644 index 00000000..a31fa9b5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/delibird/delibird_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/deoxys/deoxys.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/deoxys/deoxys.png new file mode 100644 index 00000000..2a62d406 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/deoxys/deoxys.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/deoxys/deoxys_attack.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/deoxys/deoxys_attack.png new file mode 100644 index 00000000..3da23361 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/deoxys/deoxys_attack.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/deoxys/deoxys_attack_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/deoxys/deoxys_attack_shiny.png new file mode 100644 index 00000000..9874a724 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/deoxys/deoxys_attack_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/deoxys/deoxys_defense.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/deoxys/deoxys_defense.png new file mode 100644 index 00000000..c0aaeb5a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/deoxys/deoxys_defense.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/deoxys/deoxys_defense_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/deoxys/deoxys_defense_shiny.png new file mode 100644 index 00000000..6d82515a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/deoxys/deoxys_defense_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/deoxys/deoxys_rs.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/deoxys/deoxys_rs.png new file mode 100644 index 00000000..2a62d406 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/deoxys/deoxys_rs.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/deoxys/deoxys_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/deoxys/deoxys_shiny.png new file mode 100644 index 00000000..a3aa4854 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/deoxys/deoxys_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/deoxys/deoxys_speed.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/deoxys/deoxys_speed.png new file mode 100644 index 00000000..d8ee58c3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/deoxys/deoxys_speed.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/deoxys/deoxys_speed_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/deoxys/deoxys_speed_shiny.png new file mode 100644 index 00000000..7c3fc454 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/deoxys/deoxys_speed_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/dewpider/dewpider.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/dewpider/dewpider.png new file mode 100644 index 00000000..8452544e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/dewpider/dewpider.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/dewpider/dewpider_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/dewpider/dewpider_shiny.png new file mode 100644 index 00000000..56c6a181 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/dewpider/dewpider_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/diancie/diancie.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/diancie/diancie.png new file mode 100644 index 00000000..31650eaf Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/diancie/diancie.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/diancie/diancie_mega.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/diancie/diancie_mega.png new file mode 100644 index 00000000..c212556b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/diancie/diancie_mega.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/diancie/diancie_mega_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/diancie/diancie_mega_shiny.png new file mode 100644 index 00000000..33050b79 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/diancie/diancie_mega_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/diancie/diancie_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/diancie/diancie_shiny.png new file mode 100644 index 00000000..b9992e6f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/diancie/diancie_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/dipplin/dipplin.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/dipplin/dipplin.png new file mode 100644 index 00000000..67a73ef1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/dipplin/dipplin.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/dipplin/dipplin_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/dipplin/dipplin_shiny.png new file mode 100644 index 00000000..aebee8d8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/dipplin/dipplin_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/dottler/dottler.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/dottler/dottler.png new file mode 100644 index 00000000..479fc0e0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/dottler/dottler.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/dottler/dottler_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/dottler/dottler_shiny.png new file mode 100644 index 00000000..9a2dd0e6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/dottler/dottler_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/drapion/drapion.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/drapion/drapion.png new file mode 100644 index 00000000..c14953ca Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/drapion/drapion.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/drapion/drapion_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/drapion/drapion_shiny.png new file mode 100644 index 00000000..97b635cb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/drapion/drapion_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/drilbur/drilbur.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/drilbur/drilbur.png new file mode 100644 index 00000000..388ce560 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/drilbur/drilbur.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/drilbur/drilbur_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/drilbur/drilbur_shiny.png new file mode 100644 index 00000000..d7642380 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/drilbur/drilbur_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/druddigon/druddigon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/druddigon/druddigon.png new file mode 100644 index 00000000..d75ea69b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/druddigon/druddigon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/druddigon/druddigon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/druddigon/druddigon_shiny.png new file mode 100644 index 00000000..579a2bcc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/druddigon/druddigon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ducklett/ducklett.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ducklett/ducklett.png new file mode 100644 index 00000000..7040fb40 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ducklett/ducklett.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ducklett/ducklett_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ducklett/ducklett_shiny.png new file mode 100644 index 00000000..fd6a753f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ducklett/ducklett_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/dudunsparce/dudunsparce.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/dudunsparce/dudunsparce.png new file mode 100644 index 00000000..004e79f0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/dudunsparce/dudunsparce.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/dudunsparce/dudunsparce_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/dudunsparce/dudunsparce_shiny.png new file mode 100644 index 00000000..b924c36b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/dudunsparce/dudunsparce_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/dudunsparce/dudunsparce_threesegment.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/dudunsparce/dudunsparce_threesegment.png new file mode 100644 index 00000000..0f2fa5d9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/dudunsparce/dudunsparce_threesegment.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/dudunsparce/dudunsparce_threesegment_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/dudunsparce/dudunsparce_threesegment_shiny.png new file mode 100644 index 00000000..fd1902c8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/dudunsparce/dudunsparce_threesegment_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/dunsparce/dunsparce.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/dunsparce/dunsparce.png new file mode 100644 index 00000000..66af601e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/dunsparce/dunsparce.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/dunsparce/dunsparce_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/dunsparce/dunsparce_shiny.png new file mode 100644 index 00000000..ddf475b6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/dunsparce/dunsparce_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/duosion/duosion.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/duosion/duosion.png new file mode 100644 index 00000000..ec365968 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/duosion/duosion.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/duosion/duosion_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/duosion/duosion_shiny.png new file mode 100644 index 00000000..9ef16e94 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/duosion/duosion_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/espurr/espurr.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/espurr/espurr.png new file mode 100644 index 00000000..3670b6a0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/espurr/espurr.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/espurr/espurr_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/espurr/espurr_shiny.png new file mode 100644 index 00000000..6723f149 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/espurr/espurr_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/eternatus/eternatus-eternamax_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/eternatus/eternatus-eternamax_shiny.png new file mode 100644 index 00000000..17be4797 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/eternatus/eternatus-eternamax_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/eternatus/eternatus-shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/eternatus/eternatus-shiny.png new file mode 100644 index 00000000..0866a416 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/eternatus/eternatus-shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/eternatus/eternatus.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/eternatus/eternatus.png new file mode 100644 index 00000000..3d34818d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/eternatus/eternatus.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/eternatus/eternatus_eternamax.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/eternatus/eternatus_eternamax.png new file mode 100644 index 00000000..74182c9e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/eternatus/eternatus_eternamax.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/eternatus/eternatus_eternamax_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/eternatus/eternatus_eternamax_shiny.png new file mode 100644 index 00000000..86bf91cd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/eternatus/eternatus_eternamax_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/eternatus/eternatus_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/eternatus/eternatus_shiny.png new file mode 100644 index 00000000..48177400 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/eternatus/eternatus_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/excadrill/excadrill.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/excadrill/excadrill.png new file mode 100644 index 00000000..195f88fc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/excadrill/excadrill.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/excadrill/excadrill_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/excadrill/excadrill_shiny.png new file mode 100644 index 00000000..9f9c7fa6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/excadrill/excadrill_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/finizen/finizen.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/finizen/finizen.png new file mode 100644 index 00000000..a1ba0a8e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/finizen/finizen.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/finizen/finizen_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/finizen/finizen_shiny.png new file mode 100644 index 00000000..3abd8229 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/finizen/finizen_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/flapple/flapple-shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/flapple/flapple-shiny.png new file mode 100644 index 00000000..a4b8c529 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/flapple/flapple-shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/flapple/flapple.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/flapple/flapple.png new file mode 100644 index 00000000..89b3307e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/flapple/flapple.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/flapple/flapple_gmax.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/flapple/flapple_gmax.png new file mode 100644 index 00000000..c6fd233f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/flapple/flapple_gmax.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/flapple/flapple_gmax_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/flapple/flapple_gmax_shiny.png new file mode 100644 index 00000000..a3c58318 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/flapple/flapple_gmax_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/flapple/flapple_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/flapple/flapple_shiny.png new file mode 100644 index 00000000..fb888bfa Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/flapple/flapple_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/fluttermane/fluttermane.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/fluttermane/fluttermane.png new file mode 100644 index 00000000..afcf77e9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/fluttermane/fluttermane.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/fluttermane/fluttermane_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/fluttermane/fluttermane_shiny.png new file mode 100644 index 00000000..51fcb492 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/fluttermane/fluttermane_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/fomantis/fomantis.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/fomantis/fomantis.png new file mode 100644 index 00000000..176e2346 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/fomantis/fomantis.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/fomantis/fomantis_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/fomantis/fomantis_shiny.png new file mode 100644 index 00000000..bfbb90bf Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/fomantis/fomantis_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/foongus/foongus.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/foongus/foongus.png new file mode 100644 index 00000000..0a8bd00a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/foongus/foongus.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/foongus/foongus_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/foongus/foongus_shiny.png new file mode 100644 index 00000000..6055c22c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/foongus/foongus_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/fraxure/fraxure.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/fraxure/fraxure.png new file mode 100644 index 00000000..f30378d1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/fraxure/fraxure.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/fraxure/fraxure_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/fraxure/fraxure_shiny.png new file mode 100644 index 00000000..387b73be Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/fraxure/fraxure_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/frigibax/frigibax.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/frigibax/frigibax.png new file mode 100644 index 00000000..e8231064 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/frigibax/frigibax.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/frigibax/frigibax_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/frigibax/frigibax_shiny.png new file mode 100644 index 00000000..b1418365 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/frigibax/frigibax_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/frillish/frillish_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/frillish/frillish_female.png new file mode 100644 index 00000000..8cfb1e34 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/frillish/frillish_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/frillish/frillish_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/frillish/frillish_female_shiny.png new file mode 100644 index 00000000..8ee77899 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/frillish/frillish_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/frillish/frillish_male.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/frillish/frillish_male.png new file mode 100644 index 00000000..9e480b39 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/frillish/frillish_male.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/frillish/frillish_male_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/frillish/frillish_male_shiny.png new file mode 100644 index 00000000..569e7e59 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/frillish/frillish_male_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/froslass/froslass.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/froslass/froslass.png new file mode 100644 index 00000000..225f3123 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/froslass/froslass.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/froslass/froslass_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/froslass/froslass_shiny.png new file mode 100644 index 00000000..bbf3512c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/froslass/froslass_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gastrodon/gastrodon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gastrodon/gastrodon.png new file mode 100644 index 00000000..1e78465d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gastrodon/gastrodon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gastrodon/gastrodon_e.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gastrodon/gastrodon_e.png new file mode 100644 index 00000000..1d651026 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gastrodon/gastrodon_e.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gastrodon/gastrodon_e_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gastrodon/gastrodon_e_shiny.png new file mode 100644 index 00000000..d621fa59 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gastrodon/gastrodon_e_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gastrodon/gastrodon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gastrodon/gastrodon_shiny.png new file mode 100644 index 00000000..85a8638b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gastrodon/gastrodon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gastrodon/gastrodon_w.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gastrodon/gastrodon_w.png new file mode 100644 index 00000000..8df36302 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gastrodon/gastrodon_w.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gastrodon/gastrodon_w_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gastrodon/gastrodon_w_shiny.png new file mode 100644 index 00000000..85a8638b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gastrodon/gastrodon_w_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/genesect/genesect.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/genesect/genesect.png new file mode 100644 index 00000000..2b5c7109 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/genesect/genesect.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/genesect/genesect_burn.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/genesect/genesect_burn.png new file mode 100644 index 00000000..5b164829 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/genesect/genesect_burn.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/genesect/genesect_burn_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/genesect/genesect_burn_shiny.png new file mode 100644 index 00000000..3c988d84 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/genesect/genesect_burn_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/genesect/genesect_chill.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/genesect/genesect_chill.png new file mode 100644 index 00000000..a2757083 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/genesect/genesect_chill.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/genesect/genesect_chill_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/genesect/genesect_chill_shiny.png new file mode 100644 index 00000000..271406c1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/genesect/genesect_chill_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/genesect/genesect_douse.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/genesect/genesect_douse.png new file mode 100644 index 00000000..8fc00b33 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/genesect/genesect_douse.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/genesect/genesect_douse_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/genesect/genesect_douse_shiny.png new file mode 100644 index 00000000..3e85dac9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/genesect/genesect_douse_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/genesect/genesect_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/genesect/genesect_shiny.png new file mode 100644 index 00000000..2e3e0e22 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/genesect/genesect_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/genesect/genesect_shock.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/genesect/genesect_shock.png new file mode 100644 index 00000000..c557d63e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/genesect/genesect_shock.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/genesect/genesect_shock_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/genesect/genesect_shock_shiny.png new file mode 100644 index 00000000..831b4c40 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/genesect/genesect_shock_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/glalie/glalie.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/glalie/glalie.png new file mode 100644 index 00000000..a6341aef Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/glalie/glalie.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/glalie/glalie_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/glalie/glalie_shiny.png new file mode 100644 index 00000000..90b1eab4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/glalie/glalie_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/glameow/glameow.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/glameow/glameow.png new file mode 100644 index 00000000..6ffb4cf4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/glameow/glameow.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/glameow/glameow_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/glameow/glameow_shiny.png new file mode 100644 index 00000000..b73918a0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/glameow/glameow_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/glastrier/glastrier.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/glastrier/glastrier.png new file mode 100644 index 00000000..3edb6984 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/glastrier/glastrier.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/glastrier/glastrier_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/glastrier/glastrier_shiny.png new file mode 100644 index 00000000..56ed4607 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/glastrier/glastrier_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gogoat/gogoat.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gogoat/gogoat.png new file mode 100644 index 00000000..a33cae31 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gogoat/gogoat.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gogoat/gogoat_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gogoat/gogoat_shiny.png new file mode 100644 index 00000000..1077ac6b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gogoat/gogoat_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gothita/gothita.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gothita/gothita.png new file mode 100644 index 00000000..52835b49 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gothita/gothita.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gothita/gothita_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gothita/gothita_shiny.png new file mode 100644 index 00000000..59b4cd89 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gothita/gothita_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gothitelle/gothitelle.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gothitelle/gothitelle.png new file mode 100644 index 00000000..a6461ee5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gothitelle/gothitelle.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gothitelle/gothitelle_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gothitelle/gothitelle_shiny.png new file mode 100644 index 00000000..0939b1d3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gothitelle/gothitelle_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gothorita/gothorita.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gothorita/gothorita.png new file mode 100644 index 00000000..41bc2ff2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gothorita/gothorita.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gothorita/gothorita_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gothorita/gothorita_shiny.png new file mode 100644 index 00000000..aa611887 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/gothorita/gothorita_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/greattusk/greattusk.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/greattusk/greattusk.png new file mode 100644 index 00000000..9c13446a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/greattusk/greattusk.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/greattusk/greattusk_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/greattusk/greattusk_shiny.png new file mode 100644 index 00000000..d54cdd24 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/greattusk/greattusk_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/greavard/greavard.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/greavard/greavard.png new file mode 100644 index 00000000..56e7f6dd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/greavard/greavard.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/greavard/greavard_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/greavard/greavard_shiny.png new file mode 100644 index 00000000..04015677 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/greavard/greavard_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/groudon/groudon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/groudon/groudon.png new file mode 100644 index 00000000..040436a4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/groudon/groudon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/groudon/groudon_primal.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/groudon/groudon_primal.png new file mode 100644 index 00000000..3b386e8a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/groudon/groudon_primal.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/groudon/groudon_primal_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/groudon/groudon_primal_shiny.png new file mode 100644 index 00000000..b15bc28d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/groudon/groudon_primal_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/groudon/groudon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/groudon/groudon_shiny.png new file mode 100644 index 00000000..eda037ea Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/groudon/groudon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/guzzlord/guzzlord.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/guzzlord/guzzlord.png new file mode 100644 index 00000000..7f782212 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/guzzlord/guzzlord.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/guzzlord/guzzlord_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/guzzlord/guzzlord_shiny.png new file mode 100644 index 00000000..0f68703a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/guzzlord/guzzlord_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hawlucha/hawlucha.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hawlucha/hawlucha.png new file mode 100644 index 00000000..e31bfc52 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hawlucha/hawlucha.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hawlucha/hawlucha_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hawlucha/hawlucha_shiny.png new file mode 100644 index 00000000..fed30c0e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hawlucha/hawlucha_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/haxorus/haxorus.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/haxorus/haxorus.png new file mode 100644 index 00000000..556efa2e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/haxorus/haxorus.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/haxorus/haxorus_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/haxorus/haxorus_shiny.png new file mode 100644 index 00000000..89723dcf Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/haxorus/haxorus_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/heracross/heracross.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/heracross/heracross.png new file mode 100644 index 00000000..e091d5a9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/heracross/heracross.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/heracross/heracross_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/heracross/heracross_female.png new file mode 100644 index 00000000..7455fb8e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/heracross/heracross_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/heracross/heracross_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/heracross/heracross_female_shiny.png new file mode 100644 index 00000000..45df795a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/heracross/heracross_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/heracross/heracross_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/heracross/heracross_shiny.png new file mode 100644 index 00000000..30c200f3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/heracross/heracross_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hooh/hooh.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hooh/hooh.png new file mode 100644 index 00000000..876dc48e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hooh/hooh.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hooh/hooh_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hooh/hooh_shiny.png new file mode 100644 index 00000000..da2087b1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hooh/hooh_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hoopa/hoopa.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hoopa/hoopa.png new file mode 100644 index 00000000..facb3d47 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hoopa/hoopa.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hoopa/hoopa_mega.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hoopa/hoopa_mega.png new file mode 100644 index 00000000..c9f47d17 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hoopa/hoopa_mega.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hoopa/hoopa_mega_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hoopa/hoopa_mega_shiny.png new file mode 100644 index 00000000..f2d3c6f8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hoopa/hoopa_mega_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hoopa/hoopa_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hoopa/hoopa_shiny.png new file mode 100644 index 00000000..e65fb625 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hoopa/hoopa_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hoopa/hoopa_unbound.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hoopa/hoopa_unbound.png new file mode 100644 index 00000000..77f15f36 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hoopa/hoopa_unbound.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hoopa/hoopa_unbound_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hoopa/hoopa_unbound_shiny.png new file mode 100644 index 00000000..b1614ca6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hoopa/hoopa_unbound_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hoppip/hoppip.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hoppip/hoppip.png new file mode 100644 index 00000000..982327f4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hoppip/hoppip.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hoppip/hoppip_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hoppip/hoppip_shiny.png new file mode 100644 index 00000000..68ef1547 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hoppip/hoppip_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/houndoom/houndoom.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/houndoom/houndoom.png new file mode 100644 index 00000000..60d41c3f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/houndoom/houndoom.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/houndoom/houndoom_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/houndoom/houndoom_female.png new file mode 100644 index 00000000..fc5b5f82 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/houndoom/houndoom_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/houndoom/houndoom_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/houndoom/houndoom_female_shiny.png new file mode 100644 index 00000000..0e170e7e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/houndoom/houndoom_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/houndoom/houndoom_mega.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/houndoom/houndoom_mega.png new file mode 100644 index 00000000..897a9087 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/houndoom/houndoom_mega.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/houndoom/houndoom_mega_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/houndoom/houndoom_mega_shiny.png new file mode 100644 index 00000000..848e4153 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/houndoom/houndoom_mega_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/houndoom/houndoom_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/houndoom/houndoom_shiny.png new file mode 100644 index 00000000..006c69a2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/houndoom/houndoom_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/houndour/houndour.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/houndour/houndour.png new file mode 100644 index 00000000..e8d856dd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/houndour/houndour.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/houndour/houndour_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/houndour/houndour_shiny.png new file mode 100644 index 00000000..6a9b7d31 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/houndour/houndour_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/houndstone/houndstone.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/houndstone/houndstone.png new file mode 100644 index 00000000..78eb0c65 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/houndstone/houndstone.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/houndstone/houndstone_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/houndstone/houndstone_shiny.png new file mode 100644 index 00000000..24ce5602 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/houndstone/houndstone_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hydrapple/hydrapple.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hydrapple/hydrapple.png new file mode 100644 index 00000000..f2dee4af Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hydrapple/hydrapple.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hydrapple/hydrapple_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hydrapple/hydrapple_shiny.png new file mode 100644 index 00000000..86d69e68 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/hydrapple/hydrapple_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ironmoth/ironmoth.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ironmoth/ironmoth.png new file mode 100644 index 00000000..df53bc2a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ironmoth/ironmoth.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ironmoth/ironmoth_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ironmoth/ironmoth_shiny.png new file mode 100644 index 00000000..f5484a6b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ironmoth/ironmoth_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ironthorns/ironthorns.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ironthorns/ironthorns.png new file mode 100644 index 00000000..7fc76aff Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ironthorns/ironthorns.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ironthorns/ironthorns_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ironthorns/ironthorns_shiny.png new file mode 100644 index 00000000..7d22de4c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ironthorns/ironthorns_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ironvaliant/ironvaliant.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ironvaliant/ironvaliant.png new file mode 100644 index 00000000..dc5346cd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ironvaliant/ironvaliant.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ironvaliant/ironvaliant_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ironvaliant/ironvaliant_shiny.png new file mode 100644 index 00000000..c57b5f8f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ironvaliant/ironvaliant_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/jellicent/jellicent_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/jellicent/jellicent_female.png new file mode 100644 index 00000000..f830929a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/jellicent/jellicent_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/jellicent/jellicent_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/jellicent/jellicent_female_shiny.png new file mode 100644 index 00000000..808d5d61 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/jellicent/jellicent_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/jellicent/jellicent_male.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/jellicent/jellicent_male.png new file mode 100644 index 00000000..c82a0c4f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/jellicent/jellicent_male.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/jellicent/jellicent_male_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/jellicent/jellicent_male_shiny.png new file mode 100644 index 00000000..33891292 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/jellicent/jellicent_male_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/jumpluff/jumpluff.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/jumpluff/jumpluff.png new file mode 100644 index 00000000..7446fd2f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/jumpluff/jumpluff.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/jumpluff/jumpluff_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/jumpluff/jumpluff_shiny.png new file mode 100644 index 00000000..bd2c6975 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/jumpluff/jumpluff_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kartana/kartana.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kartana/kartana.png new file mode 100644 index 00000000..3c4829ea Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kartana/kartana.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kartana/kartana_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kartana/kartana_shiny.png new file mode 100644 index 00000000..fe6020fc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kartana/kartana_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kilowattrel/kilowattrel.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kilowattrel/kilowattrel.png new file mode 100644 index 00000000..0ccc7f9f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kilowattrel/kilowattrel.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kilowattrel/kilowattrel_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kilowattrel/kilowattrel_shiny.png new file mode 100644 index 00000000..1c213cbc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kilowattrel/kilowattrel_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kimono_mew/kimono_mew.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kimono_mew/kimono_mew.png new file mode 100644 index 00000000..4564712a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kimono_mew/kimono_mew.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kimono_mew/kimono_mew_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kimono_mew/kimono_mew_shiny.png new file mode 100644 index 00000000..90fe187b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kimono_mew/kimono_mew_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kingambit/kingambit.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kingambit/kingambit.png new file mode 100644 index 00000000..b375f274 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kingambit/kingambit.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kingambit/kingambit_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kingambit/kingambit_shiny.png new file mode 100644 index 00000000..25620387 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kingambit/kingambit_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/koraidon/koraidon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/koraidon/koraidon.png new file mode 100644 index 00000000..04af50a8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/koraidon/koraidon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/koraidon/koraidon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/koraidon/koraidon_shiny.png new file mode 100644 index 00000000..e35c21dc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/koraidon/koraidon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kubfu/kubfu.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kubfu/kubfu.png new file mode 100644 index 00000000..3025b233 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kubfu/kubfu.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kubfu/kubfu_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kubfu/kubfu_female.png new file mode 100644 index 00000000..9fb8d624 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kubfu/kubfu_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kubfu/kubfu_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kubfu/kubfu_female_shiny.png new file mode 100644 index 00000000..77dd9ec2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kubfu/kubfu_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kubfu/kubfu_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kubfu/kubfu_shiny.png new file mode 100644 index 00000000..c746d98f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kubfu/kubfu_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kyogre/kyogre.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kyogre/kyogre.png new file mode 100644 index 00000000..761805db Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kyogre/kyogre.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kyogre/kyogre_primal.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kyogre/kyogre_primal.png new file mode 100644 index 00000000..aabde370 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kyogre/kyogre_primal.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kyogre/kyogre_primal_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kyogre/kyogre_primal_shiny.png new file mode 100644 index 00000000..6dc4b7b8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kyogre/kyogre_primal_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kyogre/kyogre_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kyogre/kyogre_shiny.png new file mode 100644 index 00000000..deed695c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kyogre/kyogre_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kyurem/kyurem.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kyurem/kyurem.png new file mode 100644 index 00000000..bc58ea67 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kyurem/kyurem.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kyurem/kyurem_black.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kyurem/kyurem_black.png new file mode 100644 index 00000000..b3cf78a8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kyurem/kyurem_black.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kyurem/kyurem_black_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kyurem/kyurem_black_shiny.png new file mode 100644 index 00000000..8700ade1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kyurem/kyurem_black_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kyurem/kyurem_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kyurem/kyurem_shiny.png new file mode 100644 index 00000000..b73a358a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kyurem/kyurem_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kyurem/kyurem_white.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kyurem/kyurem_white.png new file mode 100644 index 00000000..5683f5bf Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kyurem/kyurem_white.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kyurem/kyurem_white_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kyurem/kyurem_white_shiny.png new file mode 100644 index 00000000..e42e7a57 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/kyurem/kyurem_white_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lampent/lampent.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lampent/lampent.png new file mode 100644 index 00000000..c1f26dd4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lampent/lampent.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lampent/lampent_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lampent/lampent_shiny.png new file mode 100644 index 00000000..0c669b72 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lampent/lampent_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/landorus/landorus.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/landorus/landorus.png new file mode 100644 index 00000000..51bd451d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/landorus/landorus.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/landorus/landorus_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/landorus/landorus_shiny.png new file mode 100644 index 00000000..86b682b8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/landorus/landorus_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/landorus/landorus_therian.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/landorus/landorus_therian.png new file mode 100644 index 00000000..3c7f5332 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/landorus/landorus_therian.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/landorus/landorus_therian_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/landorus/landorus_therian_shiny.png new file mode 100644 index 00000000..921c03df Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/landorus/landorus_therian_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/latias/latias.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/latias/latias.png new file mode 100644 index 00000000..7cb57749 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/latias/latias.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/latias/latias_mega.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/latias/latias_mega.png new file mode 100644 index 00000000..030376e2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/latias/latias_mega.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/latias/latias_mega_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/latias/latias_mega_shiny.png new file mode 100644 index 00000000..b95b2003 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/latias/latias_mega_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/latias/latias_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/latias/latias_shiny.png new file mode 100644 index 00000000..29c28f26 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/latias/latias_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/latios/latios.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/latios/latios.png new file mode 100644 index 00000000..1011a9c0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/latios/latios.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/latios/latios_mega.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/latios/latios_mega.png new file mode 100644 index 00000000..9aca54dc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/latios/latios_mega.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/latios/latios_mega_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/latios/latios_mega_shiny.png new file mode 100644 index 00000000..abbbc3cb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/latios/latios_mega_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/latios/latios_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/latios/latios_shiny.png new file mode 100644 index 00000000..6dd32900 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/latios/latios_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/leavanny/leavanny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/leavanny/leavanny.png new file mode 100644 index 00000000..facfa39c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/leavanny/leavanny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/leavanny/leavanny_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/leavanny/leavanny_shiny.png new file mode 100644 index 00000000..3cd85d37 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/leavanny/leavanny_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ledian/ledian.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ledian/ledian.png new file mode 100644 index 00000000..23f3e6ae Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ledian/ledian.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ledian/ledian_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ledian/ledian_female.png new file mode 100644 index 00000000..659699ab Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ledian/ledian_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ledian/ledian_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ledian/ledian_female_shiny.png new file mode 100644 index 00000000..5920d421 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ledian/ledian_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ledian/ledian_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ledian/ledian_shiny.png new file mode 100644 index 00000000..a0ca4505 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ledian/ledian_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ledyba/ledyba.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ledyba/ledyba.png new file mode 100644 index 00000000..a54fc1a3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ledyba/ledyba.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ledyba/ledyba_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ledyba/ledyba_female.png new file mode 100644 index 00000000..e4319a62 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ledyba/ledyba_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ledyba/ledyba_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ledyba/ledyba_female_shiny.png new file mode 100644 index 00000000..69ed5061 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ledyba/ledyba_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ledyba/ledyba_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ledyba/ledyba_shiny.png new file mode 100644 index 00000000..ef81db49 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ledyba/ledyba_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lilligant/lilligant.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lilligant/lilligant.png new file mode 100644 index 00000000..004f13ba Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lilligant/lilligant.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lilligant/lilligant_hisuian.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lilligant/lilligant_hisuian.png new file mode 100644 index 00000000..644d71f1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lilligant/lilligant_hisuian.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lilligant/lilligant_hisuian_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lilligant/lilligant_hisuian_shiny.png new file mode 100644 index 00000000..bd6feef8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lilligant/lilligant_hisuian_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lilligant/lilligant_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lilligant/lilligant_shiny.png new file mode 100644 index 00000000..9adae580 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lilligant/lilligant_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/litleo/litleo.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/litleo/litleo.png new file mode 100644 index 00000000..a29ef8c2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/litleo/litleo.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/litleo/litleo_male.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/litleo/litleo_male.png new file mode 100644 index 00000000..446c380e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/litleo/litleo_male.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/litleo/litleo_male_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/litleo/litleo_male_shiny.png new file mode 100644 index 00000000..2540d73e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/litleo/litleo_male_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/litleo/litleo_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/litleo/litleo_shiny.png new file mode 100644 index 00000000..44e8f18a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/litleo/litleo_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/litwick/litwick.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/litwick/litwick.png new file mode 100644 index 00000000..8de5b2fc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/litwick/litwick.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/litwick/litwick_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/litwick/litwick_shiny.png new file mode 100644 index 00000000..8b116052 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/litwick/litwick_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lugia/lugia.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lugia/lugia.png new file mode 100644 index 00000000..de95b3a9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lugia/lugia.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lugia/lugia_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lugia/lugia_shiny.png new file mode 100644 index 00000000..50c1c88e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lugia/lugia_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lurantis/lurantis.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lurantis/lurantis.png new file mode 100644 index 00000000..e2b4f4ce Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lurantis/lurantis.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lurantis/lurantis_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lurantis/lurantis_shiny.png new file mode 100644 index 00000000..07fe9dd6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lurantis/lurantis_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lycanroc/lycanroc.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lycanroc/lycanroc.png new file mode 100644 index 00000000..cca6fe08 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lycanroc/lycanroc.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lycanroc/lycanroc_dusk.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lycanroc/lycanroc_dusk.png new file mode 100644 index 00000000..3b990334 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lycanroc/lycanroc_dusk.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lycanroc/lycanroc_dusk_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lycanroc/lycanroc_dusk_shiny.png new file mode 100644 index 00000000..904b2dc8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lycanroc/lycanroc_dusk_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lycanroc/lycanroc_midday.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lycanroc/lycanroc_midday.png new file mode 100644 index 00000000..e8d5e626 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lycanroc/lycanroc_midday.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lycanroc/lycanroc_midday_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lycanroc/lycanroc_midday_shiny.png new file mode 100644 index 00000000..8a7af01f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lycanroc/lycanroc_midday_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lycanroc/lycanroc_midnight.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lycanroc/lycanroc_midnight.png new file mode 100644 index 00000000..c0a5fefd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lycanroc/lycanroc_midnight.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lycanroc/lycanroc_midnight_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lycanroc/lycanroc_midnight_shiny.png new file mode 100644 index 00000000..f8299b02 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lycanroc/lycanroc_midnight_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lycanroc/lycanroc_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lycanroc/lycanroc_shiny.png new file mode 100644 index 00000000..4b8773f4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/lycanroc/lycanroc_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m1_megacharizard/megacharizardx.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m1_megacharizard/megacharizardx.png new file mode 100644 index 00000000..e91a8268 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m1_megacharizard/megacharizardx.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m1_megacharizard/megacharizardx_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m1_megacharizard/megacharizardx_shiny.png new file mode 100644 index 00000000..37f4f090 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m1_megacharizard/megacharizardx_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m1_megacharizard/megacharizardy.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m1_megacharizard/megacharizardy.png new file mode 100644 index 00000000..0ab93bdb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m1_megacharizard/megacharizardy.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m1_megacharizard/megacharizardy_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m1_megacharizard/megacharizardy_shiny.png new file mode 100644 index 00000000..e4abaa29 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m1_megacharizard/megacharizardy_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m1_megacharizard/xflame/megacharizardx_flame1.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m1_megacharizard/xflame/megacharizardx_flame1.png new file mode 100644 index 00000000..6147d21b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m1_megacharizard/xflame/megacharizardx_flame1.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m1_megacharizard/xflame/megacharizardx_flame2.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m1_megacharizard/xflame/megacharizardx_flame2.png new file mode 100644 index 00000000..44c518a5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m1_megacharizard/xflame/megacharizardx_flame2.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m1_megacharizard/xflame/megacharizardx_flame3.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m1_megacharizard/xflame/megacharizardx_flame3.png new file mode 100644 index 00000000..6bd009f2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m1_megacharizard/xflame/megacharizardx_flame3.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m1_megacharizard/xflame/megacharizardx_flame4.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m1_megacharizard/xflame/megacharizardx_flame4.png new file mode 100644 index 00000000..05cbb2da Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m1_megacharizard/xflame/megacharizardx_flame4.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m1_megacharizard/yflame/megacharizardy_flame1.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m1_megacharizard/yflame/megacharizardy_flame1.png new file mode 100644 index 00000000..ad22d967 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m1_megacharizard/yflame/megacharizardy_flame1.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m1_megacharizard/yflame/megacharizardy_flame2.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m1_megacharizard/yflame/megacharizardy_flame2.png new file mode 100644 index 00000000..186efba9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m1_megacharizard/yflame/megacharizardy_flame2.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m1_megacharizard/yflame/megacharizardy_flame3.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m1_megacharizard/yflame/megacharizardy_flame3.png new file mode 100644 index 00000000..a0982ef8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m1_megacharizard/yflame/megacharizardy_flame3.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m1_megacharizard/yflame/megacharizardy_flame4.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m1_megacharizard/yflame/megacharizardy_flame4.png new file mode 100644 index 00000000..bf7ce887 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m1_megacharizard/yflame/megacharizardy_flame4.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m2_megablastoise/megablastoise.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m2_megablastoise/megablastoise.png new file mode 100644 index 00000000..b675d510 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m2_megablastoise/megablastoise.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m2_megablastoise/megablastoise_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m2_megablastoise/megablastoise_shiny.png new file mode 100644 index 00000000..a7e71121 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m2_megablastoise/megablastoise_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m3_megavenusaur/megavenusaur.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m3_megavenusaur/megavenusaur.png new file mode 100644 index 00000000..ed7b1092 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m3_megavenusaur/megavenusaur.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m3_megavenusaur/megavenusaur_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m3_megavenusaur/megavenusaur_shiny.png new file mode 100644 index 00000000..785bff49 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m3_megavenusaur/megavenusaur_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m4_megabeedrill/megabeedrill.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m4_megabeedrill/megabeedrill.png new file mode 100644 index 00000000..55b13441 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m4_megabeedrill/megabeedrill.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m4_megabeedrill/megabeedrill_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m4_megabeedrill/megabeedrill_shiny.png new file mode 100644 index 00000000..ac5b06db Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m4_megabeedrill/megabeedrill_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m5_aerodactyl/megaaerodactyl.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m5_aerodactyl/megaaerodactyl.png new file mode 100644 index 00000000..8709d798 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m5_aerodactyl/megaaerodactyl.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m5_aerodactyl/megaaerodactyl_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m5_aerodactyl/megaaerodactyl_shiny.png new file mode 100644 index 00000000..ae444631 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m5_aerodactyl/megaaerodactyl_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m6_pidgeot/megapidgeot.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m6_pidgeot/megapidgeot.png new file mode 100644 index 00000000..16d265b0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m6_pidgeot/megapidgeot.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m6_pidgeot/megapidgeot_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m6_pidgeot/megapidgeot_shiny.png new file mode 100644 index 00000000..3d7aee94 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m6_pidgeot/megapidgeot_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m7_megaalakazam/megaalakazam.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m7_megaalakazam/megaalakazam.png new file mode 100644 index 00000000..7f6acf2c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m7_megaalakazam/megaalakazam.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m7_megaalakazam/megaalakazam_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m7_megaalakazam/megaalakazam_shiny.png new file mode 100644 index 00000000..80536b74 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m7_megaalakazam/megaalakazam_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_ampharos/megaampharos.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_ampharos/megaampharos.png new file mode 100644 index 00000000..ec0ed4e5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_ampharos/megaampharos.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_ampharos/megaampharos_emissive.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_ampharos/megaampharos_emissive.png new file mode 100644 index 00000000..09785df0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_ampharos/megaampharos_emissive.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_ampharos/megaampharos_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_ampharos/megaampharos_shiny.png new file mode 100644 index 00000000..bd712a69 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_ampharos/megaampharos_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_ampharos/megaampharos_shiny_emissive.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_ampharos/megaampharos_shiny_emissive.png new file mode 100644 index 00000000..3c54e70f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_ampharos/megaampharos_shiny_emissive.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_banette/megabanette.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_banette/megabanette.png new file mode 100644 index 00000000..dd804009 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_banette/megabanette.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_banette/megabanette_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_banette/megabanette_shiny.png new file mode 100644 index 00000000..8b719165 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_banette/megabanette_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_blaziken/megablaziken.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_blaziken/megablaziken.png new file mode 100644 index 00000000..900bdcd5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_blaziken/megablaziken.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_blaziken/megablaziken_emissive.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_blaziken/megablaziken_emissive.png new file mode 100644 index 00000000..5c691a97 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_blaziken/megablaziken_emissive.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_blaziken/megablaziken_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_blaziken/megablaziken_shiny.png new file mode 100644 index 00000000..8be5d24b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_blaziken/megablaziken_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_gallade/megagallade.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_gallade/megagallade.png new file mode 100644 index 00000000..e5c9663f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_gallade/megagallade.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_gallade/megagallade_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_gallade/megagallade_shiny.png new file mode 100644 index 00000000..479dbd05 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_gallade/megagallade_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_garchomp/megagarchomp.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_garchomp/megagarchomp.png new file mode 100644 index 00000000..51e1eede Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_garchomp/megagarchomp.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_garchomp/megagarchomp_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_garchomp/megagarchomp_shiny.png new file mode 100644 index 00000000..283fd695 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_garchomp/megagarchomp_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_gardevoir/megagardevoir.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_gardevoir/megagardevoir.png new file mode 100644 index 00000000..9fc4368b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_gardevoir/megagardevoir.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_gardevoir/megagardevoir_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_gardevoir/megagardevoir_shiny.png new file mode 100644 index 00000000..d4ffc16c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_gardevoir/megagardevoir_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_glalie/megaglalie.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_glalie/megaglalie.png new file mode 100644 index 00000000..274f9b86 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_glalie/megaglalie.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_glalie/megaglalie_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_glalie/megaglalie_shiny.png new file mode 100644 index 00000000..01b32534 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_glalie/megaglalie_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_gyarados/megagyarados.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_gyarados/megagyarados.png new file mode 100644 index 00000000..6234e3dd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_gyarados/megagyarados.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_gyarados/megagyarados_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_gyarados/megagyarados_shiny.png new file mode 100644 index 00000000..06b726e3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_gyarados/megagyarados_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_heracross/megaheracross.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_heracross/megaheracross.png new file mode 100644 index 00000000..1219bfac Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_heracross/megaheracross.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_heracross/megaheracross_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_heracross/megaheracross_shiny.png new file mode 100644 index 00000000..4c2a751b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_heracross/megaheracross_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_kangaskhan/megakangaskhan.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_kangaskhan/megakangaskhan.png new file mode 100644 index 00000000..b8a6fc31 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_kangaskhan/megakangaskhan.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_kangaskhan/megakangaskhan_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_kangaskhan/megakangaskhan_shiny.png new file mode 100644 index 00000000..29a66bf4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_kangaskhan/megakangaskhan_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_mawile/megamawile.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_mawile/megamawile.png new file mode 100644 index 00000000..f3e37018 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_mawile/megamawile.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_mawile/megamawile_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_mawile/megamawile_shiny.png new file mode 100644 index 00000000..566d1e5b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_mawile/megamawile_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_megagengar/megagengar.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_megagengar/megagengar.png new file mode 100644 index 00000000..81e14d9d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_megagengar/megagengar.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_megagengar/megagengar_emissives.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_megagengar/megagengar_emissives.png new file mode 100644 index 00000000..914ab035 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_megagengar/megagengar_emissives.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_megagengar/megagengar_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_megagengar/megagengar_shiny.png new file mode 100644 index 00000000..a835e9a2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_megagengar/megagengar_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_mewtwo/megamewtwox.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_mewtwo/megamewtwox.png new file mode 100644 index 00000000..19edc6f2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_mewtwo/megamewtwox.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_mewtwo/megamewtwox_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_mewtwo/megamewtwox_shiny.png new file mode 100644 index 00000000..9d65f513 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_mewtwo/megamewtwox_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_mewtwo/megamewtwoy.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_mewtwo/megamewtwoy.png new file mode 100644 index 00000000..201f8a0b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_mewtwo/megamewtwoy.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_mewtwo/megamewtwoy_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_mewtwo/megamewtwoy_shiny.png new file mode 100644 index 00000000..4a781ac2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_mewtwo/megamewtwoy_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_pinsir/megapinsir.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_pinsir/megapinsir.png new file mode 100644 index 00000000..99606ac0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_pinsir/megapinsir.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_pinsir/megapinsir_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_pinsir/megapinsir_shiny.png new file mode 100644 index 00000000..cf3bfdd0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_pinsir/megapinsir_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_pinsir/megapinsir_shiny_translucent.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_pinsir/megapinsir_shiny_translucent.png new file mode 100644 index 00000000..bab944a4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_pinsir/megapinsir_shiny_translucent.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_pinsir/megapinsir_translucent.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_pinsir/megapinsir_translucent.png new file mode 100644 index 00000000..4afb4894 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_pinsir/megapinsir_translucent.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_sableye/megasableye.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_sableye/megasableye.png new file mode 100644 index 00000000..e498ad0b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_sableye/megasableye.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_sableye/megasableye_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_sableye/megasableye_shiny.png new file mode 100644 index 00000000..1de367bd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_sableye/megasableye_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_scizor/megascizor.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_scizor/megascizor.png new file mode 100644 index 00000000..b09b6e2c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_scizor/megascizor.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_scizor/megascizor_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_scizor/megascizor_shiny.png new file mode 100644 index 00000000..2c57deb2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_scizor/megascizor_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_sharpedo/megasharpedo.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_sharpedo/megasharpedo.png new file mode 100644 index 00000000..c6abcad1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_sharpedo/megasharpedo.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_sharpedo/megasharpedo_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_sharpedo/megasharpedo_shiny.png new file mode 100644 index 00000000..e4ebafc2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_sharpedo/megasharpedo_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_slowbro/megaslowbro.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_slowbro/megaslowbro.png new file mode 100644 index 00000000..bbc6bf13 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_slowbro/megaslowbro.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_slowbro/megaslowbro_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_slowbro/megaslowbro_shiny.png new file mode 100644 index 00000000..ccb39b6b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_slowbro/megaslowbro_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_steelix/megasteelix.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_steelix/megasteelix.png new file mode 100644 index 00000000..0afc731d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_steelix/megasteelix.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_steelix/megasteelix_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_steelix/megasteelix_shiny.png new file mode 100644 index 00000000..68792c2a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_steelix/megasteelix_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_tyranitar/megatyranitar.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_tyranitar/megatyranitar.png new file mode 100644 index 00000000..fa166b2b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_tyranitar/megatyranitar.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_tyranitar/megatyranitar_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_tyranitar/megatyranitar_shiny.png new file mode 100644 index 00000000..66f8e924 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/m_tyranitar/megatyranitar_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/manaphy/manaphy.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/manaphy/manaphy.png new file mode 100644 index 00000000..7cbd10f1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/manaphy/manaphy.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/manaphy/manaphy_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/manaphy/manaphy_shiny.png new file mode 100644 index 00000000..63a55314 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/manaphy/manaphy_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/mandibuzz/mandibuzz.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/mandibuzz/mandibuzz.png new file mode 100644 index 00000000..c2cbf2cb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/mandibuzz/mandibuzz.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/mandibuzz/mandibuzz_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/mandibuzz/mandibuzz_shiny.png new file mode 100644 index 00000000..555b73c5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/mandibuzz/mandibuzz_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/mareanie/mareanie.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/mareanie/mareanie.png new file mode 100644 index 00000000..8d9ff782 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/mareanie/mareanie.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/mareanie/mareanie_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/mareanie/mareanie_shiny.png new file mode 100644 index 00000000..ad0e2e76 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/mareanie/mareanie_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/marill/marill.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/marill/marill.png new file mode 100644 index 00000000..c6e68a7c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/marill/marill.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/marill/marill_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/marill/marill_shiny.png new file mode 100644 index 00000000..9dd161ea Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/marill/marill_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/marshadow/marshadow.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/marshadow/marshadow.png new file mode 100644 index 00000000..d3605382 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/marshadow/marshadow.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/marshadow/marshadow_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/marshadow/marshadow_shiny.png new file mode 100644 index 00000000..674b8fce Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/marshadow/marshadow_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/medicham/medicham.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/medicham/medicham.png new file mode 100644 index 00000000..23c39c52 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/medicham/medicham.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/medicham/medicham_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/medicham/medicham_female.png new file mode 100644 index 00000000..49831776 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/medicham/medicham_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/medicham/medicham_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/medicham/medicham_female_shiny.png new file mode 100644 index 00000000..272129fb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/medicham/medicham_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/medicham/medicham_mega.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/medicham/medicham_mega.png new file mode 100644 index 00000000..69ca3c3c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/medicham/medicham_mega.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/medicham/medicham_mega_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/medicham/medicham_mega_shiny.png new file mode 100644 index 00000000..be28a044 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/medicham/medicham_mega_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/medicham/medicham_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/medicham/medicham_shiny.png new file mode 100644 index 00000000..7724c01b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/medicham/medicham_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/meditite/meditite.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/meditite/meditite.png new file mode 100644 index 00000000..eb7926d4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/meditite/meditite.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/meditite/meditite_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/meditite/meditite_female.png new file mode 100644 index 00000000..d726c681 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/meditite/meditite_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/meditite/meditite_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/meditite/meditite_female_shiny.png new file mode 100644 index 00000000..f8fdbdf7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/meditite/meditite_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/meditite/meditite_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/meditite/meditite_shiny.png new file mode 100644 index 00000000..9e1e0cf4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/meditite/meditite_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/megarayquaza/megarayquaza.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/megarayquaza/megarayquaza.png new file mode 100644 index 00000000..da25305e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/megarayquaza/megarayquaza.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/megarayquaza/megarayquaza_emissive_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/megarayquaza/megarayquaza_emissive_shiny.png new file mode 100644 index 00000000..a7126e4a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/megarayquaza/megarayquaza_emissive_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/megarayquaza/megarayquaza_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/megarayquaza/megarayquaza_shiny.png new file mode 100644 index 00000000..d4231846 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/megarayquaza/megarayquaza_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/melmetal/melmetal.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/melmetal/melmetal.png new file mode 100644 index 00000000..33e153f3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/melmetal/melmetal.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/melmetal/melmetal_gmax.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/melmetal/melmetal_gmax.png new file mode 100644 index 00000000..fb1e7778 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/melmetal/melmetal_gmax.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/melmetal/melmetal_gmax_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/melmetal/melmetal_gmax_shiny.png new file mode 100644 index 00000000..1323194a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/melmetal/melmetal_gmax_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/melmetal/melmetal_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/melmetal/melmetal_shiny.png new file mode 100644 index 00000000..606585c9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/melmetal/melmetal_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/meltan/meltan.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/meltan/meltan.png new file mode 100644 index 00000000..ce771ddc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/meltan/meltan.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/meltan/meltan_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/meltan/meltan_shiny.png new file mode 100644 index 00000000..1c40419c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/meltan/meltan_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/meowstic/meowstic_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/meowstic/meowstic_female.png new file mode 100644 index 00000000..8e7807ef Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/meowstic/meowstic_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/meowstic/meowstic_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/meowstic/meowstic_female_shiny.png new file mode 100644 index 00000000..7ac24756 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/meowstic/meowstic_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/meowstic/meowstic_male.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/meowstic/meowstic_male.png new file mode 100644 index 00000000..710a9134 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/meowstic/meowstic_male.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/meowstic/meowstic_male_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/meowstic/meowstic_male_shiny.png new file mode 100644 index 00000000..39b2d8fa Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/meowstic/meowstic_male_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/mew/mew.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/mew/mew.png new file mode 100644 index 00000000..19e11cd1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/mew/mew.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/mew/mew_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/mew/mew_shiny.png new file mode 100644 index 00000000..75322542 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/mew/mew_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/minccino/minccino.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/minccino/minccino.png new file mode 100644 index 00000000..f66e8551 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/minccino/minccino.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/minccino/minccino_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/minccino/minccino_shiny.png new file mode 100644 index 00000000..1882b594 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/minccino/minccino_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/miraidon/miraidon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/miraidon/miraidon.png new file mode 100644 index 00000000..632acc81 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/miraidon/miraidon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/miraidon/miraidon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/miraidon/miraidon_shiny.png new file mode 100644 index 00000000..4cca046f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/miraidon/miraidon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/moltres/moltres2.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/moltres/moltres2.png new file mode 100644 index 00000000..8d56ba84 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/moltres/moltres2.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/moltres/moltres2_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/moltres/moltres2_shiny.png new file mode 100644 index 00000000..d277a0ce Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/moltres/moltres2_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/moltres/moltres_galar.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/moltres/moltres_galar.png new file mode 100644 index 00000000..01861e6d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/moltres/moltres_galar.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/moltres/moltres_galar_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/moltres/moltres_galar_shiny.png new file mode 100644 index 00000000..abdab423 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/moltres/moltres_galar_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/morpeko/morpeko.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/morpeko/morpeko.png new file mode 100644 index 00000000..f1d63ee3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/morpeko/morpeko.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/morpeko/morpeko_hangry.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/morpeko/morpeko_hangry.png new file mode 100644 index 00000000..d6dfbb41 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/morpeko/morpeko_hangry.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/morpeko/morpeko_hangry_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/morpeko/morpeko_hangry_shiny.png new file mode 100644 index 00000000..f1782b6c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/morpeko/morpeko_hangry_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/morpeko/morpeko_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/morpeko/morpeko_shiny.png new file mode 100644 index 00000000..85c94982 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/morpeko/morpeko_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/munna/munna.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/munna/munna.png new file mode 100644 index 00000000..c0a36869 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/munna/munna.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/munna/munna_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/munna/munna_shiny.png new file mode 100644 index 00000000..038fe223 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/munna/munna_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/musharna/musharna.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/musharna/musharna.png new file mode 100644 index 00000000..d5de5a2f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/musharna/musharna.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/musharna/musharna_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/musharna/musharna_shiny.png new file mode 100644 index 00000000..35776584 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/musharna/musharna_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/naganadel/naganadel.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/naganadel/naganadel.png new file mode 100644 index 00000000..2c70a743 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/naganadel/naganadel.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/naganadel/naganadel_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/naganadel/naganadel_shiny.png new file mode 100644 index 00000000..a1233048 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/naganadel/naganadel_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/necrozma/necrozma.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/necrozma/necrozma.png new file mode 100644 index 00000000..b53b4767 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/necrozma/necrozma.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/necrozma/necrozma_dawnwings.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/necrozma/necrozma_dawnwings.png new file mode 100644 index 00000000..f4034db5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/necrozma/necrozma_dawnwings.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/necrozma/necrozma_dawnwings_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/necrozma/necrozma_dawnwings_shiny.png new file mode 100644 index 00000000..f7284fa9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/necrozma/necrozma_dawnwings_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/necrozma/necrozma_duskmane.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/necrozma/necrozma_duskmane.png new file mode 100644 index 00000000..88eb70bd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/necrozma/necrozma_duskmane.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/necrozma/necrozma_duskmane_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/necrozma/necrozma_duskmane_shiny.png new file mode 100644 index 00000000..2c634ce8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/necrozma/necrozma_duskmane_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/necrozma/necrozma_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/necrozma/necrozma_shiny.png new file mode 100644 index 00000000..a70311fe Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/necrozma/necrozma_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/necrozma/necrozma_ultra.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/necrozma/necrozma_ultra.png new file mode 100644 index 00000000..4616c9e3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/necrozma/necrozma_ultra.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/necrozma/necrozma_ultra_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/necrozma/necrozma_ultra_shiny.png new file mode 100644 index 00000000..abdc87eb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/necrozma/necrozma_ultra_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/nihilego/nihilego.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/nihilego/nihilego.png new file mode 100644 index 00000000..ea2646ab Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/nihilego/nihilego.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/nihilego/nihilego_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/nihilego/nihilego_shiny.png new file mode 100644 index 00000000..e47b09e4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/nihilego/nihilego_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ogerpon/ogerpon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ogerpon/ogerpon.png new file mode 100644 index 00000000..b3e6eb95 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ogerpon/ogerpon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ogerpon/ogerpon_fire.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ogerpon/ogerpon_fire.png new file mode 100644 index 00000000..1154f3f9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ogerpon/ogerpon_fire.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ogerpon/ogerpon_fire_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ogerpon/ogerpon_fire_shiny.png new file mode 100644 index 00000000..8dbbbc98 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ogerpon/ogerpon_fire_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ogerpon/ogerpon_rock.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ogerpon/ogerpon_rock.png new file mode 100644 index 00000000..1749ff3d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ogerpon/ogerpon_rock.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ogerpon/ogerpon_rock_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ogerpon/ogerpon_rock_shiny.png new file mode 100644 index 00000000..ec45c196 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ogerpon/ogerpon_rock_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ogerpon/ogerpon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ogerpon/ogerpon_shiny.png new file mode 100644 index 00000000..19040323 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ogerpon/ogerpon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ogerpon/ogerpon_water.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ogerpon/ogerpon_water.png new file mode 100644 index 00000000..9115f8e4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ogerpon/ogerpon_water.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ogerpon/ogerpon_water_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ogerpon/ogerpon_water_shiny.png new file mode 100644 index 00000000..9a8abf1d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/ogerpon/ogerpon_water_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/orbeetle/orbeetle.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/orbeetle/orbeetle.png new file mode 100644 index 00000000..4fdde6f1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/orbeetle/orbeetle.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/orbeetle/orbeetle_gmax.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/orbeetle/orbeetle_gmax.png new file mode 100644 index 00000000..c8ca2296 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/orbeetle/orbeetle_gmax.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/orbeetle/orbeetle_gmax_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/orbeetle/orbeetle_gmax_shiny.png new file mode 100644 index 00000000..ce46242e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/orbeetle/orbeetle_gmax_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/orbeetle/orbeetle_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/orbeetle/orbeetle_shiny.png new file mode 100644 index 00000000..6f0782fd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/orbeetle/orbeetle_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/orthworm/orthworm.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/orthworm/orthworm.png new file mode 100644 index 00000000..9c7f1ea1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/orthworm/orthworm.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/orthworm/orthworm_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/orthworm/orthworm_shiny.png new file mode 100644 index 00000000..2da1582d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/orthworm/orthworm_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/palossand/palossand.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/palossand/palossand.png new file mode 100644 index 00000000..217d60df Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/palossand/palossand.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/palossand/palossand_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/palossand/palossand_shiny.png new file mode 100644 index 00000000..e53e6d84 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/palossand/palossand_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/pawniard/pawniard.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/pawniard/pawniard.png new file mode 100644 index 00000000..535713b2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/pawniard/pawniard.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/pawniard/pawniard_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/pawniard/pawniard_shiny.png new file mode 100644 index 00000000..c8d7f736 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/pawniard/pawniard_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/pecharunt/pecharunt.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/pecharunt/pecharunt.png new file mode 100644 index 00000000..4313fe6c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/pecharunt/pecharunt.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/pecharunt/pecharunt_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/pecharunt/pecharunt_shiny.png new file mode 100644 index 00000000..e83a2bb3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/pecharunt/pecharunt_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/petilil/petilil.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/petilil/petilil.png new file mode 100644 index 00000000..5544d4b5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/petilil/petilil.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/petilil/petilil_hisui_bias.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/petilil/petilil_hisui_bias.png new file mode 100644 index 00000000..5544d4b5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/petilil/petilil_hisui_bias.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/petilil/petilil_hisui_bias_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/petilil/petilil_hisui_bias_shiny.png new file mode 100644 index 00000000..212b7214 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/petilil/petilil_hisui_bias_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/petilil/petilil_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/petilil/petilil_shiny.png new file mode 100644 index 00000000..212b7214 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/petilil/petilil_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/phione/phione.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/phione/phione.png new file mode 100644 index 00000000..1fc8e8a9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/phione/phione.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/phione/phione_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/phione/phione_shiny.png new file mode 100644 index 00000000..553ee321 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/phione/phione_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/poipole/poipole.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/poipole/poipole.png new file mode 100644 index 00000000..41b4e3c7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/poipole/poipole.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/poipole/poipole_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/poipole/poipole_shiny.png new file mode 100644 index 00000000..612a1ab5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/poipole/poipole_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/purugly/purugly.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/purugly/purugly.png new file mode 100644 index 00000000..714e0506 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/purugly/purugly.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/purugly/purugly_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/purugly/purugly_shiny.png new file mode 100644 index 00000000..efab833d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/purugly/purugly_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/pyroar/pyroar_f.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/pyroar/pyroar_f.png new file mode 100644 index 00000000..8d1e7a6d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/pyroar/pyroar_f.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/pyroar/pyroar_f_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/pyroar/pyroar_f_shiny.png new file mode 100644 index 00000000..7def2246 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/pyroar/pyroar_f_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/pyroar/pyroar_m.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/pyroar/pyroar_m.png new file mode 100644 index 00000000..3a089add Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/pyroar/pyroar_m.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/pyroar/pyroar_m_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/pyroar/pyroar_m_shiny.png new file mode 100644 index 00000000..b254b7fa Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/pyroar/pyroar_m_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/raichu_alolan_pancake/raichu_alolan_pancake.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/raichu_alolan_pancake/raichu_alolan_pancake.png new file mode 100644 index 00000000..3f9dcaaa Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/raichu_alolan_pancake/raichu_alolan_pancake.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/raichu_alolan_pancake/raichu_alolan_pancake_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/raichu_alolan_pancake/raichu_alolan_pancake_shiny.png new file mode 100644 index 00000000..5736841f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/raichu_alolan_pancake/raichu_alolan_pancake_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/rayquaza/megarayquaza_emissive.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/rayquaza/megarayquaza_emissive.png new file mode 100644 index 00000000..a7126e4a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/rayquaza/megarayquaza_emissive.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/rayquaza/rayquaza.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/rayquaza/rayquaza.png new file mode 100644 index 00000000..751f9d46 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/rayquaza/rayquaza.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/rayquaza/rayquaza_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/rayquaza/rayquaza_shiny.png new file mode 100644 index 00000000..83f6065c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/rayquaza/rayquaza_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/reshiram/reshiram.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/reshiram/reshiram.png new file mode 100644 index 00000000..67983ad5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/reshiram/reshiram.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/reshiram/reshiram_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/reshiram/reshiram_shiny.png new file mode 100644 index 00000000..58c85bc1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/reshiram/reshiram_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/reuniclus/reuniclus.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/reuniclus/reuniclus.png new file mode 100644 index 00000000..d8d36fa8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/reuniclus/reuniclus.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/reuniclus/reuniclus_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/reuniclus/reuniclus_shiny.png new file mode 100644 index 00000000..6340fe45 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/reuniclus/reuniclus_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/roaringmoon/roaringmoon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/roaringmoon/roaringmoon.png new file mode 100644 index 00000000..a54ae55d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/roaringmoon/roaringmoon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/roaringmoon/roaringmoon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/roaringmoon/roaringmoon_shiny.png new file mode 100644 index 00000000..6e41acb6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/roaringmoon/roaringmoon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/rockruff/rockruff.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/rockruff/rockruff.png new file mode 100644 index 00000000..7963a1c4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/rockruff/rockruff.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/rockruff/rockruff_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/rockruff/rockruff_shiny.png new file mode 100644 index 00000000..6691c8e5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/rockruff/rockruff_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/sandygast/sandygast.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/sandygast/sandygast.png new file mode 100644 index 00000000..1e6be675 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/sandygast/sandygast.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/sandygast/sandygast_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/sandygast/sandygast_shiny.png new file mode 100644 index 00000000..95baeed9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/sandygast/sandygast_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/scovillain/scovillain.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/scovillain/scovillain.png new file mode 100644 index 00000000..f585e599 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/scovillain/scovillain.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/scovillain/scovillain_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/scovillain/scovillain_shiny.png new file mode 100644 index 00000000..d308d38e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/scovillain/scovillain_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/screamtail/screamtail.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/screamtail/screamtail.png new file mode 100644 index 00000000..d518b924 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/screamtail/screamtail.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/screamtail/screamtail_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/screamtail/screamtail_shiny.png new file mode 100644 index 00000000..8b1364a1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/screamtail/screamtail_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/sewaddle/sewaddle.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/sewaddle/sewaddle.png new file mode 100644 index 00000000..f0e54477 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/sewaddle/sewaddle.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/sewaddle/sewaddle_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/sewaddle/sewaddle_shiny.png new file mode 100644 index 00000000..a4207d12 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/sewaddle/sewaddle_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/shaymin/shaymin.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/shaymin/shaymin.png new file mode 100644 index 00000000..5aea224d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/shaymin/shaymin.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/shaymin/shaymin_land.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/shaymin/shaymin_land.png new file mode 100644 index 00000000..5aea224d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/shaymin/shaymin_land.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/shaymin/shaymin_land_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/shaymin/shaymin_land_shiny.png new file mode 100644 index 00000000..9f40bf80 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/shaymin/shaymin_land_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/shaymin/shaymin_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/shaymin/shaymin_shiny.png new file mode 100644 index 00000000..9f40bf80 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/shaymin/shaymin_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/shaymin/shaymin_sky.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/shaymin/shaymin_sky.png new file mode 100644 index 00000000..7781b5a3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/shaymin/shaymin_sky.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/shaymin/shaymin_sky_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/shaymin/shaymin_sky_shiny.png new file mode 100644 index 00000000..6f5834c3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/shaymin/shaymin_sky_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/shellos/shellos.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/shellos/shellos.png new file mode 100644 index 00000000..51728075 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/shellos/shellos.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/shellos/shellos_e.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/shellos/shellos_e.png new file mode 100644 index 00000000..f258082b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/shellos/shellos_e.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/shellos/shellos_e_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/shellos/shellos_e_shiny.png new file mode 100644 index 00000000..79d632f0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/shellos/shellos_e_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/shellos/shellos_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/shellos/shellos_shiny.png new file mode 100644 index 00000000..ad7ac7a4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/shellos/shellos_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/shellos/shellos_w.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/shellos/shellos_w.png new file mode 100644 index 00000000..51728075 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/shellos/shellos_w.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/shellos/shellos_w_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/shellos/shellos_w_shiny.png new file mode 100644 index 00000000..ad7ac7a4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/shellos/shellos_w_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/sinistcha/sinistcha.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/sinistcha/sinistcha.png new file mode 100644 index 00000000..38550a36 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/sinistcha/sinistcha.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/sinistcha/sinistcha_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/sinistcha/sinistcha_shiny.png new file mode 100644 index 00000000..0cd265e2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/sinistcha/sinistcha_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/sinistea/sinistea.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/sinistea/sinistea.png new file mode 100644 index 00000000..01e170ce Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/sinistea/sinistea.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/sinistea/sinistea_antique.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/sinistea/sinistea_antique.png new file mode 100644 index 00000000..6bfedd66 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/sinistea/sinistea_antique.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/sinistea/sinistea_antique_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/sinistea/sinistea_antique_shiny.png new file mode 100644 index 00000000..317c0999 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/sinistea/sinistea_antique_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/sinistea/sinistea_chipped.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/sinistea/sinistea_chipped.png new file mode 100644 index 00000000..01e170ce Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/sinistea/sinistea_chipped.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/sinistea/sinistea_chipped_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/sinistea/sinistea_chipped_shiny.png new file mode 100644 index 00000000..de941983 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/sinistea/sinistea_chipped_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/sinistea/sinistea_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/sinistea/sinistea_shiny.png new file mode 100644 index 00000000..de941983 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/sinistea/sinistea_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/skiddo/skiddo.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/skiddo/skiddo.png new file mode 100644 index 00000000..9355b9e8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/skiddo/skiddo.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/skiddo/skiddo_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/skiddo/skiddo_shiny.png new file mode 100644 index 00000000..2d2bb246 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/skiddo/skiddo_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/skiploom/skiploom.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/skiploom/skiploom.png new file mode 100644 index 00000000..91b3288b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/skiploom/skiploom.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/skiploom/skiploom_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/skiploom/skiploom_shiny.png new file mode 100644 index 00000000..ed7082c3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/skiploom/skiploom_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/skitty/skitty.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/skitty/skitty.png new file mode 100644 index 00000000..f62678b7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/skitty/skitty.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/skitty/skitty_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/skitty/skitty_shiny.png new file mode 100644 index 00000000..a12f453f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/skitty/skitty_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/skorupi/skorupi.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/skorupi/skorupi.png new file mode 100644 index 00000000..572677fb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/skorupi/skorupi.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/skorupi/skorupi_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/skorupi/skorupi_shiny.png new file mode 100644 index 00000000..bd811ba1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/skorupi/skorupi_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/skuntank/skuntank.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/skuntank/skuntank.png new file mode 100644 index 00000000..892672ec Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/skuntank/skuntank.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/skuntank/skuntank_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/skuntank/skuntank_shiny.png new file mode 100644 index 00000000..21cb9438 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/skuntank/skuntank_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/snorunt/snorunt.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/snorunt/snorunt.png new file mode 100644 index 00000000..05a1a17d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/snorunt/snorunt.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/snorunt/snorunt_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/snorunt/snorunt_shiny.png new file mode 100644 index 00000000..54bec2a1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/snorunt/snorunt_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/solosis/solosis.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/solosis/solosis.png new file mode 100644 index 00000000..fb6632fb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/solosis/solosis.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/solosis/solosis_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/solosis/solosis_shiny.png new file mode 100644 index 00000000..08546f3f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/solosis/solosis_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/spectrier/spectrier.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/spectrier/spectrier.png new file mode 100644 index 00000000..08e1b5cb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/spectrier/spectrier.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/spectrier/spectrier_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/spectrier/spectrier_shiny.png new file mode 100644 index 00000000..fa11f4ff Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/spectrier/spectrier_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/stunky/stunky.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/stunky/stunky.png new file mode 100644 index 00000000..89baa49e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/stunky/stunky.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/stunky/stunky_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/stunky/stunky_shiny.png new file mode 100644 index 00000000..ab9f1a94 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/stunky/stunky_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/swadloon/swadloon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/swadloon/swadloon.png new file mode 100644 index 00000000..bbfafe93 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/swadloon/swadloon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/swadloon/swadloon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/swadloon/swadloon_shiny.png new file mode 100644 index 00000000..c7783589 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/swadloon/swadloon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/swanna/swanna.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/swanna/swanna.png new file mode 100644 index 00000000..cc3c08d6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/swanna/swanna.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/swanna/swanna_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/swanna/swanna_shiny.png new file mode 100644 index 00000000..6bd5341f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/swanna/swanna_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/tadbulb/tadbulb.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/tadbulb/tadbulb.png new file mode 100644 index 00000000..e37b24d5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/tadbulb/tadbulb.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/tadbulb/tadbulb_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/tadbulb/tadbulb_shiny.png new file mode 100644 index 00000000..3b59e3e8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/tadbulb/tadbulb_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/thundurus/thundurus.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/thundurus/thundurus.png new file mode 100644 index 00000000..194c2a48 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/thundurus/thundurus.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/thundurus/thundurus_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/thundurus/thundurus_shiny.png new file mode 100644 index 00000000..05241a24 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/thundurus/thundurus_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/thundurus/thundurus_therian.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/thundurus/thundurus_therian.png new file mode 100644 index 00000000..031422bd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/thundurus/thundurus_therian.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/thundurus/thundurus_therian_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/thundurus/thundurus_therian_shiny.png new file mode 100644 index 00000000..710a9f72 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/thundurus/thundurus_therian_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toedscool/toedscool.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toedscool/toedscool.png new file mode 100644 index 00000000..b1a1d315 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toedscool/toedscool.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toedscool/toedscool_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toedscool/toedscool_shiny.png new file mode 100644 index 00000000..32b8d078 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toedscool/toedscool_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toedscruel/toedscruel.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toedscruel/toedscruel.png new file mode 100644 index 00000000..cf9b4bfb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toedscruel/toedscruel.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toedscruel/toedscruel_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toedscruel/toedscruel_shiny.png new file mode 100644 index 00000000..7a545673 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toedscruel/toedscruel_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/togedemaru/togedemaru.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/togedemaru/togedemaru.png new file mode 100644 index 00000000..5fc46d08 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/togedemaru/togedemaru.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/togedemaru/togedemaru_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/togedemaru/togedemaru_shiny.png new file mode 100644 index 00000000..c78b45e0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/togedemaru/togedemaru_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/tornadus/tornadus.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/tornadus/tornadus.png new file mode 100644 index 00000000..16b30a01 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/tornadus/tornadus.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/tornadus/tornadus_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/tornadus/tornadus_shiny.png new file mode 100644 index 00000000..55ef7d66 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/tornadus/tornadus_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/tornadus/tornadus_therian.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/tornadus/tornadus_therian.png new file mode 100644 index 00000000..e383de51 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/tornadus/tornadus_therian.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/tornadus/tornadus_therian_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/tornadus/tornadus_therian_shiny.png new file mode 100644 index 00000000..6ab1fe54 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/tornadus/tornadus_therian_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxapex/toxapex.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxapex/toxapex.png new file mode 100644 index 00000000..fd4a9b27 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxapex/toxapex.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxapex/toxapex_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxapex/toxapex_shiny.png new file mode 100644 index 00000000..add6aabb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxapex/toxapex_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxel/toxel.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxel/toxel.png new file mode 100644 index 00000000..878eafee Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxel/toxel.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxel/toxel_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxel/toxel_shiny.png new file mode 100644 index 00000000..0378f634 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxel/toxel_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxicroak/toxicroak.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxicroak/toxicroak.png new file mode 100644 index 00000000..4a2db8f9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxicroak/toxicroak.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxicroak/toxicroak_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxicroak/toxicroak_female.png new file mode 100644 index 00000000..2d75de3f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxicroak/toxicroak_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxicroak/toxicroak_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxicroak/toxicroak_female_shiny.png new file mode 100644 index 00000000..e9938a28 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxicroak/toxicroak_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxicroak/toxicroak_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxicroak/toxicroak_shiny.png new file mode 100644 index 00000000..1b10d3d4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxicroak/toxicroak_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxtricity/toxtricity_gmax.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxtricity/toxtricity_gmax.png new file mode 100644 index 00000000..20b39bd6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxtricity/toxtricity_gmax.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxtricity/toxtricity_gmax_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxtricity/toxtricity_gmax_shiny.png new file mode 100644 index 00000000..4485fc49 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxtricity/toxtricity_gmax_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxtricity/toxtricitya.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxtricity/toxtricitya.png new file mode 100644 index 00000000..4c3f364d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxtricity/toxtricitya.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxtricity/toxtricitya_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxtricity/toxtricitya_shiny.png new file mode 100644 index 00000000..d7855469 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxtricity/toxtricitya_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxtricity/toxtricityb.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxtricity/toxtricityb.png new file mode 100644 index 00000000..074f7f19 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxtricity/toxtricityb.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxtricity/toxtricityb_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxtricity/toxtricityb_shiny.png new file mode 100644 index 00000000..a54b8e64 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/toxtricity/toxtricityb_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/typenull/typenull.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/typenull/typenull.png new file mode 100644 index 00000000..09e785cc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/typenull/typenull.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/typenull/typenull_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/typenull/typenull_shiny.png new file mode 100644 index 00000000..4fed0866 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/typenull/typenull_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/urshifu/urshifu.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/urshifu/urshifu.png new file mode 100644 index 00000000..9af9aa34 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/urshifu/urshifu.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/urshifu/urshifu_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/urshifu/urshifu_female.png new file mode 100644 index 00000000..71154a13 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/urshifu/urshifu_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/urshifu/urshifu_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/urshifu/urshifu_female_shiny.png new file mode 100644 index 00000000..9e2555ad Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/urshifu/urshifu_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/urshifu/urshifu_rapidstrike.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/urshifu/urshifu_rapidstrike.png new file mode 100644 index 00000000..7e28cecd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/urshifu/urshifu_rapidstrike.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/urshifu/urshifu_rapidstrike_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/urshifu/urshifu_rapidstrike_shiny.png new file mode 100644 index 00000000..74f02bbe Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/urshifu/urshifu_rapidstrike_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/urshifu/urshifu_rapidstrikegmax.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/urshifu/urshifu_rapidstrikegmax.png new file mode 100644 index 00000000..af7e626c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/urshifu/urshifu_rapidstrikegmax.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/urshifu/urshifu_rapidstrikegmax_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/urshifu/urshifu_rapidstrikegmax_shiny.png new file mode 100644 index 00000000..bb7cd6f1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/urshifu/urshifu_rapidstrikegmax_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/urshifu/urshifu_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/urshifu/urshifu_shiny.png new file mode 100644 index 00000000..f44bde3c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/urshifu/urshifu_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/veluza/veluza.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/veluza/veluza.png new file mode 100644 index 00000000..f5f2505f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/veluza/veluza.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/veluza/veluza_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/veluza/veluza_shiny.png new file mode 100644 index 00000000..8f2dc364 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/veluza/veluza_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/volcanion/volcanion.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/volcanion/volcanion.png new file mode 100644 index 00000000..7748a840 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/volcanion/volcanion.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/volcanion/volcanion_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/volcanion/volcanion_shiny.png new file mode 100644 index 00000000..64bbe716 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/volcanion/volcanion_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/vullaby/vullaby.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/vullaby/vullaby.png new file mode 100644 index 00000000..e7fcd6f9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/vullaby/vullaby.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/vullaby/vullaby_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/vullaby/vullaby_shiny.png new file mode 100644 index 00000000..0d0cd50f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/vullaby/vullaby_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/wattrel/wattrel.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/wattrel/wattrel.png new file mode 100644 index 00000000..3d1f5aee Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/wattrel/wattrel.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/wattrel/wattrel_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/wattrel/wattrel_shiny.png new file mode 100644 index 00000000..eee3414b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/wattrel/wattrel_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/xerneas/xerneas.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/xerneas/xerneas.png new file mode 100644 index 00000000..daefc20b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/xerneas/xerneas.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/xerneas/xerneas_neutral.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/xerneas/xerneas_neutral.png new file mode 100644 index 00000000..daefc20b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/xerneas/xerneas_neutral.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/xerneas/xerneas_neutral_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/xerneas/xerneas_neutral_shiny.png new file mode 100644 index 00000000..f4e9fb01 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/xerneas/xerneas_neutral_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/xerneas/xerneas_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/xerneas/xerneas_shiny.png new file mode 100644 index 00000000..f4e9fb01 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/xerneas/xerneas_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/xurkitree/xurkitree.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/xurkitree/xurkitree.png new file mode 100644 index 00000000..f4d43149 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/xurkitree/xurkitree.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/xurkitree/xurkitree_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/xurkitree/xurkitree_shiny.png new file mode 100644 index 00000000..59b9cb07 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/xurkitree/xurkitree_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zapdos/zapdos2.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zapdos/zapdos2.png new file mode 100644 index 00000000..4efca870 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zapdos/zapdos2.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zapdos/zapdos2_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zapdos/zapdos2_shiny.png new file mode 100644 index 00000000..3c6c55af Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zapdos/zapdos2_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zapdos/zapdos_galar.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zapdos/zapdos_galar.png new file mode 100644 index 00000000..a2af0aa6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zapdos/zapdos_galar.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zapdos/zapdos_galar_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zapdos/zapdos_galar_shiny.png new file mode 100644 index 00000000..67d7ff29 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zapdos/zapdos_galar_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zekrom/zekrom.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zekrom/zekrom.png new file mode 100644 index 00000000..de36e727 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zekrom/zekrom.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zekrom/zekrom_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zekrom/zekrom_shiny.png new file mode 100644 index 00000000..fb0b0807 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zekrom/zekrom_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zeraora/zeraora.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zeraora/zeraora.png new file mode 100644 index 00000000..255980fe Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zeraora/zeraora.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zeraora/zeraora_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zeraora/zeraora_shiny.png new file mode 100644 index 00000000..7c543614 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zeraora/zeraora_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zygarde/zygarde.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zygarde/zygarde.png new file mode 100644 index 00000000..b5b3f693 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zygarde/zygarde.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zygarde/zygarde_10.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zygarde/zygarde_10.png new file mode 100644 index 00000000..97615fbd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zygarde/zygarde_10.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zygarde/zygarde_10_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zygarde/zygarde_10_shiny.png new file mode 100644 index 00000000..8996a05f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zygarde/zygarde_10_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zygarde/zygarde_complete.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zygarde/zygarde_complete.png new file mode 100644 index 00000000..14039861 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zygarde/zygarde_complete.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zygarde/zygarde_complete_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zygarde/zygarde_complete_shiny.png new file mode 100644 index 00000000..6c69b090 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zygarde/zygarde_complete_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zygarde/zygarde_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zygarde/zygarde_shiny.png new file mode 100644 index 00000000..67b1cd6a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/entity_icon/zygarde/zygarde_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0001_bulbasaur/bulbasaur.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0001_bulbasaur/bulbasaur.png new file mode 100644 index 00000000..1334b7c2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0001_bulbasaur/bulbasaur.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0001_bulbasaur/bulbasaur_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0001_bulbasaur/bulbasaur_female.png new file mode 100644 index 00000000..1334b7c2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0001_bulbasaur/bulbasaur_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0001_bulbasaur/bulbasaur_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0001_bulbasaur/bulbasaur_female_shiny.png new file mode 100644 index 00000000..462ebae9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0001_bulbasaur/bulbasaur_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0001_bulbasaur/bulbasaur_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0001_bulbasaur/bulbasaur_shiny.png new file mode 100644 index 00000000..462ebae9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0001_bulbasaur/bulbasaur_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0002_ivysaur/ivysaur.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0002_ivysaur/ivysaur.png new file mode 100644 index 00000000..58f38bc4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0002_ivysaur/ivysaur.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0002_ivysaur/ivysaur_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0002_ivysaur/ivysaur_female.png new file mode 100644 index 00000000..58f38bc4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0002_ivysaur/ivysaur_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0002_ivysaur/ivysaur_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0002_ivysaur/ivysaur_female_shiny.png new file mode 100644 index 00000000..2ca88033 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0002_ivysaur/ivysaur_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0002_ivysaur/ivysaur_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0002_ivysaur/ivysaur_shiny.png new file mode 100644 index 00000000..2ca88033 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0002_ivysaur/ivysaur_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0003_venusaur/venusaur.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0003_venusaur/venusaur.png new file mode 100644 index 00000000..12836cfd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0003_venusaur/venusaur.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0003_venusaur/venusaur_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0003_venusaur/venusaur_female.png new file mode 100644 index 00000000..12836cfd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0003_venusaur/venusaur_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0003_venusaur/venusaur_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0003_venusaur/venusaur_female_shiny.png new file mode 100644 index 00000000..3114033e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0003_venusaur/venusaur_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0003_venusaur/venusaur_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0003_venusaur/venusaur_shiny.png new file mode 100644 index 00000000..3114033e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0003_venusaur/venusaur_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0004_charmander/charmander.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0004_charmander/charmander.png new file mode 100644 index 00000000..c8fc6eda Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0004_charmander/charmander.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0004_charmander/charmander_emissive.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0004_charmander/charmander_emissive.png new file mode 100644 index 00000000..00510ef8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0004_charmander/charmander_emissive.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0004_charmander/charmander_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0004_charmander/charmander_female.png new file mode 100644 index 00000000..c8fc6eda Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0004_charmander/charmander_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0004_charmander/charmander_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0004_charmander/charmander_female_shiny.png new file mode 100644 index 00000000..08697cd7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0004_charmander/charmander_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0004_charmander/charmander_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0004_charmander/charmander_shiny.png new file mode 100644 index 00000000..08697cd7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0004_charmander/charmander_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0004_charmander/charmander_shiny_emissive.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0004_charmander/charmander_shiny_emissive.png new file mode 100644 index 00000000..e71352db Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0004_charmander/charmander_shiny_emissive.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0004_charmander/flame/tail1.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0004_charmander/flame/tail1.png new file mode 100644 index 00000000..09deec7e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0004_charmander/flame/tail1.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0004_charmander/flame/tail2.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0004_charmander/flame/tail2.png new file mode 100644 index 00000000..62452907 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0004_charmander/flame/tail2.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0004_charmander/flame/tail3.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0004_charmander/flame/tail3.png new file mode 100644 index 00000000..de34c010 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0004_charmander/flame/tail3.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0004_charmander/flame/tail4.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0004_charmander/flame/tail4.png new file mode 100644 index 00000000..f4361378 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0004_charmander/flame/tail4.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0005_charmeleon/charmeleon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0005_charmeleon/charmeleon.png new file mode 100644 index 00000000..b7c48923 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0005_charmeleon/charmeleon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0005_charmeleon/charmeleon_emissive.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0005_charmeleon/charmeleon_emissive.png new file mode 100644 index 00000000..81ef9cae Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0005_charmeleon/charmeleon_emissive.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0005_charmeleon/charmeleon_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0005_charmeleon/charmeleon_female.png new file mode 100644 index 00000000..b7c48923 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0005_charmeleon/charmeleon_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0005_charmeleon/charmeleon_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0005_charmeleon/charmeleon_female_shiny.png new file mode 100644 index 00000000..90b4a319 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0005_charmeleon/charmeleon_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0005_charmeleon/charmeleon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0005_charmeleon/charmeleon_shiny.png new file mode 100644 index 00000000..90b4a319 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0005_charmeleon/charmeleon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0005_charmeleon/charmeleon_shiny_emissive.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0005_charmeleon/charmeleon_shiny_emissive.png new file mode 100644 index 00000000..934cb038 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0005_charmeleon/charmeleon_shiny_emissive.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0005_charmeleon/flame/tail1.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0005_charmeleon/flame/tail1.png new file mode 100644 index 00000000..7c179ce3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0005_charmeleon/flame/tail1.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0005_charmeleon/flame/tail2.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0005_charmeleon/flame/tail2.png new file mode 100644 index 00000000..68b2e9d1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0005_charmeleon/flame/tail2.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0005_charmeleon/flame/tail3.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0005_charmeleon/flame/tail3.png new file mode 100644 index 00000000..320993e2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0005_charmeleon/flame/tail3.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0005_charmeleon/flame/tail4.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0005_charmeleon/flame/tail4.png new file mode 100644 index 00000000..af22ca0c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0005_charmeleon/flame/tail4.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0006_charizard/charizard.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0006_charizard/charizard.png new file mode 100644 index 00000000..a3a1f821 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0006_charizard/charizard.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0006_charizard/charizard_emissive.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0006_charizard/charizard_emissive.png new file mode 100644 index 00000000..7f635d16 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0006_charizard/charizard_emissive.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0006_charizard/charizard_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0006_charizard/charizard_female.png new file mode 100644 index 00000000..a3a1f821 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0006_charizard/charizard_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0006_charizard/charizard_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0006_charizard/charizard_female_shiny.png new file mode 100644 index 00000000..1fbce103 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0006_charizard/charizard_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0006_charizard/charizard_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0006_charizard/charizard_shiny.png new file mode 100644 index 00000000..1fbce103 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0006_charizard/charizard_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0006_charizard/charizard_shiny_emissive.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0006_charizard/charizard_shiny_emissive.png new file mode 100644 index 00000000..e005b92a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0006_charizard/charizard_shiny_emissive.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0006_charizard/flame/tail1.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0006_charizard/flame/tail1.png new file mode 100644 index 00000000..fff770a5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0006_charizard/flame/tail1.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0006_charizard/flame/tail2.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0006_charizard/flame/tail2.png new file mode 100644 index 00000000..a56c4c3e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0006_charizard/flame/tail2.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0006_charizard/flame/tail3.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0006_charizard/flame/tail3.png new file mode 100644 index 00000000..ae61c298 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0006_charizard/flame/tail3.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0006_charizard/flame/tail4.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0006_charizard/flame/tail4.png new file mode 100644 index 00000000..bef2f6b9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0006_charizard/flame/tail4.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0007_squirtle/squirtle.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0007_squirtle/squirtle.png new file mode 100644 index 00000000..cbc3900a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0007_squirtle/squirtle.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0007_squirtle/squirtle_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0007_squirtle/squirtle_female.png new file mode 100644 index 00000000..cbc3900a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0007_squirtle/squirtle_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0007_squirtle/squirtle_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0007_squirtle/squirtle_female_shiny.png new file mode 100644 index 00000000..0363164b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0007_squirtle/squirtle_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0007_squirtle/squirtle_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0007_squirtle/squirtle_shiny.png new file mode 100644 index 00000000..0363164b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0007_squirtle/squirtle_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0008_wartortle/wartortle.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0008_wartortle/wartortle.png new file mode 100644 index 00000000..b2fea63b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0008_wartortle/wartortle.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0008_wartortle/wartortle_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0008_wartortle/wartortle_female.png new file mode 100644 index 00000000..b2fea63b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0008_wartortle/wartortle_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0008_wartortle/wartortle_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0008_wartortle/wartortle_female_shiny.png new file mode 100644 index 00000000..d6accea4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0008_wartortle/wartortle_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0008_wartortle/wartortle_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0008_wartortle/wartortle_shiny.png new file mode 100644 index 00000000..d6accea4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0008_wartortle/wartortle_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0009_blastoise/blastoise.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0009_blastoise/blastoise.png new file mode 100644 index 00000000..f5c355bc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0009_blastoise/blastoise.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0009_blastoise/blastoise_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0009_blastoise/blastoise_female.png new file mode 100644 index 00000000..f5c355bc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0009_blastoise/blastoise_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0009_blastoise/blastoise_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0009_blastoise/blastoise_female_shiny.png new file mode 100644 index 00000000..827ae5a4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0009_blastoise/blastoise_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0009_blastoise/blastoise_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0009_blastoise/blastoise_shiny.png new file mode 100644 index 00000000..827ae5a4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0009_blastoise/blastoise_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0133_eevee/eevee.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0133_eevee/eevee.png new file mode 100644 index 00000000..83a5219d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0133_eevee/eevee.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0133_eevee/eevee_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0133_eevee/eevee_female.png new file mode 100644 index 00000000..83a5219d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0133_eevee/eevee_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0133_eevee/eevee_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0133_eevee/eevee_female_shiny.png new file mode 100644 index 00000000..9a547496 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0133_eevee/eevee_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0133_eevee/eevee_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0133_eevee/eevee_shiny.png new file mode 100644 index 00000000..9a547496 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0133_eevee/eevee_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0134_vaporeon/vaporeon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0134_vaporeon/vaporeon.png new file mode 100644 index 00000000..1256158c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0134_vaporeon/vaporeon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0134_vaporeon/vaporeon_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0134_vaporeon/vaporeon_female.png new file mode 100644 index 00000000..1256158c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0134_vaporeon/vaporeon_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0134_vaporeon/vaporeon_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0134_vaporeon/vaporeon_female_shiny.png new file mode 100644 index 00000000..feff47bf Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0134_vaporeon/vaporeon_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0134_vaporeon/vaporeon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0134_vaporeon/vaporeon_shiny.png new file mode 100644 index 00000000..feff47bf Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0134_vaporeon/vaporeon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0135_jolteon/jolteon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0135_jolteon/jolteon.png new file mode 100644 index 00000000..f5396e1a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0135_jolteon/jolteon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0135_jolteon/jolteon_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0135_jolteon/jolteon_female.png new file mode 100644 index 00000000..f5396e1a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0135_jolteon/jolteon_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0135_jolteon/jolteon_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0135_jolteon/jolteon_female_shiny.png new file mode 100644 index 00000000..ca413959 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0135_jolteon/jolteon_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0135_jolteon/jolteon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0135_jolteon/jolteon_shiny.png new file mode 100644 index 00000000..ca413959 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0135_jolteon/jolteon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0136_flareon/flareon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0136_flareon/flareon.png new file mode 100644 index 00000000..471fcf14 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0136_flareon/flareon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0136_flareon/flareon_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0136_flareon/flareon_female.png new file mode 100644 index 00000000..471fcf14 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0136_flareon/flareon_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0136_flareon/flareon_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0136_flareon/flareon_female_shiny.png new file mode 100644 index 00000000..0413fd30 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0136_flareon/flareon_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0136_flareon/flareon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0136_flareon/flareon_shiny.png new file mode 100644 index 00000000..0413fd30 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0136_flareon/flareon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0138_omanyte/omanyte.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0138_omanyte/omanyte.png new file mode 100644 index 00000000..f261bae9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0138_omanyte/omanyte.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0138_omanyte/omanyte_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0138_omanyte/omanyte_female.png new file mode 100644 index 00000000..f261bae9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0138_omanyte/omanyte_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0138_omanyte/omanyte_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0138_omanyte/omanyte_female_shiny.png new file mode 100644 index 00000000..a933e41f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0138_omanyte/omanyte_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0138_omanyte/omanyte_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0138_omanyte/omanyte_shiny.png new file mode 100644 index 00000000..a933e41f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0138_omanyte/omanyte_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0139_omastar/omastar.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0139_omastar/omastar.png new file mode 100644 index 00000000..cd8f8868 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0139_omastar/omastar.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0139_omastar/omastar_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0139_omastar/omastar_female.png new file mode 100644 index 00000000..cd8f8868 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0139_omastar/omastar_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0139_omastar/omastar_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0139_omastar/omastar_female_shiny.png new file mode 100644 index 00000000..752f6a90 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0139_omastar/omastar_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0139_omastar/omastar_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0139_omastar/omastar_shiny.png new file mode 100644 index 00000000..752f6a90 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0139_omastar/omastar_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0140_kabuto/kabuto.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0140_kabuto/kabuto.png new file mode 100644 index 00000000..666c8e54 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0140_kabuto/kabuto.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0140_kabuto/kabuto_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0140_kabuto/kabuto_female.png new file mode 100644 index 00000000..666c8e54 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0140_kabuto/kabuto_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0140_kabuto/kabuto_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0140_kabuto/kabuto_female_shiny.png new file mode 100644 index 00000000..2714fd06 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0140_kabuto/kabuto_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0140_kabuto/kabuto_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0140_kabuto/kabuto_shiny.png new file mode 100644 index 00000000..2714fd06 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0140_kabuto/kabuto_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0141_kabutops/kabutops.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0141_kabutops/kabutops.png new file mode 100644 index 00000000..3a4f291c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0141_kabutops/kabutops.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0141_kabutops/kabutops_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0141_kabutops/kabutops_female.png new file mode 100644 index 00000000..3a4f291c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0141_kabutops/kabutops_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0141_kabutops/kabutops_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0141_kabutops/kabutops_female_shiny.png new file mode 100644 index 00000000..e1915bd9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0141_kabutops/kabutops_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0141_kabutops/kabutops_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0141_kabutops/kabutops_shiny.png new file mode 100644 index 00000000..e1915bd9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0141_kabutops/kabutops_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0142_aerodactyl/aerodactyl.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0142_aerodactyl/aerodactyl.png new file mode 100644 index 00000000..eff853e8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0142_aerodactyl/aerodactyl.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0142_aerodactyl/aerodactyl_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0142_aerodactyl/aerodactyl_female.png new file mode 100644 index 00000000..eff853e8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0142_aerodactyl/aerodactyl_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0142_aerodactyl/aerodactyl_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0142_aerodactyl/aerodactyl_female_shiny.png new file mode 100644 index 00000000..87d05e7a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0142_aerodactyl/aerodactyl_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0142_aerodactyl/aerodactyl_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0142_aerodactyl/aerodactyl_shiny.png new file mode 100644 index 00000000..87d05e7a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0142_aerodactyl/aerodactyl_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0143_snorlax/snorlax.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0143_snorlax/snorlax.png new file mode 100644 index 00000000..c7d5fdb9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0143_snorlax/snorlax.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0143_snorlax/snorlax_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0143_snorlax/snorlax_female.png new file mode 100644 index 00000000..c7d5fdb9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0143_snorlax/snorlax_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0143_snorlax/snorlax_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0143_snorlax/snorlax_female_shiny.png new file mode 100644 index 00000000..9bf3131e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0143_snorlax/snorlax_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0143_snorlax/snorlax_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0143_snorlax/snorlax_shiny.png new file mode 100644 index 00000000..9bf3131e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0143_snorlax/snorlax_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0152_chikorita/chikorita.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0152_chikorita/chikorita.png new file mode 100644 index 00000000..4a56f7e9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0152_chikorita/chikorita.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0152_chikorita/chikorita_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0152_chikorita/chikorita_female.png new file mode 100644 index 00000000..4a56f7e9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0152_chikorita/chikorita_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0152_chikorita/chikorita_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0152_chikorita/chikorita_female_shiny.png new file mode 100644 index 00000000..a9f8cac8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0152_chikorita/chikorita_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0152_chikorita/chikorita_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0152_chikorita/chikorita_shiny.png new file mode 100644 index 00000000..a9f8cac8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0152_chikorita/chikorita_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0153_bayleef/bayleef.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0153_bayleef/bayleef.png new file mode 100644 index 00000000..fd7e0b50 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0153_bayleef/bayleef.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0153_bayleef/bayleef_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0153_bayleef/bayleef_female.png new file mode 100644 index 00000000..fd7e0b50 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0153_bayleef/bayleef_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0153_bayleef/bayleef_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0153_bayleef/bayleef_female_shiny.png new file mode 100644 index 00000000..edc9f35a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0153_bayleef/bayleef_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0153_bayleef/bayleef_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0153_bayleef/bayleef_shiny.png new file mode 100644 index 00000000..edc9f35a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0153_bayleef/bayleef_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0154_meganium/meganium.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0154_meganium/meganium.png new file mode 100644 index 00000000..cfebfdb6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0154_meganium/meganium.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0154_meganium/meganium_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0154_meganium/meganium_female.png new file mode 100644 index 00000000..cfebfdb6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0154_meganium/meganium_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0154_meganium/meganium_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0154_meganium/meganium_female_shiny.png new file mode 100644 index 00000000..536d54f1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0154_meganium/meganium_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0154_meganium/meganium_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0154_meganium/meganium_shiny.png new file mode 100644 index 00000000..536d54f1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0154_meganium/meganium_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0155_cyndaquil/cyndaquil.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0155_cyndaquil/cyndaquil.png new file mode 100644 index 00000000..4621598e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0155_cyndaquil/cyndaquil.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0155_cyndaquil/cyndaquil_emissive.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0155_cyndaquil/cyndaquil_emissive.png new file mode 100644 index 00000000..fd46bc93 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0155_cyndaquil/cyndaquil_emissive.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0155_cyndaquil/cyndaquil_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0155_cyndaquil/cyndaquil_female.png new file mode 100644 index 00000000..4621598e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0155_cyndaquil/cyndaquil_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0155_cyndaquil/cyndaquil_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0155_cyndaquil/cyndaquil_female_shiny.png new file mode 100644 index 00000000..5d4c1cd4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0155_cyndaquil/cyndaquil_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0155_cyndaquil/cyndaquil_hisui_bias.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0155_cyndaquil/cyndaquil_hisui_bias.png new file mode 100644 index 00000000..05a1ae34 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0155_cyndaquil/cyndaquil_hisui_bias.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0155_cyndaquil/cyndaquil_hisui_bias_emissives.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0155_cyndaquil/cyndaquil_hisui_bias_emissives.png new file mode 100644 index 00000000..2e0cdb7a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0155_cyndaquil/cyndaquil_hisui_bias_emissives.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0155_cyndaquil/cyndaquil_hisui_bias_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0155_cyndaquil/cyndaquil_hisui_bias_female.png new file mode 100644 index 00000000..05a1ae34 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0155_cyndaquil/cyndaquil_hisui_bias_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0155_cyndaquil/cyndaquil_hisui_bias_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0155_cyndaquil/cyndaquil_hisui_bias_female_shiny.png new file mode 100644 index 00000000..2308df54 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0155_cyndaquil/cyndaquil_hisui_bias_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0155_cyndaquil/cyndaquil_hisui_bias_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0155_cyndaquil/cyndaquil_hisui_bias_shiny.png new file mode 100644 index 00000000..2308df54 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0155_cyndaquil/cyndaquil_hisui_bias_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0155_cyndaquil/cyndaquil_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0155_cyndaquil/cyndaquil_shiny.png new file mode 100644 index 00000000..5d4c1cd4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0155_cyndaquil/cyndaquil_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0156_quilava/quilava.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0156_quilava/quilava.png new file mode 100644 index 00000000..adfb5a1e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0156_quilava/quilava.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0156_quilava/quilava_emissive.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0156_quilava/quilava_emissive.png new file mode 100644 index 00000000..d67d3947 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0156_quilava/quilava_emissive.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0156_quilava/quilava_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0156_quilava/quilava_female.png new file mode 100644 index 00000000..adfb5a1e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0156_quilava/quilava_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0156_quilava/quilava_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0156_quilava/quilava_female_shiny.png new file mode 100644 index 00000000..55b7750c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0156_quilava/quilava_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0156_quilava/quilava_hisui_bias.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0156_quilava/quilava_hisui_bias.png new file mode 100644 index 00000000..86f0cc1d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0156_quilava/quilava_hisui_bias.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0156_quilava/quilava_hisui_bias_emissives.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0156_quilava/quilava_hisui_bias_emissives.png new file mode 100644 index 00000000..5b2a31dc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0156_quilava/quilava_hisui_bias_emissives.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0156_quilava/quilava_hisui_bias_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0156_quilava/quilava_hisui_bias_female.png new file mode 100644 index 00000000..86f0cc1d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0156_quilava/quilava_hisui_bias_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0156_quilava/quilava_hisui_bias_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0156_quilava/quilava_hisui_bias_female_shiny.png new file mode 100644 index 00000000..2bb827d7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0156_quilava/quilava_hisui_bias_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0156_quilava/quilava_hisui_bias_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0156_quilava/quilava_hisui_bias_shiny.png new file mode 100644 index 00000000..2bb827d7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0156_quilava/quilava_hisui_bias_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0156_quilava/quilava_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0156_quilava/quilava_shiny.png new file mode 100644 index 00000000..55b7750c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0156_quilava/quilava_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0157_typhlosion/typhlosion.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0157_typhlosion/typhlosion.png new file mode 100644 index 00000000..61efc2ac Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0157_typhlosion/typhlosion.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0157_typhlosion/typhlosion_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0157_typhlosion/typhlosion_female.png new file mode 100644 index 00000000..61efc2ac Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0157_typhlosion/typhlosion_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0157_typhlosion/typhlosion_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0157_typhlosion/typhlosion_female_shiny.png new file mode 100644 index 00000000..16fa6b6f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0157_typhlosion/typhlosion_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0157_typhlosion/typhlosion_fire_emissive.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0157_typhlosion/typhlosion_fire_emissive.png new file mode 100644 index 00000000..02d14398 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0157_typhlosion/typhlosion_fire_emissive.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0157_typhlosion/typhlosion_hisuian.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0157_typhlosion/typhlosion_hisuian.png new file mode 100644 index 00000000..f64a51ec Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0157_typhlosion/typhlosion_hisuian.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0157_typhlosion/typhlosion_hisuian_emissive.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0157_typhlosion/typhlosion_hisuian_emissive.png new file mode 100644 index 00000000..0fdd770a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0157_typhlosion/typhlosion_hisuian_emissive.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0157_typhlosion/typhlosion_hisuian_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0157_typhlosion/typhlosion_hisuian_female.png new file mode 100644 index 00000000..f64a51ec Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0157_typhlosion/typhlosion_hisuian_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0157_typhlosion/typhlosion_hisuian_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0157_typhlosion/typhlosion_hisuian_female_shiny.png new file mode 100644 index 00000000..f5eb64aa Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0157_typhlosion/typhlosion_hisuian_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0157_typhlosion/typhlosion_hisuian_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0157_typhlosion/typhlosion_hisuian_shiny.png new file mode 100644 index 00000000..f5eb64aa Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0157_typhlosion/typhlosion_hisuian_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0157_typhlosion/typhlosion_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0157_typhlosion/typhlosion_shiny.png new file mode 100644 index 00000000..16fa6b6f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0157_typhlosion/typhlosion_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0158_totodile/totodile.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0158_totodile/totodile.png new file mode 100644 index 00000000..6200dc3e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0158_totodile/totodile.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0158_totodile/totodile_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0158_totodile/totodile_female.png new file mode 100644 index 00000000..6200dc3e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0158_totodile/totodile_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0158_totodile/totodile_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0158_totodile/totodile_female_shiny.png new file mode 100644 index 00000000..cd050f93 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0158_totodile/totodile_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0158_totodile/totodile_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0158_totodile/totodile_shiny.png new file mode 100644 index 00000000..cd050f93 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0158_totodile/totodile_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0159_croconaw/croconaw.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0159_croconaw/croconaw.png new file mode 100644 index 00000000..1ef2da49 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0159_croconaw/croconaw.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0159_croconaw/croconaw_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0159_croconaw/croconaw_female.png new file mode 100644 index 00000000..1ef2da49 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0159_croconaw/croconaw_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0159_croconaw/croconaw_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0159_croconaw/croconaw_female_shiny.png new file mode 100644 index 00000000..b36baf17 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0159_croconaw/croconaw_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0159_croconaw/croconaw_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0159_croconaw/croconaw_shiny.png new file mode 100644 index 00000000..b36baf17 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0159_croconaw/croconaw_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0160_feraligatr/feraligatr.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0160_feraligatr/feraligatr.png new file mode 100644 index 00000000..50d9d8ce Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0160_feraligatr/feraligatr.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0160_feraligatr/feraligatr_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0160_feraligatr/feraligatr_female.png new file mode 100644 index 00000000..50d9d8ce Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0160_feraligatr/feraligatr_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0160_feraligatr/feraligatr_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0160_feraligatr/feraligatr_female_shiny.png new file mode 100644 index 00000000..3dda0216 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0160_feraligatr/feraligatr_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0160_feraligatr/feraligatr_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0160_feraligatr/feraligatr_shiny.png new file mode 100644 index 00000000..3dda0216 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0160_feraligatr/feraligatr_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0175_togepi/togepi.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0175_togepi/togepi.png new file mode 100644 index 00000000..e7d0c243 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0175_togepi/togepi.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0175_togepi/togepi_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0175_togepi/togepi_shiny.png new file mode 100644 index 00000000..60d4292f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0175_togepi/togepi_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0176_togetic/togetic.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0176_togetic/togetic.png new file mode 100644 index 00000000..b3a1ac16 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0176_togetic/togetic.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0176_togetic/togetic_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0176_togetic/togetic_female.png new file mode 100644 index 00000000..9ea5741b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0176_togetic/togetic_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0176_togetic/togetic_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0176_togetic/togetic_female_shiny.png new file mode 100644 index 00000000..7f49bdc0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0176_togetic/togetic_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0176_togetic/togetic_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0176_togetic/togetic_shiny.png new file mode 100644 index 00000000..267a3245 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0176_togetic/togetic_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0196_espeon/espeon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0196_espeon/espeon.png new file mode 100644 index 00000000..f32ddda6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0196_espeon/espeon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0196_espeon/espeon_emissive.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0196_espeon/espeon_emissive.png new file mode 100644 index 00000000..358810e7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0196_espeon/espeon_emissive.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0196_espeon/espeon_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0196_espeon/espeon_female.png new file mode 100644 index 00000000..f32ddda6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0196_espeon/espeon_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0196_espeon/espeon_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0196_espeon/espeon_female_shiny.png new file mode 100644 index 00000000..d4299301 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0196_espeon/espeon_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0196_espeon/espeon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0196_espeon/espeon_shiny.png new file mode 100644 index 00000000..d4299301 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0196_espeon/espeon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0197_umbreon/umbreon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0197_umbreon/umbreon.png new file mode 100644 index 00000000..777898e4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0197_umbreon/umbreon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0197_umbreon/umbreon_emissive.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0197_umbreon/umbreon_emissive.png new file mode 100644 index 00000000..5a3e906c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0197_umbreon/umbreon_emissive.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0197_umbreon/umbreon_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0197_umbreon/umbreon_female.png new file mode 100644 index 00000000..777898e4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0197_umbreon/umbreon_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0197_umbreon/umbreon_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0197_umbreon/umbreon_female_shiny.png new file mode 100644 index 00000000..e70ded97 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0197_umbreon/umbreon_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0197_umbreon/umbreon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0197_umbreon/umbreon_shiny.png new file mode 100644 index 00000000..e70ded97 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0197_umbreon/umbreon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0197_umbreon/umbreon_shiny_emissive.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0197_umbreon/umbreon_shiny_emissive.png new file mode 100644 index 00000000..3eb4ee39 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0197_umbreon/umbreon_shiny_emissive.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0243_raikou/raikou.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0243_raikou/raikou.png new file mode 100644 index 00000000..d90b2ad1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0243_raikou/raikou.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0243_raikou/raikou_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0243_raikou/raikou_shiny.png new file mode 100644 index 00000000..71f0f628 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0243_raikou/raikou_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0244_entei/entei.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0244_entei/entei.png new file mode 100644 index 00000000..a132b6b5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0244_entei/entei.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0244_entei/entei_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0244_entei/entei_shiny.png new file mode 100644 index 00000000..0eac7f92 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0244_entei/entei_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0245_suicune/suicune.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0245_suicune/suicune.png new file mode 100644 index 00000000..d4891fc6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0245_suicune/suicune.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0245_suicune/suicune_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0245_suicune/suicune_shiny.png new file mode 100644 index 00000000..28fa7d3e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0245_suicune/suicune_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0252_treecko/treecko.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0252_treecko/treecko.png new file mode 100644 index 00000000..3632a13e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0252_treecko/treecko.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0252_treecko/treecko_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0252_treecko/treecko_female.png new file mode 100644 index 00000000..3632a13e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0252_treecko/treecko_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0252_treecko/treecko_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0252_treecko/treecko_female_shiny.png new file mode 100644 index 00000000..5a8afd39 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0252_treecko/treecko_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0252_treecko/treecko_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0252_treecko/treecko_shiny.png new file mode 100644 index 00000000..5a8afd39 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0252_treecko/treecko_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0253_grovyle/grovyle.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0253_grovyle/grovyle.png new file mode 100644 index 00000000..18c4a7e6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0253_grovyle/grovyle.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0253_grovyle/grovyle_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0253_grovyle/grovyle_female.png new file mode 100644 index 00000000..18c4a7e6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0253_grovyle/grovyle_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0253_grovyle/grovyle_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0253_grovyle/grovyle_female_shiny.png new file mode 100644 index 00000000..7a948234 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0253_grovyle/grovyle_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0253_grovyle/grovyle_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0253_grovyle/grovyle_shiny.png new file mode 100644 index 00000000..7a948234 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0253_grovyle/grovyle_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0254_sceptile/sceptile.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0254_sceptile/sceptile.png new file mode 100644 index 00000000..68b5be79 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0254_sceptile/sceptile.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0254_sceptile/sceptile_emissive.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0254_sceptile/sceptile_emissive.png new file mode 100644 index 00000000..0f90a220 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0254_sceptile/sceptile_emissive.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0254_sceptile/sceptile_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0254_sceptile/sceptile_female.png new file mode 100644 index 00000000..68b5be79 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0254_sceptile/sceptile_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0254_sceptile/sceptile_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0254_sceptile/sceptile_female_shiny.png new file mode 100644 index 00000000..deda9706 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0254_sceptile/sceptile_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0254_sceptile/sceptile_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0254_sceptile/sceptile_shiny.png new file mode 100644 index 00000000..deda9706 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0254_sceptile/sceptile_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0254_sceptile/sceptile_shiny_emissive.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0254_sceptile/sceptile_shiny_emissive.png new file mode 100644 index 00000000..bfb4f0b1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0254_sceptile/sceptile_shiny_emissive.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0255_torchic/torchic.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0255_torchic/torchic.png new file mode 100644 index 00000000..4cf1dcc5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0255_torchic/torchic.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0255_torchic/torchic_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0255_torchic/torchic_female.png new file mode 100644 index 00000000..4cf1dcc5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0255_torchic/torchic_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0255_torchic/torchic_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0255_torchic/torchic_female_shiny.png new file mode 100644 index 00000000..d5f088ff Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0255_torchic/torchic_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0255_torchic/torchic_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0255_torchic/torchic_shiny.png new file mode 100644 index 00000000..d5f088ff Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0255_torchic/torchic_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0256_combusken/combusken.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0256_combusken/combusken.png new file mode 100644 index 00000000..8fb86477 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0256_combusken/combusken.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0256_combusken/combusken_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0256_combusken/combusken_female.png new file mode 100644 index 00000000..8fb86477 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0256_combusken/combusken_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0256_combusken/combusken_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0256_combusken/combusken_female_shiny.png new file mode 100644 index 00000000..243429c5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0256_combusken/combusken_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0256_combusken/combusken_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0256_combusken/combusken_shiny.png new file mode 100644 index 00000000..243429c5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0256_combusken/combusken_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0257_blaziken/blaziken.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0257_blaziken/blaziken.png new file mode 100644 index 00000000..0cca0f82 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0257_blaziken/blaziken.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0257_blaziken/blaziken_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0257_blaziken/blaziken_female.png new file mode 100644 index 00000000..0cca0f82 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0257_blaziken/blaziken_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0257_blaziken/blaziken_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0257_blaziken/blaziken_female_shiny.png new file mode 100644 index 00000000..35b40e95 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0257_blaziken/blaziken_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0257_blaziken/blaziken_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0257_blaziken/blaziken_shiny.png new file mode 100644 index 00000000..35b40e95 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0257_blaziken/blaziken_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0258_mudkip/mudkip.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0258_mudkip/mudkip.png new file mode 100644 index 00000000..060a3dd0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0258_mudkip/mudkip.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0258_mudkip/mudkip_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0258_mudkip/mudkip_female.png new file mode 100644 index 00000000..060a3dd0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0258_mudkip/mudkip_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0258_mudkip/mudkip_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0258_mudkip/mudkip_female_shiny.png new file mode 100644 index 00000000..08b2232e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0258_mudkip/mudkip_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0258_mudkip/mudkip_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0258_mudkip/mudkip_shiny.png new file mode 100644 index 00000000..08b2232e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0258_mudkip/mudkip_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0259_marshtomp/marshtomp.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0259_marshtomp/marshtomp.png new file mode 100644 index 00000000..896876cc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0259_marshtomp/marshtomp.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0259_marshtomp/marshtomp_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0259_marshtomp/marshtomp_female.png new file mode 100644 index 00000000..896876cc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0259_marshtomp/marshtomp_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0259_marshtomp/marshtomp_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0259_marshtomp/marshtomp_female_shiny.png new file mode 100644 index 00000000..1d3bc8b4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0259_marshtomp/marshtomp_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0259_marshtomp/marshtomp_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0259_marshtomp/marshtomp_shiny.png new file mode 100644 index 00000000..1d3bc8b4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0259_marshtomp/marshtomp_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0260_swampert/swampert.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0260_swampert/swampert.png new file mode 100644 index 00000000..1e673f4d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0260_swampert/swampert.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0260_swampert/swampert_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0260_swampert/swampert_female.png new file mode 100644 index 00000000..1e673f4d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0260_swampert/swampert_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0260_swampert/swampert_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0260_swampert/swampert_female_shiny.png new file mode 100644 index 00000000..386fdbb2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0260_swampert/swampert_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0260_swampert/swampert_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0260_swampert/swampert_shiny.png new file mode 100644 index 00000000..386fdbb2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0260_swampert/swampert_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0345_lileep/lileep.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0345_lileep/lileep.png new file mode 100644 index 00000000..42ddb947 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0345_lileep/lileep.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0345_lileep/lileep_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0345_lileep/lileep_female.png new file mode 100644 index 00000000..42ddb947 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0345_lileep/lileep_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0345_lileep/lileep_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0345_lileep/lileep_female_shiny.png new file mode 100644 index 00000000..6a91aca4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0345_lileep/lileep_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0345_lileep/lileep_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0345_lileep/lileep_shiny.png new file mode 100644 index 00000000..6a91aca4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0345_lileep/lileep_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0346_cradily/cradily.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0346_cradily/cradily.png new file mode 100644 index 00000000..20ad330b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0346_cradily/cradily.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0346_cradily/cradily_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0346_cradily/cradily_female.png new file mode 100644 index 00000000..20ad330b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0346_cradily/cradily_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0346_cradily/cradily_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0346_cradily/cradily_female_shiny.png new file mode 100644 index 00000000..6918b428 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0346_cradily/cradily_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0346_cradily/cradily_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0346_cradily/cradily_shiny.png new file mode 100644 index 00000000..6918b428 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0346_cradily/cradily_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0347_anorith/anorith.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0347_anorith/anorith.png new file mode 100644 index 00000000..6c270971 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0347_anorith/anorith.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0347_anorith/anorith_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0347_anorith/anorith_female.png new file mode 100644 index 00000000..6c270971 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0347_anorith/anorith_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0347_anorith/anorith_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0347_anorith/anorith_female_shiny.png new file mode 100644 index 00000000..402bd1bf Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0347_anorith/anorith_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0347_anorith/anorith_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0347_anorith/anorith_shiny.png new file mode 100644 index 00000000..402bd1bf Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0347_anorith/anorith_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0348_armaldo/armaldo.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0348_armaldo/armaldo.png new file mode 100644 index 00000000..be1340b7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0348_armaldo/armaldo.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0348_armaldo/armaldo_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0348_armaldo/armaldo_female.png new file mode 100644 index 00000000..be1340b7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0348_armaldo/armaldo_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0348_armaldo/armaldo_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0348_armaldo/armaldo_female_shiny.png new file mode 100644 index 00000000..9e8943a8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0348_armaldo/armaldo_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0348_armaldo/armaldo_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0348_armaldo/armaldo_shiny.png new file mode 100644 index 00000000..9e8943a8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0348_armaldo/armaldo_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0369_relicanth/relicanth.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0369_relicanth/relicanth.png new file mode 100644 index 00000000..923620e1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0369_relicanth/relicanth.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0369_relicanth/relicanth_emissive.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0369_relicanth/relicanth_emissive.png new file mode 100644 index 00000000..88b9c628 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0369_relicanth/relicanth_emissive.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0369_relicanth/relicanth_emissive_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0369_relicanth/relicanth_emissive_shiny.png new file mode 100644 index 00000000..1c2cda17 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0369_relicanth/relicanth_emissive_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0369_relicanth/relicanth_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0369_relicanth/relicanth_female.png new file mode 100644 index 00000000..923620e1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0369_relicanth/relicanth_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0369_relicanth/relicanth_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0369_relicanth/relicanth_female_shiny.png new file mode 100644 index 00000000..7c8701dd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0369_relicanth/relicanth_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0369_relicanth/relicanth_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0369_relicanth/relicanth_shiny.png new file mode 100644 index 00000000..7c8701dd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0369_relicanth/relicanth_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0377_regirock/regirock.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0377_regirock/regirock.png new file mode 100644 index 00000000..2705b17d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0377_regirock/regirock.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0377_regirock/regirock_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0377_regirock/regirock_shiny.png new file mode 100644 index 00000000..3338099e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0377_regirock/regirock_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0378_regice/regice.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0378_regice/regice.png new file mode 100644 index 00000000..1aedddd0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0378_regice/regice.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0378_regice/regice_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0378_regice/regice_shiny.png new file mode 100644 index 00000000..2a575d69 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0378_regice/regice_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0379_registeel/registeel.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0379_registeel/registeel.png new file mode 100644 index 00000000..d32586e7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0379_registeel/registeel.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0379_registeel/registeel_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0379_registeel/registeel_shiny.png new file mode 100644 index 00000000..6ab6c2ef Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0379_registeel/registeel_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0385_jirachi/jirachi.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0385_jirachi/jirachi.png new file mode 100644 index 00000000..3c678704 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0385_jirachi/jirachi.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0385_jirachi/jirachi_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0385_jirachi/jirachi_shiny.png new file mode 100644 index 00000000..5cda2688 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0385_jirachi/jirachi_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0387_turtwig/turtwig.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0387_turtwig/turtwig.png new file mode 100644 index 00000000..9194bcb1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0387_turtwig/turtwig.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0387_turtwig/turtwig_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0387_turtwig/turtwig_female.png new file mode 100644 index 00000000..9194bcb1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0387_turtwig/turtwig_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0387_turtwig/turtwig_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0387_turtwig/turtwig_female_shiny.png new file mode 100644 index 00000000..f9dea520 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0387_turtwig/turtwig_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0387_turtwig/turtwig_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0387_turtwig/turtwig_shiny.png new file mode 100644 index 00000000..f9dea520 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0387_turtwig/turtwig_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0388_grotle/grotle.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0388_grotle/grotle.png new file mode 100644 index 00000000..62575509 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0388_grotle/grotle.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0388_grotle/grotle_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0388_grotle/grotle_female.png new file mode 100644 index 00000000..62575509 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0388_grotle/grotle_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0388_grotle/grotle_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0388_grotle/grotle_female_shiny.png new file mode 100644 index 00000000..15b51362 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0388_grotle/grotle_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0388_grotle/grotle_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0388_grotle/grotle_shiny.png new file mode 100644 index 00000000..15b51362 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0388_grotle/grotle_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0389_torterra/torterra.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0389_torterra/torterra.png new file mode 100644 index 00000000..c7f0757b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0389_torterra/torterra.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0389_torterra/torterra_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0389_torterra/torterra_female.png new file mode 100644 index 00000000..c7f0757b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0389_torterra/torterra_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0389_torterra/torterra_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0389_torterra/torterra_female_shiny.png new file mode 100644 index 00000000..a737b688 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0389_torterra/torterra_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0389_torterra/torterra_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0389_torterra/torterra_shiny.png new file mode 100644 index 00000000..a737b688 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0389_torterra/torterra_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0390_chimchar/chimchar.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0390_chimchar/chimchar.png new file mode 100644 index 00000000..a169a2c2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0390_chimchar/chimchar.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0390_chimchar/chimchar_emissive.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0390_chimchar/chimchar_emissive.png new file mode 100644 index 00000000..b26680a0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0390_chimchar/chimchar_emissive.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0390_chimchar/chimchar_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0390_chimchar/chimchar_female.png new file mode 100644 index 00000000..a169a2c2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0390_chimchar/chimchar_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0390_chimchar/chimchar_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0390_chimchar/chimchar_female_shiny.png new file mode 100644 index 00000000..62c209f3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0390_chimchar/chimchar_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0390_chimchar/chimchar_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0390_chimchar/chimchar_shiny.png new file mode 100644 index 00000000..62c209f3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0390_chimchar/chimchar_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0391_monferno/monferno.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0391_monferno/monferno.png new file mode 100644 index 00000000..c594bdd7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0391_monferno/monferno.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0391_monferno/monferno_emissive.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0391_monferno/monferno_emissive.png new file mode 100644 index 00000000..15275c43 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0391_monferno/monferno_emissive.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0391_monferno/monferno_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0391_monferno/monferno_female.png new file mode 100644 index 00000000..c594bdd7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0391_monferno/monferno_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0391_monferno/monferno_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0391_monferno/monferno_female_shiny.png new file mode 100644 index 00000000..8492ce72 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0391_monferno/monferno_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0391_monferno/monferno_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0391_monferno/monferno_shiny.png new file mode 100644 index 00000000..8492ce72 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0391_monferno/monferno_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0392_infernape/infernape.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0392_infernape/infernape.png new file mode 100644 index 00000000..7a198c71 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0392_infernape/infernape.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0392_infernape/infernape_emissive.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0392_infernape/infernape_emissive.png new file mode 100644 index 00000000..0e3a9838 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0392_infernape/infernape_emissive.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0392_infernape/infernape_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0392_infernape/infernape_female.png new file mode 100644 index 00000000..7a198c71 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0392_infernape/infernape_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0392_infernape/infernape_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0392_infernape/infernape_female_shiny.png new file mode 100644 index 00000000..203d197b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0392_infernape/infernape_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0392_infernape/infernape_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0392_infernape/infernape_shiny.png new file mode 100644 index 00000000..203d197b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0392_infernape/infernape_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0393_piplup/piplup.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0393_piplup/piplup.png new file mode 100644 index 00000000..83ba9b08 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0393_piplup/piplup.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0393_piplup/piplup_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0393_piplup/piplup_female.png new file mode 100644 index 00000000..83ba9b08 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0393_piplup/piplup_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0393_piplup/piplup_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0393_piplup/piplup_female_shiny.png new file mode 100644 index 00000000..221f7631 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0393_piplup/piplup_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0393_piplup/piplup_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0393_piplup/piplup_shiny.png new file mode 100644 index 00000000..221f7631 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0393_piplup/piplup_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0394_prinplup/prinplup.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0394_prinplup/prinplup.png new file mode 100644 index 00000000..97876471 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0394_prinplup/prinplup.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0394_prinplup/prinplup_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0394_prinplup/prinplup_female.png new file mode 100644 index 00000000..97876471 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0394_prinplup/prinplup_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0394_prinplup/prinplup_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0394_prinplup/prinplup_female_shiny.png new file mode 100644 index 00000000..2032d297 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0394_prinplup/prinplup_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0394_prinplup/prinplup_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0394_prinplup/prinplup_shiny.png new file mode 100644 index 00000000..2032d297 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0394_prinplup/prinplup_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0395_empoleon/empoleon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0395_empoleon/empoleon.png new file mode 100644 index 00000000..955771d2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0395_empoleon/empoleon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0395_empoleon/empoleon_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0395_empoleon/empoleon_female.png new file mode 100644 index 00000000..955771d2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0395_empoleon/empoleon_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0395_empoleon/empoleon_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0395_empoleon/empoleon_female_shiny.png new file mode 100644 index 00000000..d0ec24ab Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0395_empoleon/empoleon_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0395_empoleon/empoleon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0395_empoleon/empoleon_shiny.png new file mode 100644 index 00000000..d0ec24ab Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0395_empoleon/empoleon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0408_cranidos/cranidos.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0408_cranidos/cranidos.png new file mode 100644 index 00000000..bb0683b3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0408_cranidos/cranidos.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0408_cranidos/cranidos_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0408_cranidos/cranidos_female.png new file mode 100644 index 00000000..bb0683b3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0408_cranidos/cranidos_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0408_cranidos/cranidos_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0408_cranidos/cranidos_female_shiny.png new file mode 100644 index 00000000..0793e807 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0408_cranidos/cranidos_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0408_cranidos/cranidos_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0408_cranidos/cranidos_shiny.png new file mode 100644 index 00000000..0793e807 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0408_cranidos/cranidos_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0409_rampardos/rampardos.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0409_rampardos/rampardos.png new file mode 100644 index 00000000..6248c992 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0409_rampardos/rampardos.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0409_rampardos/rampardos_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0409_rampardos/rampardos_female.png new file mode 100644 index 00000000..6248c992 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0409_rampardos/rampardos_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0409_rampardos/rampardos_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0409_rampardos/rampardos_female_shiny.png new file mode 100644 index 00000000..a7542e26 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0409_rampardos/rampardos_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0409_rampardos/rampardos_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0409_rampardos/rampardos_shiny.png new file mode 100644 index 00000000..a7542e26 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0409_rampardos/rampardos_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0410_shieldon/shieldon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0410_shieldon/shieldon.png new file mode 100644 index 00000000..056855ab Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0410_shieldon/shieldon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0410_shieldon/shieldon_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0410_shieldon/shieldon_female.png new file mode 100644 index 00000000..056855ab Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0410_shieldon/shieldon_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0410_shieldon/shieldon_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0410_shieldon/shieldon_female_shiny.png new file mode 100644 index 00000000..790fd867 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0410_shieldon/shieldon_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0410_shieldon/shieldon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0410_shieldon/shieldon_shiny.png new file mode 100644 index 00000000..790fd867 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0410_shieldon/shieldon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0411_bastiodon/bastiodon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0411_bastiodon/bastiodon.png new file mode 100644 index 00000000..9a6b5063 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0411_bastiodon/bastiodon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0411_bastiodon/bastiodon_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0411_bastiodon/bastiodon_female.png new file mode 100644 index 00000000..9a6b5063 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0411_bastiodon/bastiodon_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0411_bastiodon/bastiodon_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0411_bastiodon/bastiodon_female_shiny.png new file mode 100644 index 00000000..2dd20220 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0411_bastiodon/bastiodon_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0411_bastiodon/bastiodon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0411_bastiodon/bastiodon_shiny.png new file mode 100644 index 00000000..2dd20220 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0411_bastiodon/bastiodon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0415_combee/combee.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0415_combee/combee.png new file mode 100644 index 00000000..b7be4527 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0415_combee/combee.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0415_combee/combee_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0415_combee/combee_female.png new file mode 100644 index 00000000..b7be4527 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0415_combee/combee_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0415_combee/combee_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0415_combee/combee_female_shiny.png new file mode 100644 index 00000000..ad1ac723 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0415_combee/combee_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0415_combee/combee_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0415_combee/combee_shiny.png new file mode 100644 index 00000000..ad1ac723 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0415_combee/combee_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0446_munchlax/munchlax.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0446_munchlax/munchlax.png new file mode 100644 index 00000000..91f9d57d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0446_munchlax/munchlax.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0446_munchlax/munchlax_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0446_munchlax/munchlax_female.png new file mode 100644 index 00000000..91f9d57d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0446_munchlax/munchlax_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0446_munchlax/munchlax_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0446_munchlax/munchlax_female_shiny.png new file mode 100644 index 00000000..1386ea80 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0446_munchlax/munchlax_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0446_munchlax/munchlax_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0446_munchlax/munchlax_shiny.png new file mode 100644 index 00000000..1386ea80 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0446_munchlax/munchlax_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0447_riolu/riolu.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0447_riolu/riolu.png new file mode 100644 index 00000000..482413ba Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0447_riolu/riolu.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0447_riolu/riolu_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0447_riolu/riolu_female.png new file mode 100644 index 00000000..482413ba Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0447_riolu/riolu_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0447_riolu/riolu_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0447_riolu/riolu_female_shiny.png new file mode 100644 index 00000000..395aef71 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0447_riolu/riolu_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0447_riolu/riolu_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0447_riolu/riolu_shiny.png new file mode 100644 index 00000000..395aef71 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0447_riolu/riolu_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0448_lucario/lucario.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0448_lucario/lucario.png new file mode 100644 index 00000000..3d4d661d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0448_lucario/lucario.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0448_lucario/lucario_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0448_lucario/lucario_female.png new file mode 100644 index 00000000..3d4d661d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0448_lucario/lucario_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0448_lucario/lucario_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0448_lucario/lucario_female_shiny.png new file mode 100644 index 00000000..8846d113 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0448_lucario/lucario_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0448_lucario/lucario_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0448_lucario/lucario_shiny.png new file mode 100644 index 00000000..8846d113 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0448_lucario/lucario_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0468_togekiss/togekiss.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0468_togekiss/togekiss.png new file mode 100644 index 00000000..b04d5644 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0468_togekiss/togekiss.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0468_togekiss/togekiss_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0468_togekiss/togekiss_female.png new file mode 100644 index 00000000..258a2394 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0468_togekiss/togekiss_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0468_togekiss/togekiss_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0468_togekiss/togekiss_female_shiny.png new file mode 100644 index 00000000..48450f35 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0468_togekiss/togekiss_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0468_togekiss/togekiss_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0468_togekiss/togekiss_shiny.png new file mode 100644 index 00000000..b4c66b66 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0468_togekiss/togekiss_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0470_leafeon/leafeon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0470_leafeon/leafeon.png new file mode 100644 index 00000000..230d3253 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0470_leafeon/leafeon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0470_leafeon/leafeon_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0470_leafeon/leafeon_female.png new file mode 100644 index 00000000..230d3253 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0470_leafeon/leafeon_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0470_leafeon/leafeon_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0470_leafeon/leafeon_female_shiny.png new file mode 100644 index 00000000..bf4e9f27 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0470_leafeon/leafeon_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0470_leafeon/leafeon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0470_leafeon/leafeon_shiny.png new file mode 100644 index 00000000..bf4e9f27 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0470_leafeon/leafeon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0471_glaceon/glaceon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0471_glaceon/glaceon.png new file mode 100644 index 00000000..1ee6c15c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0471_glaceon/glaceon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0471_glaceon/glaceon_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0471_glaceon/glaceon_female.png new file mode 100644 index 00000000..1ee6c15c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0471_glaceon/glaceon_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0471_glaceon/glaceon_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0471_glaceon/glaceon_female_shiny.png new file mode 100644 index 00000000..fcbe75f9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0471_glaceon/glaceon_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0471_glaceon/glaceon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0471_glaceon/glaceon_shiny.png new file mode 100644 index 00000000..fcbe75f9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0471_glaceon/glaceon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0480_uxie/uxie.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0480_uxie/uxie.png new file mode 100644 index 00000000..0da299e8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0480_uxie/uxie.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0480_uxie/uxie_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0480_uxie/uxie_shiny.png new file mode 100644 index 00000000..560e95af Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0480_uxie/uxie_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0481_mesprit/mesprit.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0481_mesprit/mesprit.png new file mode 100644 index 00000000..7ea520d0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0481_mesprit/mesprit.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0481_mesprit/mesprit_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0481_mesprit/mesprit_shiny.png new file mode 100644 index 00000000..295e463a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0481_mesprit/mesprit_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0482_azelf/azelf.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0482_azelf/azelf.png new file mode 100644 index 00000000..f77ee27f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0482_azelf/azelf.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0482_azelf/azelf_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0482_azelf/azelf_shiny.png new file mode 100644 index 00000000..a4851623 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0482_azelf/azelf_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0483_dialga/dialga.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0483_dialga/dialga.png new file mode 100644 index 00000000..6e867d75 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0483_dialga/dialga.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0483_dialga/dialga_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0483_dialga/dialga_shiny.png new file mode 100644 index 00000000..faeed45d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0483_dialga/dialga_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0484_palkia/palkia.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0484_palkia/palkia.png new file mode 100644 index 00000000..c608da70 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0484_palkia/palkia.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0484_palkia/palkia_origin.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0484_palkia/palkia_origin.png new file mode 100644 index 00000000..a8d19c96 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0484_palkia/palkia_origin.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0484_palkia/palkia_origin_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0484_palkia/palkia_origin_shiny.png new file mode 100644 index 00000000..dff5d8c5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0484_palkia/palkia_origin_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0484_palkia/palkia_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0484_palkia/palkia_shiny.png new file mode 100644 index 00000000..9155222f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0484_palkia/palkia_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0485_heatran/heatran.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0485_heatran/heatran.png new file mode 100644 index 00000000..b34c8808 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0485_heatran/heatran.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0485_heatran/heatran_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0485_heatran/heatran_shiny.png new file mode 100644 index 00000000..f89f7a15 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0485_heatran/heatran_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0486_regigigas/regigigas.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0486_regigigas/regigigas.png new file mode 100644 index 00000000..3d866393 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0486_regigigas/regigigas.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0486_regigigas/regigigas_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0486_regigigas/regigigas_shiny.png new file mode 100644 index 00000000..0709ed6b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0486_regigigas/regigigas_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0487_giratina/giratina.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0487_giratina/giratina.png new file mode 100644 index 00000000..0dfc99b8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0487_giratina/giratina.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0487_giratina/giratina_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0487_giratina/giratina_shiny.png new file mode 100644 index 00000000..0bf2574d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0487_giratina/giratina_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0494_victini/victini.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0494_victini/victini.png new file mode 100644 index 00000000..f64a5b2a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0494_victini/victini.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0494_victini/victini_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0494_victini/victini_shiny.png new file mode 100644 index 00000000..4340ed66 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0494_victini/victini_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0495_snivy/snivy.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0495_snivy/snivy.png new file mode 100644 index 00000000..95d221cb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0495_snivy/snivy.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0495_snivy/snivy_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0495_snivy/snivy_female.png new file mode 100644 index 00000000..95d221cb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0495_snivy/snivy_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0495_snivy/snivy_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0495_snivy/snivy_female_shiny.png new file mode 100644 index 00000000..12a1a363 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0495_snivy/snivy_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0495_snivy/snivy_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0495_snivy/snivy_shiny.png new file mode 100644 index 00000000..12a1a363 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0495_snivy/snivy_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0496_servine/servine.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0496_servine/servine.png new file mode 100644 index 00000000..08bb1b96 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0496_servine/servine.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0496_servine/servine_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0496_servine/servine_female.png new file mode 100644 index 00000000..08bb1b96 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0496_servine/servine_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0496_servine/servine_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0496_servine/servine_female_shiny.png new file mode 100644 index 00000000..7ec5de8f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0496_servine/servine_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0496_servine/servine_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0496_servine/servine_shiny.png new file mode 100644 index 00000000..7ec5de8f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0496_servine/servine_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0497_serperior/serperior.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0497_serperior/serperior.png new file mode 100644 index 00000000..bd032403 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0497_serperior/serperior.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0497_serperior/serperior_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0497_serperior/serperior_female.png new file mode 100644 index 00000000..bd032403 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0497_serperior/serperior_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0497_serperior/serperior_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0497_serperior/serperior_female_shiny.png new file mode 100644 index 00000000..37dd3b7d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0497_serperior/serperior_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0497_serperior/serperior_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0497_serperior/serperior_shiny.png new file mode 100644 index 00000000..37dd3b7d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0497_serperior/serperior_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0498_tepig/tepig.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0498_tepig/tepig.png new file mode 100644 index 00000000..2acf5657 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0498_tepig/tepig.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0498_tepig/tepig_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0498_tepig/tepig_female.png new file mode 100644 index 00000000..2acf5657 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0498_tepig/tepig_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0498_tepig/tepig_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0498_tepig/tepig_female_shiny.png new file mode 100644 index 00000000..31cf9538 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0498_tepig/tepig_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0498_tepig/tepig_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0498_tepig/tepig_shiny.png new file mode 100644 index 00000000..31cf9538 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0498_tepig/tepig_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0499_pignite/pignite.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0499_pignite/pignite.png new file mode 100644 index 00000000..4a7357a7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0499_pignite/pignite.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0499_pignite/pignite_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0499_pignite/pignite_female.png new file mode 100644 index 00000000..4a7357a7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0499_pignite/pignite_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0499_pignite/pignite_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0499_pignite/pignite_female_shiny.png new file mode 100644 index 00000000..8668005a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0499_pignite/pignite_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0499_pignite/pignite_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0499_pignite/pignite_shiny.png new file mode 100644 index 00000000..8668005a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0499_pignite/pignite_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0500_emboar/emboar.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0500_emboar/emboar.png new file mode 100644 index 00000000..7512316e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0500_emboar/emboar.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0500_emboar/emboar_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0500_emboar/emboar_female.png new file mode 100644 index 00000000..7512316e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0500_emboar/emboar_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0500_emboar/emboar_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0500_emboar/emboar_female_shiny.png new file mode 100644 index 00000000..fb448795 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0500_emboar/emboar_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0500_emboar/emboar_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0500_emboar/emboar_shiny.png new file mode 100644 index 00000000..fb448795 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0500_emboar/emboar_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0500_emboar/flame/emboar1.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0500_emboar/flame/emboar1.png new file mode 100644 index 00000000..b1349c17 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0500_emboar/flame/emboar1.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0500_emboar/flame/emboar2.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0500_emboar/flame/emboar2.png new file mode 100644 index 00000000..855d74d7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0500_emboar/flame/emboar2.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0500_emboar/flame/emboar3.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0500_emboar/flame/emboar3.png new file mode 100644 index 00000000..99e48367 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0500_emboar/flame/emboar3.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0500_emboar/flame/emboar_shiny1.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0500_emboar/flame/emboar_shiny1.png new file mode 100644 index 00000000..fb535dc8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0500_emboar/flame/emboar_shiny1.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0500_emboar/flame/emboar_shiny2.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0500_emboar/flame/emboar_shiny2.png new file mode 100644 index 00000000..cb947f28 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0500_emboar/flame/emboar_shiny2.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0500_emboar/flame/emboar_shiny3.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0500_emboar/flame/emboar_shiny3.png new file mode 100644 index 00000000..926295d6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0500_emboar/flame/emboar_shiny3.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0501_oshawott/oshawott.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0501_oshawott/oshawott.png new file mode 100644 index 00000000..ce3129c5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0501_oshawott/oshawott.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0501_oshawott/oshawott_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0501_oshawott/oshawott_female.png new file mode 100644 index 00000000..ce3129c5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0501_oshawott/oshawott_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0501_oshawott/oshawott_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0501_oshawott/oshawott_female_shiny.png new file mode 100644 index 00000000..23c01a3e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0501_oshawott/oshawott_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0501_oshawott/oshawott_hisui_bias.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0501_oshawott/oshawott_hisui_bias.png new file mode 100644 index 00000000..fbe8d56e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0501_oshawott/oshawott_hisui_bias.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0501_oshawott/oshawott_hisui_bias_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0501_oshawott/oshawott_hisui_bias_female.png new file mode 100644 index 00000000..fbe8d56e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0501_oshawott/oshawott_hisui_bias_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0501_oshawott/oshawott_hisui_bias_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0501_oshawott/oshawott_hisui_bias_female_shiny.png new file mode 100644 index 00000000..589b8336 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0501_oshawott/oshawott_hisui_bias_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0501_oshawott/oshawott_hisui_bias_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0501_oshawott/oshawott_hisui_bias_shiny.png new file mode 100644 index 00000000..589b8336 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0501_oshawott/oshawott_hisui_bias_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0501_oshawott/oshawott_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0501_oshawott/oshawott_shiny.png new file mode 100644 index 00000000..23c01a3e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0501_oshawott/oshawott_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0502_dewott/dewott.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0502_dewott/dewott.png new file mode 100644 index 00000000..15933f27 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0502_dewott/dewott.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0502_dewott/dewott_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0502_dewott/dewott_female.png new file mode 100644 index 00000000..15933f27 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0502_dewott/dewott_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0502_dewott/dewott_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0502_dewott/dewott_female_shiny.png new file mode 100644 index 00000000..54749ad7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0502_dewott/dewott_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0502_dewott/dewott_hisui_bias.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0502_dewott/dewott_hisui_bias.png new file mode 100644 index 00000000..c636f19b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0502_dewott/dewott_hisui_bias.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0502_dewott/dewott_hisui_bias_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0502_dewott/dewott_hisui_bias_female.png new file mode 100644 index 00000000..c636f19b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0502_dewott/dewott_hisui_bias_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0502_dewott/dewott_hisui_bias_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0502_dewott/dewott_hisui_bias_female_shiny.png new file mode 100644 index 00000000..0c8abbd8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0502_dewott/dewott_hisui_bias_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0502_dewott/dewott_hisui_bias_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0502_dewott/dewott_hisui_bias_shiny.png new file mode 100644 index 00000000..0c8abbd8 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0502_dewott/dewott_hisui_bias_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0502_dewott/dewott_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0502_dewott/dewott_shiny.png new file mode 100644 index 00000000..54749ad7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0502_dewott/dewott_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0503_samurott/samurott.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0503_samurott/samurott.png new file mode 100644 index 00000000..cd97e39d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0503_samurott/samurott.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0503_samurott/samurott_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0503_samurott/samurott_female.png new file mode 100644 index 00000000..cd97e39d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0503_samurott/samurott_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0503_samurott/samurott_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0503_samurott/samurott_female_shiny.png new file mode 100644 index 00000000..fdf7df1a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0503_samurott/samurott_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0503_samurott/samurott_hisuian.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0503_samurott/samurott_hisuian.png new file mode 100644 index 00000000..cd9e47ca Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0503_samurott/samurott_hisuian.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0503_samurott/samurott_hisuian_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0503_samurott/samurott_hisuian_female.png new file mode 100644 index 00000000..cd9e47ca Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0503_samurott/samurott_hisuian_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0503_samurott/samurott_hisuian_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0503_samurott/samurott_hisuian_female_shiny.png new file mode 100644 index 00000000..9eca189f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0503_samurott/samurott_hisuian_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0503_samurott/samurott_hisuian_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0503_samurott/samurott_hisuian_shiny.png new file mode 100644 index 00000000..9eca189f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0503_samurott/samurott_hisuian_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0503_samurott/samurott_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0503_samurott/samurott_shiny.png new file mode 100644 index 00000000..fdf7df1a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0503_samurott/samurott_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0539_sawk/sawk.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0539_sawk/sawk.png new file mode 100644 index 00000000..0be5b5b2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0539_sawk/sawk.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0539_sawk/sawk_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0539_sawk/sawk_shiny.png new file mode 100644 index 00000000..8c74588c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0539_sawk/sawk_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0564_tirtouga/tirtouga.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0564_tirtouga/tirtouga.png new file mode 100644 index 00000000..09f392ae Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0564_tirtouga/tirtouga.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0564_tirtouga/tirtouga_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0564_tirtouga/tirtouga_female.png new file mode 100644 index 00000000..09f392ae Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0564_tirtouga/tirtouga_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0564_tirtouga/tirtouga_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0564_tirtouga/tirtouga_female_shiny.png new file mode 100644 index 00000000..6ccd9624 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0564_tirtouga/tirtouga_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0564_tirtouga/tirtouga_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0564_tirtouga/tirtouga_shiny.png new file mode 100644 index 00000000..6ccd9624 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0564_tirtouga/tirtouga_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0565_carracosta/carracosta.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0565_carracosta/carracosta.png new file mode 100644 index 00000000..67c0b882 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0565_carracosta/carracosta.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0565_carracosta/carracosta_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0565_carracosta/carracosta_female.png new file mode 100644 index 00000000..67c0b882 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0565_carracosta/carracosta_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0565_carracosta/carracosta_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0565_carracosta/carracosta_female_shiny.png new file mode 100644 index 00000000..8dff25b4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0565_carracosta/carracosta_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0565_carracosta/carracosta_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0565_carracosta/carracosta_shiny.png new file mode 100644 index 00000000..8dff25b4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0565_carracosta/carracosta_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0566_archen/archen.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0566_archen/archen.png new file mode 100644 index 00000000..16578359 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0566_archen/archen.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0566_archen/archen_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0566_archen/archen_female.png new file mode 100644 index 00000000..16578359 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0566_archen/archen_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0566_archen/archen_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0566_archen/archen_female_shiny.png new file mode 100644 index 00000000..6c376be2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0566_archen/archen_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0566_archen/archen_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0566_archen/archen_shiny.png new file mode 100644 index 00000000..6c376be2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0566_archen/archen_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0567_archeops/archeops.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0567_archeops/archeops.png new file mode 100644 index 00000000..9cb1be61 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0567_archeops/archeops.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0567_archeops/archeops_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0567_archeops/archeops_female.png new file mode 100644 index 00000000..9cb1be61 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0567_archeops/archeops_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0567_archeops/archeops_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0567_archeops/archeops_female_shiny.png new file mode 100644 index 00000000..ce16bb8a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0567_archeops/archeops_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0567_archeops/archeops_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0567_archeops/archeops_shiny.png new file mode 100644 index 00000000..ce16bb8a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0567_archeops/archeops_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0570_zorua/zorua.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0570_zorua/zorua.png new file mode 100644 index 00000000..911091af Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0570_zorua/zorua.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0570_zorua/zorua_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0570_zorua/zorua_female.png new file mode 100644 index 00000000..911091af Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0570_zorua/zorua_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0570_zorua/zorua_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0570_zorua/zorua_female_shiny.png new file mode 100644 index 00000000..6eda7163 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0570_zorua/zorua_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0570_zorua/zorua_hisuian.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0570_zorua/zorua_hisuian.png new file mode 100644 index 00000000..e1e9c1c2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0570_zorua/zorua_hisuian.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0570_zorua/zorua_hisuian_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0570_zorua/zorua_hisuian_female.png new file mode 100644 index 00000000..e1e9c1c2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0570_zorua/zorua_hisuian_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0570_zorua/zorua_hisuian_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0570_zorua/zorua_hisuian_female_shiny.png new file mode 100644 index 00000000..eb63b6e9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0570_zorua/zorua_hisuian_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0570_zorua/zorua_hisuian_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0570_zorua/zorua_hisuian_shiny.png new file mode 100644 index 00000000..eb63b6e9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0570_zorua/zorua_hisuian_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0570_zorua/zorua_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0570_zorua/zorua_shiny.png new file mode 100644 index 00000000..6eda7163 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0570_zorua/zorua_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0571_zoroark/zoroark.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0571_zoroark/zoroark.png new file mode 100644 index 00000000..dc65a721 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0571_zoroark/zoroark.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0571_zoroark/zoroark_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0571_zoroark/zoroark_female.png new file mode 100644 index 00000000..dc65a721 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0571_zoroark/zoroark_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0571_zoroark/zoroark_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0571_zoroark/zoroark_female_shiny.png new file mode 100644 index 00000000..efd26c13 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0571_zoroark/zoroark_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0571_zoroark/zoroark_hisuian.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0571_zoroark/zoroark_hisuian.png new file mode 100644 index 00000000..76573bd1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0571_zoroark/zoroark_hisuian.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0571_zoroark/zoroark_hisuian_emissive.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0571_zoroark/zoroark_hisuian_emissive.png new file mode 100644 index 00000000..0ebf016d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0571_zoroark/zoroark_hisuian_emissive.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0571_zoroark/zoroark_hisuian_emissive2.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0571_zoroark/zoroark_hisuian_emissive2.png new file mode 100644 index 00000000..c04ad643 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0571_zoroark/zoroark_hisuian_emissive2.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0571_zoroark/zoroark_hisuian_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0571_zoroark/zoroark_hisuian_female.png new file mode 100644 index 00000000..76573bd1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0571_zoroark/zoroark_hisuian_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0571_zoroark/zoroark_hisuian_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0571_zoroark/zoroark_hisuian_female_shiny.png new file mode 100644 index 00000000..09ffab98 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0571_zoroark/zoroark_hisuian_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0571_zoroark/zoroark_hisuian_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0571_zoroark/zoroark_hisuian_shiny.png new file mode 100644 index 00000000..09ffab98 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0571_zoroark/zoroark_hisuian_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0571_zoroark/zoroark_hisuian_shiny_emissive.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0571_zoroark/zoroark_hisuian_shiny_emissive.png new file mode 100644 index 00000000..03d705d1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0571_zoroark/zoroark_hisuian_shiny_emissive.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0571_zoroark/zoroark_hisuian_shiny_emissive2.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0571_zoroark/zoroark_hisuian_shiny_emissive2.png new file mode 100644 index 00000000..8b0eb0b4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0571_zoroark/zoroark_hisuian_shiny_emissive2.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0571_zoroark/zoroark_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0571_zoroark/zoroark_shiny.png new file mode 100644 index 00000000..efd26c13 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0571_zoroark/zoroark_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0638_cobalion/cobalion.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0638_cobalion/cobalion.png new file mode 100644 index 00000000..6f7ff577 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0638_cobalion/cobalion.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0638_cobalion/cobalion_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0638_cobalion/cobalion_shiny.png new file mode 100644 index 00000000..4273daa9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0638_cobalion/cobalion_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0639_terrakion/terrakion.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0639_terrakion/terrakion.png new file mode 100644 index 00000000..7e428bdf Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0639_terrakion/terrakion.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0639_terrakion/terrakion_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0639_terrakion/terrakion_shiny.png new file mode 100644 index 00000000..af84611c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0639_terrakion/terrakion_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0640_virizion/virizion.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0640_virizion/virizion.png new file mode 100644 index 00000000..ff38fbfd Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0640_virizion/virizion.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0640_virizion/virizion_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0640_virizion/virizion_shiny.png new file mode 100644 index 00000000..09580c25 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0640_virizion/virizion_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0647_keldeo/keldeo.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0647_keldeo/keldeo.png new file mode 100644 index 00000000..2a9b34df Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0647_keldeo/keldeo.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0647_keldeo/keldeo_resolute.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0647_keldeo/keldeo_resolute.png new file mode 100644 index 00000000..cf811321 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0647_keldeo/keldeo_resolute.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0647_keldeo/keldeo_resolute_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0647_keldeo/keldeo_resolute_shiny.png new file mode 100644 index 00000000..63e62b8e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0647_keldeo/keldeo_resolute_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0647_keldeo/keldeo_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0647_keldeo/keldeo_shiny.png new file mode 100644 index 00000000..7c4b1832 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0647_keldeo/keldeo_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0648_meloetta/meloetta.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0648_meloetta/meloetta.png new file mode 100644 index 00000000..0d42a275 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0648_meloetta/meloetta.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0648_meloetta/meloetta_pirouette.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0648_meloetta/meloetta_pirouette.png new file mode 100644 index 00000000..c4ce46c1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0648_meloetta/meloetta_pirouette.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0648_meloetta/meloetta_pirouette_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0648_meloetta/meloetta_pirouette_shiny.png new file mode 100644 index 00000000..417debb6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0648_meloetta/meloetta_pirouette_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0648_meloetta/meloetta_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0648_meloetta/meloetta_shiny.png new file mode 100644 index 00000000..fbe8bd89 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0648_meloetta/meloetta_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0650_chespin/chespin.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0650_chespin/chespin.png new file mode 100644 index 00000000..cff89a38 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0650_chespin/chespin.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0650_chespin/chespin_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0650_chespin/chespin_female.png new file mode 100644 index 00000000..cff89a38 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0650_chespin/chespin_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0650_chespin/chespin_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0650_chespin/chespin_female_shiny.png new file mode 100644 index 00000000..614bd995 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0650_chespin/chespin_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0650_chespin/chespin_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0650_chespin/chespin_shiny.png new file mode 100644 index 00000000..614bd995 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0650_chespin/chespin_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0651_quilladin/quilladin.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0651_quilladin/quilladin.png new file mode 100644 index 00000000..767b91ba Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0651_quilladin/quilladin.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0651_quilladin/quilladin_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0651_quilladin/quilladin_female.png new file mode 100644 index 00000000..767b91ba Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0651_quilladin/quilladin_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0651_quilladin/quilladin_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0651_quilladin/quilladin_female_shiny.png new file mode 100644 index 00000000..b0c310bf Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0651_quilladin/quilladin_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0651_quilladin/quilladin_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0651_quilladin/quilladin_shiny.png new file mode 100644 index 00000000..b0c310bf Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0651_quilladin/quilladin_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0652_chesnaught/chesnaught.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0652_chesnaught/chesnaught.png new file mode 100644 index 00000000..acdd99f7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0652_chesnaught/chesnaught.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0652_chesnaught/chesnaught_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0652_chesnaught/chesnaught_female.png new file mode 100644 index 00000000..acdd99f7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0652_chesnaught/chesnaught_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0652_chesnaught/chesnaught_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0652_chesnaught/chesnaught_female_shiny.png new file mode 100644 index 00000000..0d8c842c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0652_chesnaught/chesnaught_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0652_chesnaught/chesnaught_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0652_chesnaught/chesnaught_shiny.png new file mode 100644 index 00000000..0d8c842c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0652_chesnaught/chesnaught_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0653_fennekin/fennekin.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0653_fennekin/fennekin.png new file mode 100644 index 00000000..f0e1e67f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0653_fennekin/fennekin.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0653_fennekin/fennekin_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0653_fennekin/fennekin_female.png new file mode 100644 index 00000000..f0e1e67f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0653_fennekin/fennekin_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0653_fennekin/fennekin_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0653_fennekin/fennekin_female_shiny.png new file mode 100644 index 00000000..75348ba0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0653_fennekin/fennekin_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0653_fennekin/fennekin_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0653_fennekin/fennekin_shiny.png new file mode 100644 index 00000000..75348ba0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0653_fennekin/fennekin_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0654_braixen/braixen.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0654_braixen/braixen.png new file mode 100644 index 00000000..40cecf3c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0654_braixen/braixen.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0654_braixen/braixen_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0654_braixen/braixen_female.png new file mode 100644 index 00000000..40cecf3c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0654_braixen/braixen_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0654_braixen/braixen_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0654_braixen/braixen_female_shiny.png new file mode 100644 index 00000000..ec720d64 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0654_braixen/braixen_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0654_braixen/braixen_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0654_braixen/braixen_shiny.png new file mode 100644 index 00000000..ec720d64 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0654_braixen/braixen_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0654_braixen/flame/flame1.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0654_braixen/flame/flame1.png new file mode 100644 index 00000000..8423a61e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0654_braixen/flame/flame1.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0654_braixen/flame/flame2.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0654_braixen/flame/flame2.png new file mode 100644 index 00000000..0534c365 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0654_braixen/flame/flame2.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0654_braixen/flame/flame3.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0654_braixen/flame/flame3.png new file mode 100644 index 00000000..8423a61e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0654_braixen/flame/flame3.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0654_braixen/flame/flame4.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0654_braixen/flame/flame4.png new file mode 100644 index 00000000..c185b2ed Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0654_braixen/flame/flame4.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0655_delphox/delphox.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0655_delphox/delphox.png new file mode 100644 index 00000000..2517bdc9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0655_delphox/delphox.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0655_delphox/delphox_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0655_delphox/delphox_female.png new file mode 100644 index 00000000..2517bdc9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0655_delphox/delphox_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0655_delphox/delphox_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0655_delphox/delphox_female_shiny.png new file mode 100644 index 00000000..0ee03c84 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0655_delphox/delphox_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0655_delphox/delphox_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0655_delphox/delphox_shiny.png new file mode 100644 index 00000000..0ee03c84 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0655_delphox/delphox_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0655_delphox/flame/flame1.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0655_delphox/flame/flame1.png new file mode 100644 index 00000000..b8889cbe Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0655_delphox/flame/flame1.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0655_delphox/flame/flame2.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0655_delphox/flame/flame2.png new file mode 100644 index 00000000..616ecb09 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0655_delphox/flame/flame2.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0655_delphox/flame/flame3.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0655_delphox/flame/flame3.png new file mode 100644 index 00000000..fb7792d5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0655_delphox/flame/flame3.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0655_delphox/flame/flame4.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0655_delphox/flame/flame4.png new file mode 100644 index 00000000..5ea8aaad Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0655_delphox/flame/flame4.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0656_froakie/froakie.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0656_froakie/froakie.png new file mode 100644 index 00000000..38a8770d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0656_froakie/froakie.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0656_froakie/froakie_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0656_froakie/froakie_female.png new file mode 100644 index 00000000..38a8770d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0656_froakie/froakie_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0656_froakie/froakie_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0656_froakie/froakie_female_shiny.png new file mode 100644 index 00000000..c05efcf7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0656_froakie/froakie_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0656_froakie/froakie_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0656_froakie/froakie_shiny.png new file mode 100644 index 00000000..c05efcf7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0656_froakie/froakie_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0657_frogadier/frogadier.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0657_frogadier/frogadier.png new file mode 100644 index 00000000..c3d5556a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0657_frogadier/frogadier.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0657_frogadier/frogadier_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0657_frogadier/frogadier_female.png new file mode 100644 index 00000000..c3d5556a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0657_frogadier/frogadier_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0657_frogadier/frogadier_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0657_frogadier/frogadier_female_shiny.png new file mode 100644 index 00000000..29defa92 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0657_frogadier/frogadier_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0657_frogadier/frogadier_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0657_frogadier/frogadier_shiny.png new file mode 100644 index 00000000..29defa92 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0657_frogadier/frogadier_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0658_greninja/greninja.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0658_greninja/greninja.png new file mode 100644 index 00000000..b38b8f51 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0658_greninja/greninja.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0658_greninja/greninja_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0658_greninja/greninja_female.png new file mode 100644 index 00000000..b38b8f51 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0658_greninja/greninja_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0658_greninja/greninja_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0658_greninja/greninja_female_shiny.png new file mode 100644 index 00000000..fa7865c0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0658_greninja/greninja_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0658_greninja/greninja_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0658_greninja/greninja_shiny.png new file mode 100644 index 00000000..fa7865c0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0658_greninja/greninja_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon.png new file mode 100644 index 00000000..6c638523 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_archipelago.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_archipelago.png new file mode 100644 index 00000000..6c638523 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_archipelago.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_archipelago_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_archipelago_shiny.png new file mode 100644 index 00000000..04349e99 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_archipelago_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_continental.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_continental.png new file mode 100644 index 00000000..6c638523 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_continental.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_continental_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_continental_shiny.png new file mode 100644 index 00000000..04349e99 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_continental_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_elegant.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_elegant.png new file mode 100644 index 00000000..6c638523 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_elegant.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_elegant_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_elegant_shiny.png new file mode 100644 index 00000000..04349e99 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_elegant_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_embroidered.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_embroidered.png new file mode 100644 index 00000000..6c638523 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_embroidered.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_embroidered_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_embroidered_shiny.png new file mode 100644 index 00000000..04349e99 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_embroidered_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_fancy.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_fancy.png new file mode 100644 index 00000000..6c638523 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_fancy.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_fancy_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_fancy_shiny.png new file mode 100644 index 00000000..04349e99 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_fancy_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_forsaken.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_forsaken.png new file mode 100644 index 00000000..6c638523 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_forsaken.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_forsaken_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_forsaken_shiny.png new file mode 100644 index 00000000..04349e99 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_forsaken_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_garden.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_garden.png new file mode 100644 index 00000000..6c638523 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_garden.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_garden_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_garden_shiny.png new file mode 100644 index 00000000..04349e99 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_garden_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_high_plains.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_high_plains.png new file mode 100644 index 00000000..6c638523 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_high_plains.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_high_plains_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_high_plains_shiny.png new file mode 100644 index 00000000..04349e99 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_high_plains_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_icy_snow.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_icy_snow.png new file mode 100644 index 00000000..6c638523 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_icy_snow.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_icy_snow_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_icy_snow_shiny.png new file mode 100644 index 00000000..04349e99 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_icy_snow_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_inferno.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_inferno.png new file mode 100644 index 00000000..6c638523 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_inferno.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_inferno_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_inferno_shiny.png new file mode 100644 index 00000000..04349e99 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_inferno_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_jungle.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_jungle.png new file mode 100644 index 00000000..6c638523 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_jungle.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_jungle_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_jungle_shiny.png new file mode 100644 index 00000000..04349e99 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_jungle_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_marine.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_marine.png new file mode 100644 index 00000000..6c638523 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_marine.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_marine_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_marine_shiny.png new file mode 100644 index 00000000..04349e99 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_marine_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_meadow.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_meadow.png new file mode 100644 index 00000000..6c638523 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_meadow.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_meadow_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_meadow_shiny.png new file mode 100644 index 00000000..04349e99 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_meadow_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_minty.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_minty.png new file mode 100644 index 00000000..6c638523 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_minty.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_minty_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_minty_shiny.png new file mode 100644 index 00000000..04349e99 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_minty_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_modern.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_modern.png new file mode 100644 index 00000000..6c638523 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_modern.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_modern_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_modern_shiny.png new file mode 100644 index 00000000..04349e99 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_modern_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_monarch.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_monarch.png new file mode 100644 index 00000000..6c638523 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_monarch.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_monarch_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_monarch_shiny.png new file mode 100644 index 00000000..04349e99 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_monarch_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_monsoon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_monsoon.png new file mode 100644 index 00000000..6c638523 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_monsoon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_monsoon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_monsoon_shiny.png new file mode 100644 index 00000000..04349e99 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_monsoon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_null.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_null.png new file mode 100644 index 00000000..6c638523 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_null.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_null_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_null_shiny.png new file mode 100644 index 00000000..04349e99 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_null_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_ocean.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_ocean.png new file mode 100644 index 00000000..6c638523 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_ocean.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_ocean_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_ocean_shiny.png new file mode 100644 index 00000000..04349e99 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_ocean_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_pelopon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_pelopon.png new file mode 100644 index 00000000..6c638523 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_pelopon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_pelopon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_pelopon_shiny.png new file mode 100644 index 00000000..04349e99 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_pelopon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_pokeball.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_pokeball.png new file mode 100644 index 00000000..6c638523 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_pokeball.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_pokeball_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_pokeball_shiny.png new file mode 100644 index 00000000..04349e99 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_pokeball_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_polar.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_polar.png new file mode 100644 index 00000000..6c638523 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_polar.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_polar_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_polar_shiny.png new file mode 100644 index 00000000..04349e99 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_polar_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_prismatic.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_prismatic.png new file mode 100644 index 00000000..6c638523 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_prismatic.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_prismatic_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_prismatic_shiny.png new file mode 100644 index 00000000..04349e99 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_prismatic_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_ringed.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_ringed.png new file mode 100644 index 00000000..6c638523 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_ringed.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_ringed_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_ringed_shiny.png new file mode 100644 index 00000000..04349e99 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_ringed_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_river.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_river.png new file mode 100644 index 00000000..6c638523 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_river.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_river_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_river_shiny.png new file mode 100644 index 00000000..04349e99 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_river_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_sandstorm.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_sandstorm.png new file mode 100644 index 00000000..6c638523 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_sandstorm.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_sandstorm_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_sandstorm_shiny.png new file mode 100644 index 00000000..04349e99 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_sandstorm_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_savanna.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_savanna.png new file mode 100644 index 00000000..6c638523 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_savanna.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_savanna_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_savanna_shiny.png new file mode 100644 index 00000000..04349e99 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_savanna_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_shiny.png new file mode 100644 index 00000000..04349e99 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_sun.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_sun.png new file mode 100644 index 00000000..6c638523 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_sun.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_sun_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_sun_shiny.png new file mode 100644 index 00000000..04349e99 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_sun_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_tangy.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_tangy.png new file mode 100644 index 00000000..6c638523 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_tangy.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_tangy_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_tangy_shiny.png new file mode 100644 index 00000000..04349e99 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_tangy_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_template.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_template.png new file mode 100644 index 00000000..6c638523 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_template.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_toned.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_toned.png new file mode 100644 index 00000000..6c638523 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_toned.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_toned_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_toned_shiny.png new file mode 100644 index 00000000..04349e99 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_toned_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_tundra.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_tundra.png new file mode 100644 index 00000000..6c638523 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_tundra.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_tundra_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_tundra_shiny.png new file mode 100644 index 00000000..04349e99 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_tundra_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_twilight.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_twilight.png new file mode 100644 index 00000000..6c638523 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_twilight.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_twilight_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_twilight_shiny.png new file mode 100644 index 00000000..04349e99 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_twilight_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_ultraviolet.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_ultraviolet.png new file mode 100644 index 00000000..6c638523 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_ultraviolet.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_ultraviolet_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_ultraviolet_shiny.png new file mode 100644 index 00000000..04349e99 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_ultraviolet_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_void.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_void.png new file mode 100644 index 00000000..6c638523 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_void.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_void_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_void_shiny.png new file mode 100644 index 00000000..04349e99 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_void_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_whorl.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_whorl.png new file mode 100644 index 00000000..6c638523 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_whorl.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_whorl_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_whorl_shiny.png new file mode 100644 index 00000000..04349e99 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_whorl_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_archipelago.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_archipelago.png new file mode 100644 index 00000000..c16501c9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_archipelago.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_continental.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_continental.png new file mode 100644 index 00000000..975a0a8b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_continental.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_elegant.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_elegant.png new file mode 100644 index 00000000..9e1b7936 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_elegant.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_embroidered.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_embroidered.png new file mode 100644 index 00000000..4a081d67 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_embroidered.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_fancy.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_fancy.png new file mode 100644 index 00000000..04db5275 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_fancy.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_forsaken.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_forsaken.png new file mode 100644 index 00000000..a856f787 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_forsaken.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_garden.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_garden.png new file mode 100644 index 00000000..50a0da8b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_garden.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_high_plains.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_high_plains.png new file mode 100644 index 00000000..7cc4c741 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_high_plains.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_icy_snow.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_icy_snow.png new file mode 100644 index 00000000..32c93852 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_icy_snow.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_inferno.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_inferno.png new file mode 100644 index 00000000..eb1ede4f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_inferno.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_jungle.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_jungle.png new file mode 100644 index 00000000..f508103e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_jungle.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_marine.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_marine.png new file mode 100644 index 00000000..4a1d5838 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_marine.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_meadow.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_meadow.png new file mode 100644 index 00000000..ea26e2b6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_meadow.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_minty.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_minty.png new file mode 100644 index 00000000..0b21e1aa Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_minty.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_modern.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_modern.png new file mode 100644 index 00000000..b93ea9e3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_modern.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_monarch.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_monarch.png new file mode 100644 index 00000000..07f7a9f2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_monarch.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_monsoon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_monsoon.png new file mode 100644 index 00000000..c8bf1351 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_monsoon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_null.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_null.png new file mode 100644 index 00000000..9d033571 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_null.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_ocean.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_ocean.png new file mode 100644 index 00000000..1365c31f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_ocean.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_pelopon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_pelopon.png new file mode 100644 index 00000000..6627a6ca Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_pelopon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_pokeball.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_pokeball.png new file mode 100644 index 00000000..ba8848e5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_pokeball.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_polar.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_polar.png new file mode 100644 index 00000000..5de03d2f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_polar.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_prismatic.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_prismatic.png new file mode 100644 index 00000000..f44fe19b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_prismatic.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_ringed.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_ringed.png new file mode 100644 index 00000000..ed4eb513 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_ringed.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_river.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_river.png new file mode 100644 index 00000000..fb48c477 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_river.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_sandstorm.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_sandstorm.png new file mode 100644 index 00000000..ae0f704b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_sandstorm.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_savanna.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_savanna.png new file mode 100644 index 00000000..4ebae6ac Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_savanna.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_sun.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_sun.png new file mode 100644 index 00000000..e81213bc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_sun.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_tangy.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_tangy.png new file mode 100644 index 00000000..32d87cee Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_tangy.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_template.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_template.png new file mode 100644 index 00000000..8d3fdd9d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_template.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_toned.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_toned.png new file mode 100644 index 00000000..2b149b7a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_toned.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_tundra.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_tundra.png new file mode 100644 index 00000000..09950421 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_tundra.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_twilight.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_twilight.png new file mode 100644 index 00000000..3675d2ab Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_twilight.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_ultraviolet.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_ultraviolet.png new file mode 100644 index 00000000..90bb87a5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_ultraviolet.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_void.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_void.png new file mode 100644 index 00000000..ac57e84b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_void.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_whorl.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_whorl.png new file mode 100644 index 00000000..f182d3c6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_whorl.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0696_tyrunt/tyrunt.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0696_tyrunt/tyrunt.png new file mode 100644 index 00000000..dd06fa53 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0696_tyrunt/tyrunt.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0696_tyrunt/tyrunt_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0696_tyrunt/tyrunt_female.png new file mode 100644 index 00000000..dd06fa53 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0696_tyrunt/tyrunt_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0696_tyrunt/tyrunt_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0696_tyrunt/tyrunt_female_shiny.png new file mode 100644 index 00000000..46d0a366 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0696_tyrunt/tyrunt_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0696_tyrunt/tyrunt_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0696_tyrunt/tyrunt_shiny.png new file mode 100644 index 00000000..46d0a366 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0696_tyrunt/tyrunt_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0697_tyrantrum/tyrantrum.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0697_tyrantrum/tyrantrum.png new file mode 100644 index 00000000..052e9b56 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0697_tyrantrum/tyrantrum.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0697_tyrantrum/tyrantrum_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0697_tyrantrum/tyrantrum_female.png new file mode 100644 index 00000000..052e9b56 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0697_tyrantrum/tyrantrum_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0697_tyrantrum/tyrantrum_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0697_tyrantrum/tyrantrum_female_shiny.png new file mode 100644 index 00000000..145c862c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0697_tyrantrum/tyrantrum_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0697_tyrantrum/tyrantrum_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0697_tyrantrum/tyrantrum_shiny.png new file mode 100644 index 00000000..145c862c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0697_tyrantrum/tyrantrum_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0698_amaura/amaura.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0698_amaura/amaura.png new file mode 100644 index 00000000..ab28add9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0698_amaura/amaura.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0698_amaura/amaura_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0698_amaura/amaura_female.png new file mode 100644 index 00000000..ab28add9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0698_amaura/amaura_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0698_amaura/amaura_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0698_amaura/amaura_female_shiny.png new file mode 100644 index 00000000..b4af1595 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0698_amaura/amaura_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0698_amaura/amaura_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0698_amaura/amaura_shiny.png new file mode 100644 index 00000000..b4af1595 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0698_amaura/amaura_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0699_aurorus/aurorus.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0699_aurorus/aurorus.png new file mode 100644 index 00000000..016b55e3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0699_aurorus/aurorus.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0699_aurorus/aurorus_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0699_aurorus/aurorus_female.png new file mode 100644 index 00000000..016b55e3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0699_aurorus/aurorus_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0699_aurorus/aurorus_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0699_aurorus/aurorus_female_shiny.png new file mode 100644 index 00000000..cd782d0f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0699_aurorus/aurorus_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0699_aurorus/aurorus_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0699_aurorus/aurorus_shiny.png new file mode 100644 index 00000000..cd782d0f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0699_aurorus/aurorus_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0700_sylveon/sylveon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0700_sylveon/sylveon.png new file mode 100644 index 00000000..74fa8a01 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0700_sylveon/sylveon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0700_sylveon/sylveon_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0700_sylveon/sylveon_female.png new file mode 100644 index 00000000..74fa8a01 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0700_sylveon/sylveon_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0700_sylveon/sylveon_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0700_sylveon/sylveon_female_shiny.png new file mode 100644 index 00000000..78b2ed38 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0700_sylveon/sylveon_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0700_sylveon/sylveon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0700_sylveon/sylveon_shiny.png new file mode 100644 index 00000000..78b2ed38 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0700_sylveon/sylveon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0717_yveltal/yveltal.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0717_yveltal/yveltal.png new file mode 100644 index 00000000..7b8199e9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0717_yveltal/yveltal.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0717_yveltal/yveltal_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0717_yveltal/yveltal_shiny.png new file mode 100644 index 00000000..5592a2d3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0717_yveltal/yveltal_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0722_rowlet/rowlet.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0722_rowlet/rowlet.png new file mode 100644 index 00000000..61603e74 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0722_rowlet/rowlet.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0722_rowlet/rowlet_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0722_rowlet/rowlet_female.png new file mode 100644 index 00000000..61603e74 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0722_rowlet/rowlet_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0722_rowlet/rowlet_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0722_rowlet/rowlet_female_shiny.png new file mode 100644 index 00000000..159f73ff Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0722_rowlet/rowlet_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0722_rowlet/rowlet_hisui_bias.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0722_rowlet/rowlet_hisui_bias.png new file mode 100644 index 00000000..848bd6d0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0722_rowlet/rowlet_hisui_bias.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0722_rowlet/rowlet_hisui_bias_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0722_rowlet/rowlet_hisui_bias_female.png new file mode 100644 index 00000000..848bd6d0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0722_rowlet/rowlet_hisui_bias_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0722_rowlet/rowlet_hisui_bias_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0722_rowlet/rowlet_hisui_bias_female_shiny.png new file mode 100644 index 00000000..aa18f694 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0722_rowlet/rowlet_hisui_bias_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0722_rowlet/rowlet_hisui_bias_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0722_rowlet/rowlet_hisui_bias_shiny.png new file mode 100644 index 00000000..aa18f694 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0722_rowlet/rowlet_hisui_bias_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0722_rowlet/rowlet_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0722_rowlet/rowlet_shiny.png new file mode 100644 index 00000000..159f73ff Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0722_rowlet/rowlet_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0723_dartrix/dartrix.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0723_dartrix/dartrix.png new file mode 100644 index 00000000..0e0c987a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0723_dartrix/dartrix.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0723_dartrix/dartrix_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0723_dartrix/dartrix_female.png new file mode 100644 index 00000000..0e0c987a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0723_dartrix/dartrix_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0723_dartrix/dartrix_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0723_dartrix/dartrix_female_shiny.png new file mode 100644 index 00000000..4abca374 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0723_dartrix/dartrix_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0723_dartrix/dartrix_hisui_bias.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0723_dartrix/dartrix_hisui_bias.png new file mode 100644 index 00000000..472a5d67 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0723_dartrix/dartrix_hisui_bias.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0723_dartrix/dartrix_hisui_bias_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0723_dartrix/dartrix_hisui_bias_female.png new file mode 100644 index 00000000..472a5d67 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0723_dartrix/dartrix_hisui_bias_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0723_dartrix/dartrix_hisui_bias_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0723_dartrix/dartrix_hisui_bias_female_shiny.png new file mode 100644 index 00000000..82993764 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0723_dartrix/dartrix_hisui_bias_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0723_dartrix/dartrix_hisui_bias_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0723_dartrix/dartrix_hisui_bias_shiny.png new file mode 100644 index 00000000..82993764 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0723_dartrix/dartrix_hisui_bias_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0723_dartrix/dartrix_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0723_dartrix/dartrix_shiny.png new file mode 100644 index 00000000..4abca374 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0723_dartrix/dartrix_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0724_decidueye/decidueye.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0724_decidueye/decidueye.png new file mode 100644 index 00000000..2b36be15 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0724_decidueye/decidueye.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0724_decidueye/decidueye_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0724_decidueye/decidueye_female.png new file mode 100644 index 00000000..2b36be15 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0724_decidueye/decidueye_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0724_decidueye/decidueye_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0724_decidueye/decidueye_female_shiny.png new file mode 100644 index 00000000..6123eeaf Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0724_decidueye/decidueye_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0724_decidueye/decidueye_hisuian.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0724_decidueye/decidueye_hisuian.png new file mode 100644 index 00000000..afd63b52 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0724_decidueye/decidueye_hisuian.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0724_decidueye/decidueye_hisuian_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0724_decidueye/decidueye_hisuian_female.png new file mode 100644 index 00000000..afd63b52 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0724_decidueye/decidueye_hisuian_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0724_decidueye/decidueye_hisuian_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0724_decidueye/decidueye_hisuian_female_shiny.png new file mode 100644 index 00000000..45a60015 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0724_decidueye/decidueye_hisuian_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0724_decidueye/decidueye_hisuian_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0724_decidueye/decidueye_hisuian_shiny.png new file mode 100644 index 00000000..45a60015 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0724_decidueye/decidueye_hisuian_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0724_decidueye/decidueye_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0724_decidueye/decidueye_shiny.png new file mode 100644 index 00000000..6123eeaf Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0724_decidueye/decidueye_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0725_litten/litten.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0725_litten/litten.png new file mode 100644 index 00000000..9e40c00e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0725_litten/litten.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0725_litten/litten_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0725_litten/litten_female.png new file mode 100644 index 00000000..9e40c00e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0725_litten/litten_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0725_litten/litten_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0725_litten/litten_female_shiny.png new file mode 100644 index 00000000..2b0f6201 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0725_litten/litten_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0725_litten/litten_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0725_litten/litten_shiny.png new file mode 100644 index 00000000..2b0f6201 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0725_litten/litten_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0726_torracat/torracat.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0726_torracat/torracat.png new file mode 100644 index 00000000..56057a42 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0726_torracat/torracat.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0726_torracat/torracat_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0726_torracat/torracat_female.png new file mode 100644 index 00000000..56057a42 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0726_torracat/torracat_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0726_torracat/torracat_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0726_torracat/torracat_female_shiny.png new file mode 100644 index 00000000..0888d95a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0726_torracat/torracat_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0726_torracat/torracat_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0726_torracat/torracat_shiny.png new file mode 100644 index 00000000..0888d95a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0726_torracat/torracat_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0727_incineroar/incineroar.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0727_incineroar/incineroar.png new file mode 100644 index 00000000..fc63dee9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0727_incineroar/incineroar.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0727_incineroar/incineroar_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0727_incineroar/incineroar_female.png new file mode 100644 index 00000000..fc63dee9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0727_incineroar/incineroar_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0727_incineroar/incineroar_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0727_incineroar/incineroar_female_shiny.png new file mode 100644 index 00000000..aeb6210e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0727_incineroar/incineroar_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0727_incineroar/incineroar_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0727_incineroar/incineroar_shiny.png new file mode 100644 index 00000000..aeb6210e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0727_incineroar/incineroar_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0728_popplio/popplio.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0728_popplio/popplio.png new file mode 100644 index 00000000..3c3bd140 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0728_popplio/popplio.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0728_popplio/popplio_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0728_popplio/popplio_female.png new file mode 100644 index 00000000..3c3bd140 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0728_popplio/popplio_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0728_popplio/popplio_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0728_popplio/popplio_female_shiny.png new file mode 100644 index 00000000..c2977d70 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0728_popplio/popplio_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0728_popplio/popplio_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0728_popplio/popplio_shiny.png new file mode 100644 index 00000000..c2977d70 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0728_popplio/popplio_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0729_brionne/brionne.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0729_brionne/brionne.png new file mode 100644 index 00000000..425259e5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0729_brionne/brionne.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0729_brionne/brionne_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0729_brionne/brionne_female.png new file mode 100644 index 00000000..425259e5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0729_brionne/brionne_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0729_brionne/brionne_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0729_brionne/brionne_female_shiny.png new file mode 100644 index 00000000..0de62b73 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0729_brionne/brionne_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0729_brionne/brionne_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0729_brionne/brionne_shiny.png new file mode 100644 index 00000000..0de62b73 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0729_brionne/brionne_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0730_primarina/primarina.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0730_primarina/primarina.png new file mode 100644 index 00000000..af06d0e3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0730_primarina/primarina.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0730_primarina/primarina_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0730_primarina/primarina_female.png new file mode 100644 index 00000000..af06d0e3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0730_primarina/primarina_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0730_primarina/primarina_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0730_primarina/primarina_female_shiny.png new file mode 100644 index 00000000..d694940b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0730_primarina/primarina_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0730_primarina/primarina_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0730_primarina/primarina_shiny.png new file mode 100644 index 00000000..d694940b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0730_primarina/primarina_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0757_salandit/salandit.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0757_salandit/salandit.png new file mode 100644 index 00000000..b5d49178 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0757_salandit/salandit.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0757_salandit/salandit_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0757_salandit/salandit_female.png new file mode 100644 index 00000000..b5d49178 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0757_salandit/salandit_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0757_salandit/salandit_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0757_salandit/salandit_female_shiny.png new file mode 100644 index 00000000..c27878b9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0757_salandit/salandit_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0757_salandit/salandit_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0757_salandit/salandit_shiny.png new file mode 100644 index 00000000..c27878b9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0757_salandit/salandit_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0785_tapukoko/tapukoko.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0785_tapukoko/tapukoko.png new file mode 100644 index 00000000..80fb9e95 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0785_tapukoko/tapukoko.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0785_tapukoko/tapukoko_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0785_tapukoko/tapukoko_shiny.png new file mode 100644 index 00000000..dce282a5 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0785_tapukoko/tapukoko_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0786_tapulele/tapulele.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0786_tapulele/tapulele.png new file mode 100644 index 00000000..98d4e084 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0786_tapulele/tapulele.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0786_tapulele/tapulele_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0786_tapulele/tapulele_shiny.png new file mode 100644 index 00000000..b7e068cc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0786_tapulele/tapulele_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0787_tapubulu/tapubulu.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0787_tapubulu/tapubulu.png new file mode 100644 index 00000000..991ff0f4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0787_tapubulu/tapubulu.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0787_tapubulu/tapubulu_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0787_tapubulu/tapubulu_shiny.png new file mode 100644 index 00000000..b1436d9f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0787_tapubulu/tapubulu_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0788_tapufini/tapufini.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0788_tapufini/tapufini.png new file mode 100644 index 00000000..97e7eabc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0788_tapufini/tapufini.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0788_tapufini/tapufini_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0788_tapufini/tapufini_shiny.png new file mode 100644 index 00000000..e4ee25a1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0788_tapufini/tapufini_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0789_cosmog/cosmog.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0789_cosmog/cosmog.png new file mode 100644 index 00000000..7cdf4581 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0789_cosmog/cosmog.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0789_cosmog/cosmog_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0789_cosmog/cosmog_shiny.png new file mode 100644 index 00000000..f6f32de9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0789_cosmog/cosmog_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0790_cosmoem/cosmoem.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0790_cosmoem/cosmoem.png new file mode 100644 index 00000000..3fd66b4d Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0790_cosmoem/cosmoem.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0790_cosmoem/cosmoem_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0790_cosmoem/cosmoem_shiny.png new file mode 100644 index 00000000..33673b8f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0790_cosmoem/cosmoem_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0791_solgaleo/solgaleo.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0791_solgaleo/solgaleo.png new file mode 100644 index 00000000..95f26a38 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0791_solgaleo/solgaleo.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0791_solgaleo/solgaleo_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0791_solgaleo/solgaleo_shiny.png new file mode 100644 index 00000000..db1cd604 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0791_solgaleo/solgaleo_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0792_lunala/lunala.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0792_lunala/lunala.png new file mode 100644 index 00000000..8fddc330 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0792_lunala/lunala.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0792_lunala/lunala_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0792_lunala/lunala_shiny.png new file mode 100644 index 00000000..0f9c3396 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0792_lunala/lunala_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0794_buzzwole/buzzwole.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0794_buzzwole/buzzwole.png new file mode 100644 index 00000000..44d9eb51 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0794_buzzwole/buzzwole.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0794_buzzwole/buzzwole_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0794_buzzwole/buzzwole_shiny.png new file mode 100644 index 00000000..c830e483 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0794_buzzwole/buzzwole_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0795_pheromosa/pheromosa.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0795_pheromosa/pheromosa.png new file mode 100644 index 00000000..0b9d1c48 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0795_pheromosa/pheromosa.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0795_pheromosa/pheromosa_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0795_pheromosa/pheromosa_shiny.png new file mode 100644 index 00000000..51176425 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0795_pheromosa/pheromosa_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0797_celesteela/celesteela.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0797_celesteela/celesteela.png new file mode 100644 index 00000000..fe4a3ac0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0797_celesteela/celesteela.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0797_celesteela/celesteela_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0797_celesteela/celesteela_shiny.png new file mode 100644 index 00000000..da0f2b55 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0797_celesteela/celesteela_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0801_magearna/magearna.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0801_magearna/magearna.png new file mode 100644 index 00000000..9d7b22e4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0801_magearna/magearna.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0801_magearna/magearna_original.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0801_magearna/magearna_original.png new file mode 100644 index 00000000..a81df3cc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0801_magearna/magearna_original.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0801_magearna/magearna_original_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0801_magearna/magearna_original_shiny.png new file mode 100644 index 00000000..713806c4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0801_magearna/magearna_original_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0801_magearna/magearna_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0801_magearna/magearna_shiny.png new file mode 100644 index 00000000..9bbe3bf1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0801_magearna/magearna_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0805_stakataka/stakataka.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0805_stakataka/stakataka.png new file mode 100644 index 00000000..b42c3de4 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0805_stakataka/stakataka.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0805_stakataka/stakataka_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0805_stakataka/stakataka_shiny.png new file mode 100644 index 00000000..18b3440c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0805_stakataka/stakataka_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0810_grookey/grookey.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0810_grookey/grookey.png new file mode 100644 index 00000000..27809af2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0810_grookey/grookey.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0810_grookey/grookey_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0810_grookey/grookey_female.png new file mode 100644 index 00000000..27809af2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0810_grookey/grookey_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0810_grookey/grookey_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0810_grookey/grookey_female_shiny.png new file mode 100644 index 00000000..e01e8f2b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0810_grookey/grookey_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0810_grookey/grookey_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0810_grookey/grookey_shiny.png new file mode 100644 index 00000000..e01e8f2b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0810_grookey/grookey_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0811_thwackey/thwackey.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0811_thwackey/thwackey.png new file mode 100644 index 00000000..1870af3b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0811_thwackey/thwackey.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0811_thwackey/thwackey_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0811_thwackey/thwackey_female.png new file mode 100644 index 00000000..1870af3b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0811_thwackey/thwackey_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0811_thwackey/thwackey_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0811_thwackey/thwackey_female_shiny.png new file mode 100644 index 00000000..90661609 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0811_thwackey/thwackey_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0811_thwackey/thwackey_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0811_thwackey/thwackey_shiny.png new file mode 100644 index 00000000..90661609 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0811_thwackey/thwackey_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0812_rillaboom/rillaboom.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0812_rillaboom/rillaboom.png new file mode 100644 index 00000000..c3d5048b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0812_rillaboom/rillaboom.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0812_rillaboom/rillaboom_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0812_rillaboom/rillaboom_female.png new file mode 100644 index 00000000..c3d5048b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0812_rillaboom/rillaboom_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0812_rillaboom/rillaboom_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0812_rillaboom/rillaboom_female_shiny.png new file mode 100644 index 00000000..8d10fa36 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0812_rillaboom/rillaboom_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0812_rillaboom/rillaboom_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0812_rillaboom/rillaboom_shiny.png new file mode 100644 index 00000000..8d10fa36 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0812_rillaboom/rillaboom_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0813_scorbunny/scorbunny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0813_scorbunny/scorbunny.png new file mode 100644 index 00000000..b89ec948 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0813_scorbunny/scorbunny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0813_scorbunny/scorbunny_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0813_scorbunny/scorbunny_female.png new file mode 100644 index 00000000..b89ec948 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0813_scorbunny/scorbunny_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0813_scorbunny/scorbunny_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0813_scorbunny/scorbunny_female_shiny.png new file mode 100644 index 00000000..bddc17a3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0813_scorbunny/scorbunny_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0813_scorbunny/scorbunny_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0813_scorbunny/scorbunny_shiny.png new file mode 100644 index 00000000..bddc17a3 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0813_scorbunny/scorbunny_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0814_raboot/raboot.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0814_raboot/raboot.png new file mode 100644 index 00000000..55da334f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0814_raboot/raboot.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0814_raboot/raboot_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0814_raboot/raboot_female.png new file mode 100644 index 00000000..55da334f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0814_raboot/raboot_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0814_raboot/raboot_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0814_raboot/raboot_female_shiny.png new file mode 100644 index 00000000..1bd470c0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0814_raboot/raboot_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0814_raboot/raboot_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0814_raboot/raboot_shiny.png new file mode 100644 index 00000000..1bd470c0 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0814_raboot/raboot_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0815_cinderace/cinderace.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0815_cinderace/cinderace.png new file mode 100644 index 00000000..6a026cc1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0815_cinderace/cinderace.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0815_cinderace/cinderace_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0815_cinderace/cinderace_female.png new file mode 100644 index 00000000..6a026cc1 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0815_cinderace/cinderace_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0815_cinderace/cinderace_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0815_cinderace/cinderace_female_shiny.png new file mode 100644 index 00000000..9aa2c04c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0815_cinderace/cinderace_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0815_cinderace/cinderace_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0815_cinderace/cinderace_shiny.png new file mode 100644 index 00000000..9aa2c04c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0815_cinderace/cinderace_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0816_sobble/sobble.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0816_sobble/sobble.png new file mode 100644 index 00000000..4b323e99 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0816_sobble/sobble.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0816_sobble/sobble_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0816_sobble/sobble_female.png new file mode 100644 index 00000000..4b323e99 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0816_sobble/sobble_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0816_sobble/sobble_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0816_sobble/sobble_female_shiny.png new file mode 100644 index 00000000..9b1d8a78 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0816_sobble/sobble_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0816_sobble/sobble_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0816_sobble/sobble_shiny.png new file mode 100644 index 00000000..9b1d8a78 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0816_sobble/sobble_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0817_drizzile/drizzile.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0817_drizzile/drizzile.png new file mode 100644 index 00000000..22dbc84c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0817_drizzile/drizzile.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0817_drizzile/drizzile_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0817_drizzile/drizzile_female.png new file mode 100644 index 00000000..22dbc84c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0817_drizzile/drizzile_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0817_drizzile/drizzile_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0817_drizzile/drizzile_female_shiny.png new file mode 100644 index 00000000..247cdd25 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0817_drizzile/drizzile_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0817_drizzile/drizzile_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0817_drizzile/drizzile_shiny.png new file mode 100644 index 00000000..247cdd25 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0817_drizzile/drizzile_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0818_inteleon/inteleon.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0818_inteleon/inteleon.png new file mode 100644 index 00000000..65c541aa Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0818_inteleon/inteleon.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0818_inteleon/inteleon_female.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0818_inteleon/inteleon_female.png new file mode 100644 index 00000000..65c541aa Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0818_inteleon/inteleon_female.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0818_inteleon/inteleon_female_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0818_inteleon/inteleon_female_shiny.png new file mode 100644 index 00000000..10705a4b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0818_inteleon/inteleon_female_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0818_inteleon/inteleon_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0818_inteleon/inteleon_shiny.png new file mode 100644 index 00000000..10705a4b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0818_inteleon/inteleon_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0888_zacian/zacian.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0888_zacian/zacian.png new file mode 100644 index 00000000..97c4866c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0888_zacian/zacian.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0888_zacian/zacian_crowned.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0888_zacian/zacian_crowned.png new file mode 100644 index 00000000..0ca57abb Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0888_zacian/zacian_crowned.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0888_zacian/zacian_crowned_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0888_zacian/zacian_crowned_shiny.png new file mode 100644 index 00000000..d191cadc Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0888_zacian/zacian_crowned_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0888_zacian/zacian_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0888_zacian/zacian_shiny.png new file mode 100644 index 00000000..092de060 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0888_zacian/zacian_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0889_zamazenta/zamazenta.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0889_zamazenta/zamazenta.png new file mode 100644 index 00000000..35077f67 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0889_zamazenta/zamazenta.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0889_zamazenta/zamazenta_crowned.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0889_zamazenta/zamazenta_crowned.png new file mode 100644 index 00000000..334fbe78 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0889_zamazenta/zamazenta_crowned.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0889_zamazenta/zamazenta_crowned_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0889_zamazenta/zamazenta_crowned_shiny.png new file mode 100644 index 00000000..afa0a41a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0889_zamazenta/zamazenta_crowned_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0889_zamazenta/zamazenta_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0889_zamazenta/zamazenta_shiny.png new file mode 100644 index 00000000..5f603956 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0889_zamazenta/zamazenta_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0893_zarude/zarude.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0893_zarude/zarude.png new file mode 100644 index 00000000..44a438c6 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0893_zarude/zarude.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0893_zarude/zarude_dada.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0893_zarude/zarude_dada.png new file mode 100644 index 00000000..45c91ed7 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0893_zarude/zarude_dada.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0893_zarude/zarude_dada_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0893_zarude/zarude_dada_shiny.png new file mode 100644 index 00000000..5a287200 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0893_zarude/zarude_dada_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0893_zarude/zarude_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0893_zarude/zarude_shiny.png new file mode 100644 index 00000000..4330b23e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0893_zarude/zarude_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0894_regieleki/regieleki.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0894_regieleki/regieleki.png new file mode 100644 index 00000000..1061420e Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0894_regieleki/regieleki.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0894_regieleki/regieleki_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0894_regieleki/regieleki_shiny.png new file mode 100644 index 00000000..9219e5ab Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0894_regieleki/regieleki_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0895_regidrago/regidrago.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0895_regidrago/regidrago.png new file mode 100644 index 00000000..08589ec9 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0895_regidrago/regidrago.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0895_regidrago/regidrago_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0895_regidrago/regidrago_shiny.png new file mode 100644 index 00000000..dd5ffaaf Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0895_regidrago/regidrago_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0905_enamorus/enamorus.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0905_enamorus/enamorus.png new file mode 100644 index 00000000..3732476b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0905_enamorus/enamorus.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0905_enamorus/enamorus_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0905_enamorus/enamorus_shiny.png new file mode 100644 index 00000000..b4f72780 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0905_enamorus/enamorus_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0905_enamorus/enamorus_therian.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0905_enamorus/enamorus_therian.png new file mode 100644 index 00000000..c0e0d358 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0905_enamorus/enamorus_therian.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0905_enamorus/enamorus_therian_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0905_enamorus/enamorus_therian_shiny.png new file mode 100644 index 00000000..5b7158e2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0905_enamorus/enamorus_therian_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0925_maushold/maushold.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0925_maushold/maushold.png new file mode 100644 index 00000000..eb87636f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0925_maushold/maushold.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0925_maushold/maushold_four.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0925_maushold/maushold_four.png new file mode 100644 index 00000000..eb87636f Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0925_maushold/maushold_four.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0925_maushold/maushold_four_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0925_maushold/maushold_four_shiny.png new file mode 100644 index 00000000..084d312b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0925_maushold/maushold_four_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0925_maushold/maushold_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0925_maushold/maushold_shiny.png new file mode 100644 index 00000000..084d312b Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/0925_maushold/maushold_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/1001_wochien/wochien.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/1001_wochien/wochien.png new file mode 100644 index 00000000..e4457577 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/1001_wochien/wochien.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/1001_wochien/wochien_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/1001_wochien/wochien_shiny.png new file mode 100644 index 00000000..b1fff6f2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/1001_wochien/wochien_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/1003_tinglu/tinglu.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/1003_tinglu/tinglu.png new file mode 100644 index 00000000..a6501cea Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/1003_tinglu/tinglu.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/1003_tinglu/tinglu_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/1003_tinglu/tinglu_shiny.png new file mode 100644 index 00000000..99325604 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/1003_tinglu/tinglu_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/1014_okidogi/okidogi.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/1014_okidogi/okidogi.png new file mode 100644 index 00000000..1e455f0c Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/1014_okidogi/okidogi.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/1014_okidogi/okidogi_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/1014_okidogi/okidogi_shiny.png new file mode 100644 index 00000000..ebafc211 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/1014_okidogi/okidogi_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/1015_munkidori/munkidori.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/1015_munkidori/munkidori.png new file mode 100644 index 00000000..baaa9903 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/1015_munkidori/munkidori.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/1015_munkidori/munkidori_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/1015_munkidori/munkidori_shiny.png new file mode 100644 index 00000000..3d8c3032 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/1015_munkidori/munkidori_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/1016_fezandipiti/fezandipiti.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/1016_fezandipiti/fezandipiti.png new file mode 100644 index 00000000..6390ddbf Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/1016_fezandipiti/fezandipiti.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/1016_fezandipiti/fezandipiti_shiny.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/1016_fezandipiti/fezandipiti_shiny.png new file mode 100644 index 00000000..802aff2a Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/assets/cobblemon/textures/pokemon/1016_fezandipiti/fezandipiti_shiny.png differ diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/pack.mcmeta b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/pack.mcmeta new file mode 100644 index 00000000..fa10ed82 --- /dev/null +++ b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 15, + "description": "Cobblemon icons for Journeymap" + } +} \ No newline at end of file diff --git a/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/pack.png b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/pack.png new file mode 100644 index 00000000..ed4644c2 Binary files /dev/null and b/resourcepacks/CobblemonIcons StarAcademy WithMobs v1.0/pack.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0001_bulbasaur/bulbasaur.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0001_bulbasaur/bulbasaur.png new file mode 100644 index 00000000..72374035 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0001_bulbasaur/bulbasaur.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0001_bulbasaur/bulbasaur_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0001_bulbasaur/bulbasaur_shiny.png new file mode 100644 index 00000000..a7b79493 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0001_bulbasaur/bulbasaur_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0002_ivysaur/ivysaur.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0002_ivysaur/ivysaur.png new file mode 100644 index 00000000..ad5028b8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0002_ivysaur/ivysaur.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0002_ivysaur/ivysaur_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0002_ivysaur/ivysaur_shiny.png new file mode 100644 index 00000000..705a1d21 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0002_ivysaur/ivysaur_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0003_venusaur/venusaur.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0003_venusaur/venusaur.png new file mode 100644 index 00000000..626fa326 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0003_venusaur/venusaur.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0003_venusaur/venusaur_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0003_venusaur/venusaur_shiny.png new file mode 100644 index 00000000..58e4d0be Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0003_venusaur/venusaur_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0004_charmander/charmander.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0004_charmander/charmander.png new file mode 100644 index 00000000..ab6ddbed Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0004_charmander/charmander.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0004_charmander/charmander_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0004_charmander/charmander_shiny.png new file mode 100644 index 00000000..f4f84d3f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0004_charmander/charmander_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0005_charmeleon/charmeleon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0005_charmeleon/charmeleon.png new file mode 100644 index 00000000..a97d225f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0005_charmeleon/charmeleon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0005_charmeleon/charmeleon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0005_charmeleon/charmeleon_shiny.png new file mode 100644 index 00000000..1c6d3d55 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0005_charmeleon/charmeleon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0006_charizard/charizard.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0006_charizard/charizard.png new file mode 100644 index 00000000..db460c37 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0006_charizard/charizard.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0006_charizard/charizard_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0006_charizard/charizard_shiny.png new file mode 100644 index 00000000..bad93e5f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0006_charizard/charizard_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0007_squirtle/squirtle.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0007_squirtle/squirtle.png new file mode 100644 index 00000000..919ca54c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0007_squirtle/squirtle.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0007_squirtle/squirtle_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0007_squirtle/squirtle_shiny.png new file mode 100644 index 00000000..df5d7091 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0007_squirtle/squirtle_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0008_wartortle/wartortle.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0008_wartortle/wartortle.png new file mode 100644 index 00000000..641aaa35 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0008_wartortle/wartortle.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0008_wartortle/wartortle_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0008_wartortle/wartortle_shiny.png new file mode 100644 index 00000000..52495faa Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0008_wartortle/wartortle_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0009_blastoise/blastoise.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0009_blastoise/blastoise.png new file mode 100644 index 00000000..f1ce80f6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0009_blastoise/blastoise.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0009_blastoise/blastoise_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0009_blastoise/blastoise_shiny.png new file mode 100644 index 00000000..3656c962 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0009_blastoise/blastoise_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0010_caterpie/caterpie.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0010_caterpie/caterpie.png new file mode 100644 index 00000000..9bb7afd4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0010_caterpie/caterpie.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0010_caterpie/caterpie_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0010_caterpie/caterpie_shiny.png new file mode 100644 index 00000000..623b6350 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0010_caterpie/caterpie_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0011_metapod/metapod.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0011_metapod/metapod.png new file mode 100644 index 00000000..7fd369f2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0011_metapod/metapod.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0011_metapod/metapod_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0011_metapod/metapod_shiny.png new file mode 100644 index 00000000..6f340822 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0011_metapod/metapod_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0012_butterfree/butterfree.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0012_butterfree/butterfree.png new file mode 100644 index 00000000..015685ee Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0012_butterfree/butterfree.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0012_butterfree/butterfree_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0012_butterfree/butterfree_shiny.png new file mode 100644 index 00000000..aa79d9d7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0012_butterfree/butterfree_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0012_butterfree/butterfree_valencian.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0012_butterfree/butterfree_valencian.png new file mode 100644 index 00000000..015685ee Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0012_butterfree/butterfree_valencian.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0012_butterfree/butterfree_valencian_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0012_butterfree/butterfree_valencian_shiny.png new file mode 100644 index 00000000..aa79d9d7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0012_butterfree/butterfree_valencian_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0013_weedle/weedle.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0013_weedle/weedle.png new file mode 100644 index 00000000..11ee2bbd Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0013_weedle/weedle.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0013_weedle/weedle_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0013_weedle/weedle_shiny.png new file mode 100644 index 00000000..8ea7f3d4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0013_weedle/weedle_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0014_kakuna/kakuna.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0014_kakuna/kakuna.png new file mode 100644 index 00000000..0e998359 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0014_kakuna/kakuna.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0014_kakuna/kakuna_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0014_kakuna/kakuna_shiny.png new file mode 100644 index 00000000..978a553f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0014_kakuna/kakuna_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0015_beedrill/beedrill.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0015_beedrill/beedrill.png new file mode 100644 index 00000000..31377ffc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0015_beedrill/beedrill.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0015_beedrill/beedrill_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0015_beedrill/beedrill_shiny.png new file mode 100644 index 00000000..dcaef48e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0015_beedrill/beedrill_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0016_pidgey/pidgey.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0016_pidgey/pidgey.png new file mode 100644 index 00000000..d89979c6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0016_pidgey/pidgey.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0016_pidgey/pidgey_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0016_pidgey/pidgey_shiny.png new file mode 100644 index 00000000..66f3c951 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0016_pidgey/pidgey_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0017_pidgeotto/pidgeotto.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0017_pidgeotto/pidgeotto.png new file mode 100644 index 00000000..68728fe3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0017_pidgeotto/pidgeotto.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0017_pidgeotto/pidgeotto_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0017_pidgeotto/pidgeotto_shiny.png new file mode 100644 index 00000000..82472f46 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0017_pidgeotto/pidgeotto_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0018_pidgeot/pidgeot.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0018_pidgeot/pidgeot.png new file mode 100644 index 00000000..3ef71ed4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0018_pidgeot/pidgeot.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0018_pidgeot/pidgeot_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0018_pidgeot/pidgeot_shiny.png new file mode 100644 index 00000000..204778f3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0018_pidgeot/pidgeot_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0019_rattata/rattata.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0019_rattata/rattata.png new file mode 100644 index 00000000..82217e40 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0019_rattata/rattata.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0019_rattata/rattata_alolan.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0019_rattata/rattata_alolan.png new file mode 100644 index 00000000..85e34b2d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0019_rattata/rattata_alolan.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0019_rattata/rattata_alolan_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0019_rattata/rattata_alolan_shiny.png new file mode 100644 index 00000000..5f509ad7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0019_rattata/rattata_alolan_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0019_rattata/rattata_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0019_rattata/rattata_shiny.png new file mode 100644 index 00000000..ef91fdce Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0019_rattata/rattata_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0020_raticate/raticate.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0020_raticate/raticate.png new file mode 100644 index 00000000..38865cbc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0020_raticate/raticate.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0020_raticate/raticate_alolan.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0020_raticate/raticate_alolan.png new file mode 100644 index 00000000..6d56f3b7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0020_raticate/raticate_alolan.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0020_raticate/raticate_alolan_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0020_raticate/raticate_alolan_shiny.png new file mode 100644 index 00000000..dc020bee Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0020_raticate/raticate_alolan_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0020_raticate/raticate_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0020_raticate/raticate_shiny.png new file mode 100644 index 00000000..765ad0c0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0020_raticate/raticate_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0021_spearow/spearow.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0021_spearow/spearow.png new file mode 100644 index 00000000..6be4cbae Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0021_spearow/spearow.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0021_spearow/spearow_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0021_spearow/spearow_shiny.png new file mode 100644 index 00000000..850e100a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0021_spearow/spearow_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0022_fearow/fearow.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0022_fearow/fearow.png new file mode 100644 index 00000000..0b6a001a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0022_fearow/fearow.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0022_fearow/fearow_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0022_fearow/fearow_shiny.png new file mode 100644 index 00000000..edca4c84 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0022_fearow/fearow_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0023_ekans/ekans.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0023_ekans/ekans.png new file mode 100644 index 00000000..efbfad37 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0023_ekans/ekans.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0023_ekans/ekans_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0023_ekans/ekans_shiny.png new file mode 100644 index 00000000..3895b9a0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0023_ekans/ekans_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0024_arbok/arbok.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0024_arbok/arbok.png new file mode 100644 index 00000000..6fb2f2fc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0024_arbok/arbok.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0024_arbok/arbok_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0024_arbok/arbok_shiny.png new file mode 100644 index 00000000..f797b749 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0024_arbok/arbok_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0025_pikachu/pikachu.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0025_pikachu/pikachu.png new file mode 100644 index 00000000..40ab35b7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0025_pikachu/pikachu.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0025_pikachu/pikachu_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0025_pikachu/pikachu_shiny.png new file mode 100644 index 00000000..95eff313 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0025_pikachu/pikachu_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0026_raichu/raichu.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0026_raichu/raichu.png new file mode 100644 index 00000000..55168205 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0026_raichu/raichu.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0026_raichu/raichu_alolan.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0026_raichu/raichu_alolan.png new file mode 100644 index 00000000..d9c54b72 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0026_raichu/raichu_alolan.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0026_raichu/raichu_alolan_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0026_raichu/raichu_alolan_shiny.png new file mode 100644 index 00000000..f8fd5a96 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0026_raichu/raichu_alolan_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0026_raichu/raichu_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0026_raichu/raichu_shiny.png new file mode 100644 index 00000000..66890966 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0026_raichu/raichu_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0027_sandshrew/sandshrew.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0027_sandshrew/sandshrew.png new file mode 100644 index 00000000..e5e23318 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0027_sandshrew/sandshrew.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0027_sandshrew/sandshrew_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0027_sandshrew/sandshrew_shiny.png new file mode 100644 index 00000000..473a647a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0027_sandshrew/sandshrew_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0028_sandslash/sandslash.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0028_sandslash/sandslash.png new file mode 100644 index 00000000..592dfda0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0028_sandslash/sandslash.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0028_sandslash/sandslash_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0028_sandslash/sandslash_shiny.png new file mode 100644 index 00000000..c4eaeb56 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0028_sandslash/sandslash_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0029_nidoranf/nidoranf.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0029_nidoranf/nidoranf.png new file mode 100644 index 00000000..f34c9225 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0029_nidoranf/nidoranf.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0029_nidoranf/nidoranf_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0029_nidoranf/nidoranf_shiny.png new file mode 100644 index 00000000..ba382468 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0029_nidoranf/nidoranf_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0030_nidorina/nidorina.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0030_nidorina/nidorina.png new file mode 100644 index 00000000..0683f931 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0030_nidorina/nidorina.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0030_nidorina/nidorina_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0030_nidorina/nidorina_shiny.png new file mode 100644 index 00000000..05f10c3a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0030_nidorina/nidorina_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0031_nidoqueen/nidoqueen.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0031_nidoqueen/nidoqueen.png new file mode 100644 index 00000000..4003d407 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0031_nidoqueen/nidoqueen.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0031_nidoqueen/nidoqueen_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0031_nidoqueen/nidoqueen_shiny.png new file mode 100644 index 00000000..e3c06f1d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0031_nidoqueen/nidoqueen_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0032_nidoranm/nidoranm.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0032_nidoranm/nidoranm.png new file mode 100644 index 00000000..bf007b91 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0032_nidoranm/nidoranm.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0032_nidoranm/nidoranm_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0032_nidoranm/nidoranm_shiny.png new file mode 100644 index 00000000..ac11d25c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0032_nidoranm/nidoranm_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0033_nidorino/nidorino.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0033_nidorino/nidorino.png new file mode 100644 index 00000000..e0aac5d2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0033_nidorino/nidorino.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0033_nidorino/nidorino_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0033_nidorino/nidorino_shiny.png new file mode 100644 index 00000000..8444dd03 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0033_nidorino/nidorino_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0034_nidoking/nidoking.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0034_nidoking/nidoking.png new file mode 100644 index 00000000..d7b2084f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0034_nidoking/nidoking.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0034_nidoking/nidoking_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0034_nidoking/nidoking_shiny.png new file mode 100644 index 00000000..91068365 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0034_nidoking/nidoking_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0035_clefairy/clefairy.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0035_clefairy/clefairy.png new file mode 100644 index 00000000..848ea6e1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0035_clefairy/clefairy.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0035_clefairy/clefairy_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0035_clefairy/clefairy_shiny.png new file mode 100644 index 00000000..58779e29 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0035_clefairy/clefairy_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0036_clefable/clefable.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0036_clefable/clefable.png new file mode 100644 index 00000000..9c6a1a5f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0036_clefable/clefable.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0036_clefable/clefable_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0036_clefable/clefable_shiny.png new file mode 100644 index 00000000..bf2cf97d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0036_clefable/clefable_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0037_vulpix/vulpix.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0037_vulpix/vulpix.png new file mode 100644 index 00000000..0b2a6113 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0037_vulpix/vulpix.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0037_vulpix/vulpix_alolan.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0037_vulpix/vulpix_alolan.png new file mode 100644 index 00000000..38b08e22 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0037_vulpix/vulpix_alolan.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0037_vulpix/vulpix_alolan_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0037_vulpix/vulpix_alolan_shiny.png new file mode 100644 index 00000000..e7c5364c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0037_vulpix/vulpix_alolan_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0037_vulpix/vulpix_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0037_vulpix/vulpix_shiny.png new file mode 100644 index 00000000..603d741e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0037_vulpix/vulpix_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0038_ninetales/ninetales.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0038_ninetales/ninetales.png new file mode 100644 index 00000000..e24e35ef Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0038_ninetales/ninetales.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0038_ninetales/ninetales_alolan.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0038_ninetales/ninetales_alolan.png new file mode 100644 index 00000000..6467ceb6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0038_ninetales/ninetales_alolan.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0038_ninetales/ninetales_alolan_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0038_ninetales/ninetales_alolan_shiny.png new file mode 100644 index 00000000..8cfba162 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0038_ninetales/ninetales_alolan_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0038_ninetales/ninetales_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0038_ninetales/ninetales_shiny.png new file mode 100644 index 00000000..9441fe17 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0038_ninetales/ninetales_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0039_jigglypuff/jigglypuff.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0039_jigglypuff/jigglypuff.png new file mode 100644 index 00000000..361e3fe8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0039_jigglypuff/jigglypuff.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0039_jigglypuff/jigglypuff_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0039_jigglypuff/jigglypuff_shiny.png new file mode 100644 index 00000000..cf0d26da Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0039_jigglypuff/jigglypuff_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0040_wigglytuff/wigglytuff.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0040_wigglytuff/wigglytuff.png new file mode 100644 index 00000000..77869ad4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0040_wigglytuff/wigglytuff.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0040_wigglytuff/wigglytuff_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0040_wigglytuff/wigglytuff_shiny.png new file mode 100644 index 00000000..3d628664 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0040_wigglytuff/wigglytuff_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0041_zubat/zubat.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0041_zubat/zubat.png new file mode 100644 index 00000000..cc33d696 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0041_zubat/zubat.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0041_zubat/zubat_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0041_zubat/zubat_shiny.png new file mode 100644 index 00000000..bb8244ad Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0041_zubat/zubat_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0042_golbat/golbat.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0042_golbat/golbat.png new file mode 100644 index 00000000..02120d25 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0042_golbat/golbat.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0042_golbat/golbat_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0042_golbat/golbat_shiny.png new file mode 100644 index 00000000..d9d75622 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0042_golbat/golbat_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0043_oddish/oddish.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0043_oddish/oddish.png new file mode 100644 index 00000000..b0fa9411 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0043_oddish/oddish.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0043_oddish/oddish_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0043_oddish/oddish_shiny.png new file mode 100644 index 00000000..60493207 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0043_oddish/oddish_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0044_gloom/gloom.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0044_gloom/gloom.png new file mode 100644 index 00000000..29c7e77a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0044_gloom/gloom.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0044_gloom/gloom_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0044_gloom/gloom_shiny.png new file mode 100644 index 00000000..9fd54347 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0044_gloom/gloom_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0044_gloom/gloom_valencian.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0044_gloom/gloom_valencian.png new file mode 100644 index 00000000..29c7e77a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0044_gloom/gloom_valencian.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0044_gloom/gloom_valencian_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0044_gloom/gloom_valencian_shiny.png new file mode 100644 index 00000000..9fd54347 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0044_gloom/gloom_valencian_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0045_vileplume/vileplume.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0045_vileplume/vileplume.png new file mode 100644 index 00000000..487deac4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0045_vileplume/vileplume.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0045_vileplume/vileplume_female.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0045_vileplume/vileplume_female.png new file mode 100644 index 00000000..487deac4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0045_vileplume/vileplume_female.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0045_vileplume/vileplume_female_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0045_vileplume/vileplume_female_shiny.png new file mode 100644 index 00000000..9d1349bb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0045_vileplume/vileplume_female_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0045_vileplume/vileplume_male.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0045_vileplume/vileplume_male.png new file mode 100644 index 00000000..487deac4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0045_vileplume/vileplume_male.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0045_vileplume/vileplume_male_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0045_vileplume/vileplume_male_shiny.png new file mode 100644 index 00000000..9d1349bb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0045_vileplume/vileplume_male_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0045_vileplume/vileplume_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0045_vileplume/vileplume_shiny.png new file mode 100644 index 00000000..9d1349bb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0045_vileplume/vileplume_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0046_paras/paras.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0046_paras/paras.png new file mode 100644 index 00000000..6591ed8d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0046_paras/paras.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0046_paras/paras_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0046_paras/paras_shiny.png new file mode 100644 index 00000000..f5e5cade Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0046_paras/paras_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0047_parasect/parasect.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0047_parasect/parasect.png new file mode 100644 index 00000000..f0c669b0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0047_parasect/parasect.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0047_parasect/parasect_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0047_parasect/parasect_shiny.png new file mode 100644 index 00000000..2972189a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0047_parasect/parasect_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0048_venonat/venonat.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0048_venonat/venonat.png new file mode 100644 index 00000000..bb482000 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0048_venonat/venonat.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0048_venonat/venonat_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0048_venonat/venonat_shiny.png new file mode 100644 index 00000000..a2fb49f2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0048_venonat/venonat_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0049_venomoth/venomoth.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0049_venomoth/venomoth.png new file mode 100644 index 00000000..3f459027 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0049_venomoth/venomoth.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0049_venomoth/venomoth_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0049_venomoth/venomoth_shiny.png new file mode 100644 index 00000000..ad827665 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0049_venomoth/venomoth_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0050_diglett/diglett.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0050_diglett/diglett.png new file mode 100644 index 00000000..7addbb8b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0050_diglett/diglett.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0050_diglett/diglett_alolan.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0050_diglett/diglett_alolan.png new file mode 100644 index 00000000..4fd9da66 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0050_diglett/diglett_alolan.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0050_diglett/diglett_alolan_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0050_diglett/diglett_alolan_shiny.png new file mode 100644 index 00000000..853c9205 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0050_diglett/diglett_alolan_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0050_diglett/diglett_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0050_diglett/diglett_shiny.png new file mode 100644 index 00000000..af970a4d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0050_diglett/diglett_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0051_dugtrio/dugtrio.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0051_dugtrio/dugtrio.png new file mode 100644 index 00000000..cfc622e4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0051_dugtrio/dugtrio.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0051_dugtrio/dugtrio_alolan.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0051_dugtrio/dugtrio_alolan.png new file mode 100644 index 00000000..9c01d810 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0051_dugtrio/dugtrio_alolan.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0051_dugtrio/dugtrio_alolan_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0051_dugtrio/dugtrio_alolan_shiny.png new file mode 100644 index 00000000..630d8a6d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0051_dugtrio/dugtrio_alolan_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0051_dugtrio/dugtrio_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0051_dugtrio/dugtrio_shiny.png new file mode 100644 index 00000000..55bcd7b7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0051_dugtrio/dugtrio_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0052_meowth/meowth.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0052_meowth/meowth.png new file mode 100644 index 00000000..5dbe88eb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0052_meowth/meowth.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0052_meowth/meowth_alolan.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0052_meowth/meowth_alolan.png new file mode 100644 index 00000000..9d4a7741 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0052_meowth/meowth_alolan.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0052_meowth/meowth_alolan_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0052_meowth/meowth_alolan_shiny.png new file mode 100644 index 00000000..3a9b2ebb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0052_meowth/meowth_alolan_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0052_meowth/meowth_galarian.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0052_meowth/meowth_galarian.png new file mode 100644 index 00000000..6ab164d8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0052_meowth/meowth_galarian.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0052_meowth/meowth_galarian_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0052_meowth/meowth_galarian_shiny.png new file mode 100644 index 00000000..329b96ca Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0052_meowth/meowth_galarian_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0052_meowth/meowth_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0052_meowth/meowth_shiny.png new file mode 100644 index 00000000..223d115c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0052_meowth/meowth_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0053_persian/persian.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0053_persian/persian.png new file mode 100644 index 00000000..cb6cc255 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0053_persian/persian.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0053_persian/persian_alolan.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0053_persian/persian_alolan.png new file mode 100644 index 00000000..4e02229f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0053_persian/persian_alolan.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0053_persian/persian_alolan_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0053_persian/persian_alolan_shiny.png new file mode 100644 index 00000000..63afff37 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0053_persian/persian_alolan_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0053_persian/persian_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0053_persian/persian_shiny.png new file mode 100644 index 00000000..8bf90bf2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0053_persian/persian_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0054_psyduck/psyduck.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0054_psyduck/psyduck.png new file mode 100644 index 00000000..248d172a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0054_psyduck/psyduck.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0054_psyduck/psyduck_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0054_psyduck/psyduck_shiny.png new file mode 100644 index 00000000..462919ad Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0054_psyduck/psyduck_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0055_golduck/golduck.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0055_golduck/golduck.png new file mode 100644 index 00000000..f2ed7379 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0055_golduck/golduck.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0055_golduck/golduck_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0055_golduck/golduck_shiny.png new file mode 100644 index 00000000..717e9b47 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0055_golduck/golduck_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0056_mankey/mankey.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0056_mankey/mankey.png new file mode 100644 index 00000000..982fbcf8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0056_mankey/mankey.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0056_mankey/mankey_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0056_mankey/mankey_shiny.png new file mode 100644 index 00000000..8abf194b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0056_mankey/mankey_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0057_primeape/primeape.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0057_primeape/primeape.png new file mode 100644 index 00000000..609f2713 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0057_primeape/primeape.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0057_primeape/primeape_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0057_primeape/primeape_shiny.png new file mode 100644 index 00000000..62f3bb3d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0057_primeape/primeape_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0058_growlithe/growlithe.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0058_growlithe/growlithe.png new file mode 100644 index 00000000..bcb13c66 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0058_growlithe/growlithe.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0058_growlithe/growlithe_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0058_growlithe/growlithe_shiny.png new file mode 100644 index 00000000..1e56fd14 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0058_growlithe/growlithe_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0059_arcanine/arcanine.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0059_arcanine/arcanine.png new file mode 100644 index 00000000..ccd7b54d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0059_arcanine/arcanine.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0059_arcanine/arcanine_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0059_arcanine/arcanine_shiny.png new file mode 100644 index 00000000..fa780c39 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0059_arcanine/arcanine_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0060_poliwag/poliwag.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0060_poliwag/poliwag.png new file mode 100644 index 00000000..28016a4a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0060_poliwag/poliwag.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0060_poliwag/poliwag_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0060_poliwag/poliwag_shiny.png new file mode 100644 index 00000000..506e6c6a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0060_poliwag/poliwag_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0061_poliwhirl/poliwhirl.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0061_poliwhirl/poliwhirl.png new file mode 100644 index 00000000..51dd17f1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0061_poliwhirl/poliwhirl.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0061_poliwhirl/poliwhirl_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0061_poliwhirl/poliwhirl_shiny.png new file mode 100644 index 00000000..000a1e62 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0061_poliwhirl/poliwhirl_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0062_poliwrath/poliwrath.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0062_poliwrath/poliwrath.png new file mode 100644 index 00000000..fd629efd Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0062_poliwrath/poliwrath.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0062_poliwrath/poliwrath_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0062_poliwrath/poliwrath_shiny.png new file mode 100644 index 00000000..697adc26 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0062_poliwrath/poliwrath_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0063_abra/abra.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0063_abra/abra.png new file mode 100644 index 00000000..ea44a20c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0063_abra/abra.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0063_abra/abra_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0063_abra/abra_shiny.png new file mode 100644 index 00000000..78f27026 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0063_abra/abra_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0064_kadabra/kadabra.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0064_kadabra/kadabra.png new file mode 100644 index 00000000..8b6da762 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0064_kadabra/kadabra.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0064_kadabra/kadabra_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0064_kadabra/kadabra_shiny.png new file mode 100644 index 00000000..64d39c37 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0064_kadabra/kadabra_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0065_alakazam/alakazam.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0065_alakazam/alakazam.png new file mode 100644 index 00000000..dbe0342a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0065_alakazam/alakazam.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0065_alakazam/alakazam_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0065_alakazam/alakazam_shiny.png new file mode 100644 index 00000000..ba418f0e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0065_alakazam/alakazam_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0066_machop/machop.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0066_machop/machop.png new file mode 100644 index 00000000..5bb6f057 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0066_machop/machop.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0066_machop/machop_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0066_machop/machop_shiny.png new file mode 100644 index 00000000..b9229b25 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0066_machop/machop_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0067_machoke/machoke.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0067_machoke/machoke.png new file mode 100644 index 00000000..f13aa304 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0067_machoke/machoke.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0067_machoke/machoke_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0067_machoke/machoke_shiny.png new file mode 100644 index 00000000..de2b12f9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0067_machoke/machoke_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0068_machamp/machamp.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0068_machamp/machamp.png new file mode 100644 index 00000000..234147ad Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0068_machamp/machamp.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0068_machamp/machamp_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0068_machamp/machamp_shiny.png new file mode 100644 index 00000000..d3e9b275 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0068_machamp/machamp_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0069_bellsprout/bellsprout.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0069_bellsprout/bellsprout.png new file mode 100644 index 00000000..5cddd2ca Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0069_bellsprout/bellsprout.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0069_bellsprout/bellsprout_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0069_bellsprout/bellsprout_shiny.png new file mode 100644 index 00000000..4bafa487 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0069_bellsprout/bellsprout_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0070_weepinbell/weepinbell.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0070_weepinbell/weepinbell.png new file mode 100644 index 00000000..4f2cb5ef Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0070_weepinbell/weepinbell.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0070_weepinbell/weepinbell_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0070_weepinbell/weepinbell_shiny.png new file mode 100644 index 00000000..30dbaf86 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0070_weepinbell/weepinbell_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0071_victreebel/victreebel.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0071_victreebel/victreebel.png new file mode 100644 index 00000000..8279b654 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0071_victreebel/victreebel.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0071_victreebel/victreebel_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0071_victreebel/victreebel_shiny.png new file mode 100644 index 00000000..ff54a6b4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0071_victreebel/victreebel_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0072_tentacool/tentacool.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0072_tentacool/tentacool.png new file mode 100644 index 00000000..603eff51 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0072_tentacool/tentacool.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0072_tentacool/tentacool_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0072_tentacool/tentacool_shiny.png new file mode 100644 index 00000000..495d538a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0072_tentacool/tentacool_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0073_tentacruel/tentacruel.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0073_tentacruel/tentacruel.png new file mode 100644 index 00000000..5b7321b3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0073_tentacruel/tentacruel.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0073_tentacruel/tentacruel_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0073_tentacruel/tentacruel_shiny.png new file mode 100644 index 00000000..1ee1c9fc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0073_tentacruel/tentacruel_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0074_geodude/geodude.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0074_geodude/geodude.png new file mode 100644 index 00000000..e05ffe91 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0074_geodude/geodude.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0074_geodude/geodude_cake.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0074_geodude/geodude_cake.png new file mode 100644 index 00000000..18a74071 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0074_geodude/geodude_cake.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0074_geodude/geodude_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0074_geodude/geodude_shiny.png new file mode 100644 index 00000000..e5623031 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0074_geodude/geodude_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0074_geodude/geodude_shiny_cake.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0074_geodude/geodude_shiny_cake.png new file mode 100644 index 00000000..399a9ae6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0074_geodude/geodude_shiny_cake.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0075_graveler/graveler.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0075_graveler/graveler.png new file mode 100644 index 00000000..0929d759 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0075_graveler/graveler.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0075_graveler/graveler_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0075_graveler/graveler_shiny.png new file mode 100644 index 00000000..97d1e510 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0075_graveler/graveler_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0076_golem/golem.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0076_golem/golem.png new file mode 100644 index 00000000..40e88ca9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0076_golem/golem.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0076_golem/golem_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0076_golem/golem_shiny.png new file mode 100644 index 00000000..6bb0daee Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0076_golem/golem_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0077_ponyta/ponyta.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0077_ponyta/ponyta.png new file mode 100644 index 00000000..81395e44 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0077_ponyta/ponyta.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0077_ponyta/ponyta_galar.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0077_ponyta/ponyta_galar.png new file mode 100644 index 00000000..43ddaf00 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0077_ponyta/ponyta_galar.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0077_ponyta/ponyta_galar_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0077_ponyta/ponyta_galar_shiny.png new file mode 100644 index 00000000..68d818fe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0077_ponyta/ponyta_galar_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0077_ponyta/ponyta_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0077_ponyta/ponyta_shiny.png new file mode 100644 index 00000000..0171b46f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0077_ponyta/ponyta_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0078_rapidash/rapidash.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0078_rapidash/rapidash.png new file mode 100644 index 00000000..62f8579f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0078_rapidash/rapidash.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0078_rapidash/rapidash_galar.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0078_rapidash/rapidash_galar.png new file mode 100644 index 00000000..fb208d4f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0078_rapidash/rapidash_galar.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0078_rapidash/rapidash_galar_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0078_rapidash/rapidash_galar_shiny.png new file mode 100644 index 00000000..a979d597 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0078_rapidash/rapidash_galar_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0078_rapidash/rapidash_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0078_rapidash/rapidash_shiny.png new file mode 100644 index 00000000..3d56e171 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0078_rapidash/rapidash_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0079_slowpoke/slowpoke.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0079_slowpoke/slowpoke.png new file mode 100644 index 00000000..065f2f80 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0079_slowpoke/slowpoke.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0079_slowpoke/slowpoke_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0079_slowpoke/slowpoke_shiny.png new file mode 100644 index 00000000..e4835477 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0079_slowpoke/slowpoke_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0080_slowbro/slowbro.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0080_slowbro/slowbro.png new file mode 100644 index 00000000..6f558b40 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0080_slowbro/slowbro.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0080_slowbro/slowbro_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0080_slowbro/slowbro_shiny.png new file mode 100644 index 00000000..c1875285 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0080_slowbro/slowbro_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0081_magnemite/magnemite.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0081_magnemite/magnemite.png new file mode 100644 index 00000000..ca8fcdd2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0081_magnemite/magnemite.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0081_magnemite/magnemite_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0081_magnemite/magnemite_shiny.png new file mode 100644 index 00000000..5fc7bb91 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0081_magnemite/magnemite_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0082_magneton/magneton.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0082_magneton/magneton.png new file mode 100644 index 00000000..73de2b47 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0082_magneton/magneton.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0082_magneton/magneton_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0082_magneton/magneton_shiny.png new file mode 100644 index 00000000..b623ae65 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0082_magneton/magneton_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0083_farfetchd/farfetchd.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0083_farfetchd/farfetchd.png new file mode 100644 index 00000000..403059f3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0083_farfetchd/farfetchd.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0083_farfetchd/farfetchd_galar.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0083_farfetchd/farfetchd_galar.png new file mode 100644 index 00000000..babce58e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0083_farfetchd/farfetchd_galar.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0083_farfetchd/farfetchd_galar_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0083_farfetchd/farfetchd_galar_shiny.png new file mode 100644 index 00000000..9187f7b0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0083_farfetchd/farfetchd_galar_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0083_farfetchd/farfetchd_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0083_farfetchd/farfetchd_shiny.png new file mode 100644 index 00000000..8e191c97 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0083_farfetchd/farfetchd_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0084_doduo/doduo.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0084_doduo/doduo.png new file mode 100644 index 00000000..a5372cca Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0084_doduo/doduo.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0084_doduo/doduo_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0084_doduo/doduo_shiny.png new file mode 100644 index 00000000..a96ab9ac Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0084_doduo/doduo_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0085_dodrio/dodrio.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0085_dodrio/dodrio.png new file mode 100644 index 00000000..3c1eef64 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0085_dodrio/dodrio.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0085_dodrio/dodrio_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0085_dodrio/dodrio_shiny.png new file mode 100644 index 00000000..137eb2f4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0085_dodrio/dodrio_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0086_seel/seel.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0086_seel/seel.png new file mode 100644 index 00000000..8e247f95 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0086_seel/seel.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0086_seel/seel_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0086_seel/seel_shiny.png new file mode 100644 index 00000000..633bde3c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0086_seel/seel_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0087_dewgong/dewgong.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0087_dewgong/dewgong.png new file mode 100644 index 00000000..70772f7d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0087_dewgong/dewgong.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0087_dewgong/dewgong_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0087_dewgong/dewgong_shiny.png new file mode 100644 index 00000000..7e60a80b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0087_dewgong/dewgong_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0088_grimer/grimer.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0088_grimer/grimer.png new file mode 100644 index 00000000..eb000a1a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0088_grimer/grimer.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0088_grimer/grimer_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0088_grimer/grimer_shiny.png new file mode 100644 index 00000000..3e38e350 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0088_grimer/grimer_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0089_muk/muk.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0089_muk/muk.png new file mode 100644 index 00000000..6b6178cc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0089_muk/muk.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0089_muk/muk_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0089_muk/muk_shiny.png new file mode 100644 index 00000000..b8cc17f4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0089_muk/muk_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0090_shellder/shellder.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0090_shellder/shellder.png new file mode 100644 index 00000000..2409f47c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0090_shellder/shellder.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0090_shellder/shellder_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0090_shellder/shellder_shiny.png new file mode 100644 index 00000000..566e996f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0090_shellder/shellder_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0091_cloyster/cloyster.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0091_cloyster/cloyster.png new file mode 100644 index 00000000..3b2dcddf Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0091_cloyster/cloyster.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0091_cloyster/cloyster_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0091_cloyster/cloyster_shiny.png new file mode 100644 index 00000000..b4d003d5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0091_cloyster/cloyster_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0092_gastly/gastly.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0092_gastly/gastly.png new file mode 100644 index 00000000..35e375ce Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0092_gastly/gastly.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0092_gastly/gastly_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0092_gastly/gastly_shiny.png new file mode 100644 index 00000000..217bc975 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0092_gastly/gastly_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0093_haunter/haunter.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0093_haunter/haunter.png new file mode 100644 index 00000000..fd6a86dd Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0093_haunter/haunter.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0093_haunter/haunter_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0093_haunter/haunter_shiny.png new file mode 100644 index 00000000..7b9f68e7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0093_haunter/haunter_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0094_gengar/gengar.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0094_gengar/gengar.png new file mode 100644 index 00000000..36eff833 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0094_gengar/gengar.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0094_gengar/gengar_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0094_gengar/gengar_shiny.png new file mode 100644 index 00000000..528f7eac Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0094_gengar/gengar_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0095_onix/onix.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0095_onix/onix.png new file mode 100644 index 00000000..6ead78e6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0095_onix/onix.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0095_onix/onix_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0095_onix/onix_shiny.png new file mode 100644 index 00000000..7176d84f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0095_onix/onix_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0096_drowzee/drowzee.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0096_drowzee/drowzee.png new file mode 100644 index 00000000..7077a529 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0096_drowzee/drowzee.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0096_drowzee/drowzee_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0096_drowzee/drowzee_shiny.png new file mode 100644 index 00000000..80b42532 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0096_drowzee/drowzee_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0097_hypno/hypno.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0097_hypno/hypno.png new file mode 100644 index 00000000..5bf9af6c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0097_hypno/hypno.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0097_hypno/hypno_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0097_hypno/hypno_shiny.png new file mode 100644 index 00000000..63bb916b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0097_hypno/hypno_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0098_krabby/krabby.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0098_krabby/krabby.png new file mode 100644 index 00000000..5bece81b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0098_krabby/krabby.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0098_krabby/krabby_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0098_krabby/krabby_shiny.png new file mode 100644 index 00000000..266a6d01 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0098_krabby/krabby_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0099_kingler/kingler.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0099_kingler/kingler.png new file mode 100644 index 00000000..a8134af8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0099_kingler/kingler.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0099_kingler/kingler_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0099_kingler/kingler_shiny.png new file mode 100644 index 00000000..659e8395 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0099_kingler/kingler_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0100_voltorb/voltorb.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0100_voltorb/voltorb.png new file mode 100644 index 00000000..b8011039 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0100_voltorb/voltorb.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0100_voltorb/voltorb_ball.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0100_voltorb/voltorb_ball.png new file mode 100644 index 00000000..61263c5a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0100_voltorb/voltorb_ball.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0100_voltorb/voltorb_hisuian.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0100_voltorb/voltorb_hisuian.png new file mode 100644 index 00000000..da599528 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0100_voltorb/voltorb_hisuian.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0100_voltorb/voltorb_hisuian_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0100_voltorb/voltorb_hisuian_shiny.png new file mode 100644 index 00000000..2d5eb772 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0100_voltorb/voltorb_hisuian_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0100_voltorb/voltorb_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0100_voltorb/voltorb_shiny.png new file mode 100644 index 00000000..e3ea8987 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0100_voltorb/voltorb_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0100_voltorb/voltorb_shiny_ball.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0100_voltorb/voltorb_shiny_ball.png new file mode 100644 index 00000000..57ea0c98 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0100_voltorb/voltorb_shiny_ball.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0101_electrode/electrode.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0101_electrode/electrode.png new file mode 100644 index 00000000..67dac25e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0101_electrode/electrode.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0101_electrode/electrode_hisuian.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0101_electrode/electrode_hisuian.png new file mode 100644 index 00000000..e2e935ab Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0101_electrode/electrode_hisuian.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0101_electrode/electrode_hisuian_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0101_electrode/electrode_hisuian_shiny.png new file mode 100644 index 00000000..58bc37f0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0101_electrode/electrode_hisuian_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0101_electrode/electrode_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0101_electrode/electrode_shiny.png new file mode 100644 index 00000000..be04ce39 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0101_electrode/electrode_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0102_exeggcute/exeggcute.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0102_exeggcute/exeggcute.png new file mode 100644 index 00000000..a45b6f57 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0102_exeggcute/exeggcute.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0102_exeggcute/exeggcute_coconut.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0102_exeggcute/exeggcute_coconut.png new file mode 100644 index 00000000..354a1d47 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0102_exeggcute/exeggcute_coconut.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0102_exeggcute/exeggcute_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0102_exeggcute/exeggcute_shiny.png new file mode 100644 index 00000000..e51b8966 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0102_exeggcute/exeggcute_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0102_exeggcute/exeggcute_shiny_coconut.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0102_exeggcute/exeggcute_shiny_coconut.png new file mode 100644 index 00000000..c2772c79 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0102_exeggcute/exeggcute_shiny_coconut.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0103_exeggutor/exeggutor.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0103_exeggutor/exeggutor.png new file mode 100644 index 00000000..b9d0f9d2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0103_exeggutor/exeggutor.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0103_exeggutor/exeggutor_alolan.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0103_exeggutor/exeggutor_alolan.png new file mode 100644 index 00000000..68d14b96 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0103_exeggutor/exeggutor_alolan.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0103_exeggutor/exeggutor_alolan_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0103_exeggutor/exeggutor_alolan_shiny.png new file mode 100644 index 00000000..6c8d125a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0103_exeggutor/exeggutor_alolan_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0103_exeggutor/exeggutor_coconut.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0103_exeggutor/exeggutor_coconut.png new file mode 100644 index 00000000..a0a061bb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0103_exeggutor/exeggutor_coconut.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0103_exeggutor/exeggutor_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0103_exeggutor/exeggutor_shiny.png new file mode 100644 index 00000000..e5977c68 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0103_exeggutor/exeggutor_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0103_exeggutor/exeggutor_shiny_coconut.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0103_exeggutor/exeggutor_shiny_coconut.png new file mode 100644 index 00000000..85d88387 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0103_exeggutor/exeggutor_shiny_coconut.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0104_cubone/cubone.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0104_cubone/cubone.png new file mode 100644 index 00000000..4548c147 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0104_cubone/cubone.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0104_cubone/cubone_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0104_cubone/cubone_shiny.png new file mode 100644 index 00000000..97399f9b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0104_cubone/cubone_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0105_marowak/marowak.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0105_marowak/marowak.png new file mode 100644 index 00000000..e7708d38 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0105_marowak/marowak.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0105_marowak/marowak_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0105_marowak/marowak_shiny.png new file mode 100644 index 00000000..41e3680a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0105_marowak/marowak_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0106_hitmonlee/hitmonlee.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0106_hitmonlee/hitmonlee.png new file mode 100644 index 00000000..cde5f9fc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0106_hitmonlee/hitmonlee.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0106_hitmonlee/hitmonlee_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0106_hitmonlee/hitmonlee_shiny.png new file mode 100644 index 00000000..99f39aa1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0106_hitmonlee/hitmonlee_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0107_hitmonchan/hitmonchan.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0107_hitmonchan/hitmonchan.png new file mode 100644 index 00000000..3156e44f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0107_hitmonchan/hitmonchan.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0107_hitmonchan/hitmonchan_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0107_hitmonchan/hitmonchan_shiny.png new file mode 100644 index 00000000..2f7fedef Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0107_hitmonchan/hitmonchan_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0108_lickitung/lickitung.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0108_lickitung/lickitung.png new file mode 100644 index 00000000..ba760cd1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0108_lickitung/lickitung.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0108_lickitung/lickitung_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0108_lickitung/lickitung_shiny.png new file mode 100644 index 00000000..d44c549e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0108_lickitung/lickitung_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0109_koffing/koffing.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0109_koffing/koffing.png new file mode 100644 index 00000000..9a83fa78 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0109_koffing/koffing.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0109_koffing/koffing_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0109_koffing/koffing_shiny.png new file mode 100644 index 00000000..1646e18d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0109_koffing/koffing_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0110_weezing/weezing.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0110_weezing/weezing.png new file mode 100644 index 00000000..3ac75ef6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0110_weezing/weezing.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0110_weezing/weezing_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0110_weezing/weezing_shiny.png new file mode 100644 index 00000000..5209be70 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0110_weezing/weezing_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0111_rhyhorn/rhyhorn.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0111_rhyhorn/rhyhorn.png new file mode 100644 index 00000000..30202783 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0111_rhyhorn/rhyhorn.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0111_rhyhorn/rhyhorn_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0111_rhyhorn/rhyhorn_shiny.png new file mode 100644 index 00000000..7764ae88 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0111_rhyhorn/rhyhorn_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0112_rhydon/rhydon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0112_rhydon/rhydon.png new file mode 100644 index 00000000..8075c0cc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0112_rhydon/rhydon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0112_rhydon/rhydon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0112_rhydon/rhydon_shiny.png new file mode 100644 index 00000000..2c638e32 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0112_rhydon/rhydon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0113_chansey/chansey.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0113_chansey/chansey.png new file mode 100644 index 00000000..e443b4bf Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0113_chansey/chansey.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0113_chansey/chansey_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0113_chansey/chansey_shiny.png new file mode 100644 index 00000000..204e6558 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0113_chansey/chansey_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0114_tangela/tangela.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0114_tangela/tangela.png new file mode 100644 index 00000000..51e553e8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0114_tangela/tangela.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0114_tangela/tangela_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0114_tangela/tangela_shiny.png new file mode 100644 index 00000000..d0f1e45a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0114_tangela/tangela_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0115_kangaskhan/kangaskhan.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0115_kangaskhan/kangaskhan.png new file mode 100644 index 00000000..582240d6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0115_kangaskhan/kangaskhan.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0115_kangaskhan/kangaskhan_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0115_kangaskhan/kangaskhan_shiny.png new file mode 100644 index 00000000..53981df6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0115_kangaskhan/kangaskhan_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0116_horsea/horsea.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0116_horsea/horsea.png new file mode 100644 index 00000000..d7b1dcf7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0116_horsea/horsea.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0116_horsea/horsea_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0116_horsea/horsea_shiny.png new file mode 100644 index 00000000..f0c4b296 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0116_horsea/horsea_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0117_seadra/seadra.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0117_seadra/seadra.png new file mode 100644 index 00000000..ceb93e56 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0117_seadra/seadra.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0117_seadra/seadra_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0117_seadra/seadra_shiny.png new file mode 100644 index 00000000..9cb752f7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0117_seadra/seadra_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0118_goldeen/goldeen.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0118_goldeen/goldeen.png new file mode 100644 index 00000000..f47a84f2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0118_goldeen/goldeen.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0118_goldeen/goldeen_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0118_goldeen/goldeen_shiny.png new file mode 100644 index 00000000..8603f136 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0118_goldeen/goldeen_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0119_seaking/seaking.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0119_seaking/seaking.png new file mode 100644 index 00000000..72a1a331 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0119_seaking/seaking.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0119_seaking/seaking_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0119_seaking/seaking_shiny.png new file mode 100644 index 00000000..2bef68ee Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0119_seaking/seaking_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0120_staryu/staryu.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0120_staryu/staryu.png new file mode 100644 index 00000000..e9353650 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0120_staryu/staryu.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0120_staryu/staryu_patrick.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0120_staryu/staryu_patrick.png new file mode 100644 index 00000000..0516dc25 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0120_staryu/staryu_patrick.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0120_staryu/staryu_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0120_staryu/staryu_shiny.png new file mode 100644 index 00000000..02f5f283 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0120_staryu/staryu_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0120_staryu/staryu_shiny_patrick.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0120_staryu/staryu_shiny_patrick.png new file mode 100644 index 00000000..29e00ec2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0120_staryu/staryu_shiny_patrick.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0121_starmie/starmie.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0121_starmie/starmie.png new file mode 100644 index 00000000..7e7ae5a4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0121_starmie/starmie.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0121_starmie/starmie_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0121_starmie/starmie_shiny.png new file mode 100644 index 00000000..ffa9d6c2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0121_starmie/starmie_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0122_mrmime/mr_mime.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0122_mrmime/mr_mime.png new file mode 100644 index 00000000..230ab6df Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0122_mrmime/mr_mime.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0122_mrmime/mr_mime_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0122_mrmime/mr_mime_shiny.png new file mode 100644 index 00000000..588c28dc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0122_mrmime/mr_mime_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0122_mrmime/mrmime_galar.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0122_mrmime/mrmime_galar.png new file mode 100644 index 00000000..d64d40d5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0122_mrmime/mrmime_galar.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0122_mrmime/mrmime_galar_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0122_mrmime/mrmime_galar_shiny.png new file mode 100644 index 00000000..0d8d9de6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0122_mrmime/mrmime_galar_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0123_scyther/scyther.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0123_scyther/scyther.png new file mode 100644 index 00000000..d2efd66f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0123_scyther/scyther.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0123_scyther/scyther_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0123_scyther/scyther_shiny.png new file mode 100644 index 00000000..c82a6507 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0123_scyther/scyther_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0124_jynx/jynx.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0124_jynx/jynx.png new file mode 100644 index 00000000..6d1f72e0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0124_jynx/jynx.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0124_jynx/jynx_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0124_jynx/jynx_shiny.png new file mode 100644 index 00000000..5dfd4786 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0124_jynx/jynx_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0125_electabuzz/electabuzz.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0125_electabuzz/electabuzz.png new file mode 100644 index 00000000..89281107 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0125_electabuzz/electabuzz.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0125_electabuzz/electabuzz_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0125_electabuzz/electabuzz_shiny.png new file mode 100644 index 00000000..38297e1a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0125_electabuzz/electabuzz_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0126_magmar/magmar.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0126_magmar/magmar.png new file mode 100644 index 00000000..c575451b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0126_magmar/magmar.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0126_magmar/magmar_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0126_magmar/magmar_shiny.png new file mode 100644 index 00000000..06f9e5c9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0126_magmar/magmar_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0127_pinsir/pinsir.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0127_pinsir/pinsir.png new file mode 100644 index 00000000..bca2532c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0127_pinsir/pinsir.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0127_pinsir/pinsir_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0127_pinsir/pinsir_shiny.png new file mode 100644 index 00000000..37ac0cc4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0127_pinsir/pinsir_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0128_tauros/tauros.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0128_tauros/tauros.png new file mode 100644 index 00000000..1bc4b479 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0128_tauros/tauros.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0128_tauros/tauros_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0128_tauros/tauros_shiny.png new file mode 100644 index 00000000..bd8cce08 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0128_tauros/tauros_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0129_magikarp/magikarp.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0129_magikarp/magikarp.png new file mode 100644 index 00000000..fecac953 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0129_magikarp/magikarp.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0129_magikarp/magikarp_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0129_magikarp/magikarp_shiny.png new file mode 100644 index 00000000..348fe12f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0129_magikarp/magikarp_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0130_gyarados/gyarados.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0130_gyarados/gyarados.png new file mode 100644 index 00000000..8840638d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0130_gyarados/gyarados.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0130_gyarados/gyarados_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0130_gyarados/gyarados_shiny.png new file mode 100644 index 00000000..b62e7e05 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0130_gyarados/gyarados_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0131_lapras/lapras.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0131_lapras/lapras.png new file mode 100644 index 00000000..3de82bff Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0131_lapras/lapras.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0131_lapras/lapras_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0131_lapras/lapras_shiny.png new file mode 100644 index 00000000..899918b0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0131_lapras/lapras_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto.png new file mode 100644 index 00000000..3adabe5a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_among_us_black.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_among_us_black.png new file mode 100644 index 00000000..f8c080bf Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_among_us_black.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_among_us_blue.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_among_us_blue.png new file mode 100644 index 00000000..038d4d0a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_among_us_blue.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_among_us_brown.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_among_us_brown.png new file mode 100644 index 00000000..9072a12d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_among_us_brown.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_among_us_green.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_among_us_green.png new file mode 100644 index 00000000..7c2e9dfd Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_among_us_green.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_among_us_lime.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_among_us_lime.png new file mode 100644 index 00000000..18c8bd6c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_among_us_lime.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_among_us_orange.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_among_us_orange.png new file mode 100644 index 00000000..8f3438d7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_among_us_orange.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_among_us_pink.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_among_us_pink.png new file mode 100644 index 00000000..72f5199c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_among_us_pink.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_among_us_purple.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_among_us_purple.png new file mode 100644 index 00000000..476f8c75 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_among_us_purple.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_among_us_red.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_among_us_red.png new file mode 100644 index 00000000..e6b1c1a5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_among_us_red.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_among_us_teal.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_among_us_teal.png new file mode 100644 index 00000000..513131e7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_among_us_teal.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_among_us_white.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_among_us_white.png new file mode 100644 index 00000000..b552f0f4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_among_us_white.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_among_us_yellow.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_among_us_yellow.png new file mode 100644 index 00000000..5b89c0a2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_among_us_yellow.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_shiny.png new file mode 100644 index 00000000..901248cc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0132_ditto/ditto_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0133_eevee/eevee.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0133_eevee/eevee.png new file mode 100644 index 00000000..6f6b57c3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0133_eevee/eevee.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0133_eevee/eevee_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0133_eevee/eevee_shiny.png new file mode 100644 index 00000000..25876cf8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0133_eevee/eevee_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0134_vaporeon/vaporeon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0134_vaporeon/vaporeon.png new file mode 100644 index 00000000..0d1d1570 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0134_vaporeon/vaporeon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0134_vaporeon/vaporeon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0134_vaporeon/vaporeon_shiny.png new file mode 100644 index 00000000..5f7260f9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0134_vaporeon/vaporeon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0135_jolteon/jolteon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0135_jolteon/jolteon.png new file mode 100644 index 00000000..83cc7bc2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0135_jolteon/jolteon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0135_jolteon/jolteon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0135_jolteon/jolteon_shiny.png new file mode 100644 index 00000000..fde84990 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0135_jolteon/jolteon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0136_flareon/flareon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0136_flareon/flareon.png new file mode 100644 index 00000000..6f857e1f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0136_flareon/flareon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0136_flareon/flareon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0136_flareon/flareon_shiny.png new file mode 100644 index 00000000..ddadfedb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0136_flareon/flareon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0137_porygon/desktop.ini b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0137_porygon/desktop.ini new file mode 100644 index 00000000..4624a703 --- /dev/null +++ b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0137_porygon/desktop.ini @@ -0,0 +1,3 @@ +[LocalizedFileNames] +porygon_rubber_duck.png=@porygon_rubber_duck.png,0 +porygon_rubberduck.png=@porygon_rubberduck.png,0 diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0137_porygon/porygon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0137_porygon/porygon.png new file mode 100644 index 00000000..62e46bb7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0137_porygon/porygon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0137_porygon/porygon_rubber_duck.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0137_porygon/porygon_rubber_duck.png new file mode 100644 index 00000000..c124804d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0137_porygon/porygon_rubber_duck.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0137_porygon/porygon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0137_porygon/porygon_shiny.png new file mode 100644 index 00000000..1851f347 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0137_porygon/porygon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0137_porygon/porygon_shiny_rubber_duck.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0137_porygon/porygon_shiny_rubber_duck.png new file mode 100644 index 00000000..9d2065b4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0137_porygon/porygon_shiny_rubber_duck.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0138_omanyte/omanyte.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0138_omanyte/omanyte.png new file mode 100644 index 00000000..098af744 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0138_omanyte/omanyte.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0138_omanyte/omanyte_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0138_omanyte/omanyte_shiny.png new file mode 100644 index 00000000..7238d071 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0138_omanyte/omanyte_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0139_omastar/omastar.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0139_omastar/omastar.png new file mode 100644 index 00000000..6b62e06c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0139_omastar/omastar.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0139_omastar/omastar_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0139_omastar/omastar_shiny.png new file mode 100644 index 00000000..59164fd8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0139_omastar/omastar_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0140_kabuto/kabuto.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0140_kabuto/kabuto.png new file mode 100644 index 00000000..b8eddfb1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0140_kabuto/kabuto.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0140_kabuto/kabuto_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0140_kabuto/kabuto_shiny.png new file mode 100644 index 00000000..004659ba Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0140_kabuto/kabuto_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0141_kabutops/kabutops.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0141_kabutops/kabutops.png new file mode 100644 index 00000000..8d4f0ccc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0141_kabutops/kabutops.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0141_kabutops/kabutops_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0141_kabutops/kabutops_shiny.png new file mode 100644 index 00000000..ebbf523f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0141_kabutops/kabutops_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0142_aerodactyl/aerodactyl.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0142_aerodactyl/aerodactyl.png new file mode 100644 index 00000000..b6d6fdca Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0142_aerodactyl/aerodactyl.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0142_aerodactyl/aerodactyl_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0142_aerodactyl/aerodactyl_shiny.png new file mode 100644 index 00000000..11790c57 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0142_aerodactyl/aerodactyl_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0143_snorlax/snorlax.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0143_snorlax/snorlax.png new file mode 100644 index 00000000..6f78c5f4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0143_snorlax/snorlax.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0143_snorlax/snorlax_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0143_snorlax/snorlax_shiny.png new file mode 100644 index 00000000..426d280a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0143_snorlax/snorlax_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0144_articuno/articuno.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0144_articuno/articuno.png new file mode 100644 index 00000000..91aaf606 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0144_articuno/articuno.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0144_articuno/articuno_galar.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0144_articuno/articuno_galar.png new file mode 100644 index 00000000..b22cb872 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0144_articuno/articuno_galar.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0144_articuno/articuno_galar_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0144_articuno/articuno_galar_shiny.png new file mode 100644 index 00000000..43d2b912 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0144_articuno/articuno_galar_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0144_articuno/articuno_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0144_articuno/articuno_shiny.png new file mode 100644 index 00000000..b54bc063 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0144_articuno/articuno_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0145_zapdos/zapdos.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0145_zapdos/zapdos.png new file mode 100644 index 00000000..b1747d5e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0145_zapdos/zapdos.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0145_zapdos/zapdos_galar.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0145_zapdos/zapdos_galar.png new file mode 100644 index 00000000..1976feea Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0145_zapdos/zapdos_galar.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0145_zapdos/zapdos_galar_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0145_zapdos/zapdos_galar_shiny.png new file mode 100644 index 00000000..a9fc6dc9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0145_zapdos/zapdos_galar_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0145_zapdos/zapdos_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0145_zapdos/zapdos_shiny.png new file mode 100644 index 00000000..01e24ce7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0145_zapdos/zapdos_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0146_moltres/moltres.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0146_moltres/moltres.png new file mode 100644 index 00000000..56baaea7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0146_moltres/moltres.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0146_moltres/moltres_galar.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0146_moltres/moltres_galar.png new file mode 100644 index 00000000..8da2ff53 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0146_moltres/moltres_galar.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0146_moltres/moltres_galar_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0146_moltres/moltres_galar_shiny.png new file mode 100644 index 00000000..b902aef4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0146_moltres/moltres_galar_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0146_moltres/moltres_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0146_moltres/moltres_shiny.png new file mode 100644 index 00000000..74dd8e9a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0146_moltres/moltres_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0147_dratini/dratini.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0147_dratini/dratini.png new file mode 100644 index 00000000..4da7d2c0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0147_dratini/dratini.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0147_dratini/dratini_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0147_dratini/dratini_shiny.png new file mode 100644 index 00000000..03153b0c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0147_dratini/dratini_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0148_dragonair/dragonair.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0148_dragonair/dragonair.png new file mode 100644 index 00000000..c371c823 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0148_dragonair/dragonair.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0148_dragonair/dragonair_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0148_dragonair/dragonair_shiny.png new file mode 100644 index 00000000..394480d1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0148_dragonair/dragonair_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0149_dragonite/dragonite.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0149_dragonite/dragonite.png new file mode 100644 index 00000000..9a77d2d6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0149_dragonite/dragonite.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0149_dragonite/dragonite_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0149_dragonite/dragonite_shiny.png new file mode 100644 index 00000000..6684ac1a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0149_dragonite/dragonite_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0150_mewtwo/mewtwo.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0150_mewtwo/mewtwo.png new file mode 100644 index 00000000..c884f19c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0150_mewtwo/mewtwo.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0150_mewtwo/mewtwo_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0150_mewtwo/mewtwo_shiny.png new file mode 100644 index 00000000..894b5374 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0150_mewtwo/mewtwo_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0151_mew/mew.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0151_mew/mew.png new file mode 100644 index 00000000..92a1b77d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0151_mew/mew.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0151_mew/mew_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0151_mew/mew_shiny.png new file mode 100644 index 00000000..9d7ff865 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0151_mew/mew_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0152_chikorita/chikorita.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0152_chikorita/chikorita.png new file mode 100644 index 00000000..08321eb0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0152_chikorita/chikorita.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0152_chikorita/chikorita_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0152_chikorita/chikorita_shiny.png new file mode 100644 index 00000000..723c66d7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0152_chikorita/chikorita_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0153_bayleef/bayleef.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0153_bayleef/bayleef.png new file mode 100644 index 00000000..ebe20939 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0153_bayleef/bayleef.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0153_bayleef/bayleef_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0153_bayleef/bayleef_shiny.png new file mode 100644 index 00000000..cdd3e6fa Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0153_bayleef/bayleef_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0154_meganium/meganium.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0154_meganium/meganium.png new file mode 100644 index 00000000..5579763d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0154_meganium/meganium.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0154_meganium/meganium_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0154_meganium/meganium_shiny.png new file mode 100644 index 00000000..0fba986e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0154_meganium/meganium_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0155_cyndaquil/cyndaquil.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0155_cyndaquil/cyndaquil.png new file mode 100644 index 00000000..7b92d500 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0155_cyndaquil/cyndaquil.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0155_cyndaquil/cyndaquil_hisui_bias.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0155_cyndaquil/cyndaquil_hisui_bias.png new file mode 100644 index 00000000..7b92d500 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0155_cyndaquil/cyndaquil_hisui_bias.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0155_cyndaquil/cyndaquil_hisui_bias_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0155_cyndaquil/cyndaquil_hisui_bias_shiny.png new file mode 100644 index 00000000..338f3f5c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0155_cyndaquil/cyndaquil_hisui_bias_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0155_cyndaquil/cyndaquil_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0155_cyndaquil/cyndaquil_shiny.png new file mode 100644 index 00000000..338f3f5c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0155_cyndaquil/cyndaquil_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0156_quilava/quilava.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0156_quilava/quilava.png new file mode 100644 index 00000000..2f5f5fea Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0156_quilava/quilava.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0156_quilava/quilava_hisui_bias.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0156_quilava/quilava_hisui_bias.png new file mode 100644 index 00000000..2f5f5fea Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0156_quilava/quilava_hisui_bias.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0156_quilava/quilava_hisui_bias_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0156_quilava/quilava_hisui_bias_shiny.png new file mode 100644 index 00000000..10ca2674 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0156_quilava/quilava_hisui_bias_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0156_quilava/quilava_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0156_quilava/quilava_shiny.png new file mode 100644 index 00000000..10ca2674 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0156_quilava/quilava_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0157_typhlosion/typhlosion.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0157_typhlosion/typhlosion.png new file mode 100644 index 00000000..f5a6652b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0157_typhlosion/typhlosion.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0157_typhlosion/typhlosion_hisuian.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0157_typhlosion/typhlosion_hisuian.png new file mode 100644 index 00000000..225f2b12 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0157_typhlosion/typhlosion_hisuian.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0157_typhlosion/typhlosion_hisuian_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0157_typhlosion/typhlosion_hisuian_shiny.png new file mode 100644 index 00000000..89549c4d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0157_typhlosion/typhlosion_hisuian_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0157_typhlosion/typhlosion_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0157_typhlosion/typhlosion_shiny.png new file mode 100644 index 00000000..95e77cf1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0157_typhlosion/typhlosion_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0158_totodile/totodile.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0158_totodile/totodile.png new file mode 100644 index 00000000..6e0c7b84 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0158_totodile/totodile.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0158_totodile/totodile_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0158_totodile/totodile_shiny.png new file mode 100644 index 00000000..5a034295 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0158_totodile/totodile_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0159_croconaw/croconaw.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0159_croconaw/croconaw.png new file mode 100644 index 00000000..e3e52fb5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0159_croconaw/croconaw.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0159_croconaw/croconaw_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0159_croconaw/croconaw_shiny.png new file mode 100644 index 00000000..898cd647 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0159_croconaw/croconaw_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0160_feraligatr/feraligatr.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0160_feraligatr/feraligatr.png new file mode 100644 index 00000000..c0088d17 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0160_feraligatr/feraligatr.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0160_feraligatr/feraligatr_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0160_feraligatr/feraligatr_shiny.png new file mode 100644 index 00000000..59212901 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0160_feraligatr/feraligatr_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0161_sentret/sentret.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0161_sentret/sentret.png new file mode 100644 index 00000000..7260765e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0161_sentret/sentret.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0161_sentret/sentret_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0161_sentret/sentret_shiny.png new file mode 100644 index 00000000..97de17ff Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0161_sentret/sentret_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0162_furret/furret.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0162_furret/furret.png new file mode 100644 index 00000000..082fb0b7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0162_furret/furret.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0162_furret/furret_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0162_furret/furret_shiny.png new file mode 100644 index 00000000..463cece7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0162_furret/furret_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0163_hoothoot/hoothoot.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0163_hoothoot/hoothoot.png new file mode 100644 index 00000000..9e68c474 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0163_hoothoot/hoothoot.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0163_hoothoot/hoothoot_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0163_hoothoot/hoothoot_shiny.png new file mode 100644 index 00000000..896fbe53 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0163_hoothoot/hoothoot_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0164_noctowl/noctowl.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0164_noctowl/noctowl.png new file mode 100644 index 00000000..c0599e43 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0164_noctowl/noctowl.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0164_noctowl/noctowl_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0164_noctowl/noctowl_shiny.png new file mode 100644 index 00000000..901e46fc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0164_noctowl/noctowl_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0165_ledyba/ledyba.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0165_ledyba/ledyba.png new file mode 100644 index 00000000..dfd06676 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0165_ledyba/ledyba.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0165_ledyba/ledyba_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0165_ledyba/ledyba_shiny.png new file mode 100644 index 00000000..04a0af43 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0165_ledyba/ledyba_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0166_ledian/ledian.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0166_ledian/ledian.png new file mode 100644 index 00000000..0d68471a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0166_ledian/ledian.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0166_ledian/ledian_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0166_ledian/ledian_shiny.png new file mode 100644 index 00000000..9fb15fe8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0166_ledian/ledian_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0167_spinarak/spinarak.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0167_spinarak/spinarak.png new file mode 100644 index 00000000..9e553fc2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0167_spinarak/spinarak.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0167_spinarak/spinarak_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0167_spinarak/spinarak_shiny.png new file mode 100644 index 00000000..dce78092 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0167_spinarak/spinarak_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0168_ariados/ariados.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0168_ariados/ariados.png new file mode 100644 index 00000000..be1f3416 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0168_ariados/ariados.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0168_ariados/ariados_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0168_ariados/ariados_shiny.png new file mode 100644 index 00000000..9f634740 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0168_ariados/ariados_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0169_crobat/crobat.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0169_crobat/crobat.png new file mode 100644 index 00000000..02e31351 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0169_crobat/crobat.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0169_crobat/crobat_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0169_crobat/crobat_shiny.png new file mode 100644 index 00000000..ba593e2a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0169_crobat/crobat_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0170_chinchou/chinchou.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0170_chinchou/chinchou.png new file mode 100644 index 00000000..fa86571d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0170_chinchou/chinchou.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0170_chinchou/chinchou_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0170_chinchou/chinchou_shiny.png new file mode 100644 index 00000000..86c4114f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0170_chinchou/chinchou_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0171_lanturn/lanturn.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0171_lanturn/lanturn.png new file mode 100644 index 00000000..cf0b6ad5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0171_lanturn/lanturn.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0171_lanturn/lanturn_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0171_lanturn/lanturn_shiny.png new file mode 100644 index 00000000..57b901d3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0171_lanturn/lanturn_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0172_pichu/pichu.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0172_pichu/pichu.png new file mode 100644 index 00000000..68f6eef9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0172_pichu/pichu.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0172_pichu/pichu_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0172_pichu/pichu_shiny.png new file mode 100644 index 00000000..6d1be6cc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0172_pichu/pichu_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0173_cleffa/cleffa.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0173_cleffa/cleffa.png new file mode 100644 index 00000000..56eb3ea9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0173_cleffa/cleffa.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0173_cleffa/cleffa_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0173_cleffa/cleffa_shiny.png new file mode 100644 index 00000000..77ad0740 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0173_cleffa/cleffa_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0174_igglybuff/igglybuff.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0174_igglybuff/igglybuff.png new file mode 100644 index 00000000..ed29a701 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0174_igglybuff/igglybuff.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0174_igglybuff/igglybuff_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0174_igglybuff/igglybuff_shiny.png new file mode 100644 index 00000000..9526bb98 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0174_igglybuff/igglybuff_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0177_natu/natu.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0177_natu/natu.png new file mode 100644 index 00000000..62ebd513 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0177_natu/natu.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0177_natu/natu_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0177_natu/natu_shiny.png new file mode 100644 index 00000000..13e48d0c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0177_natu/natu_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0178_xatu/xatu.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0178_xatu/xatu.png new file mode 100644 index 00000000..f129c05e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0178_xatu/xatu.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0178_xatu/xatu_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0178_xatu/xatu_shiny.png new file mode 100644 index 00000000..a0da8461 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0178_xatu/xatu_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0179_mareep/mareep.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0179_mareep/mareep.png new file mode 100644 index 00000000..48638377 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0179_mareep/mareep.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0179_mareep/mareep_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0179_mareep/mareep_shiny.png new file mode 100644 index 00000000..6b8742af Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0179_mareep/mareep_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0180_flaaffy/flaaffy.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0180_flaaffy/flaaffy.png new file mode 100644 index 00000000..99529204 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0180_flaaffy/flaaffy.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0180_flaaffy/flaaffy_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0180_flaaffy/flaaffy_shiny.png new file mode 100644 index 00000000..af7d0d44 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0180_flaaffy/flaaffy_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0181_ampharos/ampharos.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0181_ampharos/ampharos.png new file mode 100644 index 00000000..876530f5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0181_ampharos/ampharos.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0181_ampharos/ampharos_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0181_ampharos/ampharos_shiny.png new file mode 100644 index 00000000..3ec7f64f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0181_ampharos/ampharos_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0182_bellossom/bellossom.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0182_bellossom/bellossom.png new file mode 100644 index 00000000..ece3e014 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0182_bellossom/bellossom.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0182_bellossom/bellossom_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0182_bellossom/bellossom_shiny.png new file mode 100644 index 00000000..e43260e4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0182_bellossom/bellossom_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0185_sudowoodo/sudowoodo.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0185_sudowoodo/sudowoodo.png new file mode 100644 index 00000000..07bdbae2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0185_sudowoodo/sudowoodo.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0185_sudowoodo/sudowoodo_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0185_sudowoodo/sudowoodo_shiny.png new file mode 100644 index 00000000..f7e36fe9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0185_sudowoodo/sudowoodo_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0186_politoed/politoed.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0186_politoed/politoed.png new file mode 100644 index 00000000..2e90c3a9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0186_politoed/politoed.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0186_politoed/politoed_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0186_politoed/politoed_shiny.png new file mode 100644 index 00000000..d7f2f021 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0186_politoed/politoed_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0190_aipom/aipom.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0190_aipom/aipom.png new file mode 100644 index 00000000..9b656ff0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0190_aipom/aipom.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0190_aipom/aipom_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0190_aipom/aipom_shiny.png new file mode 100644 index 00000000..058dc68e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0190_aipom/aipom_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0193_yanma/yanma.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0193_yanma/yanma.png new file mode 100644 index 00000000..bb20e0cc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0193_yanma/yanma.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0193_yanma/yanma_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0193_yanma/yanma_shiny.png new file mode 100644 index 00000000..ef0ded48 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0193_yanma/yanma_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0194_wooper/wooper.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0194_wooper/wooper.png new file mode 100644 index 00000000..eb33601d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0194_wooper/wooper.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0194_wooper/wooper_paldean.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0194_wooper/wooper_paldean.png new file mode 100644 index 00000000..848f7693 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0194_wooper/wooper_paldean.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0194_wooper/wooper_paldean_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0194_wooper/wooper_paldean_shiny.png new file mode 100644 index 00000000..98fe5590 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0194_wooper/wooper_paldean_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0194_wooper/wooper_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0194_wooper/wooper_shiny.png new file mode 100644 index 00000000..c5935cfb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0194_wooper/wooper_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0195_quagsire/quagsire.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0195_quagsire/quagsire.png new file mode 100644 index 00000000..19bebdc3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0195_quagsire/quagsire.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0195_quagsire/quagsire_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0195_quagsire/quagsire_shiny.png new file mode 100644 index 00000000..298e5742 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0195_quagsire/quagsire_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0196_espeon/espeon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0196_espeon/espeon.png new file mode 100644 index 00000000..6b5f0d88 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0196_espeon/espeon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0196_espeon/espeon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0196_espeon/espeon_shiny.png new file mode 100644 index 00000000..4bc82e7f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0196_espeon/espeon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0197_umbreon/umbreon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0197_umbreon/umbreon.png new file mode 100644 index 00000000..948ef592 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0197_umbreon/umbreon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0197_umbreon/umbreon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0197_umbreon/umbreon_shiny.png new file mode 100644 index 00000000..d92f9c7c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0197_umbreon/umbreon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0198_murkrow/murkrow.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0198_murkrow/murkrow.png new file mode 100644 index 00000000..b88e5ed3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0198_murkrow/murkrow.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0198_murkrow/murkrow_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0198_murkrow/murkrow_shiny.png new file mode 100644 index 00000000..b548a4bc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0198_murkrow/murkrow_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0199_slowking/slowking.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0199_slowking/slowking.png new file mode 100644 index 00000000..26252224 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0199_slowking/slowking.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0199_slowking/slowking_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0199_slowking/slowking_shiny.png new file mode 100644 index 00000000..1cd13a84 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0199_slowking/slowking_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0200_misdreavus/misdreavus.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0200_misdreavus/misdreavus.png new file mode 100644 index 00000000..cbb94222 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0200_misdreavus/misdreavus.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0200_misdreavus/misdreavus_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0200_misdreavus/misdreavus_shiny.png new file mode 100644 index 00000000..4dfeb05b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0200_misdreavus/misdreavus_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0203_girafarig/girafarig.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0203_girafarig/girafarig.png new file mode 100644 index 00000000..cce865fe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0203_girafarig/girafarig.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0203_girafarig/girafarig_female.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0203_girafarig/girafarig_female.png new file mode 100644 index 00000000..cce865fe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0203_girafarig/girafarig_female.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0203_girafarig/girafarig_female_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0203_girafarig/girafarig_female_shiny.png new file mode 100644 index 00000000..edd0c887 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0203_girafarig/girafarig_female_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0203_girafarig/girafarig_male.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0203_girafarig/girafarig_male.png new file mode 100644 index 00000000..cce865fe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0203_girafarig/girafarig_male.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0203_girafarig/girafarig_male_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0203_girafarig/girafarig_male_shiny.png new file mode 100644 index 00000000..edd0c887 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0203_girafarig/girafarig_male_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0203_girafarig/girafarig_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0203_girafarig/girafarig_shiny.png new file mode 100644 index 00000000..edd0c887 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0203_girafarig/girafarig_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0204_pineco/pineco.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0204_pineco/pineco.png new file mode 100644 index 00000000..69b7e698 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0204_pineco/pineco.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0204_pineco/pineco_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0204_pineco/pineco_shiny.png new file mode 100644 index 00000000..dcd0de32 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0204_pineco/pineco_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0205_forretress/forretress.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0205_forretress/forretress.png new file mode 100644 index 00000000..9ce95b2d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0205_forretress/forretress.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0205_forretress/forretress_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0205_forretress/forretress_shiny.png new file mode 100644 index 00000000..e6c99980 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0205_forretress/forretress_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0207_gligar/gligar.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0207_gligar/gligar.png new file mode 100644 index 00000000..7bd27f3c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0207_gligar/gligar.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0207_gligar/gligar_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0207_gligar/gligar_shiny.png new file mode 100644 index 00000000..139ed8ab Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0207_gligar/gligar_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0208_steelix/steelix.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0208_steelix/steelix.png new file mode 100644 index 00000000..d2b7df3f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0208_steelix/steelix.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0208_steelix/steelix_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0208_steelix/steelix_shiny.png new file mode 100644 index 00000000..7e908ce6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0208_steelix/steelix_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0209_snubbull/snubbull.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0209_snubbull/snubbull.png new file mode 100644 index 00000000..b073123e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0209_snubbull/snubbull.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0209_snubbull/snubbull_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0209_snubbull/snubbull_shiny.png new file mode 100644 index 00000000..d6d451b0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0209_snubbull/snubbull_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0210_granbull/granbull.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0210_granbull/granbull.png new file mode 100644 index 00000000..078ffcf5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0210_granbull/granbull.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0210_granbull/granbull_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0210_granbull/granbull_shiny.png new file mode 100644 index 00000000..578859c0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0210_granbull/granbull_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0211_quilfish/qwilfish.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0211_quilfish/qwilfish.png new file mode 100644 index 00000000..017dbdf2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0211_quilfish/qwilfish.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0211_quilfish/qwilfish_hisuian.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0211_quilfish/qwilfish_hisuian.png new file mode 100644 index 00000000..bf170f05 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0211_quilfish/qwilfish_hisuian.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0211_quilfish/qwilfish_hisuian_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0211_quilfish/qwilfish_hisuian_shiny.png new file mode 100644 index 00000000..2516c475 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0211_quilfish/qwilfish_hisuian_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0211_quilfish/qwilfish_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0211_quilfish/qwilfish_shiny.png new file mode 100644 index 00000000..0dd7689e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0211_quilfish/qwilfish_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0211_qwilfish/qwilfish.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0211_qwilfish/qwilfish.png new file mode 100644 index 00000000..7c4d2b41 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0211_qwilfish/qwilfish.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0211_qwilfish/qwilfish_hisuian.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0211_qwilfish/qwilfish_hisuian.png new file mode 100644 index 00000000..119f0c73 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0211_qwilfish/qwilfish_hisuian.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0211_qwilfish/qwilfish_hisuian_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0211_qwilfish/qwilfish_hisuian_shiny.png new file mode 100644 index 00000000..d6e2961c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0211_qwilfish/qwilfish_hisuian_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0211_qwilfish/qwilfish_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0211_qwilfish/qwilfish_shiny.png new file mode 100644 index 00000000..b81089d9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0211_qwilfish/qwilfish_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0212_scizor/scizor.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0212_scizor/scizor.png new file mode 100644 index 00000000..2c41db12 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0212_scizor/scizor.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0212_scizor/scizor_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0212_scizor/scizor_shiny.png new file mode 100644 index 00000000..180e572f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0212_scizor/scizor_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0213_shuckle/shuckle.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0213_shuckle/shuckle.png new file mode 100644 index 00000000..a1ff9141 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0213_shuckle/shuckle.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0213_shuckle/shuckle_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0213_shuckle/shuckle_shiny.png new file mode 100644 index 00000000..e4bfcc08 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0213_shuckle/shuckle_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0213_shuckle/shuckle_shiny_shuckless.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0213_shuckle/shuckle_shiny_shuckless.png new file mode 100644 index 00000000..d22fa04b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0213_shuckle/shuckle_shiny_shuckless.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0213_shuckle/shuckle_shuckless.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0213_shuckle/shuckle_shuckless.png new file mode 100644 index 00000000..1948ce2b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0213_shuckle/shuckle_shuckless.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0214_heracross/heracross.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0214_heracross/heracross.png new file mode 100644 index 00000000..6e7bda78 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0214_heracross/heracross.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0214_heracross/heracross_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0214_heracross/heracross_shiny.png new file mode 100644 index 00000000..fa572651 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0214_heracross/heracross_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0215_sneasel/sneasel.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0215_sneasel/sneasel.png new file mode 100644 index 00000000..c1a2c903 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0215_sneasel/sneasel.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0215_sneasel/sneasel_hisui.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0215_sneasel/sneasel_hisui.png new file mode 100644 index 00000000..1e00f517 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0215_sneasel/sneasel_hisui.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0215_sneasel/sneasel_hisui_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0215_sneasel/sneasel_hisui_shiny.png new file mode 100644 index 00000000..78a9f13b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0215_sneasel/sneasel_hisui_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0215_sneasel/sneasel_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0215_sneasel/sneasel_shiny.png new file mode 100644 index 00000000..49e9d285 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0215_sneasel/sneasel_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0216_teddiursa/teddiursa.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0216_teddiursa/teddiursa.png new file mode 100644 index 00000000..b846761b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0216_teddiursa/teddiursa.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0216_teddiursa/teddiursa_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0216_teddiursa/teddiursa_shiny.png new file mode 100644 index 00000000..e1b49ac1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0216_teddiursa/teddiursa_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0217_ursaring/ursaring.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0217_ursaring/ursaring.png new file mode 100644 index 00000000..f4f6cda7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0217_ursaring/ursaring.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0217_ursaring/ursaring_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0217_ursaring/ursaring_shiny.png new file mode 100644 index 00000000..3a24f7ce Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0217_ursaring/ursaring_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0218_slugma/slugma.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0218_slugma/slugma.png new file mode 100644 index 00000000..2c55d2b6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0218_slugma/slugma.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0218_slugma/slugma_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0218_slugma/slugma_shiny.png new file mode 100644 index 00000000..c6712097 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0218_slugma/slugma_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0219_magcargo/magcargo.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0219_magcargo/magcargo.png new file mode 100644 index 00000000..26441610 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0219_magcargo/magcargo.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0219_magcargo/magcargo_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0219_magcargo/magcargo_shiny.png new file mode 100644 index 00000000..ed0ba88c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0219_magcargo/magcargo_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0220_swinub/swinub.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0220_swinub/swinub.png new file mode 100644 index 00000000..fd4fd7da Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0220_swinub/swinub.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0220_swinub/swinub_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0220_swinub/swinub_shiny.png new file mode 100644 index 00000000..7533b988 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0220_swinub/swinub_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0221_piloswine/piloswine.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0221_piloswine/piloswine.png new file mode 100644 index 00000000..a799358a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0221_piloswine/piloswine.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0221_piloswine/piloswine_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0221_piloswine/piloswine_shiny.png new file mode 100644 index 00000000..c1487e7d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0221_piloswine/piloswine_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0226_mantine/mantine.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0226_mantine/mantine.png new file mode 100644 index 00000000..1cdb577d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0226_mantine/mantine.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0226_mantine/mantine_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0226_mantine/mantine_shiny.png new file mode 100644 index 00000000..3ea88248 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0226_mantine/mantine_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0227_skarmory/skarmory.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0227_skarmory/skarmory.png new file mode 100644 index 00000000..1b21deb1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0227_skarmory/skarmory.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0227_skarmory/skarmory_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0227_skarmory/skarmory_shiny.png new file mode 100644 index 00000000..2c956d9e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0227_skarmory/skarmory_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0230_kingdra/kingdra.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0230_kingdra/kingdra.png new file mode 100644 index 00000000..78f002f5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0230_kingdra/kingdra.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0230_kingdra/kingdra_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0230_kingdra/kingdra_shiny.png new file mode 100644 index 00000000..0c488d3c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0230_kingdra/kingdra_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0231_phanpy/phanpy.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0231_phanpy/phanpy.png new file mode 100644 index 00000000..e4b42d10 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0231_phanpy/phanpy.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0231_phanpy/phanpy_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0231_phanpy/phanpy_shiny.png new file mode 100644 index 00000000..82d053f8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0231_phanpy/phanpy_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0232_donphan/donphan.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0232_donphan/donphan.png new file mode 100644 index 00000000..f06be4b6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0232_donphan/donphan.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0232_donphan/donphan_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0232_donphan/donphan_shiny.png new file mode 100644 index 00000000..ea639eda Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0232_donphan/donphan_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0233_porygon2/porygon2.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0233_porygon2/porygon2.png new file mode 100644 index 00000000..6c83bc3c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0233_porygon2/porygon2.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0233_porygon2/porygon2_rubber_duck.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0233_porygon2/porygon2_rubber_duck.png new file mode 100644 index 00000000..87fc93ea Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0233_porygon2/porygon2_rubber_duck.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0233_porygon2/porygon2_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0233_porygon2/porygon2_shiny.png new file mode 100644 index 00000000..cfaa1253 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0233_porygon2/porygon2_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0233_porygon2/porygon2_shiny_rubber_duck.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0233_porygon2/porygon2_shiny_rubber_duck.png new file mode 100644 index 00000000..7ad838b3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0233_porygon2/porygon2_shiny_rubber_duck.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0234_stantler/stantler.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0234_stantler/stantler.png new file mode 100644 index 00000000..6cb91e26 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0234_stantler/stantler.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0234_stantler/stantler_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0234_stantler/stantler_shiny.png new file mode 100644 index 00000000..9ed20858 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0234_stantler/stantler_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0236_tyrogue/tyrogue.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0236_tyrogue/tyrogue.png new file mode 100644 index 00000000..e1047287 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0236_tyrogue/tyrogue.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0236_tyrogue/tyrogue_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0236_tyrogue/tyrogue_shiny.png new file mode 100644 index 00000000..e9cc9eb0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0236_tyrogue/tyrogue_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0237_hitmontop/hitmontop.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0237_hitmontop/hitmontop.png new file mode 100644 index 00000000..4282c594 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0237_hitmontop/hitmontop.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0237_hitmontop/hitmontop_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0237_hitmontop/hitmontop_shiny.png new file mode 100644 index 00000000..d9f0222b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0237_hitmontop/hitmontop_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0238_smoochum/smoochum.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0238_smoochum/smoochum.png new file mode 100644 index 00000000..850904c6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0238_smoochum/smoochum.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0238_smoochum/smoochum_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0238_smoochum/smoochum_shiny.png new file mode 100644 index 00000000..c742daa1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0238_smoochum/smoochum_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0239_elekid/elekid.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0239_elekid/elekid.png new file mode 100644 index 00000000..7b419f54 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0239_elekid/elekid.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0239_elekid/elekid_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0239_elekid/elekid_shiny.png new file mode 100644 index 00000000..2f59db60 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0239_elekid/elekid_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0240_magby/magby.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0240_magby/magby.png new file mode 100644 index 00000000..f31141ba Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0240_magby/magby.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0240_magby/magby_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0240_magby/magby_shiny.png new file mode 100644 index 00000000..612328ea Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0240_magby/magby_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0241_miltank/miltank.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0241_miltank/miltank.png new file mode 100644 index 00000000..3ba3face Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0241_miltank/miltank.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0241_miltank/miltank_brown_mushroom.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0241_miltank/miltank_brown_mushroom.png new file mode 100644 index 00000000..28481326 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0241_miltank/miltank_brown_mushroom.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0241_miltank/miltank_brown_mushroom_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0241_miltank/miltank_brown_mushroom_shiny.png new file mode 100644 index 00000000..23d5d423 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0241_miltank/miltank_brown_mushroom_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0241_miltank/miltank_red_mushroom.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0241_miltank/miltank_red_mushroom.png new file mode 100644 index 00000000..3a912d2c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0241_miltank/miltank_red_mushroom.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0241_miltank/miltank_red_mushroom_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0241_miltank/miltank_red_mushroom_shiny.png new file mode 100644 index 00000000..02dd3883 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0241_miltank/miltank_red_mushroom_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0241_miltank/miltank_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0241_miltank/miltank_shiny.png new file mode 100644 index 00000000..ba95b428 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0241_miltank/miltank_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0242_blissey/blissey.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0242_blissey/blissey.png new file mode 100644 index 00000000..933eaac0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0242_blissey/blissey.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0242_blissey/blissey_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0242_blissey/blissey_shiny.png new file mode 100644 index 00000000..54c41da0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0242_blissey/blissey_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0243_raikou/raikou.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0243_raikou/raikou.png new file mode 100644 index 00000000..4bc6dd61 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0243_raikou/raikou.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0243_raikou/raikou_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0243_raikou/raikou_shiny.png new file mode 100644 index 00000000..94be2f05 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0243_raikou/raikou_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0244_entei/entei.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0244_entei/entei.png new file mode 100644 index 00000000..bc437871 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0244_entei/entei.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0244_entei/entei_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0244_entei/entei_shiny.png new file mode 100644 index 00000000..6f4354a9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0244_entei/entei_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0245_suicune/suicune.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0245_suicune/suicune.png new file mode 100644 index 00000000..e7eb29c6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0245_suicune/suicune.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0245_suicune/suicune_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0245_suicune/suicune_shiny.png new file mode 100644 index 00000000..b89b2dbb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0245_suicune/suicune_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0246_larvitar/larvitar.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0246_larvitar/larvitar.png new file mode 100644 index 00000000..ae369673 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0246_larvitar/larvitar.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0246_larvitar/larvitar_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0246_larvitar/larvitar_shiny.png new file mode 100644 index 00000000..8e8a22d9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0246_larvitar/larvitar_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0247_pupitar/pupitar.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0247_pupitar/pupitar.png new file mode 100644 index 00000000..708276f0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0247_pupitar/pupitar.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0247_pupitar/pupitar_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0247_pupitar/pupitar_shiny.png new file mode 100644 index 00000000..fb4c3da0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0247_pupitar/pupitar_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0248_tyranitar/tyranitar.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0248_tyranitar/tyranitar.png new file mode 100644 index 00000000..d1b8ad9c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0248_tyranitar/tyranitar.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0248_tyranitar/tyranitar_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0248_tyranitar/tyranitar_shiny.png new file mode 100644 index 00000000..fe628278 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0248_tyranitar/tyranitar_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0249_lugia/lugia.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0249_lugia/lugia.png new file mode 100644 index 00000000..a15483c1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0249_lugia/lugia.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0250_hooh/hooh.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0250_hooh/hooh.png new file mode 100644 index 00000000..c9c4fb19 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0250_hooh/hooh.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0251_celebi/celebi.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0251_celebi/celebi.png new file mode 100644 index 00000000..51879829 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0251_celebi/celebi.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0251_celebi/celebi_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0251_celebi/celebi_shiny.png new file mode 100644 index 00000000..7263fc1e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0251_celebi/celebi_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0252_treecko/treecko.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0252_treecko/treecko.png new file mode 100644 index 00000000..7071339c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0252_treecko/treecko.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0252_treecko/treecko_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0252_treecko/treecko_shiny.png new file mode 100644 index 00000000..2e200039 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0252_treecko/treecko_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0253_grovyle/grovyle.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0253_grovyle/grovyle.png new file mode 100644 index 00000000..f7b2136d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0253_grovyle/grovyle.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0253_grovyle/grovyle_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0253_grovyle/grovyle_shiny.png new file mode 100644 index 00000000..37be0842 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0253_grovyle/grovyle_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0254_sceptile/sceptile.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0254_sceptile/sceptile.png new file mode 100644 index 00000000..83c441a4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0254_sceptile/sceptile.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0254_sceptile/sceptile_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0254_sceptile/sceptile_shiny.png new file mode 100644 index 00000000..feccc7f1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0254_sceptile/sceptile_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0255_torchic/torchic.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0255_torchic/torchic.png new file mode 100644 index 00000000..d2397f48 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0255_torchic/torchic.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0255_torchic/torchic_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0255_torchic/torchic_shiny.png new file mode 100644 index 00000000..cd85b626 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0255_torchic/torchic_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0256_combusken/combusken.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0256_combusken/combusken.png new file mode 100644 index 00000000..64828764 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0256_combusken/combusken.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0256_combusken/combusken_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0256_combusken/combusken_shiny.png new file mode 100644 index 00000000..3c63171f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0256_combusken/combusken_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0257_blaziken/blaziken.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0257_blaziken/blaziken.png new file mode 100644 index 00000000..c6979d58 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0257_blaziken/blaziken.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0257_blaziken/blaziken_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0257_blaziken/blaziken_shiny.png new file mode 100644 index 00000000..49939329 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0257_blaziken/blaziken_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0258_mudkip/mudkip.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0258_mudkip/mudkip.png new file mode 100644 index 00000000..2b55e7fd Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0258_mudkip/mudkip.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0258_mudkip/mudkip_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0258_mudkip/mudkip_shiny.png new file mode 100644 index 00000000..41c42328 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0258_mudkip/mudkip_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0259_marshtomp/marshtomp.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0259_marshtomp/marshtomp.png new file mode 100644 index 00000000..661a2fdf Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0259_marshtomp/marshtomp.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0259_marshtomp/marshtomp_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0259_marshtomp/marshtomp_shiny.png new file mode 100644 index 00000000..276b311a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0259_marshtomp/marshtomp_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0260_swampert/swampert.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0260_swampert/swampert.png new file mode 100644 index 00000000..ab0fcb32 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0260_swampert/swampert.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0260_swampert/swampert_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0260_swampert/swampert_shiny.png new file mode 100644 index 00000000..0cfcde81 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0260_swampert/swampert_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0261_poochyena/poochyena.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0261_poochyena/poochyena.png new file mode 100644 index 00000000..40da0a57 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0261_poochyena/poochyena.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0261_poochyena/poochyena_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0261_poochyena/poochyena_shiny.png new file mode 100644 index 00000000..6612394f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0261_poochyena/poochyena_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0262_mightyena/mightyena.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0262_mightyena/mightyena.png new file mode 100644 index 00000000..002ae7de Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0262_mightyena/mightyena.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0262_mightyena/mightyena_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0262_mightyena/mightyena_shiny.png new file mode 100644 index 00000000..37a41209 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0262_mightyena/mightyena_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0263_zigzagoon/zigzagoon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0263_zigzagoon/zigzagoon.png new file mode 100644 index 00000000..1414b60f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0263_zigzagoon/zigzagoon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0263_zigzagoon/zigzagoon_galarian.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0263_zigzagoon/zigzagoon_galarian.png new file mode 100644 index 00000000..8c0dbd6a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0263_zigzagoon/zigzagoon_galarian.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0263_zigzagoon/zigzagoon_galarian_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0263_zigzagoon/zigzagoon_galarian_shiny.png new file mode 100644 index 00000000..741ca982 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0263_zigzagoon/zigzagoon_galarian_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0263_zigzagoon/zigzagoon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0263_zigzagoon/zigzagoon_shiny.png new file mode 100644 index 00000000..39833c7e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0263_zigzagoon/zigzagoon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0264_linoone/linoone.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0264_linoone/linoone.png new file mode 100644 index 00000000..512cb945 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0264_linoone/linoone.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0264_linoone/linoone_galarian.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0264_linoone/linoone_galarian.png new file mode 100644 index 00000000..065bd689 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0264_linoone/linoone_galarian.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0264_linoone/linoone_galarian_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0264_linoone/linoone_galarian_shiny.png new file mode 100644 index 00000000..1163d6e9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0264_linoone/linoone_galarian_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0264_linoone/linoone_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0264_linoone/linoone_shiny.png new file mode 100644 index 00000000..12c9ad9d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0264_linoone/linoone_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0270_lotad/lotad.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0270_lotad/lotad.png new file mode 100644 index 00000000..5b7c9710 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0270_lotad/lotad.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0270_lotad/lotad_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0270_lotad/lotad_shiny.png new file mode 100644 index 00000000..138c9634 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0270_lotad/lotad_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0271_lombre/lombre.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0271_lombre/lombre.png new file mode 100644 index 00000000..862696e4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0271_lombre/lombre.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0271_lombre/lombre_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0271_lombre/lombre_shiny.png new file mode 100644 index 00000000..96597c14 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0271_lombre/lombre_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0272_ludicolo/ludicolo.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0272_ludicolo/ludicolo.png new file mode 100644 index 00000000..ffd35b83 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0272_ludicolo/ludicolo.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0272_ludicolo/ludicolo_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0272_ludicolo/ludicolo_shiny.png new file mode 100644 index 00000000..bf7dd2bd Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0272_ludicolo/ludicolo_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0273_seedot/seedot.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0273_seedot/seedot.png new file mode 100644 index 00000000..28de5e55 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0273_seedot/seedot.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0273_seedot/seedot_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0273_seedot/seedot_shiny.png new file mode 100644 index 00000000..d391a62f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0273_seedot/seedot_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0274_nuzleaf/nuzleaf.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0274_nuzleaf/nuzleaf.png new file mode 100644 index 00000000..a5f61761 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0274_nuzleaf/nuzleaf.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0274_nuzleaf/nuzleaf_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0274_nuzleaf/nuzleaf_shiny.png new file mode 100644 index 00000000..e3a51ead Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0274_nuzleaf/nuzleaf_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0275_shiftry/shiftry.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0275_shiftry/shiftry.png new file mode 100644 index 00000000..e69c2842 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0275_shiftry/shiftry.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0275_shiftry/shiftry_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0275_shiftry/shiftry_shiny.png new file mode 100644 index 00000000..88df66d3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0275_shiftry/shiftry_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0276_taillow/taillow.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0276_taillow/taillow.png new file mode 100644 index 00000000..73fe9c19 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0276_taillow/taillow.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0276_taillow/taillow_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0276_taillow/taillow_shiny.png new file mode 100644 index 00000000..3d2fab39 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0276_taillow/taillow_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0277_swellow/swellow.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0277_swellow/swellow.png new file mode 100644 index 00000000..b533e0b5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0277_swellow/swellow.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0277_swellow/swellow_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0277_swellow/swellow_shiny.png new file mode 100644 index 00000000..c39dbf7b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0277_swellow/swellow_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0278_wingull/wingull.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0278_wingull/wingull.png new file mode 100644 index 00000000..33d262b6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0278_wingull/wingull.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0278_wingull/wingull_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0278_wingull/wingull_shiny.png new file mode 100644 index 00000000..743c9d2b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0278_wingull/wingull_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0279_pelipper/pelipper.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0279_pelipper/pelipper.png new file mode 100644 index 00000000..4e286637 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0279_pelipper/pelipper.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0279_pelipper/pelipper_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0279_pelipper/pelipper_shiny.png new file mode 100644 index 00000000..07a951e7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0279_pelipper/pelipper_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0280_ralts/ralts.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0280_ralts/ralts.png new file mode 100644 index 00000000..a49fa428 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0280_ralts/ralts.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0280_ralts/ralts_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0280_ralts/ralts_shiny.png new file mode 100644 index 00000000..134f9369 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0280_ralts/ralts_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0281_kirlia/kirlia.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0281_kirlia/kirlia.png new file mode 100644 index 00000000..48c3a724 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0281_kirlia/kirlia.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0281_kirlia/kirlia_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0281_kirlia/kirlia_shiny.png new file mode 100644 index 00000000..945a588f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0281_kirlia/kirlia_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0282_gardevoir/gardevoir.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0282_gardevoir/gardevoir.png new file mode 100644 index 00000000..820ce16b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0282_gardevoir/gardevoir.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0282_gardevoir/gardevoir_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0282_gardevoir/gardevoir_shiny.png new file mode 100644 index 00000000..10ef7abb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0282_gardevoir/gardevoir_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0283_surskit/surskit.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0283_surskit/surskit.png new file mode 100644 index 00000000..6a2721e7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0283_surskit/surskit.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0283_surskit/surskit_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0283_surskit/surskit_shiny.png new file mode 100644 index 00000000..0cc28145 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0283_surskit/surskit_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0284_masquerain/masquerain.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0284_masquerain/masquerain.png new file mode 100644 index 00000000..54b884a8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0284_masquerain/masquerain.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0284_masquerain/masquerain_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0284_masquerain/masquerain_shiny.png new file mode 100644 index 00000000..27daac2a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0284_masquerain/masquerain_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0285_shroomish/shroomish.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0285_shroomish/shroomish.png new file mode 100644 index 00000000..b638264e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0285_shroomish/shroomish.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0285_shroomish/shroomish_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0285_shroomish/shroomish_shiny.png new file mode 100644 index 00000000..5228f19f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0285_shroomish/shroomish_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0286_breloom/breloom.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0286_breloom/breloom.png new file mode 100644 index 00000000..72c2765d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0286_breloom/breloom.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0286_breloom/breloom_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0286_breloom/breloom_shiny.png new file mode 100644 index 00000000..bfc84b45 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0286_breloom/breloom_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0290_nincada/nincada.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0290_nincada/nincada.png new file mode 100644 index 00000000..f71c993c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0290_nincada/nincada.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0290_nincada/nincada_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0290_nincada/nincada_shiny.png new file mode 100644 index 00000000..0223c754 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0290_nincada/nincada_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0291_ninjask/ninjask.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0291_ninjask/ninjask.png new file mode 100644 index 00000000..fbffa9c3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0291_ninjask/ninjask.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0291_ninjask/ninjask_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0291_ninjask/ninjask_shiny.png new file mode 100644 index 00000000..4bfe2d38 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0291_ninjask/ninjask_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0292_shedinja/shedinja.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0292_shedinja/shedinja.png new file mode 100644 index 00000000..4be774c0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0292_shedinja/shedinja.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0292_shedinja/shedinja_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0292_shedinja/shedinja_shiny.png new file mode 100644 index 00000000..b271f95f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0292_shedinja/shedinja_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0293_whismur/whismur.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0293_whismur/whismur.png new file mode 100644 index 00000000..49d3a065 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0293_whismur/whismur.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0293_whismur/whismur_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0293_whismur/whismur_shiny.png new file mode 100644 index 00000000..b8a32290 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0293_whismur/whismur_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0294_loudred/loudred.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0294_loudred/loudred.png new file mode 100644 index 00000000..ffb36f66 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0294_loudred/loudred.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0294_loudred/loudred_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0294_loudred/loudred_shiny.png new file mode 100644 index 00000000..8b460a61 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0294_loudred/loudred_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0295_exploud/exploud.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0295_exploud/exploud.png new file mode 100644 index 00000000..ef00f0c2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0295_exploud/exploud.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0295_exploud/exploud_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0295_exploud/exploud_shiny.png new file mode 100644 index 00000000..2c3a6204 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0295_exploud/exploud_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0296_makuhita/makuhita.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0296_makuhita/makuhita.png new file mode 100644 index 00000000..839a64d4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0296_makuhita/makuhita.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0296_makuhita/makuhita_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0296_makuhita/makuhita_shiny.png new file mode 100644 index 00000000..4cab2a71 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0296_makuhita/makuhita_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0297_hariyama/hariyama.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0297_hariyama/hariyama.png new file mode 100644 index 00000000..6bbe32f4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0297_hariyama/hariyama.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0297_hariyama/hariyama_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0297_hariyama/hariyama_shiny.png new file mode 100644 index 00000000..3de5e81a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0297_hariyama/hariyama_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0299_nosepass/nosepass.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0299_nosepass/nosepass.png new file mode 100644 index 00000000..db797023 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0299_nosepass/nosepass.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0299_nosepass/nosepass_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0299_nosepass/nosepass_shiny.png new file mode 100644 index 00000000..31e29e15 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0299_nosepass/nosepass_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0302_sableye/sableye.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0302_sableye/sableye.png new file mode 100644 index 00000000..e7041654 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0302_sableye/sableye.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0302_sableye/sableye_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0302_sableye/sableye_shiny.png new file mode 100644 index 00000000..9fa3435b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0302_sableye/sableye_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0303_mawile/mawile.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0303_mawile/mawile.png new file mode 100644 index 00000000..ecf9adbb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0303_mawile/mawile.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0303_mawile/mawile_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0303_mawile/mawile_shiny.png new file mode 100644 index 00000000..e4f5660b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0303_mawile/mawile_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0304_aron/aron.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0304_aron/aron.png new file mode 100644 index 00000000..5c078d22 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0304_aron/aron.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0304_aron/aron_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0304_aron/aron_shiny.png new file mode 100644 index 00000000..e9906f37 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0304_aron/aron_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0305_lairon/lairon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0305_lairon/lairon.png new file mode 100644 index 00000000..dfd5eb4b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0305_lairon/lairon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0305_lairon/lairon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0305_lairon/lairon_shiny.png new file mode 100644 index 00000000..0c83f2fd Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0305_lairon/lairon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0306_aggron/aggron.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0306_aggron/aggron.png new file mode 100644 index 00000000..9b9e48d7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0306_aggron/aggron.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0306_aggron/aggron_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0306_aggron/aggron_shiny.png new file mode 100644 index 00000000..d34018bf Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0306_aggron/aggron_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0311_plusle/plusle.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0311_plusle/plusle.png new file mode 100644 index 00000000..fe1ad7ff Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0311_plusle/plusle.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0311_plusle/plusle_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0311_plusle/plusle_shiny.png new file mode 100644 index 00000000..9a690987 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0311_plusle/plusle_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0312_minun/minun.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0312_minun/minun.png new file mode 100644 index 00000000..528225d3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0312_minun/minun.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0312_minun/minun_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0312_minun/minun_shiny.png new file mode 100644 index 00000000..a15cd0e6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0312_minun/minun_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0313_volbeat/volbeat.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0313_volbeat/volbeat.png new file mode 100644 index 00000000..0c262f0f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0313_volbeat/volbeat.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0313_volbeat/volbeat_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0313_volbeat/volbeat_shiny.png new file mode 100644 index 00000000..1c5f7b1c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0313_volbeat/volbeat_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0314_illumise/illumise.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0314_illumise/illumise.png new file mode 100644 index 00000000..f625341f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0314_illumise/illumise.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0314_illumise/illumise_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0314_illumise/illumise_shiny.png new file mode 100644 index 00000000..802c27be Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0314_illumise/illumise_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0315_roselia/roselia.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0315_roselia/roselia.png new file mode 100644 index 00000000..d03d3e56 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0315_roselia/roselia.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0315_roselia/roselia_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0315_roselia/roselia_shiny.png new file mode 100644 index 00000000..4517cbc1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0315_roselia/roselia_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0316_gulpin/gulpin.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0316_gulpin/gulpin.png new file mode 100644 index 00000000..79afd4be Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0316_gulpin/gulpin.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0316_gulpin/gulpin_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0316_gulpin/gulpin_shiny.png new file mode 100644 index 00000000..41db589e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0316_gulpin/gulpin_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0317_swalot/swalot.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0317_swalot/swalot.png new file mode 100644 index 00000000..86e848da Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0317_swalot/swalot.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0317_swalot/swalot_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0317_swalot/swalot_shiny.png new file mode 100644 index 00000000..f434e941 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0317_swalot/swalot_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0318_carvanha/carvanha.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0318_carvanha/carvanha.png new file mode 100644 index 00000000..10004b7d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0318_carvanha/carvanha.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0318_carvanha/carvanha_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0318_carvanha/carvanha_shiny.png new file mode 100644 index 00000000..51d574b1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0318_carvanha/carvanha_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0319_sharpedo/sharpedo.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0319_sharpedo/sharpedo.png new file mode 100644 index 00000000..a4503013 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0319_sharpedo/sharpedo.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0319_sharpedo/sharpedo_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0319_sharpedo/sharpedo_shiny.png new file mode 100644 index 00000000..330b0c9f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0319_sharpedo/sharpedo_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0320_wailmer/wailmer.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0320_wailmer/wailmer.png new file mode 100644 index 00000000..20b87bae Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0320_wailmer/wailmer.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0320_wailmer/wailmer_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0320_wailmer/wailmer_shiny.png new file mode 100644 index 00000000..d7feba46 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0320_wailmer/wailmer_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0321_wailord/wailord.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0321_wailord/wailord.png new file mode 100644 index 00000000..568ee748 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0321_wailord/wailord.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0321_wailord/wailord_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0321_wailord/wailord_shiny.png new file mode 100644 index 00000000..618a44ec Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0321_wailord/wailord_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0322_numel/numel.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0322_numel/numel.png new file mode 100644 index 00000000..a0f72ab5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0322_numel/numel.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0322_numel/numel_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0322_numel/numel_shiny.png new file mode 100644 index 00000000..79e433f8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0322_numel/numel_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0323_camerupt/camerupt.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0323_camerupt/camerupt.png new file mode 100644 index 00000000..a6eb6f4a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0323_camerupt/camerupt.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0323_camerupt/camerupt_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0323_camerupt/camerupt_shiny.png new file mode 100644 index 00000000..a44dd876 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0323_camerupt/camerupt_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0324_torkoal/torkoal.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0324_torkoal/torkoal.png new file mode 100644 index 00000000..b8975e6e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0324_torkoal/torkoal.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0324_torkoal/torkoal_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0324_torkoal/torkoal_shiny.png new file mode 100644 index 00000000..7cb94a62 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0324_torkoal/torkoal_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0327_spinda/spinda.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0327_spinda/spinda.png new file mode 100644 index 00000000..eb47d399 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0327_spinda/spinda.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0327_spinda/spinda_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0327_spinda/spinda_shiny.png new file mode 100644 index 00000000..8673653b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0327_spinda/spinda_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0328_trapinch/trapinch.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0328_trapinch/trapinch.png new file mode 100644 index 00000000..fa383d3e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0328_trapinch/trapinch.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0328_trapinch/trapinch_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0328_trapinch/trapinch_shiny.png new file mode 100644 index 00000000..c4b4d7f4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0328_trapinch/trapinch_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0329_vibrava/vibrava.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0329_vibrava/vibrava.png new file mode 100644 index 00000000..92468fa2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0329_vibrava/vibrava.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0329_vibrava/vibrava_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0329_vibrava/vibrava_shiny.png new file mode 100644 index 00000000..0336ed5d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0329_vibrava/vibrava_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0330_flygon/flygon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0330_flygon/flygon.png new file mode 100644 index 00000000..7d1eb2ff Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0330_flygon/flygon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0330_flygon/flygon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0330_flygon/flygon_shiny.png new file mode 100644 index 00000000..a7b4ec51 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0330_flygon/flygon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0331_cacnea/cacnea.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0331_cacnea/cacnea.png new file mode 100644 index 00000000..73720dbf Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0331_cacnea/cacnea.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0331_cacnea/cacnea_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0331_cacnea/cacnea_shiny.png new file mode 100644 index 00000000..527378ca Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0331_cacnea/cacnea_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0332_cacturne/cacturne.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0332_cacturne/cacturne.png new file mode 100644 index 00000000..14e225fa Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0332_cacturne/cacturne.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0332_cacturne/cacturne_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0332_cacturne/cacturne_shiny.png new file mode 100644 index 00000000..bcb4913c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0332_cacturne/cacturne_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0337_lunatone/lunatone.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0337_lunatone/lunatone.png new file mode 100644 index 00000000..99a9242b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0337_lunatone/lunatone.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0337_lunatone/lunatone_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0337_lunatone/lunatone_shiny.png new file mode 100644 index 00000000..c7fafe5f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0337_lunatone/lunatone_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0338_solrock/solrock.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0338_solrock/solrock.png new file mode 100644 index 00000000..dcd31819 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0338_solrock/solrock.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0338_solrock/solrock_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0338_solrock/solrock_shiny.png new file mode 100644 index 00000000..20ef1d64 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0338_solrock/solrock_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0339_barboach/barboach.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0339_barboach/barboach.png new file mode 100644 index 00000000..c34b418f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0339_barboach/barboach.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0339_barboach/barboach_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0339_barboach/barboach_shiny.png new file mode 100644 index 00000000..afab31a9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0339_barboach/barboach_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0340_whiscash/whiscash.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0340_whiscash/whiscash.png new file mode 100644 index 00000000..e4f769de Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0340_whiscash/whiscash.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0340_whiscash/whiscash_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0340_whiscash/whiscash_shiny.png new file mode 100644 index 00000000..7160d2b2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0340_whiscash/whiscash_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0343_baltoy/baltoy.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0343_baltoy/baltoy.png new file mode 100644 index 00000000..291a3981 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0343_baltoy/baltoy.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0343_baltoy/baltoy_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0343_baltoy/baltoy_shiny.png new file mode 100644 index 00000000..50f79855 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0343_baltoy/baltoy_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0344_claydol/claydol.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0344_claydol/claydol.png new file mode 100644 index 00000000..e0d47fb6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0344_claydol/claydol.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0344_claydol/claydol_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0344_claydol/claydol_shiny.png new file mode 100644 index 00000000..aa95b61f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0344_claydol/claydol_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0345_lileep/lileep.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0345_lileep/lileep.png new file mode 100644 index 00000000..030a95ba Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0345_lileep/lileep.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0345_lileep/lileep_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0345_lileep/lileep_shiny.png new file mode 100644 index 00000000..8804b1a2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0345_lileep/lileep_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0346_cradily/cradily.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0346_cradily/cradily.png new file mode 100644 index 00000000..4c3d3d50 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0346_cradily/cradily.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0346_cradily/cradily_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0346_cradily/cradily_shiny.png new file mode 100644 index 00000000..c9773803 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0346_cradily/cradily_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0347_anorith/anorith.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0347_anorith/anorith.png new file mode 100644 index 00000000..bf0023ea Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0347_anorith/anorith.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0347_anorith/anorith_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0347_anorith/anorith_shiny.png new file mode 100644 index 00000000..0b5dea85 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0347_anorith/anorith_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0348_armaldo/armaldo.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0348_armaldo/armaldo.png new file mode 100644 index 00000000..6e7cb217 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0348_armaldo/armaldo.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0348_armaldo/armaldo_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0348_armaldo/armaldo_shiny.png new file mode 100644 index 00000000..838a6705 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0348_armaldo/armaldo_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0355_duskull/duskull.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0355_duskull/duskull.png new file mode 100644 index 00000000..2ffac3f0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0355_duskull/duskull.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0355_duskull/duskull_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0355_duskull/duskull_shiny.png new file mode 100644 index 00000000..afa4b231 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0355_duskull/duskull_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0356_dusclops/dusclops.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0356_dusclops/dusclops.png new file mode 100644 index 00000000..4c1f3277 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0356_dusclops/dusclops.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0356_dusclops/dusclops_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0356_dusclops/dusclops_shiny.png new file mode 100644 index 00000000..f663902e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0356_dusclops/dusclops_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0357_tropius/tropius.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0357_tropius/tropius.png new file mode 100644 index 00000000..71d86cda Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0357_tropius/tropius.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0357_tropius/tropius_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0357_tropius/tropius_shiny.png new file mode 100644 index 00000000..a85074c6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0357_tropius/tropius_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0358_chimecho/chimecho.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0358_chimecho/chimecho.png new file mode 100644 index 00000000..38b12f46 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0358_chimecho/chimecho.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0358_chimecho/chimecho_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0358_chimecho/chimecho_shiny.png new file mode 100644 index 00000000..f9d0d1f0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0358_chimecho/chimecho_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0363_spheal/spheal.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0363_spheal/spheal.png new file mode 100644 index 00000000..4348996b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0363_spheal/spheal.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0363_spheal/spheal_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0363_spheal/spheal_shiny.png new file mode 100644 index 00000000..e78956ab Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0363_spheal/spheal_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0364_sealeo/sealeo.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0364_sealeo/sealeo.png new file mode 100644 index 00000000..d7611082 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0364_sealeo/sealeo.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0364_sealeo/sealeo_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0364_sealeo/sealeo_shiny.png new file mode 100644 index 00000000..a4185622 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0364_sealeo/sealeo_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0365_walrein/walrein.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0365_walrein/walrein.png new file mode 100644 index 00000000..f261f8e6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0365_walrein/walrein.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0365_walrein/walrein_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0365_walrein/walrein_shiny.png new file mode 100644 index 00000000..30e26839 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0365_walrein/walrein_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0366_clamperl/clamperl.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0366_clamperl/clamperl.png new file mode 100644 index 00000000..bbb22f38 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0366_clamperl/clamperl.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0366_clamperl/clamperl_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0366_clamperl/clamperl_shiny.png new file mode 100644 index 00000000..34f9a00c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0366_clamperl/clamperl_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0367_huntail/huntail.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0367_huntail/huntail.png new file mode 100644 index 00000000..018d4467 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0367_huntail/huntail.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0367_huntail/huntail_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0367_huntail/huntail_shiny.png new file mode 100644 index 00000000..b91e3c02 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0367_huntail/huntail_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0368_gorebyss/gorebyss.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0368_gorebyss/gorebyss.png new file mode 100644 index 00000000..90d6e7ad Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0368_gorebyss/gorebyss.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0368_gorebyss/gorebyss_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0368_gorebyss/gorebyss_shiny.png new file mode 100644 index 00000000..988d8b6c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0368_gorebyss/gorebyss_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0369_relicanth/relicanth.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0369_relicanth/relicanth.png new file mode 100644 index 00000000..48cdba09 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0369_relicanth/relicanth.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0369_relicanth/relicanth_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0369_relicanth/relicanth_shiny.png new file mode 100644 index 00000000..e8427694 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0369_relicanth/relicanth_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0370_luvdisc/luvdisc.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0370_luvdisc/luvdisc.png new file mode 100644 index 00000000..26046eab Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0370_luvdisc/luvdisc.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0370_luvdisc/luvdisc_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0370_luvdisc/luvdisc_shiny.png new file mode 100644 index 00000000..b23ed64d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0370_luvdisc/luvdisc_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0371_bagon/bagon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0371_bagon/bagon.png new file mode 100644 index 00000000..6e7e721e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0371_bagon/bagon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0371_bagon/bagon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0371_bagon/bagon_shiny.png new file mode 100644 index 00000000..f52ee3d7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0371_bagon/bagon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0372_shelgon/shelgon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0372_shelgon/shelgon.png new file mode 100644 index 00000000..a3a968f8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0372_shelgon/shelgon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0372_shelgon/shelgon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0372_shelgon/shelgon_shiny.png new file mode 100644 index 00000000..52e6f6b2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0372_shelgon/shelgon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0373_salamence/salamence.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0373_salamence/salamence.png new file mode 100644 index 00000000..092ca03c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0373_salamence/salamence.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0373_salamence/salamence_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0373_salamence/salamence_shiny.png new file mode 100644 index 00000000..2cc3093e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0373_salamence/salamence_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0374_beldum/beldum.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0374_beldum/beldum.png new file mode 100644 index 00000000..bdf6cf45 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0374_beldum/beldum.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0374_beldum/beldum_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0374_beldum/beldum_shiny.png new file mode 100644 index 00000000..2735b02f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0374_beldum/beldum_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0375_metang/metang.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0375_metang/metang.png new file mode 100644 index 00000000..53fe4b47 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0375_metang/metang.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0375_metang/metang_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0375_metang/metang_shiny.png new file mode 100644 index 00000000..879b9a32 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0375_metang/metang_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0376_metagross/metagross.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0376_metagross/metagross.png new file mode 100644 index 00000000..5d39dc6e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0376_metagross/metagross.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0376_metagross/metagross_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0376_metagross/metagross_shiny.png new file mode 100644 index 00000000..05ab2c5f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0376_metagross/metagross_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0377_regirock/regirock.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0377_regirock/regirock.png new file mode 100644 index 00000000..a61980b4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0377_regirock/regirock.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0377_regirock/regirock_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0377_regirock/regirock_shiny.png new file mode 100644 index 00000000..3b625d2f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0377_regirock/regirock_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0378_regice/regice.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0378_regice/regice.png new file mode 100644 index 00000000..2f85135a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0378_regice/regice.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0378_regice/regice_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0378_regice/regice_shiny.png new file mode 100644 index 00000000..c697b7e9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0378_regice/regice_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0379_registeel/registeel.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0379_registeel/registeel.png new file mode 100644 index 00000000..0482f228 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0379_registeel/registeel.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0379_registeel/registeel_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0379_registeel/registeel_shiny.png new file mode 100644 index 00000000..d214e340 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0379_registeel/registeel_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0380_latias/latias.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0380_latias/latias.png new file mode 100644 index 00000000..d315970b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0380_latias/latias.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0380_latias/latias_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0380_latias/latias_shiny.png new file mode 100644 index 00000000..40b3e019 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0380_latias/latias_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0381_latios/latios.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0381_latios/latios.png new file mode 100644 index 00000000..25988865 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0381_latios/latios.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0381_latios/latios_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0381_latios/latios_shiny.png new file mode 100644 index 00000000..d656b626 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0381_latios/latios_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0382_kyogre/kyogre.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0382_kyogre/kyogre.png new file mode 100644 index 00000000..5296d8c0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0382_kyogre/kyogre.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0382_kyogre/kyogre_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0382_kyogre/kyogre_shiny.png new file mode 100644 index 00000000..5de4bf7f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0382_kyogre/kyogre_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0383_groudon/groudon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0383_groudon/groudon.png new file mode 100644 index 00000000..ec4ee67b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0383_groudon/groudon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0383_groudon/groudon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0383_groudon/groudon_shiny.png new file mode 100644 index 00000000..d4bad53f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0383_groudon/groudon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0384_rayquaza/rayquaza.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0384_rayquaza/rayquaza.png new file mode 100644 index 00000000..dfda88ac Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0384_rayquaza/rayquaza.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0384_rayquaza/rayquaza_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0384_rayquaza/rayquaza_shiny.png new file mode 100644 index 00000000..ed7c2bfd Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0384_rayquaza/rayquaza_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0385_jirachi/jirachi.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0385_jirachi/jirachi.png new file mode 100644 index 00000000..40ab9222 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0385_jirachi/jirachi.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0385_jirachi/jirachi_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0385_jirachi/jirachi_shiny.png new file mode 100644 index 00000000..06e57854 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0385_jirachi/jirachi_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0386_deoxys/deoxys.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0386_deoxys/deoxys.png new file mode 100644 index 00000000..f5033150 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0386_deoxys/deoxys.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0386_deoxys/deoxys_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0386_deoxys/deoxys_shiny.png new file mode 100644 index 00000000..b8f2a4e7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0386_deoxys/deoxys_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0387_turtwig/turtwig.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0387_turtwig/turtwig.png new file mode 100644 index 00000000..0b0d0b30 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0387_turtwig/turtwig.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0387_turtwig/turtwig_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0387_turtwig/turtwig_shiny.png new file mode 100644 index 00000000..35af26a6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0387_turtwig/turtwig_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0388_grotle/grotle.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0388_grotle/grotle.png new file mode 100644 index 00000000..37380700 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0388_grotle/grotle.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0388_grotle/grotle_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0388_grotle/grotle_shiny.png new file mode 100644 index 00000000..e9976e28 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0388_grotle/grotle_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0389_torterra/torterra.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0389_torterra/torterra.png new file mode 100644 index 00000000..1cdf10ea Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0389_torterra/torterra.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_shiny.png new file mode 100644 index 00000000..3a6c0b6f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0389_torterra/torterra_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0390_chimchar/chimchar.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0390_chimchar/chimchar.png new file mode 100644 index 00000000..c393898a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0390_chimchar/chimchar.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0390_chimchar/chimchar_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0390_chimchar/chimchar_shiny.png new file mode 100644 index 00000000..17b160ec Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0390_chimchar/chimchar_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0391_monferno/monferno.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0391_monferno/monferno.png new file mode 100644 index 00000000..a53a8251 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0391_monferno/monferno.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0391_monferno/monferno_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0391_monferno/monferno_shiny.png new file mode 100644 index 00000000..02e5556d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0391_monferno/monferno_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0392_infernape/infernape.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0392_infernape/infernape.png new file mode 100644 index 00000000..d6785f12 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0392_infernape/infernape.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0392_infernape/infernape_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0392_infernape/infernape_shiny.png new file mode 100644 index 00000000..a2d78751 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0392_infernape/infernape_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0393_piplup/piplup.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0393_piplup/piplup.png new file mode 100644 index 00000000..baf417e9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0393_piplup/piplup.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0393_piplup/piplup_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0393_piplup/piplup_shiny.png new file mode 100644 index 00000000..1ad8a4bc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0393_piplup/piplup_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0394_prinplup/prinplup.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0394_prinplup/prinplup.png new file mode 100644 index 00000000..35fd0f65 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0394_prinplup/prinplup.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0394_prinplup/prinplup_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0394_prinplup/prinplup_shiny.png new file mode 100644 index 00000000..8a6c1201 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0394_prinplup/prinplup_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0395_empoleon/empoleon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0395_empoleon/empoleon.png new file mode 100644 index 00000000..9a94f6ae Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0395_empoleon/empoleon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0395_empoleon/empoleon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0395_empoleon/empoleon_shiny.png new file mode 100644 index 00000000..9d97decc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0395_empoleon/empoleon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0396_starly/starly.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0396_starly/starly.png new file mode 100644 index 00000000..c35df1c2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0396_starly/starly.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0396_starly/starly_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0396_starly/starly_shiny.png new file mode 100644 index 00000000..02eb2064 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0396_starly/starly_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0397_staravia/staravia.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0397_staravia/staravia.png new file mode 100644 index 00000000..7183f356 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0397_staravia/staravia.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0397_staravia/staravia_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0397_staravia/staravia_shiny.png new file mode 100644 index 00000000..00fe3502 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0397_staravia/staravia_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0398_staraptor/staraptor.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0398_staraptor/staraptor.png new file mode 100644 index 00000000..b1ca1408 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0398_staraptor/staraptor.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0398_staraptor/staraptor_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0398_staraptor/staraptor_shiny.png new file mode 100644 index 00000000..b9a53301 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0398_staraptor/staraptor_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0399_bidoof/bidoof.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0399_bidoof/bidoof.png new file mode 100644 index 00000000..c847ee50 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0399_bidoof/bidoof.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0399_bidoof/bidoof_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0399_bidoof/bidoof_shiny.png new file mode 100644 index 00000000..1b842652 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0399_bidoof/bidoof_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0400_bibarel/bibarel.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0400_bibarel/bibarel.png new file mode 100644 index 00000000..c8bf73c5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0400_bibarel/bibarel.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0400_bibarel/bibarel_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0400_bibarel/bibarel_shiny.png new file mode 100644 index 00000000..69a7c906 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0400_bibarel/bibarel_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0401_kricketot/kricketot.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0401_kricketot/kricketot.png new file mode 100644 index 00000000..055fb91e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0401_kricketot/kricketot.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0401_kricketot/kricketot_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0401_kricketot/kricketot_shiny.png new file mode 100644 index 00000000..6083f6cb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0401_kricketot/kricketot_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0402_kricketune/kricketune.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0402_kricketune/kricketune.png new file mode 100644 index 00000000..efa8190c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0402_kricketune/kricketune.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0402_kricketune/kricketune_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0402_kricketune/kricketune_shiny.png new file mode 100644 index 00000000..3ad38fce Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0402_kricketune/kricketune_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0403_shinx/shinx.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0403_shinx/shinx.png new file mode 100644 index 00000000..06baa5a4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0403_shinx/shinx.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0403_shinx/shinx_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0403_shinx/shinx_shiny.png new file mode 100644 index 00000000..71a8a991 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0403_shinx/shinx_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0404_luxio/luxio.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0404_luxio/luxio.png new file mode 100644 index 00000000..f1a11545 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0404_luxio/luxio.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0404_luxio/luxio_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0404_luxio/luxio_shiny.png new file mode 100644 index 00000000..afc49be5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0404_luxio/luxio_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0405_luxray/luxray.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0405_luxray/luxray.png new file mode 100644 index 00000000..660db8bf Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0405_luxray/luxray.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0405_luxray/luxray_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0405_luxray/luxray_shiny.png new file mode 100644 index 00000000..60b65ec3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0405_luxray/luxray_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0406_budew/budew.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0406_budew/budew.png new file mode 100644 index 00000000..17f9d4e7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0406_budew/budew.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0406_budew/budew_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0406_budew/budew_shiny.png new file mode 100644 index 00000000..9c3b769c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0406_budew/budew_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0407_roserade/roserade.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0407_roserade/roserade.png new file mode 100644 index 00000000..6384c442 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0407_roserade/roserade.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0407_roserade/roserade_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0407_roserade/roserade_shiny.png new file mode 100644 index 00000000..851315b1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0407_roserade/roserade_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0408_cranidos/cranidos.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0408_cranidos/cranidos.png new file mode 100644 index 00000000..b79c923d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0408_cranidos/cranidos.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0408_cranidos/cranidos_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0408_cranidos/cranidos_shiny.png new file mode 100644 index 00000000..c6b2d487 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0408_cranidos/cranidos_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0409_rampardos/rampardos.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0409_rampardos/rampardos.png new file mode 100644 index 00000000..afdcf601 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0409_rampardos/rampardos.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0409_rampardos/rampardos_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0409_rampardos/rampardos_shiny.png new file mode 100644 index 00000000..12503c11 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0409_rampardos/rampardos_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0410_shieldon/shieldon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0410_shieldon/shieldon.png new file mode 100644 index 00000000..1db390f8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0410_shieldon/shieldon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0410_shieldon/shieldon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0410_shieldon/shieldon_shiny.png new file mode 100644 index 00000000..302eb47c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0410_shieldon/shieldon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0411_bastiodon/bastiodon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0411_bastiodon/bastiodon.png new file mode 100644 index 00000000..3d8c9d2b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0411_bastiodon/bastiodon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0411_bastiodon/bastiodon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0411_bastiodon/bastiodon_shiny.png new file mode 100644 index 00000000..5f2e92dd Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0411_bastiodon/bastiodon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0415_combee/combee.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0415_combee/combee.png new file mode 100644 index 00000000..caf5f54a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0415_combee/combee.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0415_combee/combee_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0415_combee/combee_shiny.png new file mode 100644 index 00000000..1b23c263 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0415_combee/combee_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0416_vespiquen/vespiquen.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0416_vespiquen/vespiquen.png new file mode 100644 index 00000000..c6a11b99 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0416_vespiquen/vespiquen.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0416_vespiquen/vespiquen_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0416_vespiquen/vespiquen_shiny.png new file mode 100644 index 00000000..8f4b9a84 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0416_vespiquen/vespiquen_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0417_pachirisu/pachirisu.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0417_pachirisu/pachirisu.png new file mode 100644 index 00000000..1fb05155 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0417_pachirisu/pachirisu.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0417_pachirisu/pachirisu_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0417_pachirisu/pachirisu_shiny.png new file mode 100644 index 00000000..4928854d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0417_pachirisu/pachirisu_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0418_buizel/buizel.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0418_buizel/buizel.png new file mode 100644 index 00000000..cf35dfdc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0418_buizel/buizel.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0418_buizel/buizel_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0418_buizel/buizel_shiny.png new file mode 100644 index 00000000..f1a9b520 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0418_buizel/buizel_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0419_floatzel/floatzel.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0419_floatzel/floatzel.png new file mode 100644 index 00000000..a06747cf Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0419_floatzel/floatzel.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0419_floatzel/floatzel_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0419_floatzel/floatzel_shiny.png new file mode 100644 index 00000000..d32f12d5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0419_floatzel/floatzel_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0420_cherubi/cherubi.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0420_cherubi/cherubi.png new file mode 100644 index 00000000..61daf497 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0420_cherubi/cherubi.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0420_cherubi/cherubi_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0420_cherubi/cherubi_shiny.png new file mode 100644 index 00000000..ae07d2fa Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0420_cherubi/cherubi_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0421_cherrim/cherrim.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0421_cherrim/cherrim.png new file mode 100644 index 00000000..de5014da Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0421_cherrim/cherrim.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0421_cherrim/cherrim_overcast_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0421_cherrim/cherrim_overcast_shiny.png new file mode 100644 index 00000000..d6b90a08 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0421_cherrim/cherrim_overcast_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0421_cherrim/cherrim_sunshine.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0421_cherrim/cherrim_sunshine.png new file mode 100644 index 00000000..4dd593de Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0421_cherrim/cherrim_sunshine.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0421_cherrim/cherrim_sunshine_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0421_cherrim/cherrim_sunshine_shiny.png new file mode 100644 index 00000000..06f6e8b4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0421_cherrim/cherrim_sunshine_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0422_shellos/shellos_east.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0422_shellos/shellos_east.png new file mode 100644 index 00000000..45815516 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0422_shellos/shellos_east.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0422_shellos/shellos_east_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0422_shellos/shellos_east_shiny.png new file mode 100644 index 00000000..001efb90 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0422_shellos/shellos_east_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0422_shellos/shellos_west.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0422_shellos/shellos_west.png new file mode 100644 index 00000000..76779958 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0422_shellos/shellos_west.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0422_shellos/shellos_west_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0422_shellos/shellos_west_shiny.png new file mode 100644 index 00000000..7eae4535 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0422_shellos/shellos_west_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0423_gastrodon/gastrodon_east.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0423_gastrodon/gastrodon_east.png new file mode 100644 index 00000000..59d91fd3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0423_gastrodon/gastrodon_east.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0423_gastrodon/gastrodon_east_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0423_gastrodon/gastrodon_east_shiny.png new file mode 100644 index 00000000..81475a23 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0423_gastrodon/gastrodon_east_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0423_gastrodon/gastrodon_west.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0423_gastrodon/gastrodon_west.png new file mode 100644 index 00000000..2a425196 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0423_gastrodon/gastrodon_west.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0423_gastrodon/gastrodon_west_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0423_gastrodon/gastrodon_west_shiny.png new file mode 100644 index 00000000..47a5479e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0423_gastrodon/gastrodon_west_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0424_ambipom/ambipom.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0424_ambipom/ambipom.png new file mode 100644 index 00000000..68387228 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0424_ambipom/ambipom.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0424_ambipom/ambipom_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0424_ambipom/ambipom_shiny.png new file mode 100644 index 00000000..a4d0e667 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0424_ambipom/ambipom_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0425_drifloon/drifloon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0425_drifloon/drifloon.png new file mode 100644 index 00000000..9cae6c54 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0425_drifloon/drifloon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0425_drifloon/drifloon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0425_drifloon/drifloon_shiny.png new file mode 100644 index 00000000..2b473910 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0425_drifloon/drifloon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0426_drifblim/drifblim.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0426_drifblim/drifblim.png new file mode 100644 index 00000000..3eac4282 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0426_drifblim/drifblim.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0426_drifblim/drifblim_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0426_drifblim/drifblim_shiny.png new file mode 100644 index 00000000..cb790281 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0426_drifblim/drifblim_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0427_buneary/buneary.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0427_buneary/buneary.png new file mode 100644 index 00000000..7497e253 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0427_buneary/buneary.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0427_buneary/buneary_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0427_buneary/buneary_shiny.png new file mode 100644 index 00000000..f5ffd4ce Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0427_buneary/buneary_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0428_lopunny/lopunny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0428_lopunny/lopunny.png new file mode 100644 index 00000000..aa680a93 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0428_lopunny/lopunny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0428_lopunny/lopunny_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0428_lopunny/lopunny_shiny.png new file mode 100644 index 00000000..0ee375a6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0428_lopunny/lopunny_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0429_mismagius/mismagius.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0429_mismagius/mismagius.png new file mode 100644 index 00000000..1a6bcdc7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0429_mismagius/mismagius.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0429_mismagius/mismagius_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0429_mismagius/mismagius_shiny.png new file mode 100644 index 00000000..a05c99c0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0429_mismagius/mismagius_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0430_honchkrow/honchkrow.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0430_honchkrow/honchkrow.png new file mode 100644 index 00000000..69ea504c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0430_honchkrow/honchkrow.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0430_honchkrow/honchkrow_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0430_honchkrow/honchkrow_shiny.png new file mode 100644 index 00000000..94b3db41 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0430_honchkrow/honchkrow_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0433_chingling/chingling.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0433_chingling/chingling.png new file mode 100644 index 00000000..6b93d08a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0433_chingling/chingling.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0433_chingling/chingling_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0433_chingling/chingling_shiny.png new file mode 100644 index 00000000..eec91f7f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0433_chingling/chingling_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0438_bonsly/bonsly.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0438_bonsly/bonsly.png new file mode 100644 index 00000000..c7a81804 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0438_bonsly/bonsly.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0438_bonsly/bonsly_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0438_bonsly/bonsly_shiny.png new file mode 100644 index 00000000..031c7817 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0438_bonsly/bonsly_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0439_mimejr/mimejr.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0439_mimejr/mimejr.png new file mode 100644 index 00000000..51aeec67 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0439_mimejr/mimejr.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0439_mimejr/mimejr_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0439_mimejr/mimejr_shiny.png new file mode 100644 index 00000000..604167a9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0439_mimejr/mimejr_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0440_happiny/happiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0440_happiny/happiny.png new file mode 100644 index 00000000..ff4b4d02 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0440_happiny/happiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0440_happiny/happiny_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0440_happiny/happiny_shiny.png new file mode 100644 index 00000000..67b6fb89 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0440_happiny/happiny_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0441_chatot/chatot.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0441_chatot/chatot.png new file mode 100644 index 00000000..7db63b2f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0441_chatot/chatot.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0441_chatot/chatot_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0441_chatot/chatot_shiny.png new file mode 100644 index 00000000..61fc1830 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0441_chatot/chatot_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0442_spiritomb/spiritomb.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0442_spiritomb/spiritomb.png new file mode 100644 index 00000000..ea79afe4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0442_spiritomb/spiritomb.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0442_spiritomb/spiritomb_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0442_spiritomb/spiritomb_shiny.png new file mode 100644 index 00000000..083bb2ec Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0442_spiritomb/spiritomb_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0443_gible/gible.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0443_gible/gible.png new file mode 100644 index 00000000..10a23312 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0443_gible/gible.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0443_gible/gible_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0443_gible/gible_shiny.png new file mode 100644 index 00000000..6d7781d8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0443_gible/gible_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0444_gabite/gabite.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0444_gabite/gabite.png new file mode 100644 index 00000000..3bc913e5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0444_gabite/gabite.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0444_gabite/gabite_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0444_gabite/gabite_shiny.png new file mode 100644 index 00000000..cf4a6c96 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0444_gabite/gabite_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0445_garchomp/garchomp.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0445_garchomp/garchomp.png new file mode 100644 index 00000000..8d4c577f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0445_garchomp/garchomp.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0445_garchomp/garchomp_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0445_garchomp/garchomp_shiny.png new file mode 100644 index 00000000..58b083db Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0445_garchomp/garchomp_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0446_munchlax/munchlax.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0446_munchlax/munchlax.png new file mode 100644 index 00000000..833665b9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0446_munchlax/munchlax.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0446_munchlax/munchlax_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0446_munchlax/munchlax_shiny.png new file mode 100644 index 00000000..d7ffaeed Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0446_munchlax/munchlax_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0447_riolu/riolu.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0447_riolu/riolu.png new file mode 100644 index 00000000..079f7ada Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0447_riolu/riolu.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0447_riolu/riolu_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0447_riolu/riolu_shiny.png new file mode 100644 index 00000000..326faddf Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0447_riolu/riolu_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0448_lucario/lucario.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0448_lucario/lucario.png new file mode 100644 index 00000000..9342736a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0448_lucario/lucario.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0448_lucario/lucario_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0448_lucario/lucario_shiny.png new file mode 100644 index 00000000..9beb3a1f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0448_lucario/lucario_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0449_hippopotas/hippopotas.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0449_hippopotas/hippopotas.png new file mode 100644 index 00000000..0d6b9640 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0449_hippopotas/hippopotas.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0449_hippopotas/hippopotas_female.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0449_hippopotas/hippopotas_female.png new file mode 100644 index 00000000..0d6b9640 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0449_hippopotas/hippopotas_female.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0449_hippopotas/hippopotas_female_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0449_hippopotas/hippopotas_female_shiny.png new file mode 100644 index 00000000..85b51efb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0449_hippopotas/hippopotas_female_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0449_hippopotas/hippopotas_male.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0449_hippopotas/hippopotas_male.png new file mode 100644 index 00000000..0d6b9640 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0449_hippopotas/hippopotas_male.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0449_hippopotas/hippopotas_male_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0449_hippopotas/hippopotas_male_shiny.png new file mode 100644 index 00000000..85b51efb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0449_hippopotas/hippopotas_male_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0449_hippopotas/hippopotas_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0449_hippopotas/hippopotas_shiny.png new file mode 100644 index 00000000..85b51efb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0449_hippopotas/hippopotas_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0450_hippowdon/hippowdon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0450_hippowdon/hippowdon.png new file mode 100644 index 00000000..f6cbf243 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0450_hippowdon/hippowdon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0450_hippowdon/hippowdon_female.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0450_hippowdon/hippowdon_female.png new file mode 100644 index 00000000..f6cbf243 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0450_hippowdon/hippowdon_female.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0450_hippowdon/hippowdon_female_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0450_hippowdon/hippowdon_female_shiny.png new file mode 100644 index 00000000..c6a4f8da Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0450_hippowdon/hippowdon_female_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0450_hippowdon/hippowdon_male.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0450_hippowdon/hippowdon_male.png new file mode 100644 index 00000000..c796b5d5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0450_hippowdon/hippowdon_male.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0450_hippowdon/hippowdon_male_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0450_hippowdon/hippowdon_male_shiny.png new file mode 100644 index 00000000..ee4b280d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0450_hippowdon/hippowdon_male_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0450_hippowdon/hippowdon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0450_hippowdon/hippowdon_shiny.png new file mode 100644 index 00000000..c6a4f8da Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0450_hippowdon/hippowdon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0453_croagunk/croagunk.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0453_croagunk/croagunk.png new file mode 100644 index 00000000..e94859e5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0453_croagunk/croagunk.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0453_croagunk/croagunk_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0453_croagunk/croagunk_shiny.png new file mode 100644 index 00000000..67aa20b8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0453_croagunk/croagunk_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0454_toxicroak/toxicroak.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0454_toxicroak/toxicroak.png new file mode 100644 index 00000000..a1f127cc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0454_toxicroak/toxicroak.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0454_toxicroak/toxicroak_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0454_toxicroak/toxicroak_shiny.png new file mode 100644 index 00000000..baf41cf9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0454_toxicroak/toxicroak_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0455_carnivine/carnivine.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0455_carnivine/carnivine.png new file mode 100644 index 00000000..3bb37c64 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0455_carnivine/carnivine.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0455_carnivine/carnivine_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0455_carnivine/carnivine_shiny.png new file mode 100644 index 00000000..3608200a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0455_carnivine/carnivine_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0461_weavile/weavile.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0461_weavile/weavile.png new file mode 100644 index 00000000..9ef2ee3d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0461_weavile/weavile.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0461_weavile/weavile_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0461_weavile/weavile_shiny.png new file mode 100644 index 00000000..d8cf9cd6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0461_weavile/weavile_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0462_magnezone/magnezone.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0462_magnezone/magnezone.png new file mode 100644 index 00000000..e4b5632e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0462_magnezone/magnezone.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0462_magnezone/magnezone_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0462_magnezone/magnezone_shiny.png new file mode 100644 index 00000000..e97fa9f3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0462_magnezone/magnezone_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0463_lickilicky/lickilicky.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0463_lickilicky/lickilicky.png new file mode 100644 index 00000000..31490bb6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0463_lickilicky/lickilicky.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0463_lickilicky/lickilicky_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0463_lickilicky/lickilicky_shiny.png new file mode 100644 index 00000000..f2f89b10 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0463_lickilicky/lickilicky_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0464_rhyperior/rhyperior.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0464_rhyperior/rhyperior.png new file mode 100644 index 00000000..58b2a510 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0464_rhyperior/rhyperior.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0464_rhyperior/rhyperior_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0464_rhyperior/rhyperior_shiny.png new file mode 100644 index 00000000..3caad277 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0464_rhyperior/rhyperior_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0465_tangrowth/tangrowth.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0465_tangrowth/tangrowth.png new file mode 100644 index 00000000..f3a9d68d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0465_tangrowth/tangrowth.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0465_tangrowth/tangrowth_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0465_tangrowth/tangrowth_shiny.png new file mode 100644 index 00000000..843d2ede Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0465_tangrowth/tangrowth_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0466_electivire/electivire.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0466_electivire/electivire.png new file mode 100644 index 00000000..2923d301 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0466_electivire/electivire.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0466_electivire/electivire_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0466_electivire/electivire_shiny.png new file mode 100644 index 00000000..2937309d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0466_electivire/electivire_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0467_magmortar/magmortar.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0467_magmortar/magmortar.png new file mode 100644 index 00000000..71c23812 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0467_magmortar/magmortar.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0467_magmortar/magmortar_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0467_magmortar/magmortar_shiny.png new file mode 100644 index 00000000..7e3f6067 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0467_magmortar/magmortar_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0469_yanmega/yanmega.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0469_yanmega/yanmega.png new file mode 100644 index 00000000..88270ebb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0469_yanmega/yanmega.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0469_yanmega/yanmega_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0469_yanmega/yanmega_shiny.png new file mode 100644 index 00000000..17d9f56d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0469_yanmega/yanmega_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0470_leafeon/leafeon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0470_leafeon/leafeon.png new file mode 100644 index 00000000..952e64da Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0470_leafeon/leafeon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0470_leafeon/leafeon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0470_leafeon/leafeon_shiny.png new file mode 100644 index 00000000..51bb631a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0470_leafeon/leafeon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0471_glaceon/glaceon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0471_glaceon/glaceon.png new file mode 100644 index 00000000..97c133d4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0471_glaceon/glaceon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0471_glaceon/glaceon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0471_glaceon/glaceon_shiny.png new file mode 100644 index 00000000..882dc056 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0471_glaceon/glaceon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0472_gliscor/gliscor.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0472_gliscor/gliscor.png new file mode 100644 index 00000000..80b10e91 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0472_gliscor/gliscor.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0472_gliscor/gliscor_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0472_gliscor/gliscor_shiny.png new file mode 100644 index 00000000..068b2a7d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0472_gliscor/gliscor_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0473_mamoswine/mamoswine.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0473_mamoswine/mamoswine.png new file mode 100644 index 00000000..fc68eb9c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0473_mamoswine/mamoswine.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0473_mamoswine/mamoswine_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0473_mamoswine/mamoswine_shiny.png new file mode 100644 index 00000000..e176b32e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0473_mamoswine/mamoswine_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0474_porygonz/porygonz.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0474_porygonz/porygonz.png new file mode 100644 index 00000000..ad6f5531 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0474_porygonz/porygonz.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0474_porygonz/porygonz_rubber_duck.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0474_porygonz/porygonz_rubber_duck.png new file mode 100644 index 00000000..4a54b1d7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0474_porygonz/porygonz_rubber_duck.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0474_porygonz/porygonz_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0474_porygonz/porygonz_shiny.png new file mode 100644 index 00000000..44f07cf7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0474_porygonz/porygonz_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0474_porygonz/porygonz_shiny_rubber_duck.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0474_porygonz/porygonz_shiny_rubber_duck.png new file mode 100644 index 00000000..70318873 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0474_porygonz/porygonz_shiny_rubber_duck.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0475_gallade/gallade.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0475_gallade/gallade.png new file mode 100644 index 00000000..3bd27e39 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0475_gallade/gallade.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0475_gallade/gallade_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0475_gallade/gallade_shiny.png new file mode 100644 index 00000000..feb98eb2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0475_gallade/gallade_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0476_probopass/probopass.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0476_probopass/probopass.png new file mode 100644 index 00000000..920a3cdd Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0476_probopass/probopass.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0476_probopass/probopass_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0476_probopass/probopass_shiny.png new file mode 100644 index 00000000..c218399f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0476_probopass/probopass_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0477_dusknoir/dusknoir.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0477_dusknoir/dusknoir.png new file mode 100644 index 00000000..8d7cafe7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0477_dusknoir/dusknoir.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0477_dusknoir/dusknoir_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0477_dusknoir/dusknoir_shiny.png new file mode 100644 index 00000000..18e70814 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0477_dusknoir/dusknoir_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0480_uxie/uxie.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0480_uxie/uxie.png new file mode 100644 index 00000000..2cfae4da Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0480_uxie/uxie.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0480_uxie/uxie_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0480_uxie/uxie_shiny.png new file mode 100644 index 00000000..cf93f216 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0480_uxie/uxie_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0481_mesprit/mesprit.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0481_mesprit/mesprit.png new file mode 100644 index 00000000..fabd05e2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0481_mesprit/mesprit.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0481_mesprit/mesprit_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0481_mesprit/mesprit_shiny.png new file mode 100644 index 00000000..bec53f5f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0481_mesprit/mesprit_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0482_azelf/azelf.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0482_azelf/azelf.png new file mode 100644 index 00000000..db50fb86 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0482_azelf/azelf.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0482_azelf/azelf_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0482_azelf/azelf_shiny.png new file mode 100644 index 00000000..e21474c9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0482_azelf/azelf_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0483_dialga/dialga.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0483_dialga/dialga.png new file mode 100644 index 00000000..a3f04443 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0483_dialga/dialga.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0483_dialga/dialga_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0483_dialga/dialga_shiny.png new file mode 100644 index 00000000..3621335c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0483_dialga/dialga_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0484_palkia/palkia.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0484_palkia/palkia.png new file mode 100644 index 00000000..889d4f83 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0484_palkia/palkia.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0484_palkia/palkia_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0484_palkia/palkia_shiny.png new file mode 100644 index 00000000..347b462a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0484_palkia/palkia_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0485_heatran/heatran.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0485_heatran/heatran.png new file mode 100644 index 00000000..b9c8f07a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0485_heatran/heatran.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0485_heatran/heatran_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0485_heatran/heatran_shiny.png new file mode 100644 index 00000000..ff4e1b96 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0485_heatran/heatran_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0486_regigigas/regigigas.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0486_regigigas/regigigas.png new file mode 100644 index 00000000..c7557b8f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0486_regigigas/regigigas.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0486_regigigas/regigigas_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0486_regigigas/regigigas_shiny.png new file mode 100644 index 00000000..9e866b06 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0486_regigigas/regigigas_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0487_giratina/giratina_altered.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0487_giratina/giratina_altered.png new file mode 100644 index 00000000..a1a02561 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0487_giratina/giratina_altered.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0487_giratina/giratina_altered_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0487_giratina/giratina_altered_shiny.png new file mode 100644 index 00000000..6d58db3b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0487_giratina/giratina_altered_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0487_giratina/giratina_origin.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0487_giratina/giratina_origin.png new file mode 100644 index 00000000..5a7dc314 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0487_giratina/giratina_origin.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0487_giratina/giratina_origin_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0487_giratina/giratina_origin_shiny.png new file mode 100644 index 00000000..e7adc8a0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0487_giratina/giratina_origin_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0488_cresselia/cresselia.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0488_cresselia/cresselia.png new file mode 100644 index 00000000..f6a13622 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0488_cresselia/cresselia.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0488_cresselia/cresselia_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0488_cresselia/cresselia_shiny.png new file mode 100644 index 00000000..45814200 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0488_cresselia/cresselia_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0489_phione/phione.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0489_phione/phione.png new file mode 100644 index 00000000..263e2d0f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0489_phione/phione.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0489_phione/phione_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0489_phione/phione_shiny.png new file mode 100644 index 00000000..0b1fd185 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0489_phione/phione_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0490_manaphy/manaphy.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0490_manaphy/manaphy.png new file mode 100644 index 00000000..e3232ccb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0490_manaphy/manaphy.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0490_manaphy/manaphy_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0490_manaphy/manaphy_shiny.png new file mode 100644 index 00000000..f9f0ac5a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0490_manaphy/manaphy_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0491_darkrai/darkrai.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0491_darkrai/darkrai.png new file mode 100644 index 00000000..f40b07b4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0491_darkrai/darkrai.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0491_darkrai/darkrai_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0491_darkrai/darkrai_shiny.png new file mode 100644 index 00000000..8d3dbb5b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0491_darkrai/darkrai_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0492_shaymin/shaymin.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0492_shaymin/shaymin.png new file mode 100644 index 00000000..eb6cafaf Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0492_shaymin/shaymin.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0492_shaymin/shaymin_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0492_shaymin/shaymin_shiny.png new file mode 100644 index 00000000..f1a961e3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0492_shaymin/shaymin_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0493_arceus/arceus.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0493_arceus/arceus.png new file mode 100644 index 00000000..ad55ed59 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0493_arceus/arceus.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0493_arceus/arceus_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0493_arceus/arceus_shiny.png new file mode 100644 index 00000000..5bfc26c7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0493_arceus/arceus_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0494_victini/victini.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0494_victini/victini.png new file mode 100644 index 00000000..5cf8de92 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0494_victini/victini.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0494_victini/victini_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0494_victini/victini_shiny.png new file mode 100644 index 00000000..617918f0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0494_victini/victini_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0495_snivy/snivy.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0495_snivy/snivy.png new file mode 100644 index 00000000..ca49b870 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0495_snivy/snivy.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0495_snivy/snivy_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0495_snivy/snivy_shiny.png new file mode 100644 index 00000000..6ac49bfb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0495_snivy/snivy_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0496_servine/servine.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0496_servine/servine.png new file mode 100644 index 00000000..c439e610 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0496_servine/servine.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0496_servine/servine_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0496_servine/servine_shiny.png new file mode 100644 index 00000000..66cf1de4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0496_servine/servine_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0497_serperior/serperior.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0497_serperior/serperior.png new file mode 100644 index 00000000..ca046674 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0497_serperior/serperior.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0497_serperior/serperior_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0497_serperior/serperior_shiny.png new file mode 100644 index 00000000..af489008 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0497_serperior/serperior_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0498_tepig/tepig.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0498_tepig/tepig.png new file mode 100644 index 00000000..876c01f1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0498_tepig/tepig.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0498_tepig/tepig_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0498_tepig/tepig_shiny.png new file mode 100644 index 00000000..eabeef36 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0498_tepig/tepig_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0499_pignite/pignite.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0499_pignite/pignite.png new file mode 100644 index 00000000..5b7b2fe0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0499_pignite/pignite.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0499_pignite/pignite_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0499_pignite/pignite_shiny.png new file mode 100644 index 00000000..0f57490e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0499_pignite/pignite_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0500_emboar/emboar.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0500_emboar/emboar.png new file mode 100644 index 00000000..09709c10 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0500_emboar/emboar.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0500_emboar/emboar_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0500_emboar/emboar_shiny.png new file mode 100644 index 00000000..2f6dbe08 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0500_emboar/emboar_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0501_oshawott/oshawott.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0501_oshawott/oshawott.png new file mode 100644 index 00000000..ec38eee4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0501_oshawott/oshawott.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0501_oshawott/oshawott_hisui_bias.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0501_oshawott/oshawott_hisui_bias.png new file mode 100644 index 00000000..ec38eee4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0501_oshawott/oshawott_hisui_bias.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0501_oshawott/oshawott_hisui_bias_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0501_oshawott/oshawott_hisui_bias_shiny.png new file mode 100644 index 00000000..fe8306e4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0501_oshawott/oshawott_hisui_bias_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0501_oshawott/oshawott_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0501_oshawott/oshawott_shiny.png new file mode 100644 index 00000000..fe8306e4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0501_oshawott/oshawott_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0502_dewott/dewott.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0502_dewott/dewott.png new file mode 100644 index 00000000..17609273 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0502_dewott/dewott.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0502_dewott/dewott_hisui_bias.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0502_dewott/dewott_hisui_bias.png new file mode 100644 index 00000000..17609273 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0502_dewott/dewott_hisui_bias.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0502_dewott/dewott_hisui_bias_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0502_dewott/dewott_hisui_bias_shiny.png new file mode 100644 index 00000000..c75d7d1d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0502_dewott/dewott_hisui_bias_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0502_dewott/dewott_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0502_dewott/dewott_shiny.png new file mode 100644 index 00000000..c75d7d1d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0502_dewott/dewott_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0503_samurott/samurott.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0503_samurott/samurott.png new file mode 100644 index 00000000..c9b8a84d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0503_samurott/samurott.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0503_samurott/samurott_hisuian.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0503_samurott/samurott_hisuian.png new file mode 100644 index 00000000..cc28acca Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0503_samurott/samurott_hisuian.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0503_samurott/samurott_hisuian_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0503_samurott/samurott_hisuian_shiny.png new file mode 100644 index 00000000..c199809c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0503_samurott/samurott_hisuian_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0503_samurott/samurott_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0503_samurott/samurott_shiny.png new file mode 100644 index 00000000..caf3fdff Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0503_samurott/samurott_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0504_patrat/patrat.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0504_patrat/patrat.png new file mode 100644 index 00000000..6e790e73 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0504_patrat/patrat.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0504_patrat/patrat_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0504_patrat/patrat_shiny.png new file mode 100644 index 00000000..0c548767 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0504_patrat/patrat_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0505_watchog/watchog.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0505_watchog/watchog.png new file mode 100644 index 00000000..58ce6737 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0505_watchog/watchog.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0505_watchog/watchog_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0505_watchog/watchog_shiny.png new file mode 100644 index 00000000..f8ea53f2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0505_watchog/watchog_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0506_lillipup/lillipup.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0506_lillipup/lillipup.png new file mode 100644 index 00000000..7bd6dbae Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0506_lillipup/lillipup.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0506_lillipup/lillipup_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0506_lillipup/lillipup_shiny.png new file mode 100644 index 00000000..a3c193a1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0506_lillipup/lillipup_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0507_herdier/herdier.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0507_herdier/herdier.png new file mode 100644 index 00000000..87df6a91 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0507_herdier/herdier.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0507_herdier/herdier_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0507_herdier/herdier_shiny.png new file mode 100644 index 00000000..b18d9c7f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0507_herdier/herdier_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0508_stoutland/stoutland.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0508_stoutland/stoutland.png new file mode 100644 index 00000000..92de27d8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0508_stoutland/stoutland.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0508_stoutland/stoutland_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0508_stoutland/stoutland_shiny.png new file mode 100644 index 00000000..76d794e1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0508_stoutland/stoutland_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0509_purrloin/purrloin.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0509_purrloin/purrloin.png new file mode 100644 index 00000000..253c9e78 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0509_purrloin/purrloin.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0509_purrloin/purrloin_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0509_purrloin/purrloin_shiny.png new file mode 100644 index 00000000..78387133 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0509_purrloin/purrloin_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0510_liepard/liepard.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0510_liepard/liepard.png new file mode 100644 index 00000000..59ddbae7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0510_liepard/liepard.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0510_liepard/liepard_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0510_liepard/liepard_shiny.png new file mode 100644 index 00000000..228956fb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0510_liepard/liepard_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0511_pansage/pansage.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0511_pansage/pansage.png new file mode 100644 index 00000000..9dcc358d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0511_pansage/pansage.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0511_pansage/pansage_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0511_pansage/pansage_shiny.png new file mode 100644 index 00000000..b6f65ba3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0511_pansage/pansage_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0512_simisage/simisage.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0512_simisage/simisage.png new file mode 100644 index 00000000..125225f8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0512_simisage/simisage.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0512_simisage/simisage_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0512_simisage/simisage_shiny.png new file mode 100644 index 00000000..111c61ad Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0512_simisage/simisage_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0513_pansear/pansear.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0513_pansear/pansear.png new file mode 100644 index 00000000..c536d376 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0513_pansear/pansear.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0513_pansear/pansear_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0513_pansear/pansear_shiny.png new file mode 100644 index 00000000..30b82deb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0513_pansear/pansear_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0514_simisear/simisear.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0514_simisear/simisear.png new file mode 100644 index 00000000..6440a77e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0514_simisear/simisear.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0514_simisear/simisear_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0514_simisear/simisear_shiny.png new file mode 100644 index 00000000..cd66484d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0514_simisear/simisear_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0515_panpour/panpour.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0515_panpour/panpour.png new file mode 100644 index 00000000..688ba299 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0515_panpour/panpour.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0515_panpour/panpour_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0515_panpour/panpour_shiny.png new file mode 100644 index 00000000..60abcf36 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0515_panpour/panpour_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0516_simipour/simipour.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0516_simipour/simipour.png new file mode 100644 index 00000000..814ffbc1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0516_simipour/simipour.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0516_simipour/simipour_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0516_simipour/simipour_shiny.png new file mode 100644 index 00000000..f3a84397 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0516_simipour/simipour_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0519_pidove/pidove.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0519_pidove/pidove.png new file mode 100644 index 00000000..25b502bb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0519_pidove/pidove.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0519_pidove/pidove_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0519_pidove/pidove_shiny.png new file mode 100644 index 00000000..45fb2e41 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0519_pidove/pidove_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0520_tranquill/tranquill.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0520_tranquill/tranquill.png new file mode 100644 index 00000000..74c93152 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0520_tranquill/tranquill.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0520_tranquill/tranquill_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0520_tranquill/tranquill_shiny.png new file mode 100644 index 00000000..380d3b4c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0520_tranquill/tranquill_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0521_unfezant/unfezant_female.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0521_unfezant/unfezant_female.png new file mode 100644 index 00000000..882bc0c6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0521_unfezant/unfezant_female.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0521_unfezant/unfezant_female_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0521_unfezant/unfezant_female_shiny.png new file mode 100644 index 00000000..9dc2cfbc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0521_unfezant/unfezant_female_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0521_unfezant/unfezant_male.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0521_unfezant/unfezant_male.png new file mode 100644 index 00000000..f9e299d5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0521_unfezant/unfezant_male.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0521_unfezant/unfezant_male_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0521_unfezant/unfezant_male_shiny.png new file mode 100644 index 00000000..f622a5b3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0521_unfezant/unfezant_male_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0522_blitzle/blitzle.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0522_blitzle/blitzle.png new file mode 100644 index 00000000..36d26a8f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0522_blitzle/blitzle.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0522_blitzle/blitzle_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0522_blitzle/blitzle_shiny.png new file mode 100644 index 00000000..a1232ad1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0522_blitzle/blitzle_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0523_zebstrika/zebstrika.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0523_zebstrika/zebstrika.png new file mode 100644 index 00000000..5c02b732 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0523_zebstrika/zebstrika.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0523_zebstrika/zebstrika_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0523_zebstrika/zebstrika_shiny.png new file mode 100644 index 00000000..ec72962a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0523_zebstrika/zebstrika_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0524_roggenrola/roggenrola.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0524_roggenrola/roggenrola.png new file mode 100644 index 00000000..e5c10e79 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0524_roggenrola/roggenrola.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0524_roggenrola/roggenrola_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0524_roggenrola/roggenrola_shiny.png new file mode 100644 index 00000000..2941b69c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0524_roggenrola/roggenrola_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0525_boldore/boldore.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0525_boldore/boldore.png new file mode 100644 index 00000000..fafcc56c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0525_boldore/boldore.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0525_boldore/boldore_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0525_boldore/boldore_shiny.png new file mode 100644 index 00000000..32524dab Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0525_boldore/boldore_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0526_gigalith/gigalith.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0526_gigalith/gigalith.png new file mode 100644 index 00000000..e66b880c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0526_gigalith/gigalith.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0526_gigalith/gigalith_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0526_gigalith/gigalith_shiny.png new file mode 100644 index 00000000..70301e54 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0526_gigalith/gigalith_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0527_woobat/woobat.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0527_woobat/woobat.png new file mode 100644 index 00000000..96a93efc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0527_woobat/woobat.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0527_woobat/woobat_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0527_woobat/woobat_shiny.png new file mode 100644 index 00000000..55ccd120 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0527_woobat/woobat_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0528_swoobat/swoobat.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0528_swoobat/swoobat.png new file mode 100644 index 00000000..2d70975f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0528_swoobat/swoobat.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0528_swoobat/swoobat_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0528_swoobat/swoobat_shiny.png new file mode 100644 index 00000000..651d32db Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0528_swoobat/swoobat_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0529_drilbur/drilbur.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0529_drilbur/drilbur.png new file mode 100644 index 00000000..35a0d575 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0529_drilbur/drilbur.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0529_drilbur/drilbur_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0529_drilbur/drilbur_shiny.png new file mode 100644 index 00000000..7e29b0cf Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0529_drilbur/drilbur_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0530_excadrill/excadrill.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0530_excadrill/excadrill.png new file mode 100644 index 00000000..b3df72af Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0530_excadrill/excadrill.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0530_excadrill/excadrill_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0530_excadrill/excadrill_shiny.png new file mode 100644 index 00000000..7f0ad333 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0530_excadrill/excadrill_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0532_timburr/timburr.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0532_timburr/timburr.png new file mode 100644 index 00000000..8c8f3ffa Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0532_timburr/timburr.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0532_timburr/timburr_acacia.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0532_timburr/timburr_acacia.png new file mode 100644 index 00000000..8c8f3ffa Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0532_timburr/timburr_acacia.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0532_timburr/timburr_birch.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0532_timburr/timburr_birch.png new file mode 100644 index 00000000..8c8f3ffa Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0532_timburr/timburr_birch.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0532_timburr/timburr_crimson.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0532_timburr/timburr_crimson.png new file mode 100644 index 00000000..8c8f3ffa Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0532_timburr/timburr_crimson.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0532_timburr/timburr_dark_oak.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0532_timburr/timburr_dark_oak.png new file mode 100644 index 00000000..8c8f3ffa Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0532_timburr/timburr_dark_oak.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0532_timburr/timburr_jungle.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0532_timburr/timburr_jungle.png new file mode 100644 index 00000000..8c8f3ffa Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0532_timburr/timburr_jungle.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0532_timburr/timburr_mangrove.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0532_timburr/timburr_mangrove.png new file mode 100644 index 00000000..8c8f3ffa Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0532_timburr/timburr_mangrove.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0532_timburr/timburr_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0532_timburr/timburr_shiny.png new file mode 100644 index 00000000..0067501e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0532_timburr/timburr_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0532_timburr/timburr_spruce.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0532_timburr/timburr_spruce.png new file mode 100644 index 00000000..8c8f3ffa Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0532_timburr/timburr_spruce.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0532_timburr/timburr_warped.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0532_timburr/timburr_warped.png new file mode 100644 index 00000000..8c8f3ffa Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0532_timburr/timburr_warped.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0533_gurdurr/gurdurr.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0533_gurdurr/gurdurr.png new file mode 100644 index 00000000..636d14c4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0533_gurdurr/gurdurr.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0533_gurdurr/gurdurr_copper.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0533_gurdurr/gurdurr_copper.png new file mode 100644 index 00000000..636d14c4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0533_gurdurr/gurdurr_copper.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0533_gurdurr/gurdurr_gold.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0533_gurdurr/gurdurr_gold.png new file mode 100644 index 00000000..636d14c4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0533_gurdurr/gurdurr_gold.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0533_gurdurr/gurdurr_iron.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0533_gurdurr/gurdurr_iron.png new file mode 100644 index 00000000..636d14c4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0533_gurdurr/gurdurr_iron.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0533_gurdurr/gurdurr_netherite.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0533_gurdurr/gurdurr_netherite.png new file mode 100644 index 00000000..636d14c4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0533_gurdurr/gurdurr_netherite.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0533_gurdurr/gurdurr_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0533_gurdurr/gurdurr_shiny.png new file mode 100644 index 00000000..4fa5aa46 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0533_gurdurr/gurdurr_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr.png new file mode 100644 index 00000000..9aeb66fe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_black.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_black.png new file mode 100644 index 00000000..9aeb66fe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_black.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_blue.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_blue.png new file mode 100644 index 00000000..9aeb66fe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_blue.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_brown.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_brown.png new file mode 100644 index 00000000..9aeb66fe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_brown.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_gray.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_gray.png new file mode 100644 index 00000000..9aeb66fe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_gray.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_green.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_green.png new file mode 100644 index 00000000..9aeb66fe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_green.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_light_blue.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_light_blue.png new file mode 100644 index 00000000..9aeb66fe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_light_blue.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_lime.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_lime.png new file mode 100644 index 00000000..9aeb66fe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_lime.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_magenta.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_magenta.png new file mode 100644 index 00000000..9aeb66fe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_magenta.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_orange.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_orange.png new file mode 100644 index 00000000..9aeb66fe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_orange.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_pink.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_pink.png new file mode 100644 index 00000000..9aeb66fe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_pink.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_purple.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_purple.png new file mode 100644 index 00000000..9aeb66fe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_purple.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_red.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_red.png new file mode 100644 index 00000000..9aeb66fe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_red.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_shiny.png new file mode 100644 index 00000000..d5de057b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_white.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_white.png new file mode 100644 index 00000000..9aeb66fe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_white.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_yellow.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_yellow.png new file mode 100644 index 00000000..9aeb66fe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0534_conkeldurr/conkeldurr_yellow.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0543_venipede/venipede.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0543_venipede/venipede.png new file mode 100644 index 00000000..c7e7f550 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0543_venipede/venipede.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0543_venipede/venipede_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0543_venipede/venipede_shiny.png new file mode 100644 index 00000000..ba03415e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0543_venipede/venipede_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0544_whirlipede/whirlipede.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0544_whirlipede/whirlipede.png new file mode 100644 index 00000000..4c663ea2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0544_whirlipede/whirlipede.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0544_whirlipede/whirlipede_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0544_whirlipede/whirlipede_shiny.png new file mode 100644 index 00000000..f32afc9f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0544_whirlipede/whirlipede_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0545_scolipede/scolipede.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0545_scolipede/scolipede.png new file mode 100644 index 00000000..18702a11 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0545_scolipede/scolipede.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0545_scolipede/scolipede_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0545_scolipede/scolipede_shiny.png new file mode 100644 index 00000000..09fb1dc5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0545_scolipede/scolipede_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0546_cottonee/cottonee.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0546_cottonee/cottonee.png new file mode 100644 index 00000000..53022daf Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0546_cottonee/cottonee.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0546_cottonee/cottonee_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0546_cottonee/cottonee_shiny.png new file mode 100644 index 00000000..52fdc4d8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0546_cottonee/cottonee_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0547_whimsicott/whimsicott.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0547_whimsicott/whimsicott.png new file mode 100644 index 00000000..edf3c2c4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0547_whimsicott/whimsicott.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0547_whimsicott/whimsicott_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0547_whimsicott/whimsicott_shiny.png new file mode 100644 index 00000000..39cc0d09 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0547_whimsicott/whimsicott_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0548_petilil/petilil.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0548_petilil/petilil.png new file mode 100644 index 00000000..5774d5d4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0548_petilil/petilil.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0548_petilil/petilil_hisui_bias.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0548_petilil/petilil_hisui_bias.png new file mode 100644 index 00000000..5774d5d4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0548_petilil/petilil_hisui_bias.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0548_petilil/petilil_hisui_bias_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0548_petilil/petilil_hisui_bias_shiny.png new file mode 100644 index 00000000..9d51d1b6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0548_petilil/petilil_hisui_bias_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0548_petilil/petilil_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0548_petilil/petilil_shiny.png new file mode 100644 index 00000000..9d51d1b6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0548_petilil/petilil_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0549_lilligant/lilligant.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0549_lilligant/lilligant.png new file mode 100644 index 00000000..45236c16 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0549_lilligant/lilligant.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0549_lilligant/lilligant_hisuian.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0549_lilligant/lilligant_hisuian.png new file mode 100644 index 00000000..eccbbc74 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0549_lilligant/lilligant_hisuian.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0549_lilligant/lilligant_hisuian_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0549_lilligant/lilligant_hisuian_shiny.png new file mode 100644 index 00000000..7d895c0f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0549_lilligant/lilligant_hisuian_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0549_lilligant/lilligant_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0549_lilligant/lilligant_shiny.png new file mode 100644 index 00000000..638081bf Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0549_lilligant/lilligant_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0550_basculin/basculin_bluestripe.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0550_basculin/basculin_bluestripe.png new file mode 100644 index 00000000..7b6805fe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0550_basculin/basculin_bluestripe.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0550_basculin/basculin_bluestripe_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0550_basculin/basculin_bluestripe_shiny.png new file mode 100644 index 00000000..8c16660b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0550_basculin/basculin_bluestripe_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0550_basculin/basculin_redstripe.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0550_basculin/basculin_redstripe.png new file mode 100644 index 00000000..5b30d4fa Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0550_basculin/basculin_redstripe.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0550_basculin/basculin_redstripe_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0550_basculin/basculin_redstripe_shiny.png new file mode 100644 index 00000000..8ecee4e6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0550_basculin/basculin_redstripe_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0551_sandile/sandile.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0551_sandile/sandile.png new file mode 100644 index 00000000..cd46d932 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0551_sandile/sandile.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0551_sandile/sandile_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0551_sandile/sandile_shiny.png new file mode 100644 index 00000000..5d20796a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0551_sandile/sandile_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0552_krokorok/krokorok.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0552_krokorok/krokorok.png new file mode 100644 index 00000000..f7587d4d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0552_krokorok/krokorok.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0552_krokorok/krokorok_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0552_krokorok/krokorok_shiny.png new file mode 100644 index 00000000..51a9656a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0552_krokorok/krokorok_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0553_krookodile/krookodile.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0553_krookodile/krookodile.png new file mode 100644 index 00000000..884b5c7d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0553_krookodile/krookodile.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0553_krookodile/krookodile_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0553_krookodile/krookodile_shiny.png new file mode 100644 index 00000000..068c22f6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0553_krookodile/krookodile_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0554_darumaka/darumaka.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0554_darumaka/darumaka.png new file mode 100644 index 00000000..522ee512 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0554_darumaka/darumaka.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0554_darumaka/darumaka_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0554_darumaka/darumaka_shiny.png new file mode 100644 index 00000000..276378ed Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0554_darumaka/darumaka_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0555_darmanitan/darmanitan.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0555_darmanitan/darmanitan.png new file mode 100644 index 00000000..71cb89e5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0555_darmanitan/darmanitan.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0555_darmanitan/darmanitan_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0555_darmanitan/darmanitan_shiny.png new file mode 100644 index 00000000..dee7042a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0555_darmanitan/darmanitan_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0556_maractus/maractus.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0556_maractus/maractus.png new file mode 100644 index 00000000..cd4e04ef Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0556_maractus/maractus.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0556_maractus/maractus_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0556_maractus/maractus_shiny.png new file mode 100644 index 00000000..43351d1b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0556_maractus/maractus_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0557_dwebble/dwebble.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0557_dwebble/dwebble.png new file mode 100644 index 00000000..1dc15c27 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0557_dwebble/dwebble.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0557_dwebble/dwebble_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0557_dwebble/dwebble_shiny.png new file mode 100644 index 00000000..324adde9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0557_dwebble/dwebble_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0558_crustle/crustle.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0558_crustle/crustle.png new file mode 100644 index 00000000..092084df Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0558_crustle/crustle.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0558_crustle/crustle_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0558_crustle/crustle_shiny.png new file mode 100644 index 00000000..b1bdf256 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0558_crustle/crustle_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0561_sigilyph/sigilyph.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0561_sigilyph/sigilyph.png new file mode 100644 index 00000000..7dca8dea Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0561_sigilyph/sigilyph.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0561_sigilyph/sigilyph_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0561_sigilyph/sigilyph_shiny.png new file mode 100644 index 00000000..37c9503a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0561_sigilyph/sigilyph_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0562_yamask/yamask.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0562_yamask/yamask.png new file mode 100644 index 00000000..1abcc1c5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0562_yamask/yamask.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0562_yamask/yamask_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0562_yamask/yamask_shiny.png new file mode 100644 index 00000000..45e30a28 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0562_yamask/yamask_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0563_cofagrigus/cofagrigus.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0563_cofagrigus/cofagrigus.png new file mode 100644 index 00000000..beda223b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0563_cofagrigus/cofagrigus.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0563_cofagrigus/cofagrigus_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0563_cofagrigus/cofagrigus_shiny.png new file mode 100644 index 00000000..8698b31e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0563_cofagrigus/cofagrigus_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0564_tirtouga/tirtouga.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0564_tirtouga/tirtouga.png new file mode 100644 index 00000000..b6527042 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0564_tirtouga/tirtouga.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0564_tirtouga/tirtouga_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0564_tirtouga/tirtouga_shiny.png new file mode 100644 index 00000000..d37e3702 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0564_tirtouga/tirtouga_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0565_carracosta/carracosta.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0565_carracosta/carracosta.png new file mode 100644 index 00000000..5b8a0626 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0565_carracosta/carracosta.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0565_carracosta/carracosta_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0565_carracosta/carracosta_shiny.png new file mode 100644 index 00000000..9f62721e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0565_carracosta/carracosta_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0566_archen/archen.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0566_archen/archen.png new file mode 100644 index 00000000..34f06a3b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0566_archen/archen.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0566_archen/archen_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0566_archen/archen_shiny.png new file mode 100644 index 00000000..9a3ac5ce Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0566_archen/archen_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0567_archeops/archeops.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0567_archeops/archeops.png new file mode 100644 index 00000000..c25ecfb5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0567_archeops/archeops.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0567_archeops/archeops_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0567_archeops/archeops_shiny.png new file mode 100644 index 00000000..03f7dd20 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0567_archeops/archeops_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0570_zorua/zorua.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0570_zorua/zorua.png new file mode 100644 index 00000000..0e984758 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0570_zorua/zorua.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0570_zorua/zorua_hisuian.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0570_zorua/zorua_hisuian.png new file mode 100644 index 00000000..38c39bc5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0570_zorua/zorua_hisuian.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0570_zorua/zorua_hisuian_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0570_zorua/zorua_hisuian_shiny.png new file mode 100644 index 00000000..9bb5b7d8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0570_zorua/zorua_hisuian_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0570_zorua/zorua_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0570_zorua/zorua_shiny.png new file mode 100644 index 00000000..f760a23b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0570_zorua/zorua_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0571_zoroark/zoroark.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0571_zoroark/zoroark.png new file mode 100644 index 00000000..1d8e627c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0571_zoroark/zoroark.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0571_zoroark/zoroark_hisuian.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0571_zoroark/zoroark_hisuian.png new file mode 100644 index 00000000..5ac7ad7a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0571_zoroark/zoroark_hisuian.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0571_zoroark/zoroark_hisuian_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0571_zoroark/zoroark_hisuian_shiny.png new file mode 100644 index 00000000..2730a8c9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0571_zoroark/zoroark_hisuian_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0571_zoroark/zoroark_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0571_zoroark/zoroark_shiny.png new file mode 100644 index 00000000..7dd79b87 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0571_zoroark/zoroark_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0574_gothita/gothita.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0574_gothita/gothita.png new file mode 100644 index 00000000..de828d8c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0574_gothita/gothita.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0574_gothita/gothita_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0574_gothita/gothita_shiny.png new file mode 100644 index 00000000..833be951 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0574_gothita/gothita_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0575_gothorita/gothorita.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0575_gothorita/gothorita.png new file mode 100644 index 00000000..515c0c42 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0575_gothorita/gothorita.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0575_gothorita/gothorita_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0575_gothorita/gothorita_shiny.png new file mode 100644 index 00000000..455263d3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0575_gothorita/gothorita_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0576_gothitelle/gothitelle.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0576_gothitelle/gothitelle.png new file mode 100644 index 00000000..c594cf8d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0576_gothitelle/gothitelle.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0576_gothitelle/gothitelle_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0576_gothitelle/gothitelle_shiny.png new file mode 100644 index 00000000..d2ab0b14 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0576_gothitelle/gothitelle_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_autumn.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_autumn.png new file mode 100644 index 00000000..312bcd9a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_autumn.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_autumn_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_autumn_shiny.png new file mode 100644 index 00000000..79252d3d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_autumn_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_spring.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_spring.png new file mode 100644 index 00000000..ca551414 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_spring.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_spring_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_spring_shiny.png new file mode 100644 index 00000000..4862c04a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_spring_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_summer.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_summer.png new file mode 100644 index 00000000..e4c9ee73 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_summer.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_summer_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_summer_shiny.png new file mode 100644 index 00000000..25392448 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_summer_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_winter.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_winter.png new file mode 100644 index 00000000..cafa3fea Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_winter.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_winter_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_winter_shiny.png new file mode 100644 index 00000000..ea791b7e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0585_deerling/deerling_winter_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_autumn.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_autumn.png new file mode 100644 index 00000000..f13f72cf Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_autumn.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_autumn_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_autumn_shiny.png new file mode 100644 index 00000000..6a45ec61 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_autumn_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_spring.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_spring.png new file mode 100644 index 00000000..7ed003bd Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_spring.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_spring_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_spring_shiny.png new file mode 100644 index 00000000..23e4db8d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_spring_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_summer.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_summer.png new file mode 100644 index 00000000..2f67f745 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_summer.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_summer_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_summer_shiny.png new file mode 100644 index 00000000..e7b037cb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_summer_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_winter.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_winter.png new file mode 100644 index 00000000..87b704ef Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_winter.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_winter_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_winter_shiny.png new file mode 100644 index 00000000..f235a8e1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0586_sawsbuck/sawsbuck_winter_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0587_emolga/emolga.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0587_emolga/emolga.png new file mode 100644 index 00000000..8ce801a1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0587_emolga/emolga.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0587_emolga/emolga_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0587_emolga/emolga_shiny.png new file mode 100644 index 00000000..a23fae6e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0587_emolga/emolga_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0592_frillish/frillish_female.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0592_frillish/frillish_female.png new file mode 100644 index 00000000..a5985cf0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0592_frillish/frillish_female.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0592_frillish/frillish_female_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0592_frillish/frillish_female_shiny.png new file mode 100644 index 00000000..295031b6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0592_frillish/frillish_female_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0592_frillish/frillish_male.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0592_frillish/frillish_male.png new file mode 100644 index 00000000..e3a7d79f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0592_frillish/frillish_male.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0592_frillish/frillish_male_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0592_frillish/frillish_male_shiny.png new file mode 100644 index 00000000..abe3afb5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0592_frillish/frillish_male_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0593_jellicent/jellicent_female.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0593_jellicent/jellicent_female.png new file mode 100644 index 00000000..908757c3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0593_jellicent/jellicent_female.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0593_jellicent/jellicent_female_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0593_jellicent/jellicent_female_shiny.png new file mode 100644 index 00000000..6ff1571b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0593_jellicent/jellicent_female_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0593_jellicent/jellicent_male.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0593_jellicent/jellicent_male.png new file mode 100644 index 00000000..7e7c3550 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0593_jellicent/jellicent_male.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0593_jellicent/jellicent_male_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0593_jellicent/jellicent_male_shiny.png new file mode 100644 index 00000000..73c0135b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0593_jellicent/jellicent_male_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0594_alomomola/alomomola.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0594_alomomola/alomomola.png new file mode 100644 index 00000000..e5bfcf0b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0594_alomomola/alomomola.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0594_alomomola/alomomola_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0594_alomomola/alomomola_shiny.png new file mode 100644 index 00000000..4858dd85 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0594_alomomola/alomomola_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0595_joltik/joltik.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0595_joltik/joltik.png new file mode 100644 index 00000000..6312af8a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0595_joltik/joltik.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0595_joltik/joltik_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0595_joltik/joltik_shiny.png new file mode 100644 index 00000000..76c628cb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0595_joltik/joltik_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0596_galvantula/galvantula.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0596_galvantula/galvantula.png new file mode 100644 index 00000000..b82f464f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0596_galvantula/galvantula.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0596_galvantula/galvantula_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0596_galvantula/galvantula_shiny.png new file mode 100644 index 00000000..45e74a31 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0596_galvantula/galvantula_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0597_ferroseed/ferroseed.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0597_ferroseed/ferroseed.png new file mode 100644 index 00000000..0ef33c3d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0597_ferroseed/ferroseed.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0597_ferroseed/ferroseed_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0597_ferroseed/ferroseed_shiny.png new file mode 100644 index 00000000..98395691 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0597_ferroseed/ferroseed_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0598_ferrothorn/ferrothorn.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0598_ferrothorn/ferrothorn.png new file mode 100644 index 00000000..ca972c7f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0598_ferrothorn/ferrothorn.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0598_ferrothorn/ferrothorn_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0598_ferrothorn/ferrothorn_shiny.png new file mode 100644 index 00000000..29965e07 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0598_ferrothorn/ferrothorn_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0599_klink/klink.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0599_klink/klink.png new file mode 100644 index 00000000..4ffcd59f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0599_klink/klink.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0599_klink/klink_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0599_klink/klink_shiny.png new file mode 100644 index 00000000..675f8520 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0599_klink/klink_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0600_klang/klang.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0600_klang/klang.png new file mode 100644 index 00000000..ddb93c44 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0600_klang/klang.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0600_klang/klang_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0600_klang/klang_shiny.png new file mode 100644 index 00000000..3658efb7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0600_klang/klang_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0601_klinklang/klinklang.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0601_klinklang/klinklang.png new file mode 100644 index 00000000..c4db973f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0601_klinklang/klinklang.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0601_klinklang/klinklang_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0601_klinklang/klinklang_shiny.png new file mode 100644 index 00000000..4ebe72d2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0601_klinklang/klinklang_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0605_elgyem/elgyem.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0605_elgyem/elgyem.png new file mode 100644 index 00000000..94dd7eff Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0605_elgyem/elgyem.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0605_elgyem/elgyem_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0605_elgyem/elgyem_shiny.png new file mode 100644 index 00000000..973ebf09 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0605_elgyem/elgyem_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0606_beheeyem/beheeyem.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0606_beheeyem/beheeyem.png new file mode 100644 index 00000000..2cb4fa7d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0606_beheeyem/beheeyem.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0606_beheeyem/beheeyem_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0606_beheeyem/beheeyem_shiny.png new file mode 100644 index 00000000..64a32c03 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0606_beheeyem/beheeyem_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0607_litwick/litwick.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0607_litwick/litwick.png new file mode 100644 index 00000000..c26a498e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0607_litwick/litwick.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0607_litwick/litwick_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0607_litwick/litwick_shiny.png new file mode 100644 index 00000000..2e538931 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0607_litwick/litwick_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0608_lampent/lampent.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0608_lampent/lampent.png new file mode 100644 index 00000000..ff06aca7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0608_lampent/lampent.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0608_lampent/lampent_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0608_lampent/lampent_shiny.png new file mode 100644 index 00000000..57a56057 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0608_lampent/lampent_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0609_chandelure/chandelure.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0609_chandelure/chandelure.png new file mode 100644 index 00000000..3555d943 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0609_chandelure/chandelure.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0609_chandelure/chandelure_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0609_chandelure/chandelure_shiny.png new file mode 100644 index 00000000..9f474715 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0609_chandelure/chandelure_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0610_axew/axew.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0610_axew/axew.png new file mode 100644 index 00000000..eea78799 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0610_axew/axew.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0610_axew/axew_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0610_axew/axew_shiny.png new file mode 100644 index 00000000..8d8225cb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0610_axew/axew_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0611_fraxure/fraxure.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0611_fraxure/fraxure.png new file mode 100644 index 00000000..8c70c9ca Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0611_fraxure/fraxure.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0611_fraxure/fraxure_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0611_fraxure/fraxure_shiny.png new file mode 100644 index 00000000..252e9fcc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0611_fraxure/fraxure_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0612_haxorus/haxorus.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0612_haxorus/haxorus.png new file mode 100644 index 00000000..fd7c5a13 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0612_haxorus/haxorus.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0612_haxorus/haxorus_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0612_haxorus/haxorus_shiny.png new file mode 100644 index 00000000..63e4da6f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0612_haxorus/haxorus_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0613_cubchoo/cubchoo.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0613_cubchoo/cubchoo.png new file mode 100644 index 00000000..913a48ae Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0613_cubchoo/cubchoo.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0613_cubchoo/cubchoo_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0613_cubchoo/cubchoo_shiny.png new file mode 100644 index 00000000..f475e927 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0613_cubchoo/cubchoo_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0614_beartic/beartic.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0614_beartic/beartic.png new file mode 100644 index 00000000..d4ba51cb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0614_beartic/beartic.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0614_beartic/beartic_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0614_beartic/beartic_shiny.png new file mode 100644 index 00000000..56e17140 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0614_beartic/beartic_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0615_cryogonal/cryogonal.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0615_cryogonal/cryogonal.png new file mode 100644 index 00000000..8a0c7714 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0615_cryogonal/cryogonal.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0615_cryogonal/cryogonal_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0615_cryogonal/cryogonal_shiny.png new file mode 100644 index 00000000..dd61158b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0615_cryogonal/cryogonal_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0622_golett/golett.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0622_golett/golett.png new file mode 100644 index 00000000..a58803f9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0622_golett/golett.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0622_golett/golett_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0622_golett/golett_shiny.png new file mode 100644 index 00000000..30885e7f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0622_golett/golett_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0623_golurk/golurk.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0623_golurk/golurk.png new file mode 100644 index 00000000..27dc3bbc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0623_golurk/golurk.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0623_golurk/golurk_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0623_golurk/golurk_shiny.png new file mode 100644 index 00000000..8b4205d7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0623_golurk/golurk_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0626_bouffalant/bouffalant.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0626_bouffalant/bouffalant.png new file mode 100644 index 00000000..26c0b3ea Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0626_bouffalant/bouffalant.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0626_bouffalant/bouffalant_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0626_bouffalant/bouffalant_shiny.png new file mode 100644 index 00000000..018595db Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0626_bouffalant/bouffalant_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0627_rufflet/rufflet.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0627_rufflet/rufflet.png new file mode 100644 index 00000000..a5d6ceea Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0627_rufflet/rufflet.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0627_rufflet/rufflet_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0627_rufflet/rufflet_shiny.png new file mode 100644 index 00000000..050c781f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0627_rufflet/rufflet_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0628_braviary/braviary.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0628_braviary/braviary.png new file mode 100644 index 00000000..2779d98d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0628_braviary/braviary.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0628_braviary/braviary_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0628_braviary/braviary_shiny.png new file mode 100644 index 00000000..74609280 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0628_braviary/braviary_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0629_vullaby/vullaby.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0629_vullaby/vullaby.png new file mode 100644 index 00000000..927b7540 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0629_vullaby/vullaby.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0629_vullaby/vullaby_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0629_vullaby/vullaby_shiny.png new file mode 100644 index 00000000..12d085ae Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0629_vullaby/vullaby_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0630_mandibuzz/mandibuzz.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0630_mandibuzz/mandibuzz.png new file mode 100644 index 00000000..54286152 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0630_mandibuzz/mandibuzz.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0630_mandibuzz/mandibuzz_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0630_mandibuzz/mandibuzz_shiny.png new file mode 100644 index 00000000..c2c71c2e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0630_mandibuzz/mandibuzz_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0631_heatmor/heatmor.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0631_heatmor/heatmor.png new file mode 100644 index 00000000..258bcf54 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0631_heatmor/heatmor.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0631_heatmor/heatmor_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0631_heatmor/heatmor_shiny.png new file mode 100644 index 00000000..4f5f4fcd Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0631_heatmor/heatmor_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0632_durant/durant.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0632_durant/durant.png new file mode 100644 index 00000000..5a01c920 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0632_durant/durant.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0632_durant/durant_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0632_durant/durant_shiny.png new file mode 100644 index 00000000..afb578fc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0632_durant/durant_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0633_deino/deino.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0633_deino/deino.png new file mode 100644 index 00000000..56bb78f8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0633_deino/deino.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0633_deino/deino_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0633_deino/deino_shiny.png new file mode 100644 index 00000000..9ce40380 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0633_deino/deino_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0634_zweilous/zweilous.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0634_zweilous/zweilous.png new file mode 100644 index 00000000..87a7177e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0634_zweilous/zweilous.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0634_zweilous/zweilous_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0634_zweilous/zweilous_shiny.png new file mode 100644 index 00000000..523d2242 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0634_zweilous/zweilous_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0635_hydreigon/hydreigon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0635_hydreigon/hydreigon.png new file mode 100644 index 00000000..79482860 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0635_hydreigon/hydreigon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0635_hydreigon/hydreigon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0635_hydreigon/hydreigon_shiny.png new file mode 100644 index 00000000..40aff1a7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0635_hydreigon/hydreigon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0636_larvesta/larvesta.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0636_larvesta/larvesta.png new file mode 100644 index 00000000..6e766053 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0636_larvesta/larvesta.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0636_larvesta/larvesta_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0636_larvesta/larvesta_shiny.png new file mode 100644 index 00000000..13bee40c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0636_larvesta/larvesta_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0637_volcarona/volcarona.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0637_volcarona/volcarona.png new file mode 100644 index 00000000..3408f01d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0637_volcarona/volcarona.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0637_volcarona/volcarona_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0637_volcarona/volcarona_shiny.png new file mode 100644 index 00000000..cc067a2c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0637_volcarona/volcarona_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0638_cobalion/cobalion.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0638_cobalion/cobalion.png new file mode 100644 index 00000000..8aba4a9a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0638_cobalion/cobalion.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0638_cobalion/cobalion_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0638_cobalion/cobalion_shiny.png new file mode 100644 index 00000000..0de6eba0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0638_cobalion/cobalion_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0639_terrakion/terrakion.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0639_terrakion/terrakion.png new file mode 100644 index 00000000..3855b254 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0639_terrakion/terrakion.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0639_terrakion/terrakion_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0639_terrakion/terrakion_shiny.png new file mode 100644 index 00000000..585ed81c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0639_terrakion/terrakion_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0640_virizion/virizion.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0640_virizion/virizion.png new file mode 100644 index 00000000..61250f7f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0640_virizion/virizion.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0640_virizion/virizion_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0640_virizion/virizion_shiny.png new file mode 100644 index 00000000..2066ba2b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0640_virizion/virizion_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0641_tornadus/tornadus.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0641_tornadus/tornadus.png new file mode 100644 index 00000000..744bf533 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0641_tornadus/tornadus.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0641_tornadus/tornadus_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0641_tornadus/tornadus_shiny.png new file mode 100644 index 00000000..51d957f3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0641_tornadus/tornadus_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0642_thundurus/thundurus.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0642_thundurus/thundurus.png new file mode 100644 index 00000000..24b7f0a9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0642_thundurus/thundurus.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0642_thundurus/thundurus_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0642_thundurus/thundurus_shiny.png new file mode 100644 index 00000000..8b4d5388 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0642_thundurus/thundurus_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0643_reshiram/reshiram.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0643_reshiram/reshiram.png new file mode 100644 index 00000000..9da8f7c4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0643_reshiram/reshiram.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0643_reshiram/reshiram_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0643_reshiram/reshiram_shiny.png new file mode 100644 index 00000000..9576fb8a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0643_reshiram/reshiram_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0644_zekrom/zekrom.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0644_zekrom/zekrom.png new file mode 100644 index 00000000..0fe799aa Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0644_zekrom/zekrom.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0644_zekrom/zekrom_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0644_zekrom/zekrom_shiny.png new file mode 100644 index 00000000..6c3b37e0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0644_zekrom/zekrom_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0645_landorus/landorus.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0645_landorus/landorus.png new file mode 100644 index 00000000..808feb4c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0645_landorus/landorus.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0645_landorus/landorus_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0645_landorus/landorus_shiny.png new file mode 100644 index 00000000..f1d44aa3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0645_landorus/landorus_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0646_kyurem/kyurem.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0646_kyurem/kyurem.png new file mode 100644 index 00000000..6c3a3744 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0646_kyurem/kyurem.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0646_kyurem/kyurem_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0646_kyurem/kyurem_shiny.png new file mode 100644 index 00000000..766d3762 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0646_kyurem/kyurem_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0647_keldeo/keldeo.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0647_keldeo/keldeo.png new file mode 100644 index 00000000..44c605d3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0647_keldeo/keldeo.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0647_keldeo/keldeo_resolute.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0647_keldeo/keldeo_resolute.png new file mode 100644 index 00000000..fe090bea Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0647_keldeo/keldeo_resolute.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0647_keldeo/keldeo_resolute_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0647_keldeo/keldeo_resolute_shiny.png new file mode 100644 index 00000000..a7dec4a4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0647_keldeo/keldeo_resolute_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0647_keldeo/keldeo_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0647_keldeo/keldeo_shiny.png new file mode 100644 index 00000000..3dec6518 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0647_keldeo/keldeo_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0648_meloetta/meloetta.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0648_meloetta/meloetta.png new file mode 100644 index 00000000..a6ebc775 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0648_meloetta/meloetta.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0648_meloetta/meloetta_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0648_meloetta/meloetta_shiny.png new file mode 100644 index 00000000..8a40a849 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0648_meloetta/meloetta_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0649_genesect/genesect.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0649_genesect/genesect.png new file mode 100644 index 00000000..af08f6cf Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0649_genesect/genesect.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0649_genesect/genesect_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0649_genesect/genesect_shiny.png new file mode 100644 index 00000000..7494abe2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0649_genesect/genesect_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0650_chespin/chespin.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0650_chespin/chespin.png new file mode 100644 index 00000000..18886d55 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0650_chespin/chespin.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0650_chespin/chespin_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0650_chespin/chespin_shiny.png new file mode 100644 index 00000000..bae73517 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0650_chespin/chespin_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0651_quilladin/quilladin.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0651_quilladin/quilladin.png new file mode 100644 index 00000000..11c7f79a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0651_quilladin/quilladin.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0651_quilladin/quilladin_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0651_quilladin/quilladin_shiny.png new file mode 100644 index 00000000..6f60f6bb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0651_quilladin/quilladin_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0652_chesnaught/chesnaught.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0652_chesnaught/chesnaught.png new file mode 100644 index 00000000..13be599f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0652_chesnaught/chesnaught.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0652_chesnaught/chesnaught_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0652_chesnaught/chesnaught_shiny.png new file mode 100644 index 00000000..da14c12a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0652_chesnaught/chesnaught_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0653_fennekin/fennekin.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0653_fennekin/fennekin.png new file mode 100644 index 00000000..bea1aa82 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0653_fennekin/fennekin.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0653_fennekin/fennekin_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0653_fennekin/fennekin_shiny.png new file mode 100644 index 00000000..ed5164ac Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0653_fennekin/fennekin_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0654_braixen/braixen_hidden_stick.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0654_braixen/braixen_hidden_stick.png new file mode 100644 index 00000000..f43c00e1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0654_braixen/braixen_hidden_stick.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0654_braixen/braixen_hidden_stick_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0654_braixen/braixen_hidden_stick_shiny.png new file mode 100644 index 00000000..47cb38c3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0654_braixen/braixen_hidden_stick_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0655_delphox/delphox.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0655_delphox/delphox.png new file mode 100644 index 00000000..a9f8d665 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0655_delphox/delphox.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0655_delphox/delphox_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0655_delphox/delphox_shiny.png new file mode 100644 index 00000000..e7ecffe7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0655_delphox/delphox_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0656_froakie/froakie.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0656_froakie/froakie.png new file mode 100644 index 00000000..93b67f09 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0656_froakie/froakie.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0656_froakie/froakie_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0656_froakie/froakie_shiny.png new file mode 100644 index 00000000..76deac09 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0656_froakie/froakie_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0657_frogadier/frogadier.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0657_frogadier/frogadier.png new file mode 100644 index 00000000..b196a3a5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0657_frogadier/frogadier.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0657_frogadier/frogadier_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0657_frogadier/frogadier_shiny.png new file mode 100644 index 00000000..d1d5ee86 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0657_frogadier/frogadier_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0658_greninja/greninja.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0658_greninja/greninja.png new file mode 100644 index 00000000..32bddb94 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0658_greninja/greninja.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0658_greninja/greninja_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0658_greninja/greninja_shiny.png new file mode 100644 index 00000000..b249140c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0658_greninja/greninja_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0659_bunnelby/bunnelby.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0659_bunnelby/bunnelby.png new file mode 100644 index 00000000..69e6c222 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0659_bunnelby/bunnelby.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0659_bunnelby/bunnelby_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0659_bunnelby/bunnelby_shiny.png new file mode 100644 index 00000000..affe1672 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0659_bunnelby/bunnelby_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0660_diggersby/diggersby.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0660_diggersby/diggersby.png new file mode 100644 index 00000000..189c7312 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0660_diggersby/diggersby.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0660_diggersby/diggersby_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0660_diggersby/diggersby_shiny.png new file mode 100644 index 00000000..274f0221 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0660_diggersby/diggersby_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0661_fletchling/fletchling.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0661_fletchling/fletchling.png new file mode 100644 index 00000000..1bd7473b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0661_fletchling/fletchling.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0661_fletchling/fletchling_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0661_fletchling/fletchling_shiny.png new file mode 100644 index 00000000..40641583 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0661_fletchling/fletchling_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0662_fletchinder/fletchinder.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0662_fletchinder/fletchinder.png new file mode 100644 index 00000000..1a5768b3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0662_fletchinder/fletchinder.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0662_fletchinder/fletchinder_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0662_fletchinder/fletchinder_shiny.png new file mode 100644 index 00000000..037a8974 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0662_fletchinder/fletchinder_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0663_talonflame/talonflame.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0663_talonflame/talonflame.png new file mode 100644 index 00000000..50998c0f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0663_talonflame/talonflame.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0663_talonflame/talonflame_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0663_talonflame/talonflame_shiny.png new file mode 100644 index 00000000..182fe38c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0663_talonflame/talonflame_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0664_scatterbug/scatterbug.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0664_scatterbug/scatterbug.png new file mode 100644 index 00000000..efe5bfd0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0664_scatterbug/scatterbug.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0664_scatterbug/scatterbug_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0664_scatterbug/scatterbug_shiny.png new file mode 100644 index 00000000..01eff4cb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0664_scatterbug/scatterbug_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0665_spewpa/spewpa.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0665_spewpa/spewpa.png new file mode 100644 index 00000000..7d2beb3a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0665_spewpa/spewpa.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0665_spewpa/spewpa_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0665_spewpa/spewpa_shiny.png new file mode 100644 index 00000000..9c11650b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0665_spewpa/spewpa_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon.png new file mode 100644 index 00000000..68605237 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_shiny.png new file mode 100644 index 00000000..d8dcc42e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0666_vivillon/vivillon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe.png new file mode 100644 index 00000000..954a7e08 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_blue.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_blue.png new file mode 100644 index 00000000..6128cc16 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_blue.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_blue_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_blue_shiny.png new file mode 100644 index 00000000..ad414312 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_blue_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_orange.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_orange.png new file mode 100644 index 00000000..50524526 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_orange.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_orange_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_orange_shiny.png new file mode 100644 index 00000000..4d9169aa Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_orange_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_red.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_red.png new file mode 100644 index 00000000..4e269a87 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_red.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_red_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_red_shiny.png new file mode 100644 index 00000000..2330186e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_red_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_shiny.png new file mode 100644 index 00000000..e1db77dd Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_white.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_white.png new file mode 100644 index 00000000..d1b3d3d4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_white.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_white_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_white_shiny.png new file mode 100644 index 00000000..e6591456 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_white_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_yellow.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_yellow.png new file mode 100644 index 00000000..808cacee Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_yellow.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_yellow_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_yellow_shiny.png new file mode 100644 index 00000000..953d1581 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0669_flabebe/flabebe_yellow_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0670_floette/floette.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0670_floette/floette.png new file mode 100644 index 00000000..6f608790 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0670_floette/floette.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0670_floette/floette_blue.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0670_floette/floette_blue.png new file mode 100644 index 00000000..8de5fb1d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0670_floette/floette_blue.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0670_floette/floette_blue_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0670_floette/floette_blue_shiny.png new file mode 100644 index 00000000..8f019293 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0670_floette/floette_blue_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0670_floette/floette_orange.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0670_floette/floette_orange.png new file mode 100644 index 00000000..6774fd2a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0670_floette/floette_orange.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0670_floette/floette_orange_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0670_floette/floette_orange_shiny.png new file mode 100644 index 00000000..efa8fe59 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0670_floette/floette_orange_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0670_floette/floette_red.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0670_floette/floette_red.png new file mode 100644 index 00000000..60c2ee20 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0670_floette/floette_red.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0670_floette/floette_red_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0670_floette/floette_red_shiny.png new file mode 100644 index 00000000..2a92bc0a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0670_floette/floette_red_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0670_floette/floette_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0670_floette/floette_shiny.png new file mode 100644 index 00000000..fb0e01a2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0670_floette/floette_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0670_floette/floette_white.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0670_floette/floette_white.png new file mode 100644 index 00000000..a256b9be Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0670_floette/floette_white.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0670_floette/floette_white_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0670_floette/floette_white_shiny.png new file mode 100644 index 00000000..c35de7a6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0670_floette/floette_white_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0670_floette/floette_yellow.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0670_floette/floette_yellow.png new file mode 100644 index 00000000..0693d1c7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0670_floette/floette_yellow.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0670_floette/floette_yellow_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0670_floette/floette_yellow_shiny.png new file mode 100644 index 00000000..0a50de68 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0670_floette/floette_yellow_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0671_florges/florges.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0671_florges/florges.png new file mode 100644 index 00000000..0a9c28d5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0671_florges/florges.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0671_florges/florges_blue.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0671_florges/florges_blue.png new file mode 100644 index 00000000..e3d3add0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0671_florges/florges_blue.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0671_florges/florges_blue_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0671_florges/florges_blue_shiny.png new file mode 100644 index 00000000..2666fc8a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0671_florges/florges_blue_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0671_florges/florges_orange.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0671_florges/florges_orange.png new file mode 100644 index 00000000..48c64fd9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0671_florges/florges_orange.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0671_florges/florges_orange_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0671_florges/florges_orange_shiny.png new file mode 100644 index 00000000..52e762a7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0671_florges/florges_orange_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0671_florges/florges_red.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0671_florges/florges_red.png new file mode 100644 index 00000000..290c8488 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0671_florges/florges_red.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0671_florges/florges_red_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0671_florges/florges_red_shiny.png new file mode 100644 index 00000000..e8b512f3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0671_florges/florges_red_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0671_florges/florges_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0671_florges/florges_shiny.png new file mode 100644 index 00000000..f52a0029 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0671_florges/florges_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0671_florges/florges_white.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0671_florges/florges_white.png new file mode 100644 index 00000000..8de448bf Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0671_florges/florges_white.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0671_florges/florges_white_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0671_florges/florges_white_shiny.png new file mode 100644 index 00000000..788d33e0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0671_florges/florges_white_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0671_florges/florges_yellow.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0671_florges/florges_yellow.png new file mode 100644 index 00000000..83c52e0d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0671_florges/florges_yellow.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0671_florges/florges_yellow_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0671_florges/florges_yellow_shiny.png new file mode 100644 index 00000000..51992051 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0671_florges/florges_yellow_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0672_skiddo/skiddo.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0672_skiddo/skiddo.png new file mode 100644 index 00000000..97a57fc8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0672_skiddo/skiddo.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0672_skiddo/skiddo_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0672_skiddo/skiddo_shiny.png new file mode 100644 index 00000000..8d67a991 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0672_skiddo/skiddo_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0673_gogoat/gogoat.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0673_gogoat/gogoat.png new file mode 100644 index 00000000..0feb4d9d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0673_gogoat/gogoat.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0673_gogoat/gogoat_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0673_gogoat/gogoat_shiny.png new file mode 100644 index 00000000..2ebd13c5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0673_gogoat/gogoat_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0679_honedge/honedge.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0679_honedge/honedge.png new file mode 100644 index 00000000..34829bca Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0679_honedge/honedge.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0679_honedge/honedge_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0679_honedge/honedge_shiny.png new file mode 100644 index 00000000..116b500f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0679_honedge/honedge_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0680_doublade/doublade.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0680_doublade/doublade.png new file mode 100644 index 00000000..a6e7be7b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0680_doublade/doublade.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0680_doublade/doublade_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0680_doublade/doublade_shiny.png new file mode 100644 index 00000000..c0f7f09e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0680_doublade/doublade_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0681_aegislash/aegislash.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0681_aegislash/aegislash.png new file mode 100644 index 00000000..eaa7d6fb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0681_aegislash/aegislash.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0681_aegislash/aegislash_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0681_aegislash/aegislash_shiny.png new file mode 100644 index 00000000..5e5b35b4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0681_aegislash/aegislash_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0690_skrelp/skrelp.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0690_skrelp/skrelp.png new file mode 100644 index 00000000..f1bad27e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0690_skrelp/skrelp.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0690_skrelp/skrelp_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0690_skrelp/skrelp_shiny.png new file mode 100644 index 00000000..392f58f8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0690_skrelp/skrelp_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0691_dragalge/dragalge.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0691_dragalge/dragalge.png new file mode 100644 index 00000000..f363a95b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0691_dragalge/dragalge.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0691_dragalge/dragalge_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0691_dragalge/dragalge_shiny.png new file mode 100644 index 00000000..8277a6a7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0691_dragalge/dragalge_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0696_amaura/amaura.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0696_amaura/amaura.png new file mode 100644 index 00000000..dd85115e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0696_amaura/amaura.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0696_amaura/amaura_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0696_amaura/amaura_shiny.png new file mode 100644 index 00000000..5b064000 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0696_amaura/amaura_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0696_tyrunt/tyrunt.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0696_tyrunt/tyrunt.png new file mode 100644 index 00000000..583d6a96 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0696_tyrunt/tyrunt.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0696_tyrunt/tyrunt_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0696_tyrunt/tyrunt_shiny.png new file mode 100644 index 00000000..21879259 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0696_tyrunt/tyrunt_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0697_tyrantrum/tyrantrum.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0697_tyrantrum/tyrantrum.png new file mode 100644 index 00000000..7aa26148 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0697_tyrantrum/tyrantrum.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0697_tyrantrum/tyrantrum_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0697_tyrantrum/tyrantrum_shiny.png new file mode 100644 index 00000000..cf325cfa Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0697_tyrantrum/tyrantrum_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0698_amaura/amaura.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0698_amaura/amaura.png new file mode 100644 index 00000000..dd85115e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0698_amaura/amaura.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0698_amaura/amaura_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0698_amaura/amaura_shiny.png new file mode 100644 index 00000000..5b064000 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0698_amaura/amaura_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0699_aurorus/aurorus.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0699_aurorus/aurorus.png new file mode 100644 index 00000000..e8cdc249 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0699_aurorus/aurorus.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0699_aurorus/aurorus_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0699_aurorus/aurorus_shiny.png new file mode 100644 index 00000000..fb756c4f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0699_aurorus/aurorus_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0700_sylveon/sylveon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0700_sylveon/sylveon.png new file mode 100644 index 00000000..a8ece3c7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0700_sylveon/sylveon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0700_sylveon/sylveon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0700_sylveon/sylveon_shiny.png new file mode 100644 index 00000000..2b728506 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0700_sylveon/sylveon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0702_dedenne/dedenne.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0702_dedenne/dedenne.png new file mode 100644 index 00000000..c845d4c0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0702_dedenne/dedenne.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0702_dedenne/dedenne_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0702_dedenne/dedenne_shiny.png new file mode 100644 index 00000000..4a20a6f2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0702_dedenne/dedenne_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0703_carbink/carbink.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0703_carbink/carbink.png new file mode 100644 index 00000000..7f114d7e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0703_carbink/carbink.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0703_carbink/carbink_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0703_carbink/carbink_shiny.png new file mode 100644 index 00000000..f611f431 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0703_carbink/carbink_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0704_goomy/goomy.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0704_goomy/goomy.png new file mode 100644 index 00000000..c10c40f6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0704_goomy/goomy.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0704_goomy/goomy_hisui_bias.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0704_goomy/goomy_hisui_bias.png new file mode 100644 index 00000000..c10c40f6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0704_goomy/goomy_hisui_bias.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0704_goomy/goomy_hisui_bias_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0704_goomy/goomy_hisui_bias_shiny.png new file mode 100644 index 00000000..b1b0f5e6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0704_goomy/goomy_hisui_bias_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0704_goomy/goomy_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0704_goomy/goomy_shiny.png new file mode 100644 index 00000000..b1b0f5e6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0704_goomy/goomy_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0705_sliggoo/sliggoo.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0705_sliggoo/sliggoo.png new file mode 100644 index 00000000..789262d2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0705_sliggoo/sliggoo.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0705_sliggoo/sliggoo_hisuian.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0705_sliggoo/sliggoo_hisuian.png new file mode 100644 index 00000000..f7b8e6bf Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0705_sliggoo/sliggoo_hisuian.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0705_sliggoo/sliggoo_hisuian_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0705_sliggoo/sliggoo_hisuian_shiny.png new file mode 100644 index 00000000..86901bff Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0705_sliggoo/sliggoo_hisuian_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0705_sliggoo/sliggoo_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0705_sliggoo/sliggoo_shiny.png new file mode 100644 index 00000000..c07c913c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0705_sliggoo/sliggoo_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0706_goodra/goodra.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0706_goodra/goodra.png new file mode 100644 index 00000000..02a375ec Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0706_goodra/goodra.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0706_goodra/goodra_hisuian.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0706_goodra/goodra_hisuian.png new file mode 100644 index 00000000..d2d9be13 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0706_goodra/goodra_hisuian.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0706_goodra/goodra_hisuian_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0706_goodra/goodra_hisuian_shiny.png new file mode 100644 index 00000000..fab14108 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0706_goodra/goodra_hisuian_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0706_goodra/goodra_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0706_goodra/goodra_shiny.png new file mode 100644 index 00000000..bb85d58a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0706_goodra/goodra_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0707_klefki/klefki.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0707_klefki/klefki.png new file mode 100644 index 00000000..170a9fac Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0707_klefki/klefki.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0707_klefki/klefki_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0707_klefki/klefki_shiny.png new file mode 100644 index 00000000..1deec931 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0707_klefki/klefki_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump.png new file mode 100644 index 00000000..ec82d8c7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_acacia.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_acacia.png new file mode 100644 index 00000000..ec82d8c7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_acacia.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_acacia_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_acacia_shiny.png new file mode 100644 index 00000000..284f2dd0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_acacia_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_apricorn.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_apricorn.png new file mode 100644 index 00000000..ec82d8c7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_apricorn.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_apricorn_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_apricorn_shiny.png new file mode 100644 index 00000000..284f2dd0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_apricorn_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_birch.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_birch.png new file mode 100644 index 00000000..ec82d8c7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_birch.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_birch_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_birch_shiny.png new file mode 100644 index 00000000..284f2dd0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_birch_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_cherry.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_cherry.png new file mode 100644 index 00000000..ec82d8c7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_cherry.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_cherry_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_cherry_shiny.png new file mode 100644 index 00000000..284f2dd0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_cherry_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_dark_oak.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_dark_oak.png new file mode 100644 index 00000000..ec82d8c7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_dark_oak.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_dark_oak_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_dark_oak_shiny.png new file mode 100644 index 00000000..284f2dd0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_dark_oak_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_jungle.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_jungle.png new file mode 100644 index 00000000..ec82d8c7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_jungle.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_jungle_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_jungle_shiny.png new file mode 100644 index 00000000..284f2dd0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_jungle_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_mangrove.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_mangrove.png new file mode 100644 index 00000000..ec82d8c7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_mangrove.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_mangrove_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_mangrove_shiny.png new file mode 100644 index 00000000..284f2dd0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_mangrove_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_oak.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_oak.png new file mode 100644 index 00000000..ec82d8c7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_oak.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_oak_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_oak_shiny.png new file mode 100644 index 00000000..284f2dd0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_oak_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_shiny.png new file mode 100644 index 00000000..284f2dd0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_spruce.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_spruce.png new file mode 100644 index 00000000..ec82d8c7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_spruce.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_spruce_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_spruce_shiny.png new file mode 100644 index 00000000..284f2dd0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0708_phantump/phantump_spruce_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant.png new file mode 100644 index 00000000..28859231 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_acacia.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_acacia.png new file mode 100644 index 00000000..28859231 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_acacia.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_acacia_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_acacia_shiny.png new file mode 100644 index 00000000..a4e0262c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_acacia_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_apricorn.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_apricorn.png new file mode 100644 index 00000000..28859231 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_apricorn.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_apricorn_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_apricorn_shiny.png new file mode 100644 index 00000000..a4e0262c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_apricorn_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_birch.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_birch.png new file mode 100644 index 00000000..28859231 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_birch.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_birch_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_birch_shiny.png new file mode 100644 index 00000000..a4e0262c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_birch_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_cherry.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_cherry.png new file mode 100644 index 00000000..28859231 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_cherry.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_cherry_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_cherry_shiny.png new file mode 100644 index 00000000..a4e0262c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_cherry_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_darkoak.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_darkoak.png new file mode 100644 index 00000000..28859231 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_darkoak.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_darkoak_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_darkoak_shiny.png new file mode 100644 index 00000000..a4e0262c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_darkoak_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_jungle.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_jungle.png new file mode 100644 index 00000000..28859231 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_jungle.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_jungle_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_jungle_shiny.png new file mode 100644 index 00000000..a4e0262c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_jungle_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_mangrove.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_mangrove.png new file mode 100644 index 00000000..28859231 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_mangrove.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_mangrove_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_mangrove_shiny.png new file mode 100644 index 00000000..a4e0262c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_mangrove_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_oak.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_oak.png new file mode 100644 index 00000000..28859231 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_oak.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_oak_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_oak_shiny.png new file mode 100644 index 00000000..a4e0262c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_oak_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_shiny.png new file mode 100644 index 00000000..a4e0262c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_spruce.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_spruce.png new file mode 100644 index 00000000..28859231 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_spruce.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_spruce_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_spruce_shiny.png new file mode 100644 index 00000000..a4e0262c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0709_trevenant/trevenant_spruce_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0710_pumpkaboo/pumpkaboo.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0710_pumpkaboo/pumpkaboo.png new file mode 100644 index 00000000..11ec3b41 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0710_pumpkaboo/pumpkaboo.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0710_pumpkaboo/pumpkaboo_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0710_pumpkaboo/pumpkaboo_shiny.png new file mode 100644 index 00000000..e093e952 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0710_pumpkaboo/pumpkaboo_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0711_gourgeist/gourgeist.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0711_gourgeist/gourgeist.png new file mode 100644 index 00000000..79f0aaf7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0711_gourgeist/gourgeist.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0711_gourgeist/gourgeist_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0711_gourgeist/gourgeist_shiny.png new file mode 100644 index 00000000..e952b754 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0711_gourgeist/gourgeist_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0712_bergmite/bergmite.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0712_bergmite/bergmite.png new file mode 100644 index 00000000..b044743a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0712_bergmite/bergmite.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0712_bergmite/bergmite_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0712_bergmite/bergmite_shiny.png new file mode 100644 index 00000000..9d0990b8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0712_bergmite/bergmite_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0713_avalugg/avalugg.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0713_avalugg/avalugg.png new file mode 100644 index 00000000..a80bbab6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0713_avalugg/avalugg.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0713_avalugg/avalugg_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0713_avalugg/avalugg_shiny.png new file mode 100644 index 00000000..2a209fa4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0713_avalugg/avalugg_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0716_xerneas/xerneas.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0716_xerneas/xerneas.png new file mode 100644 index 00000000..dff8b686 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0716_xerneas/xerneas.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0716_xerneas/xerneas_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0716_xerneas/xerneas_shiny.png new file mode 100644 index 00000000..32931a85 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0716_xerneas/xerneas_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0717_yveltal/yveltal.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0717_yveltal/yveltal.png new file mode 100644 index 00000000..95776d74 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0717_yveltal/yveltal.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0717_yveltal/yveltal_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0717_yveltal/yveltal_shiny.png new file mode 100644 index 00000000..57eb0d46 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0717_yveltal/yveltal_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0718_zygarde/zygarde_10.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0718_zygarde/zygarde_10.png new file mode 100644 index 00000000..28b39c9e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0718_zygarde/zygarde_10.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0718_zygarde/zygarde_10_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0718_zygarde/zygarde_10_shiny.png new file mode 100644 index 00000000..30363429 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0718_zygarde/zygarde_10_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0718_zygarde/zygarde_50.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0718_zygarde/zygarde_50.png new file mode 100644 index 00000000..9ecf9d01 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0718_zygarde/zygarde_50.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0718_zygarde/zygarde_50_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0718_zygarde/zygarde_50_shiny.png new file mode 100644 index 00000000..95e483a2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0718_zygarde/zygarde_50_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0718_zygarde/zygarde_complete.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0718_zygarde/zygarde_complete.png new file mode 100644 index 00000000..175c41ce Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0718_zygarde/zygarde_complete.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0718_zygarde/zygarde_complete_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0718_zygarde/zygarde_complete_shiny.png new file mode 100644 index 00000000..b0325d57 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0718_zygarde/zygarde_complete_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0719_diancie/diancie.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0719_diancie/diancie.png new file mode 100644 index 00000000..59e27b81 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0719_diancie/diancie.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0719_diancie/diancie_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0719_diancie/diancie_shiny.png new file mode 100644 index 00000000..13213e12 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0719_diancie/diancie_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0720_hoopa/hoopa.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0720_hoopa/hoopa.png new file mode 100644 index 00000000..b0cdb780 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0720_hoopa/hoopa.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0720_hoopa/hoopa_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0720_hoopa/hoopa_shiny.png new file mode 100644 index 00000000..1b7936a7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0720_hoopa/hoopa_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0721_volcanion/volcanion.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0721_volcanion/volcanion.png new file mode 100644 index 00000000..1e5f41b3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0721_volcanion/volcanion.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0721_volcanion/volcanion_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0721_volcanion/volcanion_shiny.png new file mode 100644 index 00000000..48055064 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0721_volcanion/volcanion_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0722_rowlet/rowlet.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0722_rowlet/rowlet.png new file mode 100644 index 00000000..a7183490 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0722_rowlet/rowlet.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0722_rowlet/rowlet_hisui_bias.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0722_rowlet/rowlet_hisui_bias.png new file mode 100644 index 00000000..a7183490 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0722_rowlet/rowlet_hisui_bias.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0722_rowlet/rowlet_hisui_bias_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0722_rowlet/rowlet_hisui_bias_shiny.png new file mode 100644 index 00000000..8086ca4e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0722_rowlet/rowlet_hisui_bias_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0722_rowlet/rowlet_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0722_rowlet/rowlet_shiny.png new file mode 100644 index 00000000..8086ca4e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0722_rowlet/rowlet_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0723_dartrix/dartrix.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0723_dartrix/dartrix.png new file mode 100644 index 00000000..3624d86c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0723_dartrix/dartrix.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0723_dartrix/dartrix_hisui_bias.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0723_dartrix/dartrix_hisui_bias.png new file mode 100644 index 00000000..3624d86c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0723_dartrix/dartrix_hisui_bias.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0723_dartrix/dartrix_hisui_bias_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0723_dartrix/dartrix_hisui_bias_shiny.png new file mode 100644 index 00000000..4fbbde83 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0723_dartrix/dartrix_hisui_bias_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0723_dartrix/dartrix_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0723_dartrix/dartrix_shiny.png new file mode 100644 index 00000000..4fbbde83 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0723_dartrix/dartrix_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0724_decidueye/decidueye.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0724_decidueye/decidueye.png new file mode 100644 index 00000000..f9346d69 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0724_decidueye/decidueye.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0724_decidueye/decidueye_hisuian.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0724_decidueye/decidueye_hisuian.png new file mode 100644 index 00000000..d40039ad Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0724_decidueye/decidueye_hisuian.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0724_decidueye/decidueye_hisuian_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0724_decidueye/decidueye_hisuian_shiny.png new file mode 100644 index 00000000..4c0f1d6a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0724_decidueye/decidueye_hisuian_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0724_decidueye/decidueye_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0724_decidueye/decidueye_shiny.png new file mode 100644 index 00000000..d3992760 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0724_decidueye/decidueye_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0725_litten/litten.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0725_litten/litten.png new file mode 100644 index 00000000..00f750bc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0725_litten/litten.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0725_litten/litten_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0725_litten/litten_shiny.png new file mode 100644 index 00000000..a6add934 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0725_litten/litten_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0726_torracat/torracat.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0726_torracat/torracat.png new file mode 100644 index 00000000..6028e0f8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0726_torracat/torracat.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0726_torracat/torracat_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0726_torracat/torracat_shiny.png new file mode 100644 index 00000000..d9514ced Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0726_torracat/torracat_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0727_incineroar/incineroar.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0727_incineroar/incineroar.png new file mode 100644 index 00000000..6ebf9b8e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0727_incineroar/incineroar.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0727_incineroar/incineroar_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0727_incineroar/incineroar_shiny.png new file mode 100644 index 00000000..b0a1df03 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0727_incineroar/incineroar_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0728_popplio/popplio.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0728_popplio/popplio.png new file mode 100644 index 00000000..ca42884a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0728_popplio/popplio.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0728_popplio/popplio_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0728_popplio/popplio_shiny.png new file mode 100644 index 00000000..74593f90 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0728_popplio/popplio_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0729_brionne/brionne.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0729_brionne/brionne.png new file mode 100644 index 00000000..1760f4d3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0729_brionne/brionne.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0729_brionne/brionne_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0729_brionne/brionne_shiny.png new file mode 100644 index 00000000..daad9115 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0729_brionne/brionne_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0730_primarina/primarina.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0730_primarina/primarina.png new file mode 100644 index 00000000..3920ceab Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0730_primarina/primarina.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0730_primarina/primarina_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0730_primarina/primarina_shiny.png new file mode 100644 index 00000000..89a3c333 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0730_primarina/primarina_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0739_crabrawler/crabrawler.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0739_crabrawler/crabrawler.png new file mode 100644 index 00000000..246e485d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0739_crabrawler/crabrawler.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0739_crabrawler/crabrawler_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0739_crabrawler/crabrawler_shiny.png new file mode 100644 index 00000000..63b30f0b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0739_crabrawler/crabrawler_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0740_crabominable/crabominable.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0740_crabominable/crabominable.png new file mode 100644 index 00000000..677ef228 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0740_crabominable/crabominable.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0740_crabominable/crabominable_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0740_crabominable/crabominable_shiny.png new file mode 100644 index 00000000..6112e81a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0740_crabominable/crabominable_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0742_cutiefly/cutiefly.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0742_cutiefly/cutiefly.png new file mode 100644 index 00000000..3b396360 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0742_cutiefly/cutiefly.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0742_cutiefly/cutiefly_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0742_cutiefly/cutiefly_shiny.png new file mode 100644 index 00000000..1bc6b0d5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0742_cutiefly/cutiefly_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0743_ribombee/ribombee.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0743_ribombee/ribombee.png new file mode 100644 index 00000000..c11388ae Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0743_ribombee/ribombee.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0743_ribombee/ribombee_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0743_ribombee/ribombee_shiny.png new file mode 100644 index 00000000..ef84a515 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0743_ribombee/ribombee_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0744_rockruff/rockruff.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0744_rockruff/rockruff.png new file mode 100644 index 00000000..60d44b09 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0744_rockruff/rockruff.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0744_rockruff/rockruff_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0744_rockruff/rockruff_shiny.png new file mode 100644 index 00000000..48d2d668 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0744_rockruff/rockruff_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0745_lycanroc/lycanroc_dusk.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0745_lycanroc/lycanroc_dusk.png new file mode 100644 index 00000000..3f561c5d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0745_lycanroc/lycanroc_dusk.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0745_lycanroc/lycanroc_dusk_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0745_lycanroc/lycanroc_dusk_shiny.png new file mode 100644 index 00000000..57f999a0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0745_lycanroc/lycanroc_dusk_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0745_lycanroc/lycanroc_midday.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0745_lycanroc/lycanroc_midday.png new file mode 100644 index 00000000..ba5fbca2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0745_lycanroc/lycanroc_midday.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0745_lycanroc/lycanroc_midday_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0745_lycanroc/lycanroc_midday_shiny.png new file mode 100644 index 00000000..b6505ee9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0745_lycanroc/lycanroc_midday_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0745_lycanroc/lycanroc_midnight.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0745_lycanroc/lycanroc_midnight.png new file mode 100644 index 00000000..bb6f72ae Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0745_lycanroc/lycanroc_midnight.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0745_lycanroc/lycanroc_midnight_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0745_lycanroc/lycanroc_midnight_shiny.png new file mode 100644 index 00000000..e244ec44 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0745_lycanroc/lycanroc_midnight_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0746_wishiwashi/wishiwashi_solo.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0746_wishiwashi/wishiwashi_solo.png new file mode 100644 index 00000000..70146a8a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0746_wishiwashi/wishiwashi_solo.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0746_wishiwashi/wishiwashi_solo_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0746_wishiwashi/wishiwashi_solo_shiny.png new file mode 100644 index 00000000..b74a1087 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0746_wishiwashi/wishiwashi_solo_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0749_mudbray/mudbray.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0749_mudbray/mudbray.png new file mode 100644 index 00000000..de6f2182 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0749_mudbray/mudbray.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0749_mudbray/mudbray_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0749_mudbray/mudbray_shiny.png new file mode 100644 index 00000000..ad0596f0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0749_mudbray/mudbray_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0750_mudsdale/mudsdale.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0750_mudsdale/mudsdale.png new file mode 100644 index 00000000..68c4c43a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0750_mudsdale/mudsdale.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0750_mudsdale/mudsdale_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0750_mudsdale/mudsdale_shiny.png new file mode 100644 index 00000000..bb88cb1b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0750_mudsdale/mudsdale_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0751_dewpider/dewpider.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0751_dewpider/dewpider.png new file mode 100644 index 00000000..4594b95c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0751_dewpider/dewpider.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0751_dewpider/dewpider_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0751_dewpider/dewpider_shiny.png new file mode 100644 index 00000000..0a963a18 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0751_dewpider/dewpider_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0752_araquanid/araquanid.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0752_araquanid/araquanid.png new file mode 100644 index 00000000..6d5f4645 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0752_araquanid/araquanid.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0752_araquanid/araquanid_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0752_araquanid/araquanid_shiny.png new file mode 100644 index 00000000..4441221e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0752_araquanid/araquanid_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0753_fomantis/fomantis.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0753_fomantis/fomantis.png new file mode 100644 index 00000000..77b4cdab Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0753_fomantis/fomantis.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0753_fomantis/fomantis_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0753_fomantis/fomantis_shiny.png new file mode 100644 index 00000000..dcc58cb3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0753_fomantis/fomantis_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0754_lurantis/lurantis.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0754_lurantis/lurantis.png new file mode 100644 index 00000000..ceb0e873 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0754_lurantis/lurantis.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0754_lurantis/lurantis_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0754_lurantis/lurantis_shiny.png new file mode 100644 index 00000000..a4254888 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0754_lurantis/lurantis_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0755_morelull/morelull.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0755_morelull/morelull.png new file mode 100644 index 00000000..60291f6b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0755_morelull/morelull.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0755_morelull/morelull_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0755_morelull/morelull_shiny.png new file mode 100644 index 00000000..485f570c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0755_morelull/morelull_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0756_shiinotic/shiinotic.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0756_shiinotic/shiinotic.png new file mode 100644 index 00000000..23d5b223 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0756_shiinotic/shiinotic.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0756_shiinotic/shiinotic_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0756_shiinotic/shiinotic_shiny.png new file mode 100644 index 00000000..72c34ac8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0756_shiinotic/shiinotic_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0757_salandit/salandit.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0757_salandit/salandit.png new file mode 100644 index 00000000..e79d79f9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0757_salandit/salandit.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0757_salandit/salandit_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0757_salandit/salandit_shiny.png new file mode 100644 index 00000000..2f471050 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0757_salandit/salandit_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0758_salazzle/salazzle.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0758_salazzle/salazzle.png new file mode 100644 index 00000000..2fe617df Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0758_salazzle/salazzle.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0758_salazzle/salazzle_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0758_salazzle/salazzle_shiny.png new file mode 100644 index 00000000..f21032ac Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0758_salazzle/salazzle_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0759_stufful/stufful.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0759_stufful/stufful.png new file mode 100644 index 00000000..c07129fe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0759_stufful/stufful.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0759_stufful/stufful_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0759_stufful/stufful_shiny.png new file mode 100644 index 00000000..3fa661b6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0759_stufful/stufful_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0760_bewear/bewear.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0760_bewear/bewear.png new file mode 100644 index 00000000..4ee114ca Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0760_bewear/bewear.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0760_bewear/bewear_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0760_bewear/bewear_shiny.png new file mode 100644 index 00000000..19d49e09 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0760_bewear/bewear_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0761_bounsweet/bounsweet.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0761_bounsweet/bounsweet.png new file mode 100644 index 00000000..29276fa3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0761_bounsweet/bounsweet.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0761_bounsweet/bounsweet_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0761_bounsweet/bounsweet_shiny.png new file mode 100644 index 00000000..a3bfa222 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0761_bounsweet/bounsweet_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0762_steenee/steenee.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0762_steenee/steenee.png new file mode 100644 index 00000000..d85bf156 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0762_steenee/steenee.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0762_steenee/steenee_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0762_steenee/steenee_shiny.png new file mode 100644 index 00000000..d4c66e57 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0762_steenee/steenee_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0763_tsareena/tsareena.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0763_tsareena/tsareena.png new file mode 100644 index 00000000..12ce0b10 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0763_tsareena/tsareena.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0763_tsareena/tsareena_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0763_tsareena/tsareena_shiny.png new file mode 100644 index 00000000..921ca09d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0763_tsareena/tsareena_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0764_comfey/comfey.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0764_comfey/comfey.png new file mode 100644 index 00000000..59d61445 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0764_comfey/comfey.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0764_comfey/comfey_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0764_comfey/comfey_shiny.png new file mode 100644 index 00000000..8e1987fe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0764_comfey/comfey_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0767_wimpod/wimpod.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0767_wimpod/wimpod.png new file mode 100644 index 00000000..11dc95ab Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0767_wimpod/wimpod.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0767_wimpod/wimpod_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0767_wimpod/wimpod_shiny.png new file mode 100644 index 00000000..add78d73 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0767_wimpod/wimpod_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0768_golisopod/golisopod.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0768_golisopod/golisopod.png new file mode 100644 index 00000000..b1db20b1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0768_golisopod/golisopod.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0768_golisopod/golisopod_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0768_golisopod/golisopod_shiny.png new file mode 100644 index 00000000..ee6766b5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0768_golisopod/golisopod_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0771_pyukumuku/pyukumuku.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0771_pyukumuku/pyukumuku.png new file mode 100644 index 00000000..c9f67d72 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0771_pyukumuku/pyukumuku.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0771_pyukumuku/pyukumuku_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0771_pyukumuku/pyukumuku_shiny.png new file mode 100644 index 00000000..268f45fa Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0771_pyukumuku/pyukumuku_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0772_typenull/typenull.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0772_typenull/typenull.png new file mode 100644 index 00000000..f1e9690b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0772_typenull/typenull.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0772_typenull/typenull_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0772_typenull/typenull_shiny.png new file mode 100644 index 00000000..f6948091 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0772_typenull/typenull_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0773_silvally/silvally.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0773_silvally/silvally.png new file mode 100644 index 00000000..3e767be4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0773_silvally/silvally.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_shiny.png new file mode 100644 index 00000000..ab0d1b06 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0773_silvally/silvally_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0775_komala/komala.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0775_komala/komala.png new file mode 100644 index 00000000..93daecc6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0775_komala/komala.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0775_komala/komala_acacia.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0775_komala/komala_acacia.png new file mode 100644 index 00000000..93daecc6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0775_komala/komala_acacia.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0775_komala/komala_birch.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0775_komala/komala_birch.png new file mode 100644 index 00000000..93daecc6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0775_komala/komala_birch.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0775_komala/komala_cherry.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0775_komala/komala_cherry.png new file mode 100644 index 00000000..93daecc6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0775_komala/komala_cherry.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0775_komala/komala_dark_oak.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0775_komala/komala_dark_oak.png new file mode 100644 index 00000000..93daecc6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0775_komala/komala_dark_oak.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0775_komala/komala_jungle.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0775_komala/komala_jungle.png new file mode 100644 index 00000000..93daecc6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0775_komala/komala_jungle.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0775_komala/komala_mangrove.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0775_komala/komala_mangrove.png new file mode 100644 index 00000000..93daecc6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0775_komala/komala_mangrove.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0775_komala/komala_oak.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0775_komala/komala_oak.png new file mode 100644 index 00000000..93daecc6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0775_komala/komala_oak.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0775_komala/komala_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0775_komala/komala_shiny.png new file mode 100644 index 00000000..eba36453 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0775_komala/komala_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0775_komala/komala_spruce.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0775_komala/komala_spruce.png new file mode 100644 index 00000000..93daecc6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0775_komala/komala_spruce.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0776_turtonator/turtonator.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0776_turtonator/turtonator.png new file mode 100644 index 00000000..a4a2f6fb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0776_turtonator/turtonator.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0776_turtonator/turtonator_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0776_turtonator/turtonator_shiny.png new file mode 100644 index 00000000..9a59cec6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0776_turtonator/turtonator_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0778_mimikyu/mimikyu.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0778_mimikyu/mimikyu.png new file mode 100644 index 00000000..631bc07c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0778_mimikyu/mimikyu.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0778_mimikyu/mimikyu_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0778_mimikyu/mimikyu_shiny.png new file mode 100644 index 00000000..1153719b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0778_mimikyu/mimikyu_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0780_drampa/drampa.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0780_drampa/drampa.png new file mode 100644 index 00000000..257db85f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0780_drampa/drampa.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0780_drampa/drampa_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0780_drampa/drampa_shiny.png new file mode 100644 index 00000000..536cd662 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0780_drampa/drampa_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0781_dhelmise/dhelmise.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0781_dhelmise/dhelmise.png new file mode 100644 index 00000000..a0575513 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0781_dhelmise/dhelmise.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0781_dhelmise/dhelmise_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0781_dhelmise/dhelmise_shiny.png new file mode 100644 index 00000000..1bf96578 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0781_dhelmise/dhelmise_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0782_jangmo-o/jangmo-o.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0782_jangmo-o/jangmo-o.png new file mode 100644 index 00000000..098e2756 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0782_jangmo-o/jangmo-o.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0782_jangmo-o/jangmo-o_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0782_jangmo-o/jangmo-o_shiny.png new file mode 100644 index 00000000..5d9b3ac1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0782_jangmo-o/jangmo-o_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0782_jangmoo/jangmoo.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0782_jangmoo/jangmoo.png new file mode 100644 index 00000000..45894d23 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0782_jangmoo/jangmoo.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0782_jangmoo/jangmoo_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0782_jangmoo/jangmoo_shiny.png new file mode 100644 index 00000000..837e3e10 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0782_jangmoo/jangmoo_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0783_hakamo-o/hakamo-o.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0783_hakamo-o/hakamo-o.png new file mode 100644 index 00000000..7f7bc067 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0783_hakamo-o/hakamo-o.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0783_hakamo-o/hakamo-o_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0783_hakamo-o/hakamo-o_shiny.png new file mode 100644 index 00000000..128e2c3d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0783_hakamo-o/hakamo-o_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0783_hakamoo/hakamoo.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0783_hakamoo/hakamoo.png new file mode 100644 index 00000000..d5dce7d8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0783_hakamoo/hakamoo.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0783_hakamoo/hakamoo_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0783_hakamoo/hakamoo_shiny.png new file mode 100644 index 00000000..1d607db5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0783_hakamoo/hakamoo_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0784_kommo-o/kommo-o.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0784_kommo-o/kommo-o.png new file mode 100644 index 00000000..3520df91 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0784_kommo-o/kommo-o.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0784_kommo-o/kommo-o_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0784_kommo-o/kommo-o_shiny.png new file mode 100644 index 00000000..0eb5af24 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0784_kommo-o/kommo-o_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0784_kommo-o/kommoo.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0784_kommo-o/kommoo.png new file mode 100644 index 00000000..3520df91 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0784_kommo-o/kommoo.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0784_kommo-o/kommoo_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0784_kommo-o/kommoo_shiny.png new file mode 100644 index 00000000..0eb5af24 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0784_kommo-o/kommoo_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0784_kommoo/kommoo.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0784_kommoo/kommoo.png new file mode 100644 index 00000000..4de9a694 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0784_kommoo/kommoo.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0784_kommoo/kommoo_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0784_kommoo/kommoo_shiny.png new file mode 100644 index 00000000..dd92d8fc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0784_kommoo/kommoo_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0785_tapukoko/tapukoko.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0785_tapukoko/tapukoko.png new file mode 100644 index 00000000..fb992605 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0785_tapukoko/tapukoko.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0785_tapukoko/tapukoko_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0785_tapukoko/tapukoko_shiny.png new file mode 100644 index 00000000..0324eb98 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0785_tapukoko/tapukoko_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0786_tapulele/tapulele.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0786_tapulele/tapulele.png new file mode 100644 index 00000000..74f61715 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0786_tapulele/tapulele.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0786_tapulele/tapulele_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0786_tapulele/tapulele_shiny.png new file mode 100644 index 00000000..fa08a01f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0786_tapulele/tapulele_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0787_tapubulu/tapubulu.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0787_tapubulu/tapubulu.png new file mode 100644 index 00000000..475207d6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0787_tapubulu/tapubulu.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0787_tapubulu/tapubulu_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0787_tapubulu/tapubulu_shiny.png new file mode 100644 index 00000000..581de5e4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0787_tapubulu/tapubulu_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0788_tapufini/tapufini.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0788_tapufini/tapufini.png new file mode 100644 index 00000000..210e7f11 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0788_tapufini/tapufini.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0788_tapufini/tapufini_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0788_tapufini/tapufini_shiny.png new file mode 100644 index 00000000..bba643d3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0788_tapufini/tapufini_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0789_cosmog/cosmog.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0789_cosmog/cosmog.png new file mode 100644 index 00000000..2491d976 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0789_cosmog/cosmog.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0789_cosmog/cosmog_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0789_cosmog/cosmog_shiny.png new file mode 100644 index 00000000..28c07289 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0789_cosmog/cosmog_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0790_cosmoem/cosmoem.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0790_cosmoem/cosmoem.png new file mode 100644 index 00000000..30296d8e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0790_cosmoem/cosmoem.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0790_cosmoem/cosmoem_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0790_cosmoem/cosmoem_shiny.png new file mode 100644 index 00000000..e3096e50 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0790_cosmoem/cosmoem_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0791_solgaleo/solgaleo.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0791_solgaleo/solgaleo.png new file mode 100644 index 00000000..efcbda50 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0791_solgaleo/solgaleo.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0791_solgaleo/solgaleo_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0791_solgaleo/solgaleo_shiny.png new file mode 100644 index 00000000..3bd8399b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0791_solgaleo/solgaleo_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0792_lunala/lunala.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0792_lunala/lunala.png new file mode 100644 index 00000000..8884fc65 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0792_lunala/lunala.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0792_lunala/lunala_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0792_lunala/lunala_shiny.png new file mode 100644 index 00000000..13ce13af Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0792_lunala/lunala_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0794_buzzwole/buzzwole.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0794_buzzwole/buzzwole.png new file mode 100644 index 00000000..6b9eb35a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0794_buzzwole/buzzwole.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0794_buzzwole/buzzwole_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0794_buzzwole/buzzwole_shiny.png new file mode 100644 index 00000000..71498613 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0794_buzzwole/buzzwole_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0795_pheromosa/pheromosa.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0795_pheromosa/pheromosa.png new file mode 100644 index 00000000..d28259f2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0795_pheromosa/pheromosa.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0795_pheromosa/pheromosa_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0795_pheromosa/pheromosa_shiny.png new file mode 100644 index 00000000..7e7f7ee8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0795_pheromosa/pheromosa_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0796_xurkitree/xurkitree.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0796_xurkitree/xurkitree.png new file mode 100644 index 00000000..a26b3613 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0796_xurkitree/xurkitree.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0796_xurkitree/xurkitree_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0796_xurkitree/xurkitree_shiny.png new file mode 100644 index 00000000..dccdd0bd Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0796_xurkitree/xurkitree_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0797_celesteela/celesteela.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0797_celesteela/celesteela.png new file mode 100644 index 00000000..dbe788b0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0797_celesteela/celesteela.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0797_celesteela/celesteela_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0797_celesteela/celesteela_shiny.png new file mode 100644 index 00000000..694e52d3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0797_celesteela/celesteela_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0798_kartana/kartana.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0798_kartana/kartana.png new file mode 100644 index 00000000..ef1a414c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0798_kartana/kartana.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0798_kartana/kartana_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0798_kartana/kartana_shiny.png new file mode 100644 index 00000000..f9602df7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0798_kartana/kartana_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0799_guzzlord/guzzlord.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0799_guzzlord/guzzlord.png new file mode 100644 index 00000000..16b292bf Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0799_guzzlord/guzzlord.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0799_guzzlord/guzzlord_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0799_guzzlord/guzzlord_shiny.png new file mode 100644 index 00000000..0a8f1099 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0799_guzzlord/guzzlord_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0800_necrozma/necrozma.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0800_necrozma/necrozma.png new file mode 100644 index 00000000..72c680a7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0800_necrozma/necrozma.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0800_necrozma/necrozma_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0800_necrozma/necrozma_shiny.png new file mode 100644 index 00000000..81c06f30 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0800_necrozma/necrozma_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0802_marshadow/marshadow.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0802_marshadow/marshadow.png new file mode 100644 index 00000000..2e32a685 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0802_marshadow/marshadow.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0802_marshadow/marshadow_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0802_marshadow/marshadow_shiny.png new file mode 100644 index 00000000..f943ea86 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0802_marshadow/marshadow_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0803_poipole/poipole.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0803_poipole/poipole.png new file mode 100644 index 00000000..fc706403 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0803_poipole/poipole.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0803_poipole/poipole_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0803_poipole/poipole_shiny.png new file mode 100644 index 00000000..08493ae6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0803_poipole/poipole_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0804_naganadel/naganadel.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0804_naganadel/naganadel.png new file mode 100644 index 00000000..f9bf5b6d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0804_naganadel/naganadel.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0804_naganadel/naganadel_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0804_naganadel/naganadel_shiny.png new file mode 100644 index 00000000..55276284 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0804_naganadel/naganadel_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0805_stakataka/stakataka.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0805_stakataka/stakataka.png new file mode 100644 index 00000000..34967810 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0805_stakataka/stakataka.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0805_stakataka/stakataka_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0805_stakataka/stakataka_shiny.png new file mode 100644 index 00000000..76a421bf Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0805_stakataka/stakataka_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0806_blacephalon/blacephalon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0806_blacephalon/blacephalon.png new file mode 100644 index 00000000..34b6027a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0806_blacephalon/blacephalon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0806_blacephalon/blacephalon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0806_blacephalon/blacephalon_shiny.png new file mode 100644 index 00000000..70fd7dc2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0806_blacephalon/blacephalon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0807_zeraora/zeraora.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0807_zeraora/zeraora.png new file mode 100644 index 00000000..3c1cb063 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0807_zeraora/zeraora.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0807_zeraora/zeraora_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0807_zeraora/zeraora_shiny.png new file mode 100644 index 00000000..43215362 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0807_zeraora/zeraora_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0808_meltan/meltan.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0808_meltan/meltan.png new file mode 100644 index 00000000..a5de1ffd Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0808_meltan/meltan.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0808_meltan/meltan_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0808_meltan/meltan_shiny.png new file mode 100644 index 00000000..6ac63a5a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0808_meltan/meltan_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0809_melmetal/melmetal.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0809_melmetal/melmetal.png new file mode 100644 index 00000000..8e7b5228 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0809_melmetal/melmetal.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0809_melmetal/melmetal_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0809_melmetal/melmetal_shiny.png new file mode 100644 index 00000000..62bb7a2f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0809_melmetal/melmetal_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0810_grookey/grookey.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0810_grookey/grookey.png new file mode 100644 index 00000000..c5132c94 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0810_grookey/grookey.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0810_grookey/grookey_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0810_grookey/grookey_shiny.png new file mode 100644 index 00000000..cc9008e9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0810_grookey/grookey_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0811_thwackey/thwackey.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0811_thwackey/thwackey.png new file mode 100644 index 00000000..8914ad4f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0811_thwackey/thwackey.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0811_thwackey/thwackey_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0811_thwackey/thwackey_shiny.png new file mode 100644 index 00000000..dc808e3d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0811_thwackey/thwackey_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0812_rillaboom/rillaboom.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0812_rillaboom/rillaboom.png new file mode 100644 index 00000000..c742078a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0812_rillaboom/rillaboom.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0812_rillaboom/rillaboom_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0812_rillaboom/rillaboom_shiny.png new file mode 100644 index 00000000..53184431 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0812_rillaboom/rillaboom_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0813_scorbunny/scorbunny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0813_scorbunny/scorbunny.png new file mode 100644 index 00000000..189e5f31 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0813_scorbunny/scorbunny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0813_scorbunny/scorbunny_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0813_scorbunny/scorbunny_shiny.png new file mode 100644 index 00000000..a4b5cb06 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0813_scorbunny/scorbunny_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0814_raboot/raboot.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0814_raboot/raboot.png new file mode 100644 index 00000000..c1dfe9db Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0814_raboot/raboot.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0814_raboot/raboot_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0814_raboot/raboot_shiny.png new file mode 100644 index 00000000..58b1b69a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0814_raboot/raboot_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0815_cinderace/cinderace.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0815_cinderace/cinderace.png new file mode 100644 index 00000000..0dcfbd01 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0815_cinderace/cinderace.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0815_cinderace/cinderace_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0815_cinderace/cinderace_shiny.png new file mode 100644 index 00000000..b0b380bd Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0815_cinderace/cinderace_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0816_sobble/sobble.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0816_sobble/sobble.png new file mode 100644 index 00000000..71449341 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0816_sobble/sobble.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0816_sobble/sobble_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0816_sobble/sobble_shiny.png new file mode 100644 index 00000000..56285b0c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0816_sobble/sobble_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0817_drizzile/drizzile.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0817_drizzile/drizzile.png new file mode 100644 index 00000000..f3cc9f33 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0817_drizzile/drizzile.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0817_drizzile/drizzile_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0817_drizzile/drizzile_shiny.png new file mode 100644 index 00000000..191414f7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0817_drizzile/drizzile_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0818_inteleon/inteleon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0818_inteleon/inteleon.png new file mode 100644 index 00000000..77fb4c83 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0818_inteleon/inteleon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0818_inteleon/inteleon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0818_inteleon/inteleon_shiny.png new file mode 100644 index 00000000..b986198d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0818_inteleon/inteleon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0819_skwovet/skwovet.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0819_skwovet/skwovet.png new file mode 100644 index 00000000..8049d3a2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0819_skwovet/skwovet.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0819_skwovet/skwovet_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0819_skwovet/skwovet_shiny.png new file mode 100644 index 00000000..d3faf144 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0819_skwovet/skwovet_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0820_greedent/greedent.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0820_greedent/greedent.png new file mode 100644 index 00000000..2fe80c21 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0820_greedent/greedent.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0821_rookidee/rookidee.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0821_rookidee/rookidee.png new file mode 100644 index 00000000..19e7fc28 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0821_rookidee/rookidee.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0821_rookidee/rookidee_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0821_rookidee/rookidee_shiny.png new file mode 100644 index 00000000..0ecc1321 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0821_rookidee/rookidee_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0822_corvisquire/corvisquire.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0822_corvisquire/corvisquire.png new file mode 100644 index 00000000..685b7e55 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0822_corvisquire/corvisquire.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0822_corvisquire/corvisquire_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0822_corvisquire/corvisquire_shiny.png new file mode 100644 index 00000000..c93df963 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0822_corvisquire/corvisquire_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0823_corviknight/corviknight.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0823_corviknight/corviknight.png new file mode 100644 index 00000000..ac0858a6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0823_corviknight/corviknight.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0823_corviknight/corviknight_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0823_corviknight/corviknight_shiny.png new file mode 100644 index 00000000..4cd8c40f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0823_corviknight/corviknight_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0827_nickit/nickit.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0827_nickit/nickit.png new file mode 100644 index 00000000..6c42bec8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0827_nickit/nickit.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0827_nickit/nickit_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0827_nickit/nickit_shiny.png new file mode 100644 index 00000000..b6f8ff03 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0827_nickit/nickit_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0828_thievul/thievul.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0828_thievul/thievul.png new file mode 100644 index 00000000..57cc6105 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0828_thievul/thievul.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0828_thievul/thievul_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0828_thievul/thievul_shiny.png new file mode 100644 index 00000000..e3798db7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0828_thievul/thievul_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0829_gossifleur/gossifleur.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0829_gossifleur/gossifleur.png new file mode 100644 index 00000000..e8ad3391 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0829_gossifleur/gossifleur.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0829_gossifleur/gossifleur_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0829_gossifleur/gossifleur_shiny.png new file mode 100644 index 00000000..e72adb8a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0829_gossifleur/gossifleur_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0830_eldegoss/eldegoss.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0830_eldegoss/eldegoss.png new file mode 100644 index 00000000..ee02f78e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0830_eldegoss/eldegoss.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0830_eldegoss/eldegoss_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0830_eldegoss/eldegoss_shiny.png new file mode 100644 index 00000000..6678c820 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0830_eldegoss/eldegoss_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0831_wooloo/wooloo.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0831_wooloo/wooloo.png new file mode 100644 index 00000000..c278f3ab Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0831_wooloo/wooloo.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0831_wooloo/wooloo_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0831_wooloo/wooloo_shiny.png new file mode 100644 index 00000000..2e2f44ac Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0831_wooloo/wooloo_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0832_dubwool/dubwool.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0832_dubwool/dubwool.png new file mode 100644 index 00000000..975728f9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0832_dubwool/dubwool.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0832_dubwool/dubwool_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0832_dubwool/dubwool_shiny.png new file mode 100644 index 00000000..9fe44f50 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0832_dubwool/dubwool_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0835_yamper/yamper.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0835_yamper/yamper.png new file mode 100644 index 00000000..91fe66b4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0835_yamper/yamper.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0835_yamper/yamper_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0835_yamper/yamper_shiny.png new file mode 100644 index 00000000..2f4d026b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0835_yamper/yamper_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0836_boltund/boltund.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0836_boltund/boltund.png new file mode 100644 index 00000000..9bbb31f5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0836_boltund/boltund.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0836_boltund/boltund_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0836_boltund/boltund_shiny.png new file mode 100644 index 00000000..9ba612f8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0836_boltund/boltund_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0846_arrokuda/arrokuda.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0846_arrokuda/arrokuda.png new file mode 100644 index 00000000..e2afb088 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0846_arrokuda/arrokuda.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0846_arrokuda/arrokuda_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0846_arrokuda/arrokuda_shiny.png new file mode 100644 index 00000000..0a1f6115 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0846_arrokuda/arrokuda_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0847_barraskewda/barraskewda.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0847_barraskewda/barraskewda.png new file mode 100644 index 00000000..4297f6cc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0847_barraskewda/barraskewda.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0847_barraskewda/barraskewda_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0847_barraskewda/barraskewda_shiny.png new file mode 100644 index 00000000..5255fd75 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0847_barraskewda/barraskewda_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0850_sizzlipede/sizzlipede.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0850_sizzlipede/sizzlipede.png new file mode 100644 index 00000000..283738f8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0850_sizzlipede/sizzlipede.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0850_sizzlipede/sizzlipede_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0850_sizzlipede/sizzlipede_shiny.png new file mode 100644 index 00000000..057981e8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0850_sizzlipede/sizzlipede_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0851_centiskorch/centiskorch.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0851_centiskorch/centiskorch.png new file mode 100644 index 00000000..db42dfb4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0851_centiskorch/centiskorch.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0851_centiskorch/centiskorch_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0851_centiskorch/centiskorch_shiny.png new file mode 100644 index 00000000..a4efafc0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0851_centiskorch/centiskorch_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0859_impidimp/impidimp.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0859_impidimp/impidimp.png new file mode 100644 index 00000000..07402944 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0859_impidimp/impidimp.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0859_impidimp/impidimp_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0859_impidimp/impidimp_shiny.png new file mode 100644 index 00000000..0f363b6b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0859_impidimp/impidimp_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0860_morgrem/morgrem.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0860_morgrem/morgrem.png new file mode 100644 index 00000000..3086300d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0860_morgrem/morgrem.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0860_morgrem/morgrem_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0860_morgrem/morgrem_shiny.png new file mode 100644 index 00000000..8333e9f7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0860_morgrem/morgrem_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0861_grimmsnarl/grimmsnarl.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0861_grimmsnarl/grimmsnarl.png new file mode 100644 index 00000000..b1e2423c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0861_grimmsnarl/grimmsnarl.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0861_grimmsnarl/grimmsnarl_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0861_grimmsnarl/grimmsnarl_shiny.png new file mode 100644 index 00000000..58c8c3e2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0861_grimmsnarl/grimmsnarl_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0862_obstagoon/obstagoon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0862_obstagoon/obstagoon.png new file mode 100644 index 00000000..3fe39d99 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0862_obstagoon/obstagoon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0862_obstagoon/obstagoon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0862_obstagoon/obstagoon_shiny.png new file mode 100644 index 00000000..4fc23cec Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0862_obstagoon/obstagoon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0863_perrserker/perrserker.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0863_perrserker/perrserker.png new file mode 100644 index 00000000..c2af5ea1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0863_perrserker/perrserker.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0863_perrserker/perrserker_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0863_perrserker/perrserker_shiny.png new file mode 100644 index 00000000..b52575c8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0863_perrserker/perrserker_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0865_sirfetchd/sirfetchd.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0865_sirfetchd/sirfetchd.png new file mode 100644 index 00000000..02cd176a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0865_sirfetchd/sirfetchd.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0865_sirfetchd/sirfetchd_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0865_sirfetchd/sirfetchd_shiny.png new file mode 100644 index 00000000..49b1a2a6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0865_sirfetchd/sirfetchd_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0866_mrrime/mrrime.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0866_mrrime/mrrime.png new file mode 100644 index 00000000..42054361 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0866_mrrime/mrrime.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0866_mrrime/mrrime_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0866_mrrime/mrrime_shiny.png new file mode 100644 index 00000000..742983d0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0866_mrrime/mrrime_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0868_milcery/milcery.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0868_milcery/milcery.png new file mode 100644 index 00000000..7522187a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0868_milcery/milcery.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0868_milcery/milcery_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0868_milcery/milcery_shiny.png new file mode 100644 index 00000000..27787e8d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0868_milcery/milcery_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_caramel.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_caramel.png new file mode 100644 index 00000000..976aed0e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_caramel.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_caramel_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_caramel_shiny.png new file mode 100644 index 00000000..e5a17b1b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_caramel_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_lemon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_lemon.png new file mode 100644 index 00000000..cbb56717 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_lemon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_lemon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_lemon_shiny.png new file mode 100644 index 00000000..fd8f6781 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_lemon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_matcha.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_matcha.png new file mode 100644 index 00000000..38b9603e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_matcha.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_matcha_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_matcha_shiny.png new file mode 100644 index 00000000..a975d6a4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_matcha_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_mint.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_mint.png new file mode 100644 index 00000000..3f1975d5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_mint.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_mint_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_mint_shiny.png new file mode 100644 index 00000000..81c09eb8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_mint_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_rainbowswirl.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_rainbowswirl.png new file mode 100644 index 00000000..2c1c1d3f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_rainbowswirl.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_rainbowswirl_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_rainbowswirl_shiny.png new file mode 100644 index 00000000..2e6c9fbe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_rainbowswirl_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_ruby.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_ruby.png new file mode 100644 index 00000000..6010d588 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_ruby.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_ruby_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_ruby_shiny.png new file mode 100644 index 00000000..8a76c9d7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_ruby_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_rubyswirl.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_rubyswirl.png new file mode 100644 index 00000000..04c37d86 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_rubyswirl.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_rubyswirl_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_rubyswirl_shiny.png new file mode 100644 index 00000000..2fdd900e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_rubyswirl_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_salted.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_salted.png new file mode 100644 index 00000000..3cb802d7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_salted.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_salted_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_salted_shiny.png new file mode 100644 index 00000000..7b7fb611 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_salted_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_vanilla.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_vanilla.png new file mode 100644 index 00000000..fb9d1ffa Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_vanilla.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_vanilla_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_vanilla_shiny.png new file mode 100644 index 00000000..e1cbe766 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0869_alcremie/alcremie_vanilla_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0870_falinks/falinks.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0870_falinks/falinks.png new file mode 100644 index 00000000..2c040a49 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0870_falinks/falinks.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0870_falinks/falinks_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0870_falinks/falinks_shiny.png new file mode 100644 index 00000000..708d2e7a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0870_falinks/falinks_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0871_pincurchin/pincurchin.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0871_pincurchin/pincurchin.png new file mode 100644 index 00000000..fe672008 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0871_pincurchin/pincurchin.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0871_pincurchin/pincurchin_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0871_pincurchin/pincurchin_shiny.png new file mode 100644 index 00000000..0233f144 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0871_pincurchin/pincurchin_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0874_stonjourner/stonjourner.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0874_stonjourner/stonjourner.png new file mode 100644 index 00000000..b1f99b77 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0874_stonjourner/stonjourner.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0874_stonjourner/stonjourner_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0874_stonjourner/stonjourner_shiny.png new file mode 100644 index 00000000..d6e14612 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0874_stonjourner/stonjourner_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0875_eiscue/eiscue.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0875_eiscue/eiscue.png new file mode 100644 index 00000000..a861b59a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0875_eiscue/eiscue.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0875_eiscue/eiscue_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0875_eiscue/eiscue_shiny.png new file mode 100644 index 00000000..788026e5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0875_eiscue/eiscue_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0877_morpeko/morpeko.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0877_morpeko/morpeko.png new file mode 100644 index 00000000..5e7cec8b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0877_morpeko/morpeko.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0877_morpeko/morpeko_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0877_morpeko/morpeko_shiny.png new file mode 100644 index 00000000..147e4d23 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0877_morpeko/morpeko_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0878_cufant/cufant.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0878_cufant/cufant.png new file mode 100644 index 00000000..3448cfb1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0878_cufant/cufant.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0878_cufant/cufant_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0878_cufant/cufant_shiny.png new file mode 100644 index 00000000..05a74289 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0878_cufant/cufant_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0879_copperajah/copperajah.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0879_copperajah/copperajah.png new file mode 100644 index 00000000..028981ef Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0879_copperajah/copperajah.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0879_copperajah/copperajah_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0879_copperajah/copperajah_shiny.png new file mode 100644 index 00000000..589a8ee8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0879_copperajah/copperajah_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0880_dracozolt/dracozolt.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0880_dracozolt/dracozolt.png new file mode 100644 index 00000000..8732dee2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0880_dracozolt/dracozolt.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0880_dracozolt/dracozolt_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0880_dracozolt/dracozolt_shiny.png new file mode 100644 index 00000000..c7dd2e8d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0880_dracozolt/dracozolt_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0881_arctozolt/arctozolt.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0881_arctozolt/arctozolt.png new file mode 100644 index 00000000..58f59cb6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0881_arctozolt/arctozolt.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0881_arctozolt/arctozolt_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0881_arctozolt/arctozolt_shiny.png new file mode 100644 index 00000000..d67257be Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0881_arctozolt/arctozolt_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0882_dracovish/dracovish.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0882_dracovish/dracovish.png new file mode 100644 index 00000000..98d0fbe0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0882_dracovish/dracovish.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0882_dracovish/dracovish_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0882_dracovish/dracovish_shiny.png new file mode 100644 index 00000000..e1e823f9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0882_dracovish/dracovish_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0883_arctovish/arctovish.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0883_arctovish/arctovish.png new file mode 100644 index 00000000..dfa76f43 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0883_arctovish/arctovish.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0883_arctovish/arctovish_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0883_arctovish/arctovish_shiny.png new file mode 100644 index 00000000..1cf3994a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0883_arctovish/arctovish_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0885_dreepy/dreepy.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0885_dreepy/dreepy.png new file mode 100644 index 00000000..46c3f383 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0885_dreepy/dreepy.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0885_dreepy/dreepy_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0885_dreepy/dreepy_shiny.png new file mode 100644 index 00000000..cf1e7248 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0885_dreepy/dreepy_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0886_drakloak/drakloak.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0886_drakloak/drakloak.png new file mode 100644 index 00000000..72aed082 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0886_drakloak/drakloak.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0886_drakloak/drakloak_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0886_drakloak/drakloak_shiny.png new file mode 100644 index 00000000..cde285e0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0886_drakloak/drakloak_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0887_dragapult/dragapult.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0887_dragapult/dragapult.png new file mode 100644 index 00000000..2800fc5c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0887_dragapult/dragapult.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0887_dragapult/dragapult_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0887_dragapult/dragapult_shiny.png new file mode 100644 index 00000000..8c6168a2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0887_dragapult/dragapult_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0888_zacian/zacian.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0888_zacian/zacian.png new file mode 100644 index 00000000..89316962 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0888_zacian/zacian.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0888_zacian/zacian_crowned.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0888_zacian/zacian_crowned.png new file mode 100644 index 00000000..542a3ca3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0888_zacian/zacian_crowned.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0888_zacian/zacian_crowned_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0888_zacian/zacian_crowned_shiny.png new file mode 100644 index 00000000..3ac5d3b6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0888_zacian/zacian_crowned_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0888_zacian/zacian_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0888_zacian/zacian_shiny.png new file mode 100644 index 00000000..400c842a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0888_zacian/zacian_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0889_zamazenta/zamazenta.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0889_zamazenta/zamazenta.png new file mode 100644 index 00000000..80d61c63 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0889_zamazenta/zamazenta.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0889_zamazenta/zamazenta_crowned.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0889_zamazenta/zamazenta_crowned.png new file mode 100644 index 00000000..0e72a3b4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0889_zamazenta/zamazenta_crowned.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0890_eternatus/eternatus.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0890_eternatus/eternatus.png new file mode 100644 index 00000000..6e711a84 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0890_eternatus/eternatus.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0891_kubfu/kubfu.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0891_kubfu/kubfu.png new file mode 100644 index 00000000..55553afe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0891_kubfu/kubfu.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0891_kubfu/kubfu_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0891_kubfu/kubfu_shiny.png new file mode 100644 index 00000000..7b3174a2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0891_kubfu/kubfu_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0892_urshifu/urshifu.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0892_urshifu/urshifu.png new file mode 100644 index 00000000..a17cee3f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0892_urshifu/urshifu.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0892_urshifu/urshifu_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0892_urshifu/urshifu_shiny.png new file mode 100644 index 00000000..bbb16e7b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0892_urshifu/urshifu_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0893_zarude/zarude.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0893_zarude/zarude.png new file mode 100644 index 00000000..f1772888 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0893_zarude/zarude.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0893_zarude/zarude_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0893_zarude/zarude_shiny.png new file mode 100644 index 00000000..dedf68be Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0893_zarude/zarude_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0894_regieleki/regieleki.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0894_regieleki/regieleki.png new file mode 100644 index 00000000..07bf473c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0894_regieleki/regieleki.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0894_regieleki/regieleki_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0894_regieleki/regieleki_shiny.png new file mode 100644 index 00000000..653e506d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0894_regieleki/regieleki_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0895_regidrago/regidrago.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0895_regidrago/regidrago.png new file mode 100644 index 00000000..3d6ff4cb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0895_regidrago/regidrago.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0895_regidrago/regidrago_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0895_regidrago/regidrago_shiny.png new file mode 100644 index 00000000..566e0014 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0895_regidrago/regidrago_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0896_glastrier/glastrier.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0896_glastrier/glastrier.png new file mode 100644 index 00000000..5bb42b42 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0896_glastrier/glastrier.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0896_glastrier/glastrier_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0896_glastrier/glastrier_shiny.png new file mode 100644 index 00000000..109d9064 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0896_glastrier/glastrier_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0897_spectrier/spectrier.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0897_spectrier/spectrier.png new file mode 100644 index 00000000..2f530db2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0897_spectrier/spectrier.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0897_spectrier/spectrier_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0897_spectrier/spectrier_shiny.png new file mode 100644 index 00000000..b258289e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0897_spectrier/spectrier_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0898_calyrex/calyrex.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0898_calyrex/calyrex.png new file mode 100644 index 00000000..b4afada1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0898_calyrex/calyrex.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0898_calyrex/calyrex_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0898_calyrex/calyrex_shiny.png new file mode 100644 index 00000000..eed356ac Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0898_calyrex/calyrex_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0899_wyrdeer/wyrdeer.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0899_wyrdeer/wyrdeer.png new file mode 100644 index 00000000..1b1717db Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0899_wyrdeer/wyrdeer.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0899_wyrdeer/wyrdeer_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0899_wyrdeer/wyrdeer_shiny.png new file mode 100644 index 00000000..2c8aedd6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0899_wyrdeer/wyrdeer_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0900_kleavor/kleavor.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0900_kleavor/kleavor.png new file mode 100644 index 00000000..88766e78 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0900_kleavor/kleavor.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0900_kleavor/kleavor_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0900_kleavor/kleavor_shiny.png new file mode 100644 index 00000000..316a4078 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0900_kleavor/kleavor_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0901_ursaluna/ursaluna.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0901_ursaluna/ursaluna.png new file mode 100644 index 00000000..a46392e5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0901_ursaluna/ursaluna.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0901_ursaluna/ursaluna_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0901_ursaluna/ursaluna_shiny.png new file mode 100644 index 00000000..260d0a2f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0901_ursaluna/ursaluna_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0902_basculegion/basculegion.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0902_basculegion/basculegion.png new file mode 100644 index 00000000..01d78fb1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0902_basculegion/basculegion.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0902_basculegion/basculegion_female.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0902_basculegion/basculegion_female.png new file mode 100644 index 00000000..cd9b7e79 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0902_basculegion/basculegion_female.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0902_basculegion/basculegion_female_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0902_basculegion/basculegion_female_shiny.png new file mode 100644 index 00000000..ea498adb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0902_basculegion/basculegion_female_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0902_basculegion/basculegion_male.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0902_basculegion/basculegion_male.png new file mode 100644 index 00000000..01d78fb1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0902_basculegion/basculegion_male.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0902_basculegion/basculegion_male_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0902_basculegion/basculegion_male_shiny.png new file mode 100644 index 00000000..5181025a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0902_basculegion/basculegion_male_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0902_basculegion/basculegion_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0902_basculegion/basculegion_shiny.png new file mode 100644 index 00000000..5181025a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0902_basculegion/basculegion_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0903_sneasler/sneasler.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0903_sneasler/sneasler.png new file mode 100644 index 00000000..7314e282 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0903_sneasler/sneasler.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0903_sneasler/sneasler_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0903_sneasler/sneasler_shiny.png new file mode 100644 index 00000000..1dcb2ffb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0903_sneasler/sneasler_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0904_overqwil/overqwil.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0904_overqwil/overqwil.png new file mode 100644 index 00000000..02e8f50e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0904_overqwil/overqwil.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0904_overqwil/overqwil_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0904_overqwil/overqwil_shiny.png new file mode 100644 index 00000000..d2f84ca2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0904_overqwil/overqwil_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0905_enamorus/enamorus.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0905_enamorus/enamorus.png new file mode 100644 index 00000000..76b0f170 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0905_enamorus/enamorus.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0905_enamorus/enamorus_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0905_enamorus/enamorus_shiny.png new file mode 100644 index 00000000..bdf2e4dd Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0905_enamorus/enamorus_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0906_sprigatito/sprigatito.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0906_sprigatito/sprigatito.png new file mode 100644 index 00000000..a90afd6e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0906_sprigatito/sprigatito.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0906_sprigatito/sprigatito_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0906_sprigatito/sprigatito_shiny.png new file mode 100644 index 00000000..3686ff20 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0906_sprigatito/sprigatito_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0907_floragato/floragato.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0907_floragato/floragato.png new file mode 100644 index 00000000..4683d617 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0907_floragato/floragato.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0907_floragato/floragato_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0907_floragato/floragato_shiny.png new file mode 100644 index 00000000..88983814 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0907_floragato/floragato_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0908_meowscarada/meowscarada.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0908_meowscarada/meowscarada.png new file mode 100644 index 00000000..298bbcfd Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0908_meowscarada/meowscarada.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0908_meowscarada/meowscarada_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0908_meowscarada/meowscarada_shiny.png new file mode 100644 index 00000000..519c98ca Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0908_meowscarada/meowscarada_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0909_fuecoco/fuecoco.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0909_fuecoco/fuecoco.png new file mode 100644 index 00000000..7821d4cf Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0909_fuecoco/fuecoco.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0909_fuecoco/fuecoco_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0909_fuecoco/fuecoco_shiny.png new file mode 100644 index 00000000..db7fdc21 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0909_fuecoco/fuecoco_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0910_crocalor/crocalor.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0910_crocalor/crocalor.png new file mode 100644 index 00000000..e2a611d4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0910_crocalor/crocalor.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0910_crocalor/crocalor_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0910_crocalor/crocalor_shiny.png new file mode 100644 index 00000000..a02a9e25 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0910_crocalor/crocalor_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0911_skeledirge/skeledirge.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0911_skeledirge/skeledirge.png new file mode 100644 index 00000000..56edb28d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0911_skeledirge/skeledirge.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0911_skeledirge/skeledirge_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0911_skeledirge/skeledirge_shiny.png new file mode 100644 index 00000000..2142cf19 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0911_skeledirge/skeledirge_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0912_quaxly/quaxly.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0912_quaxly/quaxly.png new file mode 100644 index 00000000..1482d66e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0912_quaxly/quaxly.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0912_quaxly/quaxly_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0912_quaxly/quaxly_shiny.png new file mode 100644 index 00000000..01951a5d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0912_quaxly/quaxly_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0913_quaxwell/quaxwell.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0913_quaxwell/quaxwell.png new file mode 100644 index 00000000..011461ba Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0913_quaxwell/quaxwell.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0913_quaxwell/quaxwell_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0913_quaxwell/quaxwell_shiny.png new file mode 100644 index 00000000..b1e4293e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0913_quaxwell/quaxwell_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0914_quaquaval/quaquaval.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0914_quaquaval/quaquaval.png new file mode 100644 index 00000000..feeb5e5f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0914_quaquaval/quaquaval.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0914_quaquaval/quaquaval_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0914_quaquaval/quaquaval_shiny.png new file mode 100644 index 00000000..c91b8112 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0914_quaquaval/quaquaval_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0915_lechonk/lechonk.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0915_lechonk/lechonk.png new file mode 100644 index 00000000..6ee8f407 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0915_lechonk/lechonk.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0915_lechonk/lechonk_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0915_lechonk/lechonk_shiny.png new file mode 100644 index 00000000..aaaea86a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0915_lechonk/lechonk_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0916_oinkologne/oinkologne_female.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0916_oinkologne/oinkologne_female.png new file mode 100644 index 00000000..dc479de8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0916_oinkologne/oinkologne_female.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0916_oinkologne/oinkologne_female_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0916_oinkologne/oinkologne_female_shiny.png new file mode 100644 index 00000000..1d26584d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0916_oinkologne/oinkologne_female_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0916_oinkologne/oinkologne_male.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0916_oinkologne/oinkologne_male.png new file mode 100644 index 00000000..c5a9a55a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0916_oinkologne/oinkologne_male.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0916_oinkologne/oinkologne_male_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0916_oinkologne/oinkologne_male_shiny.png new file mode 100644 index 00000000..4efe275f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0916_oinkologne/oinkologne_male_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0917_tarountula/tarountula.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0917_tarountula/tarountula.png new file mode 100644 index 00000000..7185209e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0917_tarountula/tarountula.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0917_tarountula/tarountula_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0917_tarountula/tarountula_shiny.png new file mode 100644 index 00000000..ee0feada Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0917_tarountula/tarountula_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0918_spidops/spidops.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0918_spidops/spidops.png new file mode 100644 index 00000000..293e1783 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0918_spidops/spidops.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0918_spidops/spidops_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0918_spidops/spidops_shiny.png new file mode 100644 index 00000000..5bdbc88e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0918_spidops/spidops_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0921_pawmi/pawmi.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0921_pawmi/pawmi.png new file mode 100644 index 00000000..60c81d2d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0921_pawmi/pawmi.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0921_pawmi/pawmi_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0921_pawmi/pawmi_shiny.png new file mode 100644 index 00000000..ee3ce192 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0921_pawmi/pawmi_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0922_pawmo/pawmo.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0922_pawmo/pawmo.png new file mode 100644 index 00000000..8a8f2bea Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0922_pawmo/pawmo.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0922_pawmo/pawmo_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0922_pawmo/pawmo_shiny.png new file mode 100644 index 00000000..49038443 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0922_pawmo/pawmo_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0923_pawmot/pawmot.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0923_pawmot/pawmot.png new file mode 100644 index 00000000..b7b5c6c8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0923_pawmot/pawmot.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0923_pawmot/pawmot_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0923_pawmot/pawmot_shiny.png new file mode 100644 index 00000000..7f9ea13e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0923_pawmot/pawmot_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0924_tandemaus/tandemaus.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0924_tandemaus/tandemaus.png new file mode 100644 index 00000000..427c3c99 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0924_tandemaus/tandemaus.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0924_tandemaus/tandemaus_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0924_tandemaus/tandemaus_shiny.png new file mode 100644 index 00000000..4505c7f3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0924_tandemaus/tandemaus_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0925_maushold/maushold.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0925_maushold/maushold.png new file mode 100644 index 00000000..06e6cbd3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0925_maushold/maushold.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0925_maushold/maushold_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0925_maushold/maushold_shiny.png new file mode 100644 index 00000000..69fd4a1a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0925_maushold/maushold_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0926_fidough/fidough.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0926_fidough/fidough.png new file mode 100644 index 00000000..9384b01c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0926_fidough/fidough.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0926_fidough/fidough_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0926_fidough/fidough_shiny.png new file mode 100644 index 00000000..6c938a44 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0926_fidough/fidough_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0927_dachsbun/dachsbun.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0927_dachsbun/dachsbun.png new file mode 100644 index 00000000..13a5af91 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0927_dachsbun/dachsbun.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0927_dachsbun/dachsbun_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0927_dachsbun/dachsbun_shiny.png new file mode 100644 index 00000000..d5042c7f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0927_dachsbun/dachsbun_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_blue.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_blue.png new file mode 100644 index 00000000..25b51604 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_blue.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_blue_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_blue_shiny.png new file mode 100644 index 00000000..4b9a2cb8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_blue_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_gray.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_gray.png new file mode 100644 index 00000000..0fdb770b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_gray.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_gray_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_gray_shiny.png new file mode 100644 index 00000000..afa0a628 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_gray_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_green.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_green.png new file mode 100644 index 00000000..ebe9b30b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_green.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_green_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_green_shiny.png new file mode 100644 index 00000000..258ca4e0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_green_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_yellow.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_yellow.png new file mode 100644 index 00000000..71282412 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_yellow.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_yellow_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_yellow_shiny.png new file mode 100644 index 00000000..6a945bbe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0931_squawkabilly/squawkabilly_yellow_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0932_nacli/nacli.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0932_nacli/nacli.png new file mode 100644 index 00000000..87c7d2cd Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0932_nacli/nacli.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0932_nacli/nacli_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0932_nacli/nacli_shiny.png new file mode 100644 index 00000000..6f7eec7b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0932_nacli/nacli_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0933_naclstack/naclstack.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0933_naclstack/naclstack.png new file mode 100644 index 00000000..f4cf36fb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0933_naclstack/naclstack.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0933_naclstack/naclstack_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0933_naclstack/naclstack_shiny.png new file mode 100644 index 00000000..433235c6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0933_naclstack/naclstack_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0934_garganacl/garganacl.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0934_garganacl/garganacl.png new file mode 100644 index 00000000..3ba07c6e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0934_garganacl/garganacl.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0934_garganacl/garganacl_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0934_garganacl/garganacl_shiny.png new file mode 100644 index 00000000..bc3bbbcf Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0934_garganacl/garganacl_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0935_charcadet/charcadet.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0935_charcadet/charcadet.png new file mode 100644 index 00000000..2d4cd0e3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0935_charcadet/charcadet.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0935_charcadet/charcadet_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0935_charcadet/charcadet_shiny.png new file mode 100644 index 00000000..6e41aedd Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0935_charcadet/charcadet_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0936_armarouge/armarouge.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0936_armarouge/armarouge.png new file mode 100644 index 00000000..54f13c29 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0936_armarouge/armarouge.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0936_armarouge/armarouge_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0936_armarouge/armarouge_shiny.png new file mode 100644 index 00000000..503784b2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0936_armarouge/armarouge_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0937_ceruledge/ceruledge.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0937_ceruledge/ceruledge.png new file mode 100644 index 00000000..68a2ed43 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0937_ceruledge/ceruledge.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0937_ceruledge/ceruledge_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0937_ceruledge/ceruledge_shiny.png new file mode 100644 index 00000000..17b949b5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0937_ceruledge/ceruledge_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0938_tadbulb/tadbulb.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0938_tadbulb/tadbulb.png new file mode 100644 index 00000000..8ebdbb75 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0938_tadbulb/tadbulb.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0938_tadbulb/tadbulb_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0938_tadbulb/tadbulb_shiny.png new file mode 100644 index 00000000..36c4c6de Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0938_tadbulb/tadbulb_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0939_bellibolt/bellibolt.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0939_bellibolt/bellibolt.png new file mode 100644 index 00000000..829bc815 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0939_bellibolt/bellibolt.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0939_bellibolt/bellibolt_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0939_bellibolt/bellibolt_shiny.png new file mode 100644 index 00000000..c76c44f2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0939_bellibolt/bellibolt_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0940_wattrel/wattrel.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0940_wattrel/wattrel.png new file mode 100644 index 00000000..1f21441d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0940_wattrel/wattrel.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0940_wattrel/wattrel_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0940_wattrel/wattrel_shiny.png new file mode 100644 index 00000000..f91fdce2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0940_wattrel/wattrel_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0941_kilowattrel/kilowattrel.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0941_kilowattrel/kilowattrel.png new file mode 100644 index 00000000..393d9153 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0941_kilowattrel/kilowattrel.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0941_kilowattrel/kilowattrel_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0941_kilowattrel/kilowattrel_shiny.png new file mode 100644 index 00000000..90dac3cc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0941_kilowattrel/kilowattrel_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0942_maschiff/maschiff.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0942_maschiff/maschiff.png new file mode 100644 index 00000000..8051db7a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0942_maschiff/maschiff.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0942_maschiff/maschiff_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0942_maschiff/maschiff_shiny.png new file mode 100644 index 00000000..ab9fc2c9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0942_maschiff/maschiff_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0943_mabosstiff/mabosstiff.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0943_mabosstiff/mabosstiff.png new file mode 100644 index 00000000..eec89b01 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0943_mabosstiff/mabosstiff.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0943_mabosstiff/mabosstiff_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0943_mabosstiff/mabosstiff_shiny.png new file mode 100644 index 00000000..69055fd1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0943_mabosstiff/mabosstiff_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0944_shroodle/shroodle.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0944_shroodle/shroodle.png new file mode 100644 index 00000000..c9cf4f36 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0944_shroodle/shroodle.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0944_shroodle/shroodle_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0944_shroodle/shroodle_shiny.png new file mode 100644 index 00000000..809218fd Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0944_shroodle/shroodle_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0945_grafaiai/grafaiai.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0945_grafaiai/grafaiai.png new file mode 100644 index 00000000..9c3cca7a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0945_grafaiai/grafaiai.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0945_grafaiai/grafaiai_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0945_grafaiai/grafaiai_shiny.png new file mode 100644 index 00000000..410cd716 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0945_grafaiai/grafaiai_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0948_toedscool/toedscool.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0948_toedscool/toedscool.png new file mode 100644 index 00000000..716c9160 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0948_toedscool/toedscool.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0948_toedscool/toedscool_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0948_toedscool/toedscool_shiny.png new file mode 100644 index 00000000..471fe24d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0948_toedscool/toedscool_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0949_toedscruel/toedscruel.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0949_toedscruel/toedscruel.png new file mode 100644 index 00000000..63aeffb3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0949_toedscruel/toedscruel.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0949_toedscruel/toedscruel_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0949_toedscruel/toedscruel_shiny.png new file mode 100644 index 00000000..8e41689a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0949_toedscruel/toedscruel_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0950_klawf/klawf.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0950_klawf/klawf.png new file mode 100644 index 00000000..410b2f3f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0950_klawf/klawf.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0950_klawf/klawf_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0950_klawf/klawf_shiny.png new file mode 100644 index 00000000..10e233dc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0950_klawf/klawf_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0951_capsakid/capsakid.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0951_capsakid/capsakid.png new file mode 100644 index 00000000..1503e867 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0951_capsakid/capsakid.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0951_capsakid/capsakid_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0951_capsakid/capsakid_shiny.png new file mode 100644 index 00000000..442ee488 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0951_capsakid/capsakid_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0952_scovillain/scovillain.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0952_scovillain/scovillain.png new file mode 100644 index 00000000..395f8cc2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0952_scovillain/scovillain.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0952_scovillain/scovillain_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0952_scovillain/scovillain_shiny.png new file mode 100644 index 00000000..ffbddc56 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0952_scovillain/scovillain_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0955_flittle/flittle.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0955_flittle/flittle.png new file mode 100644 index 00000000..f3858bc1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0955_flittle/flittle.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0955_flittle/flittle_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0955_flittle/flittle_shiny.png new file mode 100644 index 00000000..0efc25be Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0955_flittle/flittle_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0956_espathra/espathra.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0956_espathra/espathra.png new file mode 100644 index 00000000..e833e8f6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0956_espathra/espathra.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0956_espathra/espathra_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0956_espathra/espathra_shiny.png new file mode 100644 index 00000000..8e3fcd9b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0956_espathra/espathra_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0957_tinkatink/tinkatink.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0957_tinkatink/tinkatink.png new file mode 100644 index 00000000..4394cf50 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0957_tinkatink/tinkatink.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0957_tinkatink/tinkatink_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0957_tinkatink/tinkatink_shiny.png new file mode 100644 index 00000000..cdf33ec1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0957_tinkatink/tinkatink_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0958_tinkatuff/tinkatuff.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0958_tinkatuff/tinkatuff.png new file mode 100644 index 00000000..1b727d17 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0958_tinkatuff/tinkatuff.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0958_tinkatuff/tinkatuff_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0958_tinkatuff/tinkatuff_shiny.png new file mode 100644 index 00000000..7cc2879f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0958_tinkatuff/tinkatuff_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0959_tinkaton/tinkaton.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0959_tinkaton/tinkaton.png new file mode 100644 index 00000000..5315bc12 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0959_tinkaton/tinkaton.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0959_tinkaton/tinkaton_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0959_tinkaton/tinkaton_shiny.png new file mode 100644 index 00000000..e0bab5c8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0959_tinkaton/tinkaton_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0962_bombirdier/bombirdier.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0962_bombirdier/bombirdier.png new file mode 100644 index 00000000..e936518d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0962_bombirdier/bombirdier.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0962_bombirdier/bombirdier_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0962_bombirdier/bombirdier_shiny.png new file mode 100644 index 00000000..5e2ed87d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0962_bombirdier/bombirdier_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0965_varoom/varoom.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0965_varoom/varoom.png new file mode 100644 index 00000000..b2b530be Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0965_varoom/varoom.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0965_varoom/varoom_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0965_varoom/varoom_shiny.png new file mode 100644 index 00000000..75dcb465 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0965_varoom/varoom_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0966_revavroom/revavroom.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0966_revavroom/revavroom.png new file mode 100644 index 00000000..680c4f4c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0966_revavroom/revavroom.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0966_revavroom/revavroom_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0966_revavroom/revavroom_shiny.png new file mode 100644 index 00000000..3ca09e40 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0966_revavroom/revavroom_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0967_cyclizar/cyclizar.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0967_cyclizar/cyclizar.png new file mode 100644 index 00000000..616341f6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0967_cyclizar/cyclizar.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0967_cyclizar/cyclizar_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0967_cyclizar/cyclizar_shiny.png new file mode 100644 index 00000000..4989a11a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0967_cyclizar/cyclizar_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0968_orthworm/orthworm.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0968_orthworm/orthworm.png new file mode 100644 index 00000000..6c0e3b4e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0968_orthworm/orthworm.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0968_orthworm/orthworm_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0968_orthworm/orthworm_shiny.png new file mode 100644 index 00000000..1a3d85b4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0968_orthworm/orthworm_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0969_glimmet/glimmet.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0969_glimmet/glimmet.png new file mode 100644 index 00000000..5b460e67 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0969_glimmet/glimmet.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0969_glimmet/glimmet_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0969_glimmet/glimmet_shiny.png new file mode 100644 index 00000000..876a785a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0969_glimmet/glimmet_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0970_glimmora/glimmora.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0970_glimmora/glimmora.png new file mode 100644 index 00000000..e999cc67 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0970_glimmora/glimmora.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0970_glimmora/glimmora_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0970_glimmora/glimmora_shiny.png new file mode 100644 index 00000000..afbaf89e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0970_glimmora/glimmora_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0971_greavard/greavard.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0971_greavard/greavard.png new file mode 100644 index 00000000..e0d72438 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0971_greavard/greavard.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0971_greavard/greavard_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0971_greavard/greavard_shiny.png new file mode 100644 index 00000000..fb3dcaf5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0971_greavard/greavard_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0972_houndstone/houndstone.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0972_houndstone/houndstone.png new file mode 100644 index 00000000..19af75a1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0972_houndstone/houndstone.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0972_houndstone/houndstone_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0972_houndstone/houndstone_shiny.png new file mode 100644 index 00000000..60c09630 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0972_houndstone/houndstone_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0973_flamigo/flamigo.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0973_flamigo/flamigo.png new file mode 100644 index 00000000..073405af Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0973_flamigo/flamigo.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0973_flamigo/flamigo_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0973_flamigo/flamigo_shiny.png new file mode 100644 index 00000000..472ff776 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0973_flamigo/flamigo_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0974_cetoddle/cetoddle.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0974_cetoddle/cetoddle.png new file mode 100644 index 00000000..072a5d60 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0974_cetoddle/cetoddle.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0974_cetoddle/cetoddle_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0974_cetoddle/cetoddle_shiny.png new file mode 100644 index 00000000..1b8215e2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0974_cetoddle/cetoddle_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0975_cetitan/cetitan.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0975_cetitan/cetitan.png new file mode 100644 index 00000000..5c0a48fd Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0975_cetitan/cetitan.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0975_cetitan/cetitan_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0975_cetitan/cetitan_shiny.png new file mode 100644 index 00000000..fd3d70f6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0975_cetitan/cetitan_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0976_veluza/veluza.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0976_veluza/veluza.png new file mode 100644 index 00000000..c05c046f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0976_veluza/veluza.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0976_veluza/veluza_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0976_veluza/veluza_shiny.png new file mode 100644 index 00000000..df77544f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0976_veluza/veluza_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0977_dondozo/dondozo.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0977_dondozo/dondozo.png new file mode 100644 index 00000000..239da29a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0977_dondozo/dondozo.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0977_dondozo/dondozo_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0977_dondozo/dondozo_shiny.png new file mode 100644 index 00000000..d7347903 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0977_dondozo/dondozo_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0978_tatsugiri/tatsugiri_curly.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0978_tatsugiri/tatsugiri_curly.png new file mode 100644 index 00000000..e517f90d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0978_tatsugiri/tatsugiri_curly.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0978_tatsugiri/tatsugiri_curly_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0978_tatsugiri/tatsugiri_curly_shiny.png new file mode 100644 index 00000000..9f80b5a2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0978_tatsugiri/tatsugiri_curly_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0978_tatsugiri/tatsugiri_droopy.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0978_tatsugiri/tatsugiri_droopy.png new file mode 100644 index 00000000..743e5809 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0978_tatsugiri/tatsugiri_droopy.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0978_tatsugiri/tatsugiri_droopy_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0978_tatsugiri/tatsugiri_droopy_shiny.png new file mode 100644 index 00000000..101e2b31 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0978_tatsugiri/tatsugiri_droopy_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0978_tatsugiri/tatsugiri_stretchy.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0978_tatsugiri/tatsugiri_stretchy.png new file mode 100644 index 00000000..39c8d0c1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0978_tatsugiri/tatsugiri_stretchy.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0978_tatsugiri/tatsugiri_stretchy_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0978_tatsugiri/tatsugiri_stretchy_shiny.png new file mode 100644 index 00000000..62da0a1e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0978_tatsugiri/tatsugiri_stretchy_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0979_annihilape/annihilape.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0979_annihilape/annihilape.png new file mode 100644 index 00000000..822bdf77 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0979_annihilape/annihilape.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0979_annihilape/annihilape_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0979_annihilape/annihilape_shiny.png new file mode 100644 index 00000000..47807417 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0979_annihilape/annihilape_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0980_clodsire/clodsire.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0980_clodsire/clodsire.png new file mode 100644 index 00000000..5f6a9b86 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0980_clodsire/clodsire.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0980_clodsire/clodsire_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0980_clodsire/clodsire_shiny.png new file mode 100644 index 00000000..c4d577a9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0980_clodsire/clodsire_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0981_farigiraf/farigiraf.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0981_farigiraf/farigiraf.png new file mode 100644 index 00000000..f2842326 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0981_farigiraf/farigiraf.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0981_farigiraf/farigiraf_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0981_farigiraf/farigiraf_shiny.png new file mode 100644 index 00000000..05f62425 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0981_farigiraf/farigiraf_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0984_greattusk/greattusk.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0984_greattusk/greattusk.png new file mode 100644 index 00000000..b1e79f60 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0984_greattusk/greattusk.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0984_greattusk/greattusk_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0984_greattusk/greattusk_shiny.png new file mode 100644 index 00000000..6a06c5b7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0984_greattusk/greattusk_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0985_screamtail/screamtail.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0985_screamtail/screamtail.png new file mode 100644 index 00000000..efc3aa5a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0985_screamtail/screamtail.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0985_screamtail/screamtail_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0985_screamtail/screamtail_shiny.png new file mode 100644 index 00000000..8496b7d0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0985_screamtail/screamtail_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0986_brutebonnet/brutebonnet.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0986_brutebonnet/brutebonnet.png new file mode 100644 index 00000000..4a0f964a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0986_brutebonnet/brutebonnet.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0986_brutebonnet/brutebonnet_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0986_brutebonnet/brutebonnet_shiny.png new file mode 100644 index 00000000..9ce9dd15 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0986_brutebonnet/brutebonnet_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0987_fluttermane/fluttermane.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0987_fluttermane/fluttermane.png new file mode 100644 index 00000000..524333bb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0987_fluttermane/fluttermane.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0987_fluttermane/fluttermane_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0987_fluttermane/fluttermane_shiny.png new file mode 100644 index 00000000..39e4165f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0987_fluttermane/fluttermane_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0989_sandyshocks/sandyshocks.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0989_sandyshocks/sandyshocks.png new file mode 100644 index 00000000..c30efe0e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0989_sandyshocks/sandyshocks.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0989_sandyshocks/sandyshocks_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0989_sandyshocks/sandyshocks_shiny.png new file mode 100644 index 00000000..7016126b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0989_sandyshocks/sandyshocks_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0990_irontreads/irontreads.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0990_irontreads/irontreads.png new file mode 100644 index 00000000..12b6ccc7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0990_irontreads/irontreads.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0990_irontreads/irontreads_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0990_irontreads/irontreads_shiny.png new file mode 100644 index 00000000..8134480e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0990_irontreads/irontreads_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0992_ironhands/ironhands.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0992_ironhands/ironhands.png new file mode 100644 index 00000000..e66704c2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0992_ironhands/ironhands.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0992_ironhands/ironhands_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0992_ironhands/ironhands_shiny.png new file mode 100644 index 00000000..00cddf2f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0992_ironhands/ironhands_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0994_ironmoth/ironmoth.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0994_ironmoth/ironmoth.png new file mode 100644 index 00000000..665b0432 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0994_ironmoth/ironmoth.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0994_ironmoth/ironmoth_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0994_ironmoth/ironmoth_shiny.png new file mode 100644 index 00000000..c1611794 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0994_ironmoth/ironmoth_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0995_ironthorns/ironthorns.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0995_ironthorns/ironthorns.png new file mode 100644 index 00000000..69762f6d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0995_ironthorns/ironthorns.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0995_ironthorns/ironthorns_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0995_ironthorns/ironthorns_shiny.png new file mode 100644 index 00000000..2457067b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0995_ironthorns/ironthorns_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0996_frigibax/frigibax.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0996_frigibax/frigibax.png new file mode 100644 index 00000000..fc1048bc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0996_frigibax/frigibax.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0996_frigibax/frigibax_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0996_frigibax/frigibax_shiny.png new file mode 100644 index 00000000..92cd2e11 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0996_frigibax/frigibax_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0997_arctibax/arctibax.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0997_arctibax/arctibax.png new file mode 100644 index 00000000..02979f6c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0997_arctibax/arctibax.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0997_arctibax/arctibax_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0997_arctibax/arctibax_shiny.png new file mode 100644 index 00000000..365e8fd2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0997_arctibax/arctibax_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0998_baxcalibur/baxcalibur.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0998_baxcalibur/baxcalibur.png new file mode 100644 index 00000000..6e0477fe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0998_baxcalibur/baxcalibur.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0998_baxcalibur/baxcalibur_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0998_baxcalibur/baxcalibur_shiny.png new file mode 100644 index 00000000..146bbc5b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0998_baxcalibur/baxcalibur_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0999_gimmighoul/gimmighoul.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0999_gimmighoul/gimmighoul.png new file mode 100644 index 00000000..0d431a14 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0999_gimmighoul/gimmighoul.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0999_gimmighoul/gimmighoul_chest.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0999_gimmighoul/gimmighoul_chest.png new file mode 100644 index 00000000..0d431a14 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0999_gimmighoul/gimmighoul_chest.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0999_gimmighoul/gimmighoul_chest_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0999_gimmighoul/gimmighoul_chest_shiny.png new file mode 100644 index 00000000..b865fef6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0999_gimmighoul/gimmighoul_chest_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0999_gimmighoul/gimmighoul_roaming.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0999_gimmighoul/gimmighoul_roaming.png new file mode 100644 index 00000000..4215dd35 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0999_gimmighoul/gimmighoul_roaming.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0999_gimmighoul/gimmighoul_roaming_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0999_gimmighoul/gimmighoul_roaming_shiny.png new file mode 100644 index 00000000..28cfe61e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0999_gimmighoul/gimmighoul_roaming_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0999_gimmighoul/gimmighoul_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0999_gimmighoul/gimmighoul_shiny.png new file mode 100644 index 00000000..b865fef6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/0999_gimmighoul/gimmighoul_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1000_gholdengo/gholdengo.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1000_gholdengo/gholdengo.png new file mode 100644 index 00000000..ed58f1b7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1000_gholdengo/gholdengo.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1000_gholdengo/gholdengo_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1000_gholdengo/gholdengo_shiny.png new file mode 100644 index 00000000..d38892ef Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1000_gholdengo/gholdengo_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1001_wochien/wochien.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1001_wochien/wochien.png new file mode 100644 index 00000000..54717df9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1001_wochien/wochien.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1001_wochien/wochien_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1001_wochien/wochien_shiny.png new file mode 100644 index 00000000..bd589c01 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1001_wochien/wochien_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1002_chienpao/chienpao.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1002_chienpao/chienpao.png new file mode 100644 index 00000000..b447bf56 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1002_chienpao/chienpao.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1002_chienpao/chienpao_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1002_chienpao/chienpao_shiny.png new file mode 100644 index 00000000..74cd5a74 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1002_chienpao/chienpao_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1003_tinglu/tinglu.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1003_tinglu/tinglu.png new file mode 100644 index 00000000..6aa44444 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1003_tinglu/tinglu.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1003_tinglu/tinglu_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1003_tinglu/tinglu_shiny.png new file mode 100644 index 00000000..019eccbe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1003_tinglu/tinglu_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1004_chiyu/chiyu.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1004_chiyu/chiyu.png new file mode 100644 index 00000000..1ab86f50 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1004_chiyu/chiyu.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1004_chiyu/chiyu_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1004_chiyu/chiyu_shiny.png new file mode 100644 index 00000000..f812415f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1004_chiyu/chiyu_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1005_roaringmoon/roaringmoon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1005_roaringmoon/roaringmoon.png new file mode 100644 index 00000000..36e98448 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1005_roaringmoon/roaringmoon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1005_roaringmoon/roaringmoon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1005_roaringmoon/roaringmoon_shiny.png new file mode 100644 index 00000000..7e3b6e27 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1005_roaringmoon/roaringmoon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1007_koraidon/koraidon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1007_koraidon/koraidon.png new file mode 100644 index 00000000..73e50dd3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1007_koraidon/koraidon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1007_koraidon/koraidon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1007_koraidon/koraidon_shiny.png new file mode 100644 index 00000000..aaceabff Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1007_koraidon/koraidon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1008_miraidon/miraidon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1008_miraidon/miraidon.png new file mode 100644 index 00000000..f61fe317 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1008_miraidon/miraidon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1008_miraidon/miraidon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1008_miraidon/miraidon_shiny.png new file mode 100644 index 00000000..621ba4df Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1008_miraidon/miraidon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1009_walkingwake/walkingwake.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1009_walkingwake/walkingwake.png new file mode 100644 index 00000000..1382967d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1009_walkingwake/walkingwake.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1009_walkingwake/walkingwake_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1009_walkingwake/walkingwake_shiny.png new file mode 100644 index 00000000..69358107 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1009_walkingwake/walkingwake_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1010_ironleaves/ironleaves.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1010_ironleaves/ironleaves.png new file mode 100644 index 00000000..be87c498 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1010_ironleaves/ironleaves.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1010_ironleaves/ironleaves_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1010_ironleaves/ironleaves_shiny.png new file mode 100644 index 00000000..d2d521a3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1010_ironleaves/ironleaves_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1014_okidogi/okidogi.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1014_okidogi/okidogi.png new file mode 100644 index 00000000..07345f26 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1014_okidogi/okidogi.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1014_okidogi/okidogi_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1014_okidogi/okidogi_shiny.png new file mode 100644 index 00000000..522a3380 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1014_okidogi/okidogi_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1015_munkidori/munkidori.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1015_munkidori/munkidori.png new file mode 100644 index 00000000..8937f304 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1015_munkidori/munkidori.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1015_munkidori/munkidori_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1015_munkidori/munkidori_shiny.png new file mode 100644 index 00000000..0196a6c0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1015_munkidori/munkidori_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1016_fezandipiti/fezandipiti.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1016_fezandipiti/fezandipiti.png new file mode 100644 index 00000000..1e67b613 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1016_fezandipiti/fezandipiti.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1016_fezandipiti/fezandipiti_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1016_fezandipiti/fezandipiti_shiny.png new file mode 100644 index 00000000..bb648c74 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1016_fezandipiti/fezandipiti_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1017_ogerpon/ogerpon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1017_ogerpon/ogerpon.png new file mode 100644 index 00000000..f2a2cd4d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1017_ogerpon/ogerpon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1017_ogerpon/ogerpon_cornerstone.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1017_ogerpon/ogerpon_cornerstone.png new file mode 100644 index 00000000..c92c5fc8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1017_ogerpon/ogerpon_cornerstone.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1017_ogerpon/ogerpon_cornerstone_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1017_ogerpon/ogerpon_cornerstone_shiny.png new file mode 100644 index 00000000..a2483d88 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1017_ogerpon/ogerpon_cornerstone_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1017_ogerpon/ogerpon_hearthflame.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1017_ogerpon/ogerpon_hearthflame.png new file mode 100644 index 00000000..d09dc073 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1017_ogerpon/ogerpon_hearthflame.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1017_ogerpon/ogerpon_hearthflame_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1017_ogerpon/ogerpon_hearthflame_shiny.png new file mode 100644 index 00000000..be7cc3c6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1017_ogerpon/ogerpon_hearthflame_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1017_ogerpon/ogerpon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1017_ogerpon/ogerpon_shiny.png new file mode 100644 index 00000000..70ede35c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1017_ogerpon/ogerpon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1017_ogerpon/ogerpon_wellspring.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1017_ogerpon/ogerpon_wellspring.png new file mode 100644 index 00000000..7e8df659 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1017_ogerpon/ogerpon_wellspring.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1017_ogerpon/ogerpon_wellspring_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1017_ogerpon/ogerpon_wellspring_shiny.png new file mode 100644 index 00000000..1e28a572 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/1017_ogerpon/ogerpon_wellspring_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/substitute.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/substitute.png new file mode 100644 index 00000000..8bae4665 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/substitute.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/substitute_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/substitute_shiny.png new file mode 100644 index 00000000..903121b2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/cobblemon/textures/entity_icon/substitute_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0001_bulbasaur/bulbasaur.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0001_bulbasaur/bulbasaur.png new file mode 100644 index 00000000..72374035 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0001_bulbasaur/bulbasaur.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0001_bulbasaur/bulbasaur_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0001_bulbasaur/bulbasaur_shiny.png new file mode 100644 index 00000000..a7b79493 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0001_bulbasaur/bulbasaur_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0002_ivysaur/ivysaur.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0002_ivysaur/ivysaur.png new file mode 100644 index 00000000..ad5028b8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0002_ivysaur/ivysaur.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0002_ivysaur/ivysaur_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0002_ivysaur/ivysaur_shiny.png new file mode 100644 index 00000000..705a1d21 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0002_ivysaur/ivysaur_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0003_venusaur/venusaur.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0003_venusaur/venusaur.png new file mode 100644 index 00000000..626fa326 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0003_venusaur/venusaur.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0003_venusaur/venusaur_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0003_venusaur/venusaur_shiny.png new file mode 100644 index 00000000..58e4d0be Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0003_venusaur/venusaur_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0004_charmander/charmander.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0004_charmander/charmander.png new file mode 100644 index 00000000..ab6ddbed Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0004_charmander/charmander.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0004_charmander/charmander_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0004_charmander/charmander_shiny.png new file mode 100644 index 00000000..f4f84d3f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0004_charmander/charmander_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0005_charmeleon/charmeleon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0005_charmeleon/charmeleon.png new file mode 100644 index 00000000..a97d225f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0005_charmeleon/charmeleon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0005_charmeleon/charmeleon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0005_charmeleon/charmeleon_shiny.png new file mode 100644 index 00000000..1c6d3d55 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0005_charmeleon/charmeleon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0006_charizard/charizard.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0006_charizard/charizard.png new file mode 100644 index 00000000..db460c37 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0006_charizard/charizard.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0006_charizard/charizard_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0006_charizard/charizard_shiny.png new file mode 100644 index 00000000..bad93e5f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0006_charizard/charizard_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0007_squirtle/squirtle.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0007_squirtle/squirtle.png new file mode 100644 index 00000000..919ca54c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0007_squirtle/squirtle.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0007_squirtle/squirtle_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0007_squirtle/squirtle_shiny.png new file mode 100644 index 00000000..df5d7091 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0007_squirtle/squirtle_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0008_wartortle/wartortle.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0008_wartortle/wartortle.png new file mode 100644 index 00000000..641aaa35 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0008_wartortle/wartortle.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0008_wartortle/wartortle_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0008_wartortle/wartortle_shiny.png new file mode 100644 index 00000000..52495faa Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0008_wartortle/wartortle_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0009_blastoise/blastoise.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0009_blastoise/blastoise.png new file mode 100644 index 00000000..f1ce80f6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0009_blastoise/blastoise.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0009_blastoise/blastoise_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0009_blastoise/blastoise_shiny.png new file mode 100644 index 00000000..3656c962 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0009_blastoise/blastoise_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0010_caterpie/caterpie.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0010_caterpie/caterpie.png new file mode 100644 index 00000000..9bb7afd4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0010_caterpie/caterpie.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0010_caterpie/caterpie_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0010_caterpie/caterpie_shiny.png new file mode 100644 index 00000000..623b6350 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0010_caterpie/caterpie_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0011_metapod/metapod.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0011_metapod/metapod.png new file mode 100644 index 00000000..7fd369f2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0011_metapod/metapod.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0011_metapod/metapod_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0011_metapod/metapod_shiny.png new file mode 100644 index 00000000..6f340822 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0011_metapod/metapod_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0012_butterfree/butterfree.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0012_butterfree/butterfree.png new file mode 100644 index 00000000..015685ee Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0012_butterfree/butterfree.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0012_butterfree/butterfree_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0012_butterfree/butterfree_shiny.png new file mode 100644 index 00000000..aa79d9d7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0012_butterfree/butterfree_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0012_butterfree/butterfree_valencian.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0012_butterfree/butterfree_valencian.png new file mode 100644 index 00000000..015685ee Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0012_butterfree/butterfree_valencian.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0012_butterfree/butterfree_valencian_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0012_butterfree/butterfree_valencian_shiny.png new file mode 100644 index 00000000..aa79d9d7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0012_butterfree/butterfree_valencian_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0013_weedle/weedle.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0013_weedle/weedle.png new file mode 100644 index 00000000..11ee2bbd Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0013_weedle/weedle.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0013_weedle/weedle_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0013_weedle/weedle_shiny.png new file mode 100644 index 00000000..8ea7f3d4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0013_weedle/weedle_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0014_kakuna/kakuna.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0014_kakuna/kakuna.png new file mode 100644 index 00000000..0e998359 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0014_kakuna/kakuna.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0014_kakuna/kakuna_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0014_kakuna/kakuna_shiny.png new file mode 100644 index 00000000..978a553f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0014_kakuna/kakuna_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0015_beedrill/beedrill.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0015_beedrill/beedrill.png new file mode 100644 index 00000000..31377ffc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0015_beedrill/beedrill.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0015_beedrill/beedrill_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0015_beedrill/beedrill_shiny.png new file mode 100644 index 00000000..dcaef48e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0015_beedrill/beedrill_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0016_pidgey/pidgey.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0016_pidgey/pidgey.png new file mode 100644 index 00000000..d89979c6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0016_pidgey/pidgey.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0016_pidgey/pidgey_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0016_pidgey/pidgey_shiny.png new file mode 100644 index 00000000..66f3c951 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0016_pidgey/pidgey_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0017_pidgeotto/pidgeotto.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0017_pidgeotto/pidgeotto.png new file mode 100644 index 00000000..68728fe3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0017_pidgeotto/pidgeotto.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0017_pidgeotto/pidgeotto_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0017_pidgeotto/pidgeotto_shiny.png new file mode 100644 index 00000000..82472f46 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0017_pidgeotto/pidgeotto_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0018_pidgeot/pidgeot.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0018_pidgeot/pidgeot.png new file mode 100644 index 00000000..3ef71ed4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0018_pidgeot/pidgeot.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0018_pidgeot/pidgeot_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0018_pidgeot/pidgeot_shiny.png new file mode 100644 index 00000000..204778f3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0018_pidgeot/pidgeot_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0019_rattata/rattata.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0019_rattata/rattata.png new file mode 100644 index 00000000..82217e40 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0019_rattata/rattata.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0019_rattata/rattata_alolan.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0019_rattata/rattata_alolan.png new file mode 100644 index 00000000..85e34b2d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0019_rattata/rattata_alolan.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0019_rattata/rattata_alolan_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0019_rattata/rattata_alolan_shiny.png new file mode 100644 index 00000000..5f509ad7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0019_rattata/rattata_alolan_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0019_rattata/rattata_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0019_rattata/rattata_shiny.png new file mode 100644 index 00000000..ef91fdce Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0019_rattata/rattata_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0020_raticate/raticate.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0020_raticate/raticate.png new file mode 100644 index 00000000..38865cbc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0020_raticate/raticate.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0020_raticate/raticate_alolan.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0020_raticate/raticate_alolan.png new file mode 100644 index 00000000..6d56f3b7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0020_raticate/raticate_alolan.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0020_raticate/raticate_alolan_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0020_raticate/raticate_alolan_shiny.png new file mode 100644 index 00000000..dc020bee Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0020_raticate/raticate_alolan_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0020_raticate/raticate_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0020_raticate/raticate_shiny.png new file mode 100644 index 00000000..765ad0c0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0020_raticate/raticate_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0021_spearow/spearow.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0021_spearow/spearow.png new file mode 100644 index 00000000..6be4cbae Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0021_spearow/spearow.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0021_spearow/spearow_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0021_spearow/spearow_shiny.png new file mode 100644 index 00000000..850e100a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0021_spearow/spearow_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0022_fearow/fearow.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0022_fearow/fearow.png new file mode 100644 index 00000000..0b6a001a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0022_fearow/fearow.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0022_fearow/fearow_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0022_fearow/fearow_shiny.png new file mode 100644 index 00000000..edca4c84 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0022_fearow/fearow_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0023_ekans/ekans.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0023_ekans/ekans.png new file mode 100644 index 00000000..efbfad37 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0023_ekans/ekans.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0023_ekans/ekans_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0023_ekans/ekans_shiny.png new file mode 100644 index 00000000..3895b9a0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0023_ekans/ekans_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0024_arbok/arbok.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0024_arbok/arbok.png new file mode 100644 index 00000000..6fb2f2fc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0024_arbok/arbok.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0024_arbok/arbok_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0024_arbok/arbok_shiny.png new file mode 100644 index 00000000..f797b749 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0024_arbok/arbok_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0025_pikachu/pikachu.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0025_pikachu/pikachu.png new file mode 100644 index 00000000..40ab35b7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0025_pikachu/pikachu.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0025_pikachu/pikachu_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0025_pikachu/pikachu_shiny.png new file mode 100644 index 00000000..95eff313 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0025_pikachu/pikachu_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0026_raichu/raichu.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0026_raichu/raichu.png new file mode 100644 index 00000000..55168205 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0026_raichu/raichu.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0026_raichu/raichu_alolan.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0026_raichu/raichu_alolan.png new file mode 100644 index 00000000..d9c54b72 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0026_raichu/raichu_alolan.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0026_raichu/raichu_alolan_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0026_raichu/raichu_alolan_shiny.png new file mode 100644 index 00000000..f8fd5a96 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0026_raichu/raichu_alolan_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0026_raichu/raichu_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0026_raichu/raichu_shiny.png new file mode 100644 index 00000000..66890966 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0026_raichu/raichu_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0027_sandshrew/sandshrew.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0027_sandshrew/sandshrew.png new file mode 100644 index 00000000..e5e23318 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0027_sandshrew/sandshrew.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0027_sandshrew/sandshrew_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0027_sandshrew/sandshrew_shiny.png new file mode 100644 index 00000000..473a647a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0027_sandshrew/sandshrew_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0028_sandslash/sandslash.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0028_sandslash/sandslash.png new file mode 100644 index 00000000..592dfda0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0028_sandslash/sandslash.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0028_sandslash/sandslash_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0028_sandslash/sandslash_shiny.png new file mode 100644 index 00000000..c4eaeb56 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0028_sandslash/sandslash_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0029_nidoranf/nidoranf.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0029_nidoranf/nidoranf.png new file mode 100644 index 00000000..f34c9225 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0029_nidoranf/nidoranf.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0029_nidoranf/nidoranf_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0029_nidoranf/nidoranf_shiny.png new file mode 100644 index 00000000..ba382468 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0029_nidoranf/nidoranf_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0030_nidorina/nidorina.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0030_nidorina/nidorina.png new file mode 100644 index 00000000..0683f931 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0030_nidorina/nidorina.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0030_nidorina/nidorina_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0030_nidorina/nidorina_shiny.png new file mode 100644 index 00000000..05f10c3a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0030_nidorina/nidorina_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0031_nidoqueen/nidoqueen.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0031_nidoqueen/nidoqueen.png new file mode 100644 index 00000000..4003d407 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0031_nidoqueen/nidoqueen.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0031_nidoqueen/nidoqueen_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0031_nidoqueen/nidoqueen_shiny.png new file mode 100644 index 00000000..e3c06f1d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0031_nidoqueen/nidoqueen_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0032_nidoranm/nidoranm.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0032_nidoranm/nidoranm.png new file mode 100644 index 00000000..bf007b91 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0032_nidoranm/nidoranm.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0032_nidoranm/nidoranm_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0032_nidoranm/nidoranm_shiny.png new file mode 100644 index 00000000..ac11d25c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0032_nidoranm/nidoranm_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0033_nidorino/nidorino.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0033_nidorino/nidorino.png new file mode 100644 index 00000000..e0aac5d2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0033_nidorino/nidorino.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0033_nidorino/nidorino_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0033_nidorino/nidorino_shiny.png new file mode 100644 index 00000000..8444dd03 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0033_nidorino/nidorino_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0034_nidoking/nidoking.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0034_nidoking/nidoking.png new file mode 100644 index 00000000..d7b2084f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0034_nidoking/nidoking.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0034_nidoking/nidoking_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0034_nidoking/nidoking_shiny.png new file mode 100644 index 00000000..91068365 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0034_nidoking/nidoking_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0035_clefairy/clefairy.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0035_clefairy/clefairy.png new file mode 100644 index 00000000..848ea6e1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0035_clefairy/clefairy.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0035_clefairy/clefairy_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0035_clefairy/clefairy_shiny.png new file mode 100644 index 00000000..58779e29 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0035_clefairy/clefairy_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0036_clefable/clefable.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0036_clefable/clefable.png new file mode 100644 index 00000000..9c6a1a5f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0036_clefable/clefable.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0036_clefable/clefable_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0036_clefable/clefable_shiny.png new file mode 100644 index 00000000..bf2cf97d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0036_clefable/clefable_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0037_vulpix/vulpix.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0037_vulpix/vulpix.png new file mode 100644 index 00000000..0b2a6113 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0037_vulpix/vulpix.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0037_vulpix/vulpix_alolan.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0037_vulpix/vulpix_alolan.png new file mode 100644 index 00000000..38b08e22 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0037_vulpix/vulpix_alolan.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0037_vulpix/vulpix_alolan_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0037_vulpix/vulpix_alolan_shiny.png new file mode 100644 index 00000000..e7c5364c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0037_vulpix/vulpix_alolan_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0037_vulpix/vulpix_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0037_vulpix/vulpix_shiny.png new file mode 100644 index 00000000..603d741e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0037_vulpix/vulpix_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0038_ninetales/ninetales.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0038_ninetales/ninetales.png new file mode 100644 index 00000000..e24e35ef Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0038_ninetales/ninetales.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0038_ninetales/ninetales_alolan.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0038_ninetales/ninetales_alolan.png new file mode 100644 index 00000000..6467ceb6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0038_ninetales/ninetales_alolan.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0038_ninetales/ninetales_alolan_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0038_ninetales/ninetales_alolan_shiny.png new file mode 100644 index 00000000..8cfba162 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0038_ninetales/ninetales_alolan_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0038_ninetales/ninetales_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0038_ninetales/ninetales_shiny.png new file mode 100644 index 00000000..9441fe17 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0038_ninetales/ninetales_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0039_jigglypuff/jigglypuff.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0039_jigglypuff/jigglypuff.png new file mode 100644 index 00000000..361e3fe8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0039_jigglypuff/jigglypuff.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0039_jigglypuff/jigglypuff_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0039_jigglypuff/jigglypuff_shiny.png new file mode 100644 index 00000000..cf0d26da Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0039_jigglypuff/jigglypuff_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0040_wigglytuff/wigglytuff.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0040_wigglytuff/wigglytuff.png new file mode 100644 index 00000000..77869ad4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0040_wigglytuff/wigglytuff.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0040_wigglytuff/wigglytuff_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0040_wigglytuff/wigglytuff_shiny.png new file mode 100644 index 00000000..3d628664 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0040_wigglytuff/wigglytuff_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0041_zubat/zubat.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0041_zubat/zubat.png new file mode 100644 index 00000000..cc33d696 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0041_zubat/zubat.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0041_zubat/zubat_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0041_zubat/zubat_shiny.png new file mode 100644 index 00000000..bb8244ad Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0041_zubat/zubat_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0042_golbat/golbat.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0042_golbat/golbat.png new file mode 100644 index 00000000..02120d25 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0042_golbat/golbat.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0042_golbat/golbat_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0042_golbat/golbat_shiny.png new file mode 100644 index 00000000..d9d75622 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0042_golbat/golbat_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0043_oddish/oddish.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0043_oddish/oddish.png new file mode 100644 index 00000000..b0fa9411 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0043_oddish/oddish.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0043_oddish/oddish_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0043_oddish/oddish_shiny.png new file mode 100644 index 00000000..60493207 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0043_oddish/oddish_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0044_gloom/gloom.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0044_gloom/gloom.png new file mode 100644 index 00000000..29c7e77a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0044_gloom/gloom.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0044_gloom/gloom_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0044_gloom/gloom_shiny.png new file mode 100644 index 00000000..9fd54347 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0044_gloom/gloom_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0044_gloom/gloom_valencian.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0044_gloom/gloom_valencian.png new file mode 100644 index 00000000..29c7e77a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0044_gloom/gloom_valencian.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0044_gloom/gloom_valencian_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0044_gloom/gloom_valencian_shiny.png new file mode 100644 index 00000000..9fd54347 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0044_gloom/gloom_valencian_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0045_vileplume/vileplume.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0045_vileplume/vileplume.png new file mode 100644 index 00000000..487deac4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0045_vileplume/vileplume.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0045_vileplume/vileplume_female.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0045_vileplume/vileplume_female.png new file mode 100644 index 00000000..487deac4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0045_vileplume/vileplume_female.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0045_vileplume/vileplume_female_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0045_vileplume/vileplume_female_shiny.png new file mode 100644 index 00000000..9d1349bb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0045_vileplume/vileplume_female_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0045_vileplume/vileplume_male.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0045_vileplume/vileplume_male.png new file mode 100644 index 00000000..487deac4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0045_vileplume/vileplume_male.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0045_vileplume/vileplume_male_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0045_vileplume/vileplume_male_shiny.png new file mode 100644 index 00000000..9d1349bb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0045_vileplume/vileplume_male_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0045_vileplume/vileplume_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0045_vileplume/vileplume_shiny.png new file mode 100644 index 00000000..9d1349bb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0045_vileplume/vileplume_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0046_paras/paras.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0046_paras/paras.png new file mode 100644 index 00000000..6591ed8d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0046_paras/paras.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0046_paras/paras_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0046_paras/paras_shiny.png new file mode 100644 index 00000000..f5e5cade Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0046_paras/paras_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0047_parasect/parasect.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0047_parasect/parasect.png new file mode 100644 index 00000000..f0c669b0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0047_parasect/parasect.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0047_parasect/parasect_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0047_parasect/parasect_shiny.png new file mode 100644 index 00000000..2972189a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0047_parasect/parasect_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0048_venonat/venonat.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0048_venonat/venonat.png new file mode 100644 index 00000000..bb482000 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0048_venonat/venonat.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0048_venonat/venonat_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0048_venonat/venonat_shiny.png new file mode 100644 index 00000000..a2fb49f2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0048_venonat/venonat_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0049_venomoth/venomoth.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0049_venomoth/venomoth.png new file mode 100644 index 00000000..3f459027 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0049_venomoth/venomoth.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0049_venomoth/venomoth_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0049_venomoth/venomoth_shiny.png new file mode 100644 index 00000000..ad827665 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0049_venomoth/venomoth_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0050_diglett/diglett.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0050_diglett/diglett.png new file mode 100644 index 00000000..7addbb8b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0050_diglett/diglett.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0050_diglett/diglett_alolan.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0050_diglett/diglett_alolan.png new file mode 100644 index 00000000..4fd9da66 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0050_diglett/diglett_alolan.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0050_diglett/diglett_alolan_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0050_diglett/diglett_alolan_shiny.png new file mode 100644 index 00000000..853c9205 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0050_diglett/diglett_alolan_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0050_diglett/diglett_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0050_diglett/diglett_shiny.png new file mode 100644 index 00000000..af970a4d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0050_diglett/diglett_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0051_dugtrio/dugtrio.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0051_dugtrio/dugtrio.png new file mode 100644 index 00000000..cfc622e4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0051_dugtrio/dugtrio.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0051_dugtrio/dugtrio_alolan.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0051_dugtrio/dugtrio_alolan.png new file mode 100644 index 00000000..9c01d810 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0051_dugtrio/dugtrio_alolan.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0051_dugtrio/dugtrio_alolan_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0051_dugtrio/dugtrio_alolan_shiny.png new file mode 100644 index 00000000..630d8a6d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0051_dugtrio/dugtrio_alolan_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0051_dugtrio/dugtrio_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0051_dugtrio/dugtrio_shiny.png new file mode 100644 index 00000000..55bcd7b7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0051_dugtrio/dugtrio_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0052_meowth/meowth.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0052_meowth/meowth.png new file mode 100644 index 00000000..5dbe88eb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0052_meowth/meowth.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0052_meowth/meowth_alolan.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0052_meowth/meowth_alolan.png new file mode 100644 index 00000000..9d4a7741 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0052_meowth/meowth_alolan.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0052_meowth/meowth_alolan_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0052_meowth/meowth_alolan_shiny.png new file mode 100644 index 00000000..3a9b2ebb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0052_meowth/meowth_alolan_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0052_meowth/meowth_galarian.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0052_meowth/meowth_galarian.png new file mode 100644 index 00000000..6ab164d8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0052_meowth/meowth_galarian.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0052_meowth/meowth_galarian_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0052_meowth/meowth_galarian_shiny.png new file mode 100644 index 00000000..329b96ca Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0052_meowth/meowth_galarian_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0052_meowth/meowth_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0052_meowth/meowth_shiny.png new file mode 100644 index 00000000..223d115c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0052_meowth/meowth_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0053_persian/persian.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0053_persian/persian.png new file mode 100644 index 00000000..cb6cc255 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0053_persian/persian.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0053_persian/persian_alolan.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0053_persian/persian_alolan.png new file mode 100644 index 00000000..4e02229f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0053_persian/persian_alolan.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0053_persian/persian_alolan_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0053_persian/persian_alolan_shiny.png new file mode 100644 index 00000000..63afff37 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0053_persian/persian_alolan_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0053_persian/persian_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0053_persian/persian_shiny.png new file mode 100644 index 00000000..8bf90bf2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0053_persian/persian_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0054_psyduck/psyduck.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0054_psyduck/psyduck.png new file mode 100644 index 00000000..248d172a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0054_psyduck/psyduck.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0054_psyduck/psyduck_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0054_psyduck/psyduck_shiny.png new file mode 100644 index 00000000..462919ad Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0054_psyduck/psyduck_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0055_golduck/golduck.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0055_golduck/golduck.png new file mode 100644 index 00000000..f2ed7379 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0055_golduck/golduck.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0055_golduck/golduck_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0055_golduck/golduck_shiny.png new file mode 100644 index 00000000..717e9b47 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0055_golduck/golduck_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0056_mankey/mankey.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0056_mankey/mankey.png new file mode 100644 index 00000000..982fbcf8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0056_mankey/mankey.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0056_mankey/mankey_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0056_mankey/mankey_shiny.png new file mode 100644 index 00000000..8abf194b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0056_mankey/mankey_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0057_primeape/primeape.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0057_primeape/primeape.png new file mode 100644 index 00000000..609f2713 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0057_primeape/primeape.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0057_primeape/primeape_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0057_primeape/primeape_shiny.png new file mode 100644 index 00000000..62f3bb3d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0057_primeape/primeape_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0058_growlithe/growlithe.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0058_growlithe/growlithe.png new file mode 100644 index 00000000..bcb13c66 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0058_growlithe/growlithe.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0058_growlithe/growlithe_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0058_growlithe/growlithe_shiny.png new file mode 100644 index 00000000..1e56fd14 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0058_growlithe/growlithe_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0059_arcanine/arcanine.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0059_arcanine/arcanine.png new file mode 100644 index 00000000..ccd7b54d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0059_arcanine/arcanine.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0059_arcanine/arcanine_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0059_arcanine/arcanine_shiny.png new file mode 100644 index 00000000..fa780c39 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0059_arcanine/arcanine_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0060_poliwag/poliwag.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0060_poliwag/poliwag.png new file mode 100644 index 00000000..28016a4a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0060_poliwag/poliwag.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0060_poliwag/poliwag_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0060_poliwag/poliwag_shiny.png new file mode 100644 index 00000000..506e6c6a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0060_poliwag/poliwag_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0061_poliwhirl/poliwhirl.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0061_poliwhirl/poliwhirl.png new file mode 100644 index 00000000..51dd17f1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0061_poliwhirl/poliwhirl.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0061_poliwhirl/poliwhirl_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0061_poliwhirl/poliwhirl_shiny.png new file mode 100644 index 00000000..000a1e62 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0061_poliwhirl/poliwhirl_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0062_poliwrath/poliwrath.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0062_poliwrath/poliwrath.png new file mode 100644 index 00000000..fd629efd Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0062_poliwrath/poliwrath.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0062_poliwrath/poliwrath_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0062_poliwrath/poliwrath_shiny.png new file mode 100644 index 00000000..697adc26 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0062_poliwrath/poliwrath_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0063_abra/abra.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0063_abra/abra.png new file mode 100644 index 00000000..ea44a20c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0063_abra/abra.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0063_abra/abra_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0063_abra/abra_shiny.png new file mode 100644 index 00000000..78f27026 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0063_abra/abra_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0064_kadabra/kadabra.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0064_kadabra/kadabra.png new file mode 100644 index 00000000..8b6da762 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0064_kadabra/kadabra.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0064_kadabra/kadabra_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0064_kadabra/kadabra_shiny.png new file mode 100644 index 00000000..64d39c37 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0064_kadabra/kadabra_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0065_alakazam/alakazam.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0065_alakazam/alakazam.png new file mode 100644 index 00000000..dbe0342a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0065_alakazam/alakazam.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0065_alakazam/alakazam_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0065_alakazam/alakazam_shiny.png new file mode 100644 index 00000000..ba418f0e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0065_alakazam/alakazam_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0066_machop/machop.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0066_machop/machop.png new file mode 100644 index 00000000..5bb6f057 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0066_machop/machop.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0066_machop/machop_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0066_machop/machop_shiny.png new file mode 100644 index 00000000..b9229b25 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0066_machop/machop_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0067_machoke/machoke.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0067_machoke/machoke.png new file mode 100644 index 00000000..f13aa304 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0067_machoke/machoke.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0067_machoke/machoke_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0067_machoke/machoke_shiny.png new file mode 100644 index 00000000..de2b12f9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0067_machoke/machoke_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0068_machamp/machamp.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0068_machamp/machamp.png new file mode 100644 index 00000000..234147ad Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0068_machamp/machamp.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0068_machamp/machamp_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0068_machamp/machamp_shiny.png new file mode 100644 index 00000000..d3e9b275 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0068_machamp/machamp_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0069_bellsprout/bellsprout.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0069_bellsprout/bellsprout.png new file mode 100644 index 00000000..5cddd2ca Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0069_bellsprout/bellsprout.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0069_bellsprout/bellsprout_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0069_bellsprout/bellsprout_shiny.png new file mode 100644 index 00000000..4bafa487 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0069_bellsprout/bellsprout_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0070_weepinbell/weepinbell.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0070_weepinbell/weepinbell.png new file mode 100644 index 00000000..4f2cb5ef Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0070_weepinbell/weepinbell.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0070_weepinbell/weepinbell_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0070_weepinbell/weepinbell_shiny.png new file mode 100644 index 00000000..30dbaf86 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0070_weepinbell/weepinbell_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0071_victreebel/victreebel.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0071_victreebel/victreebel.png new file mode 100644 index 00000000..8279b654 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0071_victreebel/victreebel.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0071_victreebel/victreebel_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0071_victreebel/victreebel_shiny.png new file mode 100644 index 00000000..ff54a6b4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0071_victreebel/victreebel_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0072_tentacool/tentacool.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0072_tentacool/tentacool.png new file mode 100644 index 00000000..603eff51 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0072_tentacool/tentacool.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0072_tentacool/tentacool_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0072_tentacool/tentacool_shiny.png new file mode 100644 index 00000000..495d538a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0072_tentacool/tentacool_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0073_tentacruel/tentacruel.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0073_tentacruel/tentacruel.png new file mode 100644 index 00000000..5b7321b3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0073_tentacruel/tentacruel.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0073_tentacruel/tentacruel_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0073_tentacruel/tentacruel_shiny.png new file mode 100644 index 00000000..1ee1c9fc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0073_tentacruel/tentacruel_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0074_geodude/geodude.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0074_geodude/geodude.png new file mode 100644 index 00000000..e05ffe91 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0074_geodude/geodude.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0074_geodude/geodude_cake.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0074_geodude/geodude_cake.png new file mode 100644 index 00000000..18a74071 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0074_geodude/geodude_cake.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0074_geodude/geodude_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0074_geodude/geodude_shiny.png new file mode 100644 index 00000000..e5623031 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0074_geodude/geodude_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0074_geodude/geodude_shiny_cake.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0074_geodude/geodude_shiny_cake.png new file mode 100644 index 00000000..399a9ae6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0074_geodude/geodude_shiny_cake.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0075_graveler/graveler.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0075_graveler/graveler.png new file mode 100644 index 00000000..0929d759 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0075_graveler/graveler.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0075_graveler/graveler_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0075_graveler/graveler_shiny.png new file mode 100644 index 00000000..97d1e510 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0075_graveler/graveler_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0076_golem/golem.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0076_golem/golem.png new file mode 100644 index 00000000..40e88ca9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0076_golem/golem.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0076_golem/golem_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0076_golem/golem_shiny.png new file mode 100644 index 00000000..6bb0daee Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0076_golem/golem_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0077_ponyta/ponyta.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0077_ponyta/ponyta.png new file mode 100644 index 00000000..81395e44 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0077_ponyta/ponyta.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0077_ponyta/ponyta_galar.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0077_ponyta/ponyta_galar.png new file mode 100644 index 00000000..43ddaf00 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0077_ponyta/ponyta_galar.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0077_ponyta/ponyta_galar_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0077_ponyta/ponyta_galar_shiny.png new file mode 100644 index 00000000..68d818fe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0077_ponyta/ponyta_galar_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0077_ponyta/ponyta_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0077_ponyta/ponyta_shiny.png new file mode 100644 index 00000000..0171b46f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0077_ponyta/ponyta_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0078_rapidash/rapidash.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0078_rapidash/rapidash.png new file mode 100644 index 00000000..62f8579f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0078_rapidash/rapidash.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0078_rapidash/rapidash_galar.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0078_rapidash/rapidash_galar.png new file mode 100644 index 00000000..fb208d4f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0078_rapidash/rapidash_galar.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0078_rapidash/rapidash_galar_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0078_rapidash/rapidash_galar_shiny.png new file mode 100644 index 00000000..a979d597 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0078_rapidash/rapidash_galar_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0078_rapidash/rapidash_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0078_rapidash/rapidash_shiny.png new file mode 100644 index 00000000..3d56e171 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0078_rapidash/rapidash_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0079_slowpoke/slowpoke.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0079_slowpoke/slowpoke.png new file mode 100644 index 00000000..065f2f80 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0079_slowpoke/slowpoke.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0079_slowpoke/slowpoke_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0079_slowpoke/slowpoke_shiny.png new file mode 100644 index 00000000..e4835477 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0079_slowpoke/slowpoke_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0080_slowbro/slowbro.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0080_slowbro/slowbro.png new file mode 100644 index 00000000..6f558b40 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0080_slowbro/slowbro.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0080_slowbro/slowbro_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0080_slowbro/slowbro_shiny.png new file mode 100644 index 00000000..c1875285 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0080_slowbro/slowbro_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0081_magnemite/magnemite.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0081_magnemite/magnemite.png new file mode 100644 index 00000000..ca8fcdd2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0081_magnemite/magnemite.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0081_magnemite/magnemite_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0081_magnemite/magnemite_shiny.png new file mode 100644 index 00000000..5fc7bb91 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0081_magnemite/magnemite_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0082_magneton/magneton.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0082_magneton/magneton.png new file mode 100644 index 00000000..73de2b47 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0082_magneton/magneton.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0082_magneton/magneton_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0082_magneton/magneton_shiny.png new file mode 100644 index 00000000..b623ae65 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0082_magneton/magneton_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0083_farfetchd/farfetchd.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0083_farfetchd/farfetchd.png new file mode 100644 index 00000000..403059f3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0083_farfetchd/farfetchd.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0083_farfetchd/farfetchd_galar.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0083_farfetchd/farfetchd_galar.png new file mode 100644 index 00000000..babce58e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0083_farfetchd/farfetchd_galar.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0083_farfetchd/farfetchd_galar_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0083_farfetchd/farfetchd_galar_shiny.png new file mode 100644 index 00000000..9187f7b0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0083_farfetchd/farfetchd_galar_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0083_farfetchd/farfetchd_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0083_farfetchd/farfetchd_shiny.png new file mode 100644 index 00000000..8e191c97 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0083_farfetchd/farfetchd_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0084_doduo/doduo.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0084_doduo/doduo.png new file mode 100644 index 00000000..a5372cca Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0084_doduo/doduo.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0084_doduo/doduo_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0084_doduo/doduo_shiny.png new file mode 100644 index 00000000..a96ab9ac Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0084_doduo/doduo_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0085_dodrio/dodrio.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0085_dodrio/dodrio.png new file mode 100644 index 00000000..3c1eef64 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0085_dodrio/dodrio.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0085_dodrio/dodrio_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0085_dodrio/dodrio_shiny.png new file mode 100644 index 00000000..137eb2f4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0085_dodrio/dodrio_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0086_seel/seel.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0086_seel/seel.png new file mode 100644 index 00000000..8e247f95 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0086_seel/seel.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0086_seel/seel_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0086_seel/seel_shiny.png new file mode 100644 index 00000000..633bde3c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0086_seel/seel_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0087_dewgong/dewgong.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0087_dewgong/dewgong.png new file mode 100644 index 00000000..70772f7d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0087_dewgong/dewgong.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0087_dewgong/dewgong_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0087_dewgong/dewgong_shiny.png new file mode 100644 index 00000000..7e60a80b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0087_dewgong/dewgong_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0088_grimer/grimer.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0088_grimer/grimer.png new file mode 100644 index 00000000..eb000a1a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0088_grimer/grimer.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0088_grimer/grimer_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0088_grimer/grimer_shiny.png new file mode 100644 index 00000000..3e38e350 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0088_grimer/grimer_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0089_muk/muk.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0089_muk/muk.png new file mode 100644 index 00000000..6b6178cc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0089_muk/muk.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0089_muk/muk_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0089_muk/muk_shiny.png new file mode 100644 index 00000000..b8cc17f4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0089_muk/muk_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0090_shellder/shellder.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0090_shellder/shellder.png new file mode 100644 index 00000000..2409f47c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0090_shellder/shellder.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0090_shellder/shellder_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0090_shellder/shellder_shiny.png new file mode 100644 index 00000000..566e996f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0090_shellder/shellder_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0091_cloyster/cloyster.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0091_cloyster/cloyster.png new file mode 100644 index 00000000..3b2dcddf Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0091_cloyster/cloyster.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0091_cloyster/cloyster_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0091_cloyster/cloyster_shiny.png new file mode 100644 index 00000000..b4d003d5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0091_cloyster/cloyster_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0092_gastly/gastly.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0092_gastly/gastly.png new file mode 100644 index 00000000..35e375ce Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0092_gastly/gastly.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0092_gastly/gastly_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0092_gastly/gastly_shiny.png new file mode 100644 index 00000000..217bc975 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0092_gastly/gastly_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0093_haunter/haunter.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0093_haunter/haunter.png new file mode 100644 index 00000000..fd6a86dd Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0093_haunter/haunter.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0093_haunter/haunter_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0093_haunter/haunter_shiny.png new file mode 100644 index 00000000..7b9f68e7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0093_haunter/haunter_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0094_gengar/gengar.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0094_gengar/gengar.png new file mode 100644 index 00000000..36eff833 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0094_gengar/gengar.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0094_gengar/gengar_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0094_gengar/gengar_shiny.png new file mode 100644 index 00000000..528f7eac Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0094_gengar/gengar_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0095_onix/onix.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0095_onix/onix.png new file mode 100644 index 00000000..6ead78e6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0095_onix/onix.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0095_onix/onix_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0095_onix/onix_shiny.png new file mode 100644 index 00000000..7176d84f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0095_onix/onix_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0096_drowzee/drowzee.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0096_drowzee/drowzee.png new file mode 100644 index 00000000..7077a529 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0096_drowzee/drowzee.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0096_drowzee/drowzee_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0096_drowzee/drowzee_shiny.png new file mode 100644 index 00000000..80b42532 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0096_drowzee/drowzee_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0097_hypno/hypno.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0097_hypno/hypno.png new file mode 100644 index 00000000..5bf9af6c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0097_hypno/hypno.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0097_hypno/hypno_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0097_hypno/hypno_shiny.png new file mode 100644 index 00000000..63bb916b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0097_hypno/hypno_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0098_krabby/krabby.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0098_krabby/krabby.png new file mode 100644 index 00000000..5bece81b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0098_krabby/krabby.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0098_krabby/krabby_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0098_krabby/krabby_shiny.png new file mode 100644 index 00000000..266a6d01 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0098_krabby/krabby_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0099_kingler/kingler.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0099_kingler/kingler.png new file mode 100644 index 00000000..a8134af8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0099_kingler/kingler.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0099_kingler/kingler_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0099_kingler/kingler_shiny.png new file mode 100644 index 00000000..659e8395 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0099_kingler/kingler_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0100_voltorb/voltorb.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0100_voltorb/voltorb.png new file mode 100644 index 00000000..b8011039 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0100_voltorb/voltorb.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0100_voltorb/voltorb_ball.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0100_voltorb/voltorb_ball.png new file mode 100644 index 00000000..61263c5a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0100_voltorb/voltorb_ball.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0100_voltorb/voltorb_hisuian.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0100_voltorb/voltorb_hisuian.png new file mode 100644 index 00000000..da599528 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0100_voltorb/voltorb_hisuian.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0100_voltorb/voltorb_hisuian_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0100_voltorb/voltorb_hisuian_shiny.png new file mode 100644 index 00000000..2d5eb772 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0100_voltorb/voltorb_hisuian_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0100_voltorb/voltorb_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0100_voltorb/voltorb_shiny.png new file mode 100644 index 00000000..e3ea8987 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0100_voltorb/voltorb_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0100_voltorb/voltorb_shiny_ball.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0100_voltorb/voltorb_shiny_ball.png new file mode 100644 index 00000000..57ea0c98 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0100_voltorb/voltorb_shiny_ball.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0101_electrode/electrode.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0101_electrode/electrode.png new file mode 100644 index 00000000..67dac25e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0101_electrode/electrode.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0101_electrode/electrode_hisuian.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0101_electrode/electrode_hisuian.png new file mode 100644 index 00000000..e2e935ab Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0101_electrode/electrode_hisuian.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0101_electrode/electrode_hisuian_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0101_electrode/electrode_hisuian_shiny.png new file mode 100644 index 00000000..58bc37f0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0101_electrode/electrode_hisuian_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0101_electrode/electrode_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0101_electrode/electrode_shiny.png new file mode 100644 index 00000000..be04ce39 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0101_electrode/electrode_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0102_exeggcute/exeggcute.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0102_exeggcute/exeggcute.png new file mode 100644 index 00000000..a45b6f57 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0102_exeggcute/exeggcute.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0102_exeggcute/exeggcute_coconut.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0102_exeggcute/exeggcute_coconut.png new file mode 100644 index 00000000..354a1d47 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0102_exeggcute/exeggcute_coconut.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0102_exeggcute/exeggcute_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0102_exeggcute/exeggcute_shiny.png new file mode 100644 index 00000000..e51b8966 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0102_exeggcute/exeggcute_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0102_exeggcute/exeggcute_shiny_coconut.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0102_exeggcute/exeggcute_shiny_coconut.png new file mode 100644 index 00000000..c2772c79 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0102_exeggcute/exeggcute_shiny_coconut.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0103_exeggutor/exeggutor.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0103_exeggutor/exeggutor.png new file mode 100644 index 00000000..b9d0f9d2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0103_exeggutor/exeggutor.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0103_exeggutor/exeggutor_alolan.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0103_exeggutor/exeggutor_alolan.png new file mode 100644 index 00000000..68d14b96 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0103_exeggutor/exeggutor_alolan.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0103_exeggutor/exeggutor_alolan_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0103_exeggutor/exeggutor_alolan_shiny.png new file mode 100644 index 00000000..6c8d125a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0103_exeggutor/exeggutor_alolan_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0103_exeggutor/exeggutor_coconut.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0103_exeggutor/exeggutor_coconut.png new file mode 100644 index 00000000..a0a061bb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0103_exeggutor/exeggutor_coconut.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0103_exeggutor/exeggutor_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0103_exeggutor/exeggutor_shiny.png new file mode 100644 index 00000000..e5977c68 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0103_exeggutor/exeggutor_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0103_exeggutor/exeggutor_shiny_coconut.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0103_exeggutor/exeggutor_shiny_coconut.png new file mode 100644 index 00000000..85d88387 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0103_exeggutor/exeggutor_shiny_coconut.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0104_cubone/cubone.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0104_cubone/cubone.png new file mode 100644 index 00000000..4548c147 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0104_cubone/cubone.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0104_cubone/cubone_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0104_cubone/cubone_shiny.png new file mode 100644 index 00000000..97399f9b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0104_cubone/cubone_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0105_marowak/marowak.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0105_marowak/marowak.png new file mode 100644 index 00000000..e7708d38 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0105_marowak/marowak.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0105_marowak/marowak_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0105_marowak/marowak_shiny.png new file mode 100644 index 00000000..41e3680a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0105_marowak/marowak_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0106_hitmonlee/hitmonlee.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0106_hitmonlee/hitmonlee.png new file mode 100644 index 00000000..cde5f9fc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0106_hitmonlee/hitmonlee.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0106_hitmonlee/hitmonlee_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0106_hitmonlee/hitmonlee_shiny.png new file mode 100644 index 00000000..99f39aa1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0106_hitmonlee/hitmonlee_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0107_hitmonchan/hitmonchan.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0107_hitmonchan/hitmonchan.png new file mode 100644 index 00000000..3156e44f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0107_hitmonchan/hitmonchan.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0107_hitmonchan/hitmonchan_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0107_hitmonchan/hitmonchan_shiny.png new file mode 100644 index 00000000..2f7fedef Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0107_hitmonchan/hitmonchan_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0108_lickitung/lickitung.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0108_lickitung/lickitung.png new file mode 100644 index 00000000..ba760cd1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0108_lickitung/lickitung.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0108_lickitung/lickitung_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0108_lickitung/lickitung_shiny.png new file mode 100644 index 00000000..d44c549e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0108_lickitung/lickitung_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0109_koffing/koffing.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0109_koffing/koffing.png new file mode 100644 index 00000000..9a83fa78 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0109_koffing/koffing.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0109_koffing/koffing_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0109_koffing/koffing_shiny.png new file mode 100644 index 00000000..1646e18d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0109_koffing/koffing_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0110_weezing/weezing.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0110_weezing/weezing.png new file mode 100644 index 00000000..3ac75ef6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0110_weezing/weezing.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0110_weezing/weezing_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0110_weezing/weezing_shiny.png new file mode 100644 index 00000000..5209be70 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0110_weezing/weezing_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0111_rhyhorn/rhyhorn.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0111_rhyhorn/rhyhorn.png new file mode 100644 index 00000000..30202783 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0111_rhyhorn/rhyhorn.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0111_rhyhorn/rhyhorn_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0111_rhyhorn/rhyhorn_shiny.png new file mode 100644 index 00000000..7764ae88 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0111_rhyhorn/rhyhorn_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0112_rhydon/rhydon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0112_rhydon/rhydon.png new file mode 100644 index 00000000..8075c0cc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0112_rhydon/rhydon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0112_rhydon/rhydon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0112_rhydon/rhydon_shiny.png new file mode 100644 index 00000000..2c638e32 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0112_rhydon/rhydon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0113_chansey/chansey.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0113_chansey/chansey.png new file mode 100644 index 00000000..e443b4bf Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0113_chansey/chansey.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0113_chansey/chansey_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0113_chansey/chansey_shiny.png new file mode 100644 index 00000000..204e6558 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0113_chansey/chansey_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0114_tangela/tangela.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0114_tangela/tangela.png new file mode 100644 index 00000000..51e553e8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0114_tangela/tangela.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0114_tangela/tangela_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0114_tangela/tangela_shiny.png new file mode 100644 index 00000000..d0f1e45a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0114_tangela/tangela_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0115_kangaskhan/kangaskhan.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0115_kangaskhan/kangaskhan.png new file mode 100644 index 00000000..582240d6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0115_kangaskhan/kangaskhan.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0115_kangaskhan/kangaskhan_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0115_kangaskhan/kangaskhan_shiny.png new file mode 100644 index 00000000..53981df6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0115_kangaskhan/kangaskhan_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0116_horsea/horsea.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0116_horsea/horsea.png new file mode 100644 index 00000000..d7b1dcf7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0116_horsea/horsea.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0116_horsea/horsea_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0116_horsea/horsea_shiny.png new file mode 100644 index 00000000..f0c4b296 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0116_horsea/horsea_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0117_seadra/seadra.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0117_seadra/seadra.png new file mode 100644 index 00000000..ceb93e56 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0117_seadra/seadra.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0117_seadra/seadra_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0117_seadra/seadra_shiny.png new file mode 100644 index 00000000..9cb752f7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0117_seadra/seadra_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0118_goldeen/goldeen.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0118_goldeen/goldeen.png new file mode 100644 index 00000000..f47a84f2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0118_goldeen/goldeen.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0118_goldeen/goldeen_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0118_goldeen/goldeen_shiny.png new file mode 100644 index 00000000..8603f136 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0118_goldeen/goldeen_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0119_seaking/seaking.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0119_seaking/seaking.png new file mode 100644 index 00000000..72a1a331 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0119_seaking/seaking.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0119_seaking/seaking_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0119_seaking/seaking_shiny.png new file mode 100644 index 00000000..2bef68ee Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0119_seaking/seaking_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0120_staryu/staryu.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0120_staryu/staryu.png new file mode 100644 index 00000000..e9353650 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0120_staryu/staryu.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0120_staryu/staryu_patrick.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0120_staryu/staryu_patrick.png new file mode 100644 index 00000000..0516dc25 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0120_staryu/staryu_patrick.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0120_staryu/staryu_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0120_staryu/staryu_shiny.png new file mode 100644 index 00000000..02f5f283 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0120_staryu/staryu_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0120_staryu/staryu_shiny_patrick.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0120_staryu/staryu_shiny_patrick.png new file mode 100644 index 00000000..29e00ec2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0120_staryu/staryu_shiny_patrick.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0121_starmie/starmie.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0121_starmie/starmie.png new file mode 100644 index 00000000..7e7ae5a4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0121_starmie/starmie.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0121_starmie/starmie_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0121_starmie/starmie_shiny.png new file mode 100644 index 00000000..ffa9d6c2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0121_starmie/starmie_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0122_mrmime/mr_mime.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0122_mrmime/mr_mime.png new file mode 100644 index 00000000..230ab6df Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0122_mrmime/mr_mime.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0122_mrmime/mr_mime_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0122_mrmime/mr_mime_shiny.png new file mode 100644 index 00000000..588c28dc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0122_mrmime/mr_mime_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0122_mrmime/mrmime_galar.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0122_mrmime/mrmime_galar.png new file mode 100644 index 00000000..d64d40d5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0122_mrmime/mrmime_galar.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0122_mrmime/mrmime_galar_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0122_mrmime/mrmime_galar_shiny.png new file mode 100644 index 00000000..0d8d9de6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0122_mrmime/mrmime_galar_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0123_scyther/scyther.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0123_scyther/scyther.png new file mode 100644 index 00000000..d2efd66f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0123_scyther/scyther.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0123_scyther/scyther_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0123_scyther/scyther_shiny.png new file mode 100644 index 00000000..c82a6507 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0123_scyther/scyther_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0124_jynx/jynx.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0124_jynx/jynx.png new file mode 100644 index 00000000..6d1f72e0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0124_jynx/jynx.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0124_jynx/jynx_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0124_jynx/jynx_shiny.png new file mode 100644 index 00000000..5dfd4786 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0124_jynx/jynx_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0125_electabuzz/electabuzz.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0125_electabuzz/electabuzz.png new file mode 100644 index 00000000..89281107 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0125_electabuzz/electabuzz.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0125_electabuzz/electabuzz_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0125_electabuzz/electabuzz_shiny.png new file mode 100644 index 00000000..38297e1a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0125_electabuzz/electabuzz_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0126_magmar/magmar.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0126_magmar/magmar.png new file mode 100644 index 00000000..c575451b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0126_magmar/magmar.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0126_magmar/magmar_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0126_magmar/magmar_shiny.png new file mode 100644 index 00000000..06f9e5c9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0126_magmar/magmar_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0127_pinsir/pinsir.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0127_pinsir/pinsir.png new file mode 100644 index 00000000..bca2532c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0127_pinsir/pinsir.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0127_pinsir/pinsir_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0127_pinsir/pinsir_shiny.png new file mode 100644 index 00000000..37ac0cc4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0127_pinsir/pinsir_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0128_tauros/tauros.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0128_tauros/tauros.png new file mode 100644 index 00000000..1bc4b479 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0128_tauros/tauros.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0128_tauros/tauros_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0128_tauros/tauros_shiny.png new file mode 100644 index 00000000..bd8cce08 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0128_tauros/tauros_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0129_magikarp/magikarp.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0129_magikarp/magikarp.png new file mode 100644 index 00000000..fecac953 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0129_magikarp/magikarp.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0129_magikarp/magikarp_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0129_magikarp/magikarp_shiny.png new file mode 100644 index 00000000..348fe12f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0129_magikarp/magikarp_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0130_gyarados/gyarados.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0130_gyarados/gyarados.png new file mode 100644 index 00000000..8840638d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0130_gyarados/gyarados.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0130_gyarados/gyarados_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0130_gyarados/gyarados_shiny.png new file mode 100644 index 00000000..b62e7e05 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0130_gyarados/gyarados_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0131_lapras/lapras.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0131_lapras/lapras.png new file mode 100644 index 00000000..3de82bff Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0131_lapras/lapras.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0131_lapras/lapras_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0131_lapras/lapras_shiny.png new file mode 100644 index 00000000..899918b0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0131_lapras/lapras_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto.png new file mode 100644 index 00000000..3adabe5a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_among_us_black.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_among_us_black.png new file mode 100644 index 00000000..f8c080bf Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_among_us_black.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_among_us_blue.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_among_us_blue.png new file mode 100644 index 00000000..038d4d0a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_among_us_blue.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_among_us_brown.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_among_us_brown.png new file mode 100644 index 00000000..9072a12d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_among_us_brown.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_among_us_green.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_among_us_green.png new file mode 100644 index 00000000..7c2e9dfd Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_among_us_green.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_among_us_lime.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_among_us_lime.png new file mode 100644 index 00000000..18c8bd6c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_among_us_lime.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_among_us_orange.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_among_us_orange.png new file mode 100644 index 00000000..8f3438d7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_among_us_orange.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_among_us_pink.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_among_us_pink.png new file mode 100644 index 00000000..72f5199c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_among_us_pink.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_among_us_purple.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_among_us_purple.png new file mode 100644 index 00000000..476f8c75 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_among_us_purple.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_among_us_red.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_among_us_red.png new file mode 100644 index 00000000..e6b1c1a5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_among_us_red.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_among_us_teal.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_among_us_teal.png new file mode 100644 index 00000000..513131e7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_among_us_teal.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_among_us_white.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_among_us_white.png new file mode 100644 index 00000000..b552f0f4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_among_us_white.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_among_us_yellow.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_among_us_yellow.png new file mode 100644 index 00000000..5b89c0a2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_among_us_yellow.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_shiny.png new file mode 100644 index 00000000..901248cc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0132_ditto/ditto_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0133_eevee/eevee.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0133_eevee/eevee.png new file mode 100644 index 00000000..6f6b57c3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0133_eevee/eevee.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0133_eevee/eevee_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0133_eevee/eevee_shiny.png new file mode 100644 index 00000000..25876cf8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0133_eevee/eevee_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0134_vaporeon/vaporeon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0134_vaporeon/vaporeon.png new file mode 100644 index 00000000..0d1d1570 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0134_vaporeon/vaporeon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0134_vaporeon/vaporeon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0134_vaporeon/vaporeon_shiny.png new file mode 100644 index 00000000..5f7260f9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0134_vaporeon/vaporeon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0135_jolteon/jolteon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0135_jolteon/jolteon.png new file mode 100644 index 00000000..83cc7bc2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0135_jolteon/jolteon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0135_jolteon/jolteon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0135_jolteon/jolteon_shiny.png new file mode 100644 index 00000000..fde84990 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0135_jolteon/jolteon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0136_flareon/flareon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0136_flareon/flareon.png new file mode 100644 index 00000000..6f857e1f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0136_flareon/flareon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0136_flareon/flareon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0136_flareon/flareon_shiny.png new file mode 100644 index 00000000..ddadfedb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0136_flareon/flareon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0137_porygon/desktop.ini b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0137_porygon/desktop.ini new file mode 100644 index 00000000..4624a703 --- /dev/null +++ b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0137_porygon/desktop.ini @@ -0,0 +1,3 @@ +[LocalizedFileNames] +porygon_rubber_duck.png=@porygon_rubber_duck.png,0 +porygon_rubberduck.png=@porygon_rubberduck.png,0 diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0137_porygon/porygon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0137_porygon/porygon.png new file mode 100644 index 00000000..62e46bb7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0137_porygon/porygon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0137_porygon/porygon_rubber_duck.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0137_porygon/porygon_rubber_duck.png new file mode 100644 index 00000000..c124804d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0137_porygon/porygon_rubber_duck.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0137_porygon/porygon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0137_porygon/porygon_shiny.png new file mode 100644 index 00000000..1851f347 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0137_porygon/porygon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0137_porygon/porygon_shiny_rubber_duck.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0137_porygon/porygon_shiny_rubber_duck.png new file mode 100644 index 00000000..9d2065b4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0137_porygon/porygon_shiny_rubber_duck.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0138_omanyte/omanyte.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0138_omanyte/omanyte.png new file mode 100644 index 00000000..098af744 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0138_omanyte/omanyte.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0138_omanyte/omanyte_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0138_omanyte/omanyte_shiny.png new file mode 100644 index 00000000..7238d071 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0138_omanyte/omanyte_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0139_omastar/omastar.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0139_omastar/omastar.png new file mode 100644 index 00000000..6b62e06c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0139_omastar/omastar.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0139_omastar/omastar_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0139_omastar/omastar_shiny.png new file mode 100644 index 00000000..59164fd8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0139_omastar/omastar_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0140_kabuto/kabuto.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0140_kabuto/kabuto.png new file mode 100644 index 00000000..b8eddfb1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0140_kabuto/kabuto.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0140_kabuto/kabuto_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0140_kabuto/kabuto_shiny.png new file mode 100644 index 00000000..004659ba Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0140_kabuto/kabuto_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0141_kabutops/kabutops.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0141_kabutops/kabutops.png new file mode 100644 index 00000000..8d4f0ccc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0141_kabutops/kabutops.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0141_kabutops/kabutops_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0141_kabutops/kabutops_shiny.png new file mode 100644 index 00000000..ebbf523f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0141_kabutops/kabutops_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0142_aerodactyl/aerodactyl.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0142_aerodactyl/aerodactyl.png new file mode 100644 index 00000000..b6d6fdca Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0142_aerodactyl/aerodactyl.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0142_aerodactyl/aerodactyl_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0142_aerodactyl/aerodactyl_shiny.png new file mode 100644 index 00000000..11790c57 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0142_aerodactyl/aerodactyl_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0143_snorlax/snorlax.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0143_snorlax/snorlax.png new file mode 100644 index 00000000..6f78c5f4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0143_snorlax/snorlax.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0143_snorlax/snorlax_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0143_snorlax/snorlax_shiny.png new file mode 100644 index 00000000..426d280a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0143_snorlax/snorlax_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0144_articuno/articuno.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0144_articuno/articuno.png new file mode 100644 index 00000000..91aaf606 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0144_articuno/articuno.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0144_articuno/articuno_galar.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0144_articuno/articuno_galar.png new file mode 100644 index 00000000..b22cb872 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0144_articuno/articuno_galar.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0144_articuno/articuno_galar_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0144_articuno/articuno_galar_shiny.png new file mode 100644 index 00000000..43d2b912 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0144_articuno/articuno_galar_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0144_articuno/articuno_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0144_articuno/articuno_shiny.png new file mode 100644 index 00000000..b54bc063 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0144_articuno/articuno_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0145_zapdos/zapdos.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0145_zapdos/zapdos.png new file mode 100644 index 00000000..b1747d5e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0145_zapdos/zapdos.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0145_zapdos/zapdos_galar.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0145_zapdos/zapdos_galar.png new file mode 100644 index 00000000..1976feea Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0145_zapdos/zapdos_galar.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0145_zapdos/zapdos_galar_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0145_zapdos/zapdos_galar_shiny.png new file mode 100644 index 00000000..a9fc6dc9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0145_zapdos/zapdos_galar_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0145_zapdos/zapdos_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0145_zapdos/zapdos_shiny.png new file mode 100644 index 00000000..01e24ce7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0145_zapdos/zapdos_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0146_moltres/moltres.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0146_moltres/moltres.png new file mode 100644 index 00000000..56baaea7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0146_moltres/moltres.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0146_moltres/moltres_galar.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0146_moltres/moltres_galar.png new file mode 100644 index 00000000..8da2ff53 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0146_moltres/moltres_galar.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0146_moltres/moltres_galar_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0146_moltres/moltres_galar_shiny.png new file mode 100644 index 00000000..b902aef4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0146_moltres/moltres_galar_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0146_moltres/moltres_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0146_moltres/moltres_shiny.png new file mode 100644 index 00000000..74dd8e9a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0146_moltres/moltres_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0147_dratini/dratini.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0147_dratini/dratini.png new file mode 100644 index 00000000..4da7d2c0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0147_dratini/dratini.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0147_dratini/dratini_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0147_dratini/dratini_shiny.png new file mode 100644 index 00000000..03153b0c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0147_dratini/dratini_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0148_dragonair/dragonair.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0148_dragonair/dragonair.png new file mode 100644 index 00000000..c371c823 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0148_dragonair/dragonair.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0148_dragonair/dragonair_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0148_dragonair/dragonair_shiny.png new file mode 100644 index 00000000..394480d1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0148_dragonair/dragonair_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0149_dragonite/dragonite.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0149_dragonite/dragonite.png new file mode 100644 index 00000000..9a77d2d6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0149_dragonite/dragonite.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0149_dragonite/dragonite_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0149_dragonite/dragonite_shiny.png new file mode 100644 index 00000000..6684ac1a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0149_dragonite/dragonite_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0150_mewtwo/mewtwo.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0150_mewtwo/mewtwo.png new file mode 100644 index 00000000..c884f19c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0150_mewtwo/mewtwo.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0150_mewtwo/mewtwo_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0150_mewtwo/mewtwo_shiny.png new file mode 100644 index 00000000..894b5374 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0150_mewtwo/mewtwo_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0151_mew/mew.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0151_mew/mew.png new file mode 100644 index 00000000..92a1b77d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0151_mew/mew.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0151_mew/mew_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0151_mew/mew_shiny.png new file mode 100644 index 00000000..9d7ff865 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0151_mew/mew_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0152_chikorita/chikorita.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0152_chikorita/chikorita.png new file mode 100644 index 00000000..08321eb0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0152_chikorita/chikorita.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0152_chikorita/chikorita_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0152_chikorita/chikorita_shiny.png new file mode 100644 index 00000000..723c66d7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0152_chikorita/chikorita_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0153_bayleef/bayleef.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0153_bayleef/bayleef.png new file mode 100644 index 00000000..ebe20939 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0153_bayleef/bayleef.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0153_bayleef/bayleef_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0153_bayleef/bayleef_shiny.png new file mode 100644 index 00000000..cdd3e6fa Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0153_bayleef/bayleef_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0154_meganium/meganium.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0154_meganium/meganium.png new file mode 100644 index 00000000..5579763d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0154_meganium/meganium.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0154_meganium/meganium_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0154_meganium/meganium_shiny.png new file mode 100644 index 00000000..0fba986e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0154_meganium/meganium_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0155_cyndaquil/cyndaquil.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0155_cyndaquil/cyndaquil.png new file mode 100644 index 00000000..7b92d500 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0155_cyndaquil/cyndaquil.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0155_cyndaquil/cyndaquil_hisui_bias.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0155_cyndaquil/cyndaquil_hisui_bias.png new file mode 100644 index 00000000..7b92d500 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0155_cyndaquil/cyndaquil_hisui_bias.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0155_cyndaquil/cyndaquil_hisui_bias_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0155_cyndaquil/cyndaquil_hisui_bias_shiny.png new file mode 100644 index 00000000..338f3f5c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0155_cyndaquil/cyndaquil_hisui_bias_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0155_cyndaquil/cyndaquil_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0155_cyndaquil/cyndaquil_shiny.png new file mode 100644 index 00000000..338f3f5c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0155_cyndaquil/cyndaquil_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0156_quilava/quilava.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0156_quilava/quilava.png new file mode 100644 index 00000000..2f5f5fea Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0156_quilava/quilava.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0156_quilava/quilava_hisui_bias.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0156_quilava/quilava_hisui_bias.png new file mode 100644 index 00000000..2f5f5fea Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0156_quilava/quilava_hisui_bias.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0156_quilava/quilava_hisui_bias_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0156_quilava/quilava_hisui_bias_shiny.png new file mode 100644 index 00000000..10ca2674 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0156_quilava/quilava_hisui_bias_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0156_quilava/quilava_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0156_quilava/quilava_shiny.png new file mode 100644 index 00000000..10ca2674 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0156_quilava/quilava_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0157_typhlosion/typhlosion.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0157_typhlosion/typhlosion.png new file mode 100644 index 00000000..f5a6652b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0157_typhlosion/typhlosion.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0157_typhlosion/typhlosion_hisuian.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0157_typhlosion/typhlosion_hisuian.png new file mode 100644 index 00000000..225f2b12 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0157_typhlosion/typhlosion_hisuian.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0157_typhlosion/typhlosion_hisuian_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0157_typhlosion/typhlosion_hisuian_shiny.png new file mode 100644 index 00000000..89549c4d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0157_typhlosion/typhlosion_hisuian_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0157_typhlosion/typhlosion_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0157_typhlosion/typhlosion_shiny.png new file mode 100644 index 00000000..95e77cf1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0157_typhlosion/typhlosion_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0158_totodile/totodile.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0158_totodile/totodile.png new file mode 100644 index 00000000..6e0c7b84 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0158_totodile/totodile.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0158_totodile/totodile_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0158_totodile/totodile_shiny.png new file mode 100644 index 00000000..5a034295 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0158_totodile/totodile_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0159_croconaw/croconaw.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0159_croconaw/croconaw.png new file mode 100644 index 00000000..e3e52fb5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0159_croconaw/croconaw.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0159_croconaw/croconaw_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0159_croconaw/croconaw_shiny.png new file mode 100644 index 00000000..898cd647 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0159_croconaw/croconaw_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0160_feraligatr/feraligatr.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0160_feraligatr/feraligatr.png new file mode 100644 index 00000000..c0088d17 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0160_feraligatr/feraligatr.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0160_feraligatr/feraligatr_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0160_feraligatr/feraligatr_shiny.png new file mode 100644 index 00000000..59212901 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0160_feraligatr/feraligatr_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0161_sentret/sentret.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0161_sentret/sentret.png new file mode 100644 index 00000000..7260765e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0161_sentret/sentret.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0161_sentret/sentret_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0161_sentret/sentret_shiny.png new file mode 100644 index 00000000..97de17ff Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0161_sentret/sentret_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0162_furret/furret.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0162_furret/furret.png new file mode 100644 index 00000000..082fb0b7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0162_furret/furret.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0162_furret/furret_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0162_furret/furret_shiny.png new file mode 100644 index 00000000..463cece7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0162_furret/furret_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0163_hoothoot/hoothoot.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0163_hoothoot/hoothoot.png new file mode 100644 index 00000000..9e68c474 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0163_hoothoot/hoothoot.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0163_hoothoot/hoothoot_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0163_hoothoot/hoothoot_shiny.png new file mode 100644 index 00000000..896fbe53 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0163_hoothoot/hoothoot_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0164_noctowl/noctowl.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0164_noctowl/noctowl.png new file mode 100644 index 00000000..c0599e43 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0164_noctowl/noctowl.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0164_noctowl/noctowl_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0164_noctowl/noctowl_shiny.png new file mode 100644 index 00000000..901e46fc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0164_noctowl/noctowl_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0165_ledyba/ledyba.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0165_ledyba/ledyba.png new file mode 100644 index 00000000..dfd06676 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0165_ledyba/ledyba.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0165_ledyba/ledyba_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0165_ledyba/ledyba_shiny.png new file mode 100644 index 00000000..04a0af43 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0165_ledyba/ledyba_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0166_ledian/ledian.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0166_ledian/ledian.png new file mode 100644 index 00000000..0d68471a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0166_ledian/ledian.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0166_ledian/ledian_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0166_ledian/ledian_shiny.png new file mode 100644 index 00000000..9fb15fe8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0166_ledian/ledian_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0167_spinarak/spinarak.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0167_spinarak/spinarak.png new file mode 100644 index 00000000..9e553fc2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0167_spinarak/spinarak.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0167_spinarak/spinarak_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0167_spinarak/spinarak_shiny.png new file mode 100644 index 00000000..dce78092 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0167_spinarak/spinarak_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0168_ariados/ariados.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0168_ariados/ariados.png new file mode 100644 index 00000000..be1f3416 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0168_ariados/ariados.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0168_ariados/ariados_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0168_ariados/ariados_shiny.png new file mode 100644 index 00000000..9f634740 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0168_ariados/ariados_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0169_crobat/crobat.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0169_crobat/crobat.png new file mode 100644 index 00000000..02e31351 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0169_crobat/crobat.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0169_crobat/crobat_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0169_crobat/crobat_shiny.png new file mode 100644 index 00000000..ba593e2a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0169_crobat/crobat_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0170_chinchou/chinchou.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0170_chinchou/chinchou.png new file mode 100644 index 00000000..fa86571d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0170_chinchou/chinchou.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0170_chinchou/chinchou_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0170_chinchou/chinchou_shiny.png new file mode 100644 index 00000000..86c4114f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0170_chinchou/chinchou_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0171_lanturn/lanturn.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0171_lanturn/lanturn.png new file mode 100644 index 00000000..cf0b6ad5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0171_lanturn/lanturn.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0171_lanturn/lanturn_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0171_lanturn/lanturn_shiny.png new file mode 100644 index 00000000..57b901d3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0171_lanturn/lanturn_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0172_pichu/pichu.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0172_pichu/pichu.png new file mode 100644 index 00000000..68f6eef9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0172_pichu/pichu.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0172_pichu/pichu_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0172_pichu/pichu_shiny.png new file mode 100644 index 00000000..6d1be6cc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0172_pichu/pichu_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0173_cleffa/cleffa.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0173_cleffa/cleffa.png new file mode 100644 index 00000000..56eb3ea9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0173_cleffa/cleffa.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0173_cleffa/cleffa_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0173_cleffa/cleffa_shiny.png new file mode 100644 index 00000000..77ad0740 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0173_cleffa/cleffa_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0174_igglybuff/igglybuff.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0174_igglybuff/igglybuff.png new file mode 100644 index 00000000..ed29a701 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0174_igglybuff/igglybuff.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0174_igglybuff/igglybuff_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0174_igglybuff/igglybuff_shiny.png new file mode 100644 index 00000000..9526bb98 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0174_igglybuff/igglybuff_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0177_natu/natu.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0177_natu/natu.png new file mode 100644 index 00000000..62ebd513 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0177_natu/natu.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0177_natu/natu_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0177_natu/natu_shiny.png new file mode 100644 index 00000000..13e48d0c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0177_natu/natu_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0178_xatu/xatu.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0178_xatu/xatu.png new file mode 100644 index 00000000..f129c05e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0178_xatu/xatu.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0178_xatu/xatu_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0178_xatu/xatu_shiny.png new file mode 100644 index 00000000..a0da8461 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0178_xatu/xatu_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0179_mareep/mareep.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0179_mareep/mareep.png new file mode 100644 index 00000000..48638377 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0179_mareep/mareep.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0179_mareep/mareep_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0179_mareep/mareep_shiny.png new file mode 100644 index 00000000..6b8742af Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0179_mareep/mareep_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0180_flaaffy/flaaffy.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0180_flaaffy/flaaffy.png new file mode 100644 index 00000000..99529204 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0180_flaaffy/flaaffy.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0180_flaaffy/flaaffy_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0180_flaaffy/flaaffy_shiny.png new file mode 100644 index 00000000..af7d0d44 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0180_flaaffy/flaaffy_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0181_ampharos/ampharos.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0181_ampharos/ampharos.png new file mode 100644 index 00000000..876530f5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0181_ampharos/ampharos.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0181_ampharos/ampharos_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0181_ampharos/ampharos_shiny.png new file mode 100644 index 00000000..3ec7f64f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0181_ampharos/ampharos_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0182_bellossom/bellossom.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0182_bellossom/bellossom.png new file mode 100644 index 00000000..ece3e014 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0182_bellossom/bellossom.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0182_bellossom/bellossom_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0182_bellossom/bellossom_shiny.png new file mode 100644 index 00000000..e43260e4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0182_bellossom/bellossom_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0185_sudowoodo/sudowoodo.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0185_sudowoodo/sudowoodo.png new file mode 100644 index 00000000..07bdbae2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0185_sudowoodo/sudowoodo.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0185_sudowoodo/sudowoodo_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0185_sudowoodo/sudowoodo_shiny.png new file mode 100644 index 00000000..f7e36fe9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0185_sudowoodo/sudowoodo_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0186_politoed/politoed.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0186_politoed/politoed.png new file mode 100644 index 00000000..2e90c3a9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0186_politoed/politoed.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0186_politoed/politoed_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0186_politoed/politoed_shiny.png new file mode 100644 index 00000000..d7f2f021 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0186_politoed/politoed_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0190_aipom/aipom.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0190_aipom/aipom.png new file mode 100644 index 00000000..9b656ff0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0190_aipom/aipom.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0190_aipom/aipom_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0190_aipom/aipom_shiny.png new file mode 100644 index 00000000..058dc68e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0190_aipom/aipom_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0193_yanma/yanma.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0193_yanma/yanma.png new file mode 100644 index 00000000..bb20e0cc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0193_yanma/yanma.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0193_yanma/yanma_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0193_yanma/yanma_shiny.png new file mode 100644 index 00000000..ef0ded48 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0193_yanma/yanma_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0194_wooper/wooper.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0194_wooper/wooper.png new file mode 100644 index 00000000..eb33601d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0194_wooper/wooper.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0194_wooper/wooper_paldean.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0194_wooper/wooper_paldean.png new file mode 100644 index 00000000..848f7693 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0194_wooper/wooper_paldean.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0194_wooper/wooper_paldean_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0194_wooper/wooper_paldean_shiny.png new file mode 100644 index 00000000..98fe5590 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0194_wooper/wooper_paldean_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0194_wooper/wooper_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0194_wooper/wooper_shiny.png new file mode 100644 index 00000000..c5935cfb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0194_wooper/wooper_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0195_quagsire/quagsire.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0195_quagsire/quagsire.png new file mode 100644 index 00000000..19bebdc3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0195_quagsire/quagsire.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0195_quagsire/quagsire_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0195_quagsire/quagsire_shiny.png new file mode 100644 index 00000000..298e5742 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0195_quagsire/quagsire_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0196_espeon/espeon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0196_espeon/espeon.png new file mode 100644 index 00000000..6b5f0d88 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0196_espeon/espeon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0196_espeon/espeon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0196_espeon/espeon_shiny.png new file mode 100644 index 00000000..4bc82e7f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0196_espeon/espeon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0197_umbreon/umbreon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0197_umbreon/umbreon.png new file mode 100644 index 00000000..948ef592 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0197_umbreon/umbreon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0197_umbreon/umbreon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0197_umbreon/umbreon_shiny.png new file mode 100644 index 00000000..d92f9c7c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0197_umbreon/umbreon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0198_murkrow/murkrow.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0198_murkrow/murkrow.png new file mode 100644 index 00000000..b88e5ed3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0198_murkrow/murkrow.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0198_murkrow/murkrow_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0198_murkrow/murkrow_shiny.png new file mode 100644 index 00000000..b548a4bc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0198_murkrow/murkrow_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0199_slowking/slowking.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0199_slowking/slowking.png new file mode 100644 index 00000000..26252224 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0199_slowking/slowking.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0199_slowking/slowking_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0199_slowking/slowking_shiny.png new file mode 100644 index 00000000..1cd13a84 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0199_slowking/slowking_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0200_misdreavus/misdreavus.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0200_misdreavus/misdreavus.png new file mode 100644 index 00000000..cbb94222 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0200_misdreavus/misdreavus.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0200_misdreavus/misdreavus_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0200_misdreavus/misdreavus_shiny.png new file mode 100644 index 00000000..4dfeb05b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0200_misdreavus/misdreavus_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0203_girafarig/girafarig.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0203_girafarig/girafarig.png new file mode 100644 index 00000000..cce865fe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0203_girafarig/girafarig.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0203_girafarig/girafarig_female.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0203_girafarig/girafarig_female.png new file mode 100644 index 00000000..cce865fe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0203_girafarig/girafarig_female.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0203_girafarig/girafarig_female_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0203_girafarig/girafarig_female_shiny.png new file mode 100644 index 00000000..edd0c887 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0203_girafarig/girafarig_female_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0203_girafarig/girafarig_male.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0203_girafarig/girafarig_male.png new file mode 100644 index 00000000..cce865fe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0203_girafarig/girafarig_male.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0203_girafarig/girafarig_male_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0203_girafarig/girafarig_male_shiny.png new file mode 100644 index 00000000..edd0c887 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0203_girafarig/girafarig_male_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0203_girafarig/girafarig_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0203_girafarig/girafarig_shiny.png new file mode 100644 index 00000000..edd0c887 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0203_girafarig/girafarig_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0204_pineco/pineco.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0204_pineco/pineco.png new file mode 100644 index 00000000..69b7e698 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0204_pineco/pineco.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0204_pineco/pineco_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0204_pineco/pineco_shiny.png new file mode 100644 index 00000000..dcd0de32 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0204_pineco/pineco_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0205_forretress/forretress.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0205_forretress/forretress.png new file mode 100644 index 00000000..9ce95b2d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0205_forretress/forretress.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0205_forretress/forretress_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0205_forretress/forretress_shiny.png new file mode 100644 index 00000000..e6c99980 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0205_forretress/forretress_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0207_gligar/gligar.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0207_gligar/gligar.png new file mode 100644 index 00000000..7bd27f3c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0207_gligar/gligar.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0207_gligar/gligar_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0207_gligar/gligar_shiny.png new file mode 100644 index 00000000..139ed8ab Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0207_gligar/gligar_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0208_steelix/steelix.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0208_steelix/steelix.png new file mode 100644 index 00000000..d2b7df3f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0208_steelix/steelix.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0208_steelix/steelix_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0208_steelix/steelix_shiny.png new file mode 100644 index 00000000..7e908ce6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0208_steelix/steelix_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0209_snubbull/snubbull.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0209_snubbull/snubbull.png new file mode 100644 index 00000000..b073123e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0209_snubbull/snubbull.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0209_snubbull/snubbull_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0209_snubbull/snubbull_shiny.png new file mode 100644 index 00000000..d6d451b0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0209_snubbull/snubbull_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0210_granbull/granbull.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0210_granbull/granbull.png new file mode 100644 index 00000000..078ffcf5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0210_granbull/granbull.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0210_granbull/granbull_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0210_granbull/granbull_shiny.png new file mode 100644 index 00000000..578859c0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0210_granbull/granbull_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0211_quilfish/qwilfish.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0211_quilfish/qwilfish.png new file mode 100644 index 00000000..017dbdf2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0211_quilfish/qwilfish.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0211_quilfish/qwilfish_hisuian.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0211_quilfish/qwilfish_hisuian.png new file mode 100644 index 00000000..bf170f05 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0211_quilfish/qwilfish_hisuian.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0211_quilfish/qwilfish_hisuian_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0211_quilfish/qwilfish_hisuian_shiny.png new file mode 100644 index 00000000..2516c475 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0211_quilfish/qwilfish_hisuian_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0211_quilfish/qwilfish_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0211_quilfish/qwilfish_shiny.png new file mode 100644 index 00000000..0dd7689e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0211_quilfish/qwilfish_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0211_qwilfish/qwilfish.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0211_qwilfish/qwilfish.png new file mode 100644 index 00000000..7c4d2b41 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0211_qwilfish/qwilfish.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0211_qwilfish/qwilfish_hisuian.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0211_qwilfish/qwilfish_hisuian.png new file mode 100644 index 00000000..119f0c73 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0211_qwilfish/qwilfish_hisuian.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0211_qwilfish/qwilfish_hisuian_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0211_qwilfish/qwilfish_hisuian_shiny.png new file mode 100644 index 00000000..d6e2961c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0211_qwilfish/qwilfish_hisuian_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0211_qwilfish/qwilfish_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0211_qwilfish/qwilfish_shiny.png new file mode 100644 index 00000000..b81089d9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0211_qwilfish/qwilfish_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0212_scizor/scizor.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0212_scizor/scizor.png new file mode 100644 index 00000000..2c41db12 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0212_scizor/scizor.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0212_scizor/scizor_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0212_scizor/scizor_shiny.png new file mode 100644 index 00000000..180e572f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0212_scizor/scizor_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0213_shuckle/shuckle.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0213_shuckle/shuckle.png new file mode 100644 index 00000000..a1ff9141 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0213_shuckle/shuckle.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0213_shuckle/shuckle_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0213_shuckle/shuckle_shiny.png new file mode 100644 index 00000000..e4bfcc08 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0213_shuckle/shuckle_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0213_shuckle/shuckle_shiny_shuckless.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0213_shuckle/shuckle_shiny_shuckless.png new file mode 100644 index 00000000..d22fa04b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0213_shuckle/shuckle_shiny_shuckless.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0213_shuckle/shuckle_shuckless.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0213_shuckle/shuckle_shuckless.png new file mode 100644 index 00000000..1948ce2b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0213_shuckle/shuckle_shuckless.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0214_heracross/heracross.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0214_heracross/heracross.png new file mode 100644 index 00000000..6e7bda78 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0214_heracross/heracross.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0214_heracross/heracross_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0214_heracross/heracross_shiny.png new file mode 100644 index 00000000..fa572651 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0214_heracross/heracross_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0215_sneasel/sneasel.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0215_sneasel/sneasel.png new file mode 100644 index 00000000..c1a2c903 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0215_sneasel/sneasel.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0215_sneasel/sneasel_hisui.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0215_sneasel/sneasel_hisui.png new file mode 100644 index 00000000..1e00f517 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0215_sneasel/sneasel_hisui.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0215_sneasel/sneasel_hisui_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0215_sneasel/sneasel_hisui_shiny.png new file mode 100644 index 00000000..78a9f13b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0215_sneasel/sneasel_hisui_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0215_sneasel/sneasel_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0215_sneasel/sneasel_shiny.png new file mode 100644 index 00000000..49e9d285 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0215_sneasel/sneasel_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0216_teddiursa/teddiursa.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0216_teddiursa/teddiursa.png new file mode 100644 index 00000000..b846761b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0216_teddiursa/teddiursa.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0216_teddiursa/teddiursa_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0216_teddiursa/teddiursa_shiny.png new file mode 100644 index 00000000..e1b49ac1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0216_teddiursa/teddiursa_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0217_ursaring/ursaring.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0217_ursaring/ursaring.png new file mode 100644 index 00000000..f4f6cda7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0217_ursaring/ursaring.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0217_ursaring/ursaring_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0217_ursaring/ursaring_shiny.png new file mode 100644 index 00000000..3a24f7ce Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0217_ursaring/ursaring_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0218_slugma/slugma.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0218_slugma/slugma.png new file mode 100644 index 00000000..2c55d2b6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0218_slugma/slugma.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0218_slugma/slugma_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0218_slugma/slugma_shiny.png new file mode 100644 index 00000000..c6712097 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0218_slugma/slugma_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0219_magcargo/magcargo.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0219_magcargo/magcargo.png new file mode 100644 index 00000000..26441610 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0219_magcargo/magcargo.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0219_magcargo/magcargo_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0219_magcargo/magcargo_shiny.png new file mode 100644 index 00000000..ed0ba88c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0219_magcargo/magcargo_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0220_swinub/swinub.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0220_swinub/swinub.png new file mode 100644 index 00000000..fd4fd7da Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0220_swinub/swinub.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0220_swinub/swinub_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0220_swinub/swinub_shiny.png new file mode 100644 index 00000000..7533b988 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0220_swinub/swinub_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0221_piloswine/piloswine.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0221_piloswine/piloswine.png new file mode 100644 index 00000000..a799358a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0221_piloswine/piloswine.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0221_piloswine/piloswine_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0221_piloswine/piloswine_shiny.png new file mode 100644 index 00000000..c1487e7d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0221_piloswine/piloswine_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0226_mantine/mantine.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0226_mantine/mantine.png new file mode 100644 index 00000000..1cdb577d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0226_mantine/mantine.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0226_mantine/mantine_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0226_mantine/mantine_shiny.png new file mode 100644 index 00000000..3ea88248 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0226_mantine/mantine_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0227_skarmory/skarmory.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0227_skarmory/skarmory.png new file mode 100644 index 00000000..1b21deb1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0227_skarmory/skarmory.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0227_skarmory/skarmory_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0227_skarmory/skarmory_shiny.png new file mode 100644 index 00000000..2c956d9e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0227_skarmory/skarmory_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0230_kingdra/kingdra.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0230_kingdra/kingdra.png new file mode 100644 index 00000000..78f002f5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0230_kingdra/kingdra.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0230_kingdra/kingdra_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0230_kingdra/kingdra_shiny.png new file mode 100644 index 00000000..0c488d3c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0230_kingdra/kingdra_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0231_phanpy/phanpy.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0231_phanpy/phanpy.png new file mode 100644 index 00000000..e4b42d10 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0231_phanpy/phanpy.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0231_phanpy/phanpy_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0231_phanpy/phanpy_shiny.png new file mode 100644 index 00000000..82d053f8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0231_phanpy/phanpy_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0232_donphan/donphan.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0232_donphan/donphan.png new file mode 100644 index 00000000..f06be4b6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0232_donphan/donphan.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0232_donphan/donphan_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0232_donphan/donphan_shiny.png new file mode 100644 index 00000000..ea639eda Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0232_donphan/donphan_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0233_porygon2/porygon2.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0233_porygon2/porygon2.png new file mode 100644 index 00000000..6c83bc3c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0233_porygon2/porygon2.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0233_porygon2/porygon2_rubber_duck.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0233_porygon2/porygon2_rubber_duck.png new file mode 100644 index 00000000..87fc93ea Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0233_porygon2/porygon2_rubber_duck.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0233_porygon2/porygon2_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0233_porygon2/porygon2_shiny.png new file mode 100644 index 00000000..cfaa1253 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0233_porygon2/porygon2_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0233_porygon2/porygon2_shiny_rubber_duck.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0233_porygon2/porygon2_shiny_rubber_duck.png new file mode 100644 index 00000000..7ad838b3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0233_porygon2/porygon2_shiny_rubber_duck.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0234_stantler/stantler.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0234_stantler/stantler.png new file mode 100644 index 00000000..6cb91e26 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0234_stantler/stantler.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0234_stantler/stantler_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0234_stantler/stantler_shiny.png new file mode 100644 index 00000000..9ed20858 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0234_stantler/stantler_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0236_tyrogue/tyrogue.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0236_tyrogue/tyrogue.png new file mode 100644 index 00000000..e1047287 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0236_tyrogue/tyrogue.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0236_tyrogue/tyrogue_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0236_tyrogue/tyrogue_shiny.png new file mode 100644 index 00000000..e9cc9eb0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0236_tyrogue/tyrogue_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0237_hitmontop/hitmontop.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0237_hitmontop/hitmontop.png new file mode 100644 index 00000000..4282c594 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0237_hitmontop/hitmontop.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0237_hitmontop/hitmontop_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0237_hitmontop/hitmontop_shiny.png new file mode 100644 index 00000000..d9f0222b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0237_hitmontop/hitmontop_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0238_smoochum/smoochum.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0238_smoochum/smoochum.png new file mode 100644 index 00000000..850904c6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0238_smoochum/smoochum.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0238_smoochum/smoochum_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0238_smoochum/smoochum_shiny.png new file mode 100644 index 00000000..c742daa1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0238_smoochum/smoochum_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0239_elekid/elekid.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0239_elekid/elekid.png new file mode 100644 index 00000000..7b419f54 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0239_elekid/elekid.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0239_elekid/elekid_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0239_elekid/elekid_shiny.png new file mode 100644 index 00000000..2f59db60 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0239_elekid/elekid_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0240_magby/magby.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0240_magby/magby.png new file mode 100644 index 00000000..f31141ba Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0240_magby/magby.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0240_magby/magby_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0240_magby/magby_shiny.png new file mode 100644 index 00000000..612328ea Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0240_magby/magby_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0241_miltank/miltank.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0241_miltank/miltank.png new file mode 100644 index 00000000..3ba3face Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0241_miltank/miltank.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0241_miltank/miltank_brown_mushroom.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0241_miltank/miltank_brown_mushroom.png new file mode 100644 index 00000000..28481326 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0241_miltank/miltank_brown_mushroom.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0241_miltank/miltank_brown_mushroom_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0241_miltank/miltank_brown_mushroom_shiny.png new file mode 100644 index 00000000..23d5d423 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0241_miltank/miltank_brown_mushroom_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0241_miltank/miltank_red_mushroom.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0241_miltank/miltank_red_mushroom.png new file mode 100644 index 00000000..3a912d2c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0241_miltank/miltank_red_mushroom.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0241_miltank/miltank_red_mushroom_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0241_miltank/miltank_red_mushroom_shiny.png new file mode 100644 index 00000000..02dd3883 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0241_miltank/miltank_red_mushroom_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0241_miltank/miltank_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0241_miltank/miltank_shiny.png new file mode 100644 index 00000000..ba95b428 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0241_miltank/miltank_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0242_blissey/blissey.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0242_blissey/blissey.png new file mode 100644 index 00000000..933eaac0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0242_blissey/blissey.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0242_blissey/blissey_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0242_blissey/blissey_shiny.png new file mode 100644 index 00000000..54c41da0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0242_blissey/blissey_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0243_raikou/raikou.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0243_raikou/raikou.png new file mode 100644 index 00000000..4bc6dd61 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0243_raikou/raikou.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0243_raikou/raikou_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0243_raikou/raikou_shiny.png new file mode 100644 index 00000000..94be2f05 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0243_raikou/raikou_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0244_entei/entei.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0244_entei/entei.png new file mode 100644 index 00000000..bc437871 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0244_entei/entei.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0244_entei/entei_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0244_entei/entei_shiny.png new file mode 100644 index 00000000..6f4354a9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0244_entei/entei_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0245_suicune/suicune.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0245_suicune/suicune.png new file mode 100644 index 00000000..e7eb29c6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0245_suicune/suicune.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0245_suicune/suicune_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0245_suicune/suicune_shiny.png new file mode 100644 index 00000000..b89b2dbb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0245_suicune/suicune_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0246_larvitar/larvitar.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0246_larvitar/larvitar.png new file mode 100644 index 00000000..ae369673 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0246_larvitar/larvitar.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0246_larvitar/larvitar_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0246_larvitar/larvitar_shiny.png new file mode 100644 index 00000000..8e8a22d9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0246_larvitar/larvitar_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0247_pupitar/pupitar.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0247_pupitar/pupitar.png new file mode 100644 index 00000000..708276f0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0247_pupitar/pupitar.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0247_pupitar/pupitar_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0247_pupitar/pupitar_shiny.png new file mode 100644 index 00000000..fb4c3da0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0247_pupitar/pupitar_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0248_tyranitar/tyranitar.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0248_tyranitar/tyranitar.png new file mode 100644 index 00000000..d1b8ad9c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0248_tyranitar/tyranitar.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0248_tyranitar/tyranitar_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0248_tyranitar/tyranitar_shiny.png new file mode 100644 index 00000000..fe628278 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0248_tyranitar/tyranitar_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0249_lugia/lugia.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0249_lugia/lugia.png new file mode 100644 index 00000000..a15483c1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0249_lugia/lugia.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0250_hooh/hooh.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0250_hooh/hooh.png new file mode 100644 index 00000000..c9c4fb19 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0250_hooh/hooh.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0251_celebi/celebi.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0251_celebi/celebi.png new file mode 100644 index 00000000..51879829 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0251_celebi/celebi.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0251_celebi/celebi_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0251_celebi/celebi_shiny.png new file mode 100644 index 00000000..7263fc1e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0251_celebi/celebi_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0252_treecko/treecko.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0252_treecko/treecko.png new file mode 100644 index 00000000..7071339c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0252_treecko/treecko.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0252_treecko/treecko_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0252_treecko/treecko_shiny.png new file mode 100644 index 00000000..2e200039 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0252_treecko/treecko_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0253_grovyle/grovyle.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0253_grovyle/grovyle.png new file mode 100644 index 00000000..f7b2136d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0253_grovyle/grovyle.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0253_grovyle/grovyle_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0253_grovyle/grovyle_shiny.png new file mode 100644 index 00000000..37be0842 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0253_grovyle/grovyle_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0254_sceptile/sceptile.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0254_sceptile/sceptile.png new file mode 100644 index 00000000..83c441a4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0254_sceptile/sceptile.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0254_sceptile/sceptile_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0254_sceptile/sceptile_shiny.png new file mode 100644 index 00000000..feccc7f1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0254_sceptile/sceptile_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0255_torchic/torchic.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0255_torchic/torchic.png new file mode 100644 index 00000000..d2397f48 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0255_torchic/torchic.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0255_torchic/torchic_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0255_torchic/torchic_shiny.png new file mode 100644 index 00000000..cd85b626 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0255_torchic/torchic_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0256_combusken/combusken.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0256_combusken/combusken.png new file mode 100644 index 00000000..64828764 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0256_combusken/combusken.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0256_combusken/combusken_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0256_combusken/combusken_shiny.png new file mode 100644 index 00000000..3c63171f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0256_combusken/combusken_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0257_blaziken/blaziken.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0257_blaziken/blaziken.png new file mode 100644 index 00000000..c6979d58 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0257_blaziken/blaziken.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0257_blaziken/blaziken_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0257_blaziken/blaziken_shiny.png new file mode 100644 index 00000000..49939329 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0257_blaziken/blaziken_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0258_mudkip/mudkip.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0258_mudkip/mudkip.png new file mode 100644 index 00000000..2b55e7fd Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0258_mudkip/mudkip.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0258_mudkip/mudkip_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0258_mudkip/mudkip_shiny.png new file mode 100644 index 00000000..41c42328 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0258_mudkip/mudkip_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0259_marshtomp/marshtomp.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0259_marshtomp/marshtomp.png new file mode 100644 index 00000000..661a2fdf Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0259_marshtomp/marshtomp.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0259_marshtomp/marshtomp_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0259_marshtomp/marshtomp_shiny.png new file mode 100644 index 00000000..276b311a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0259_marshtomp/marshtomp_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0260_swampert/swampert.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0260_swampert/swampert.png new file mode 100644 index 00000000..ab0fcb32 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0260_swampert/swampert.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0260_swampert/swampert_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0260_swampert/swampert_shiny.png new file mode 100644 index 00000000..0cfcde81 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0260_swampert/swampert_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0261_poochyena/poochyena.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0261_poochyena/poochyena.png new file mode 100644 index 00000000..40da0a57 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0261_poochyena/poochyena.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0261_poochyena/poochyena_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0261_poochyena/poochyena_shiny.png new file mode 100644 index 00000000..6612394f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0261_poochyena/poochyena_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0262_mightyena/mightyena.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0262_mightyena/mightyena.png new file mode 100644 index 00000000..002ae7de Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0262_mightyena/mightyena.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0262_mightyena/mightyena_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0262_mightyena/mightyena_shiny.png new file mode 100644 index 00000000..37a41209 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0262_mightyena/mightyena_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0263_zigzagoon/zigzagoon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0263_zigzagoon/zigzagoon.png new file mode 100644 index 00000000..1414b60f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0263_zigzagoon/zigzagoon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0263_zigzagoon/zigzagoon_galarian.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0263_zigzagoon/zigzagoon_galarian.png new file mode 100644 index 00000000..8c0dbd6a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0263_zigzagoon/zigzagoon_galarian.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0263_zigzagoon/zigzagoon_galarian_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0263_zigzagoon/zigzagoon_galarian_shiny.png new file mode 100644 index 00000000..741ca982 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0263_zigzagoon/zigzagoon_galarian_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0263_zigzagoon/zigzagoon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0263_zigzagoon/zigzagoon_shiny.png new file mode 100644 index 00000000..39833c7e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0263_zigzagoon/zigzagoon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0264_linoone/linoone.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0264_linoone/linoone.png new file mode 100644 index 00000000..512cb945 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0264_linoone/linoone.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0264_linoone/linoone_galarian.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0264_linoone/linoone_galarian.png new file mode 100644 index 00000000..065bd689 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0264_linoone/linoone_galarian.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0264_linoone/linoone_galarian_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0264_linoone/linoone_galarian_shiny.png new file mode 100644 index 00000000..1163d6e9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0264_linoone/linoone_galarian_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0264_linoone/linoone_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0264_linoone/linoone_shiny.png new file mode 100644 index 00000000..12c9ad9d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0264_linoone/linoone_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0270_lotad/lotad.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0270_lotad/lotad.png new file mode 100644 index 00000000..5b7c9710 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0270_lotad/lotad.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0270_lotad/lotad_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0270_lotad/lotad_shiny.png new file mode 100644 index 00000000..138c9634 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0270_lotad/lotad_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0271_lombre/lombre.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0271_lombre/lombre.png new file mode 100644 index 00000000..862696e4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0271_lombre/lombre.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0271_lombre/lombre_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0271_lombre/lombre_shiny.png new file mode 100644 index 00000000..96597c14 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0271_lombre/lombre_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0272_ludicolo/ludicolo.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0272_ludicolo/ludicolo.png new file mode 100644 index 00000000..ffd35b83 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0272_ludicolo/ludicolo.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0272_ludicolo/ludicolo_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0272_ludicolo/ludicolo_shiny.png new file mode 100644 index 00000000..bf7dd2bd Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0272_ludicolo/ludicolo_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0273_seedot/seedot.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0273_seedot/seedot.png new file mode 100644 index 00000000..28de5e55 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0273_seedot/seedot.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0273_seedot/seedot_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0273_seedot/seedot_shiny.png new file mode 100644 index 00000000..d391a62f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0273_seedot/seedot_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0274_nuzleaf/nuzleaf.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0274_nuzleaf/nuzleaf.png new file mode 100644 index 00000000..a5f61761 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0274_nuzleaf/nuzleaf.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0274_nuzleaf/nuzleaf_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0274_nuzleaf/nuzleaf_shiny.png new file mode 100644 index 00000000..e3a51ead Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0274_nuzleaf/nuzleaf_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0275_shiftry/shiftry.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0275_shiftry/shiftry.png new file mode 100644 index 00000000..e69c2842 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0275_shiftry/shiftry.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0275_shiftry/shiftry_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0275_shiftry/shiftry_shiny.png new file mode 100644 index 00000000..88df66d3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0275_shiftry/shiftry_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0276_taillow/taillow.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0276_taillow/taillow.png new file mode 100644 index 00000000..73fe9c19 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0276_taillow/taillow.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0276_taillow/taillow_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0276_taillow/taillow_shiny.png new file mode 100644 index 00000000..3d2fab39 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0276_taillow/taillow_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0277_swellow/swellow.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0277_swellow/swellow.png new file mode 100644 index 00000000..b533e0b5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0277_swellow/swellow.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0277_swellow/swellow_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0277_swellow/swellow_shiny.png new file mode 100644 index 00000000..c39dbf7b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0277_swellow/swellow_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0278_wingull/wingull.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0278_wingull/wingull.png new file mode 100644 index 00000000..33d262b6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0278_wingull/wingull.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0278_wingull/wingull_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0278_wingull/wingull_shiny.png new file mode 100644 index 00000000..743c9d2b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0278_wingull/wingull_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0279_pelipper/pelipper.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0279_pelipper/pelipper.png new file mode 100644 index 00000000..4e286637 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0279_pelipper/pelipper.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0279_pelipper/pelipper_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0279_pelipper/pelipper_shiny.png new file mode 100644 index 00000000..07a951e7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0279_pelipper/pelipper_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0280_ralts/ralts.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0280_ralts/ralts.png new file mode 100644 index 00000000..a49fa428 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0280_ralts/ralts.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0280_ralts/ralts_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0280_ralts/ralts_shiny.png new file mode 100644 index 00000000..134f9369 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0280_ralts/ralts_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0281_kirlia/kirlia.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0281_kirlia/kirlia.png new file mode 100644 index 00000000..48c3a724 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0281_kirlia/kirlia.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0281_kirlia/kirlia_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0281_kirlia/kirlia_shiny.png new file mode 100644 index 00000000..945a588f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0281_kirlia/kirlia_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0282_gardevoir/gardevoir.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0282_gardevoir/gardevoir.png new file mode 100644 index 00000000..820ce16b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0282_gardevoir/gardevoir.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0282_gardevoir/gardevoir_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0282_gardevoir/gardevoir_shiny.png new file mode 100644 index 00000000..10ef7abb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0282_gardevoir/gardevoir_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0283_surskit/surskit.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0283_surskit/surskit.png new file mode 100644 index 00000000..6a2721e7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0283_surskit/surskit.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0283_surskit/surskit_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0283_surskit/surskit_shiny.png new file mode 100644 index 00000000..0cc28145 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0283_surskit/surskit_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0284_masquerain/masquerain.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0284_masquerain/masquerain.png new file mode 100644 index 00000000..54b884a8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0284_masquerain/masquerain.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0284_masquerain/masquerain_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0284_masquerain/masquerain_shiny.png new file mode 100644 index 00000000..27daac2a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0284_masquerain/masquerain_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0285_shroomish/shroomish.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0285_shroomish/shroomish.png new file mode 100644 index 00000000..b638264e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0285_shroomish/shroomish.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0285_shroomish/shroomish_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0285_shroomish/shroomish_shiny.png new file mode 100644 index 00000000..5228f19f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0285_shroomish/shroomish_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0286_breloom/breloom.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0286_breloom/breloom.png new file mode 100644 index 00000000..72c2765d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0286_breloom/breloom.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0286_breloom/breloom_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0286_breloom/breloom_shiny.png new file mode 100644 index 00000000..bfc84b45 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0286_breloom/breloom_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0290_nincada/nincada.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0290_nincada/nincada.png new file mode 100644 index 00000000..f71c993c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0290_nincada/nincada.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0290_nincada/nincada_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0290_nincada/nincada_shiny.png new file mode 100644 index 00000000..0223c754 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0290_nincada/nincada_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0291_ninjask/ninjask.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0291_ninjask/ninjask.png new file mode 100644 index 00000000..fbffa9c3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0291_ninjask/ninjask.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0291_ninjask/ninjask_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0291_ninjask/ninjask_shiny.png new file mode 100644 index 00000000..4bfe2d38 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0291_ninjask/ninjask_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0292_shedinja/shedinja.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0292_shedinja/shedinja.png new file mode 100644 index 00000000..4be774c0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0292_shedinja/shedinja.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0292_shedinja/shedinja_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0292_shedinja/shedinja_shiny.png new file mode 100644 index 00000000..b271f95f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0292_shedinja/shedinja_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0293_whismur/whismur.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0293_whismur/whismur.png new file mode 100644 index 00000000..49d3a065 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0293_whismur/whismur.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0293_whismur/whismur_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0293_whismur/whismur_shiny.png new file mode 100644 index 00000000..b8a32290 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0293_whismur/whismur_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0294_loudred/loudred.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0294_loudred/loudred.png new file mode 100644 index 00000000..ffb36f66 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0294_loudred/loudred.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0294_loudred/loudred_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0294_loudred/loudred_shiny.png new file mode 100644 index 00000000..8b460a61 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0294_loudred/loudred_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0295_exploud/exploud.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0295_exploud/exploud.png new file mode 100644 index 00000000..ef00f0c2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0295_exploud/exploud.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0295_exploud/exploud_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0295_exploud/exploud_shiny.png new file mode 100644 index 00000000..2c3a6204 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0295_exploud/exploud_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0296_makuhita/makuhita.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0296_makuhita/makuhita.png new file mode 100644 index 00000000..839a64d4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0296_makuhita/makuhita.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0296_makuhita/makuhita_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0296_makuhita/makuhita_shiny.png new file mode 100644 index 00000000..4cab2a71 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0296_makuhita/makuhita_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0297_hariyama/hariyama.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0297_hariyama/hariyama.png new file mode 100644 index 00000000..6bbe32f4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0297_hariyama/hariyama.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0297_hariyama/hariyama_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0297_hariyama/hariyama_shiny.png new file mode 100644 index 00000000..3de5e81a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0297_hariyama/hariyama_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0299_nosepass/nosepass.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0299_nosepass/nosepass.png new file mode 100644 index 00000000..db797023 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0299_nosepass/nosepass.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0299_nosepass/nosepass_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0299_nosepass/nosepass_shiny.png new file mode 100644 index 00000000..31e29e15 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0299_nosepass/nosepass_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0302_sableye/sableye.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0302_sableye/sableye.png new file mode 100644 index 00000000..e7041654 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0302_sableye/sableye.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0302_sableye/sableye_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0302_sableye/sableye_shiny.png new file mode 100644 index 00000000..9fa3435b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0302_sableye/sableye_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0303_mawile/mawile.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0303_mawile/mawile.png new file mode 100644 index 00000000..ecf9adbb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0303_mawile/mawile.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0303_mawile/mawile_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0303_mawile/mawile_shiny.png new file mode 100644 index 00000000..e4f5660b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0303_mawile/mawile_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0304_aron/aron.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0304_aron/aron.png new file mode 100644 index 00000000..5c078d22 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0304_aron/aron.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0304_aron/aron_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0304_aron/aron_shiny.png new file mode 100644 index 00000000..e9906f37 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0304_aron/aron_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0305_lairon/lairon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0305_lairon/lairon.png new file mode 100644 index 00000000..dfd5eb4b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0305_lairon/lairon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0305_lairon/lairon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0305_lairon/lairon_shiny.png new file mode 100644 index 00000000..0c83f2fd Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0305_lairon/lairon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0306_aggron/aggron.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0306_aggron/aggron.png new file mode 100644 index 00000000..9b9e48d7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0306_aggron/aggron.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0306_aggron/aggron_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0306_aggron/aggron_shiny.png new file mode 100644 index 00000000..d34018bf Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0306_aggron/aggron_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0311_plusle/plusle.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0311_plusle/plusle.png new file mode 100644 index 00000000..fe1ad7ff Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0311_plusle/plusle.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0311_plusle/plusle_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0311_plusle/plusle_shiny.png new file mode 100644 index 00000000..9a690987 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0311_plusle/plusle_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0312_minun/minun.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0312_minun/minun.png new file mode 100644 index 00000000..528225d3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0312_minun/minun.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0312_minun/minun_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0312_minun/minun_shiny.png new file mode 100644 index 00000000..a15cd0e6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0312_minun/minun_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0313_volbeat/volbeat.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0313_volbeat/volbeat.png new file mode 100644 index 00000000..0c262f0f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0313_volbeat/volbeat.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0313_volbeat/volbeat_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0313_volbeat/volbeat_shiny.png new file mode 100644 index 00000000..1c5f7b1c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0313_volbeat/volbeat_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0314_illumise/illumise.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0314_illumise/illumise.png new file mode 100644 index 00000000..f625341f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0314_illumise/illumise.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0314_illumise/illumise_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0314_illumise/illumise_shiny.png new file mode 100644 index 00000000..802c27be Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0314_illumise/illumise_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0315_roselia/roselia.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0315_roselia/roselia.png new file mode 100644 index 00000000..d03d3e56 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0315_roselia/roselia.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0315_roselia/roselia_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0315_roselia/roselia_shiny.png new file mode 100644 index 00000000..4517cbc1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0315_roselia/roselia_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0316_gulpin/gulpin.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0316_gulpin/gulpin.png new file mode 100644 index 00000000..79afd4be Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0316_gulpin/gulpin.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0316_gulpin/gulpin_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0316_gulpin/gulpin_shiny.png new file mode 100644 index 00000000..41db589e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0316_gulpin/gulpin_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0317_swalot/swalot.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0317_swalot/swalot.png new file mode 100644 index 00000000..86e848da Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0317_swalot/swalot.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0317_swalot/swalot_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0317_swalot/swalot_shiny.png new file mode 100644 index 00000000..f434e941 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0317_swalot/swalot_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0318_carvanha/carvanha.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0318_carvanha/carvanha.png new file mode 100644 index 00000000..10004b7d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0318_carvanha/carvanha.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0318_carvanha/carvanha_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0318_carvanha/carvanha_shiny.png new file mode 100644 index 00000000..51d574b1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0318_carvanha/carvanha_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0319_sharpedo/sharpedo.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0319_sharpedo/sharpedo.png new file mode 100644 index 00000000..a4503013 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0319_sharpedo/sharpedo.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0319_sharpedo/sharpedo_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0319_sharpedo/sharpedo_shiny.png new file mode 100644 index 00000000..330b0c9f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0319_sharpedo/sharpedo_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0320_wailmer/wailmer.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0320_wailmer/wailmer.png new file mode 100644 index 00000000..20b87bae Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0320_wailmer/wailmer.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0320_wailmer/wailmer_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0320_wailmer/wailmer_shiny.png new file mode 100644 index 00000000..d7feba46 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0320_wailmer/wailmer_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0321_wailord/wailord.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0321_wailord/wailord.png new file mode 100644 index 00000000..568ee748 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0321_wailord/wailord.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0321_wailord/wailord_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0321_wailord/wailord_shiny.png new file mode 100644 index 00000000..618a44ec Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0321_wailord/wailord_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0322_numel/numel.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0322_numel/numel.png new file mode 100644 index 00000000..a0f72ab5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0322_numel/numel.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0322_numel/numel_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0322_numel/numel_shiny.png new file mode 100644 index 00000000..79e433f8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0322_numel/numel_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0323_camerupt/camerupt.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0323_camerupt/camerupt.png new file mode 100644 index 00000000..a6eb6f4a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0323_camerupt/camerupt.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0323_camerupt/camerupt_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0323_camerupt/camerupt_shiny.png new file mode 100644 index 00000000..a44dd876 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0323_camerupt/camerupt_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0324_torkoal/torkoal.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0324_torkoal/torkoal.png new file mode 100644 index 00000000..b8975e6e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0324_torkoal/torkoal.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0324_torkoal/torkoal_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0324_torkoal/torkoal_shiny.png new file mode 100644 index 00000000..7cb94a62 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0324_torkoal/torkoal_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0327_spinda/spinda.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0327_spinda/spinda.png new file mode 100644 index 00000000..eb47d399 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0327_spinda/spinda.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0327_spinda/spinda_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0327_spinda/spinda_shiny.png new file mode 100644 index 00000000..8673653b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0327_spinda/spinda_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0328_trapinch/trapinch.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0328_trapinch/trapinch.png new file mode 100644 index 00000000..fa383d3e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0328_trapinch/trapinch.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0328_trapinch/trapinch_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0328_trapinch/trapinch_shiny.png new file mode 100644 index 00000000..c4b4d7f4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0328_trapinch/trapinch_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0329_vibrava/vibrava.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0329_vibrava/vibrava.png new file mode 100644 index 00000000..92468fa2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0329_vibrava/vibrava.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0329_vibrava/vibrava_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0329_vibrava/vibrava_shiny.png new file mode 100644 index 00000000..0336ed5d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0329_vibrava/vibrava_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0330_flygon/flygon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0330_flygon/flygon.png new file mode 100644 index 00000000..7d1eb2ff Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0330_flygon/flygon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0330_flygon/flygon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0330_flygon/flygon_shiny.png new file mode 100644 index 00000000..a7b4ec51 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0330_flygon/flygon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0331_cacnea/cacnea.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0331_cacnea/cacnea.png new file mode 100644 index 00000000..73720dbf Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0331_cacnea/cacnea.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0331_cacnea/cacnea_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0331_cacnea/cacnea_shiny.png new file mode 100644 index 00000000..527378ca Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0331_cacnea/cacnea_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0332_cacturne/cacturne.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0332_cacturne/cacturne.png new file mode 100644 index 00000000..14e225fa Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0332_cacturne/cacturne.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0332_cacturne/cacturne_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0332_cacturne/cacturne_shiny.png new file mode 100644 index 00000000..bcb4913c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0332_cacturne/cacturne_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0337_lunatone/lunatone.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0337_lunatone/lunatone.png new file mode 100644 index 00000000..99a9242b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0337_lunatone/lunatone.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0337_lunatone/lunatone_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0337_lunatone/lunatone_shiny.png new file mode 100644 index 00000000..c7fafe5f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0337_lunatone/lunatone_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0338_solrock/solrock.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0338_solrock/solrock.png new file mode 100644 index 00000000..dcd31819 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0338_solrock/solrock.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0338_solrock/solrock_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0338_solrock/solrock_shiny.png new file mode 100644 index 00000000..20ef1d64 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0338_solrock/solrock_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0339_barboach/barboach.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0339_barboach/barboach.png new file mode 100644 index 00000000..c34b418f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0339_barboach/barboach.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0339_barboach/barboach_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0339_barboach/barboach_shiny.png new file mode 100644 index 00000000..afab31a9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0339_barboach/barboach_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0340_whiscash/whiscash.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0340_whiscash/whiscash.png new file mode 100644 index 00000000..e4f769de Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0340_whiscash/whiscash.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0340_whiscash/whiscash_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0340_whiscash/whiscash_shiny.png new file mode 100644 index 00000000..7160d2b2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0340_whiscash/whiscash_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0343_baltoy/baltoy.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0343_baltoy/baltoy.png new file mode 100644 index 00000000..291a3981 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0343_baltoy/baltoy.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0343_baltoy/baltoy_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0343_baltoy/baltoy_shiny.png new file mode 100644 index 00000000..50f79855 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0343_baltoy/baltoy_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0344_claydol/claydol.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0344_claydol/claydol.png new file mode 100644 index 00000000..e0d47fb6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0344_claydol/claydol.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0344_claydol/claydol_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0344_claydol/claydol_shiny.png new file mode 100644 index 00000000..aa95b61f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0344_claydol/claydol_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0345_lileep/lileep.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0345_lileep/lileep.png new file mode 100644 index 00000000..030a95ba Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0345_lileep/lileep.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0345_lileep/lileep_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0345_lileep/lileep_shiny.png new file mode 100644 index 00000000..8804b1a2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0345_lileep/lileep_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0346_cradily/cradily.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0346_cradily/cradily.png new file mode 100644 index 00000000..4c3d3d50 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0346_cradily/cradily.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0346_cradily/cradily_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0346_cradily/cradily_shiny.png new file mode 100644 index 00000000..c9773803 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0346_cradily/cradily_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0347_anorith/anorith.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0347_anorith/anorith.png new file mode 100644 index 00000000..bf0023ea Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0347_anorith/anorith.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0347_anorith/anorith_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0347_anorith/anorith_shiny.png new file mode 100644 index 00000000..0b5dea85 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0347_anorith/anorith_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0348_armaldo/armaldo.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0348_armaldo/armaldo.png new file mode 100644 index 00000000..6e7cb217 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0348_armaldo/armaldo.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0348_armaldo/armaldo_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0348_armaldo/armaldo_shiny.png new file mode 100644 index 00000000..838a6705 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0348_armaldo/armaldo_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0355_duskull/duskull.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0355_duskull/duskull.png new file mode 100644 index 00000000..2ffac3f0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0355_duskull/duskull.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0355_duskull/duskull_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0355_duskull/duskull_shiny.png new file mode 100644 index 00000000..afa4b231 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0355_duskull/duskull_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0356_dusclops/dusclops.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0356_dusclops/dusclops.png new file mode 100644 index 00000000..4c1f3277 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0356_dusclops/dusclops.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0356_dusclops/dusclops_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0356_dusclops/dusclops_shiny.png new file mode 100644 index 00000000..f663902e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0356_dusclops/dusclops_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0357_tropius/tropius.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0357_tropius/tropius.png new file mode 100644 index 00000000..71d86cda Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0357_tropius/tropius.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0357_tropius/tropius_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0357_tropius/tropius_shiny.png new file mode 100644 index 00000000..a85074c6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0357_tropius/tropius_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0358_chimecho/chimecho.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0358_chimecho/chimecho.png new file mode 100644 index 00000000..38b12f46 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0358_chimecho/chimecho.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0358_chimecho/chimecho_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0358_chimecho/chimecho_shiny.png new file mode 100644 index 00000000..f9d0d1f0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0358_chimecho/chimecho_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0363_spheal/spheal.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0363_spheal/spheal.png new file mode 100644 index 00000000..4348996b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0363_spheal/spheal.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0363_spheal/spheal_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0363_spheal/spheal_shiny.png new file mode 100644 index 00000000..e78956ab Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0363_spheal/spheal_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0364_sealeo/sealeo.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0364_sealeo/sealeo.png new file mode 100644 index 00000000..d7611082 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0364_sealeo/sealeo.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0364_sealeo/sealeo_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0364_sealeo/sealeo_shiny.png new file mode 100644 index 00000000..a4185622 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0364_sealeo/sealeo_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0365_walrein/walrein.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0365_walrein/walrein.png new file mode 100644 index 00000000..f261f8e6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0365_walrein/walrein.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0365_walrein/walrein_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0365_walrein/walrein_shiny.png new file mode 100644 index 00000000..30e26839 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0365_walrein/walrein_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0366_clamperl/clamperl.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0366_clamperl/clamperl.png new file mode 100644 index 00000000..bbb22f38 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0366_clamperl/clamperl.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0366_clamperl/clamperl_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0366_clamperl/clamperl_shiny.png new file mode 100644 index 00000000..34f9a00c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0366_clamperl/clamperl_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0367_huntail/huntail.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0367_huntail/huntail.png new file mode 100644 index 00000000..018d4467 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0367_huntail/huntail.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0367_huntail/huntail_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0367_huntail/huntail_shiny.png new file mode 100644 index 00000000..b91e3c02 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0367_huntail/huntail_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0368_gorebyss/gorebyss.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0368_gorebyss/gorebyss.png new file mode 100644 index 00000000..90d6e7ad Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0368_gorebyss/gorebyss.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0368_gorebyss/gorebyss_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0368_gorebyss/gorebyss_shiny.png new file mode 100644 index 00000000..988d8b6c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0368_gorebyss/gorebyss_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0369_relicanth/relicanth.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0369_relicanth/relicanth.png new file mode 100644 index 00000000..48cdba09 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0369_relicanth/relicanth.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0369_relicanth/relicanth_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0369_relicanth/relicanth_shiny.png new file mode 100644 index 00000000..e8427694 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0369_relicanth/relicanth_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0370_luvdisc/luvdisc.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0370_luvdisc/luvdisc.png new file mode 100644 index 00000000..26046eab Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0370_luvdisc/luvdisc.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0370_luvdisc/luvdisc_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0370_luvdisc/luvdisc_shiny.png new file mode 100644 index 00000000..b23ed64d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0370_luvdisc/luvdisc_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0371_bagon/bagon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0371_bagon/bagon.png new file mode 100644 index 00000000..6e7e721e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0371_bagon/bagon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0371_bagon/bagon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0371_bagon/bagon_shiny.png new file mode 100644 index 00000000..f52ee3d7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0371_bagon/bagon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0372_shelgon/shelgon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0372_shelgon/shelgon.png new file mode 100644 index 00000000..a3a968f8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0372_shelgon/shelgon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0372_shelgon/shelgon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0372_shelgon/shelgon_shiny.png new file mode 100644 index 00000000..52e6f6b2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0372_shelgon/shelgon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0373_salamence/salamence.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0373_salamence/salamence.png new file mode 100644 index 00000000..092ca03c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0373_salamence/salamence.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0373_salamence/salamence_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0373_salamence/salamence_shiny.png new file mode 100644 index 00000000..2cc3093e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0373_salamence/salamence_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0374_beldum/beldum.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0374_beldum/beldum.png new file mode 100644 index 00000000..bdf6cf45 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0374_beldum/beldum.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0374_beldum/beldum_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0374_beldum/beldum_shiny.png new file mode 100644 index 00000000..2735b02f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0374_beldum/beldum_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0375_metang/metang.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0375_metang/metang.png new file mode 100644 index 00000000..53fe4b47 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0375_metang/metang.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0375_metang/metang_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0375_metang/metang_shiny.png new file mode 100644 index 00000000..879b9a32 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0375_metang/metang_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0376_metagross/metagross.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0376_metagross/metagross.png new file mode 100644 index 00000000..5d39dc6e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0376_metagross/metagross.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0376_metagross/metagross_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0376_metagross/metagross_shiny.png new file mode 100644 index 00000000..05ab2c5f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0376_metagross/metagross_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0377_regirock/regirock.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0377_regirock/regirock.png new file mode 100644 index 00000000..a61980b4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0377_regirock/regirock.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0377_regirock/regirock_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0377_regirock/regirock_shiny.png new file mode 100644 index 00000000..3b625d2f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0377_regirock/regirock_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0378_regice/regice.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0378_regice/regice.png new file mode 100644 index 00000000..2f85135a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0378_regice/regice.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0378_regice/regice_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0378_regice/regice_shiny.png new file mode 100644 index 00000000..c697b7e9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0378_regice/regice_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0379_registeel/registeel.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0379_registeel/registeel.png new file mode 100644 index 00000000..0482f228 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0379_registeel/registeel.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0379_registeel/registeel_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0379_registeel/registeel_shiny.png new file mode 100644 index 00000000..d214e340 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0379_registeel/registeel_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0380_latias/latias.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0380_latias/latias.png new file mode 100644 index 00000000..d315970b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0380_latias/latias.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0380_latias/latias_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0380_latias/latias_shiny.png new file mode 100644 index 00000000..40b3e019 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0380_latias/latias_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0381_latios/latios.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0381_latios/latios.png new file mode 100644 index 00000000..25988865 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0381_latios/latios.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0381_latios/latios_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0381_latios/latios_shiny.png new file mode 100644 index 00000000..d656b626 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0381_latios/latios_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0382_kyogre/kyogre.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0382_kyogre/kyogre.png new file mode 100644 index 00000000..5296d8c0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0382_kyogre/kyogre.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0382_kyogre/kyogre_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0382_kyogre/kyogre_shiny.png new file mode 100644 index 00000000..5de4bf7f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0382_kyogre/kyogre_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0383_groudon/groudon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0383_groudon/groudon.png new file mode 100644 index 00000000..ec4ee67b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0383_groudon/groudon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0383_groudon/groudon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0383_groudon/groudon_shiny.png new file mode 100644 index 00000000..d4bad53f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0383_groudon/groudon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0384_rayquaza/rayquaza.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0384_rayquaza/rayquaza.png new file mode 100644 index 00000000..dfda88ac Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0384_rayquaza/rayquaza.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0384_rayquaza/rayquaza_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0384_rayquaza/rayquaza_shiny.png new file mode 100644 index 00000000..ed7c2bfd Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0384_rayquaza/rayquaza_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0385_jirachi/jirachi.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0385_jirachi/jirachi.png new file mode 100644 index 00000000..40ab9222 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0385_jirachi/jirachi.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0385_jirachi/jirachi_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0385_jirachi/jirachi_shiny.png new file mode 100644 index 00000000..06e57854 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0385_jirachi/jirachi_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0386_deoxys/deoxys.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0386_deoxys/deoxys.png new file mode 100644 index 00000000..f5033150 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0386_deoxys/deoxys.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0386_deoxys/deoxys_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0386_deoxys/deoxys_shiny.png new file mode 100644 index 00000000..b8f2a4e7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0386_deoxys/deoxys_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0387_turtwig/turtwig.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0387_turtwig/turtwig.png new file mode 100644 index 00000000..0b0d0b30 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0387_turtwig/turtwig.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0387_turtwig/turtwig_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0387_turtwig/turtwig_shiny.png new file mode 100644 index 00000000..35af26a6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0387_turtwig/turtwig_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0388_grotle/grotle.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0388_grotle/grotle.png new file mode 100644 index 00000000..37380700 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0388_grotle/grotle.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0388_grotle/grotle_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0388_grotle/grotle_shiny.png new file mode 100644 index 00000000..e9976e28 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0388_grotle/grotle_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0389_torterra/torterra.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0389_torterra/torterra.png new file mode 100644 index 00000000..1cdf10ea Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0389_torterra/torterra.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0389_torterra/torterra_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0389_torterra/torterra_shiny.png new file mode 100644 index 00000000..3a6c0b6f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0389_torterra/torterra_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0390_chimchar/chimchar.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0390_chimchar/chimchar.png new file mode 100644 index 00000000..c393898a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0390_chimchar/chimchar.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0390_chimchar/chimchar_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0390_chimchar/chimchar_shiny.png new file mode 100644 index 00000000..17b160ec Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0390_chimchar/chimchar_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0391_monferno/monferno.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0391_monferno/monferno.png new file mode 100644 index 00000000..a53a8251 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0391_monferno/monferno.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0391_monferno/monferno_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0391_monferno/monferno_shiny.png new file mode 100644 index 00000000..02e5556d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0391_monferno/monferno_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0392_infernape/infernape.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0392_infernape/infernape.png new file mode 100644 index 00000000..d6785f12 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0392_infernape/infernape.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0392_infernape/infernape_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0392_infernape/infernape_shiny.png new file mode 100644 index 00000000..a2d78751 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0392_infernape/infernape_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0393_piplup/piplup.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0393_piplup/piplup.png new file mode 100644 index 00000000..baf417e9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0393_piplup/piplup.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0393_piplup/piplup_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0393_piplup/piplup_shiny.png new file mode 100644 index 00000000..1ad8a4bc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0393_piplup/piplup_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0394_prinplup/prinplup.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0394_prinplup/prinplup.png new file mode 100644 index 00000000..35fd0f65 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0394_prinplup/prinplup.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0394_prinplup/prinplup_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0394_prinplup/prinplup_shiny.png new file mode 100644 index 00000000..8a6c1201 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0394_prinplup/prinplup_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0395_empoleon/empoleon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0395_empoleon/empoleon.png new file mode 100644 index 00000000..9a94f6ae Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0395_empoleon/empoleon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0395_empoleon/empoleon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0395_empoleon/empoleon_shiny.png new file mode 100644 index 00000000..9d97decc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0395_empoleon/empoleon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0396_starly/starly.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0396_starly/starly.png new file mode 100644 index 00000000..c35df1c2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0396_starly/starly.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0396_starly/starly_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0396_starly/starly_shiny.png new file mode 100644 index 00000000..02eb2064 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0396_starly/starly_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0397_staravia/staravia.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0397_staravia/staravia.png new file mode 100644 index 00000000..7183f356 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0397_staravia/staravia.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0397_staravia/staravia_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0397_staravia/staravia_shiny.png new file mode 100644 index 00000000..00fe3502 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0397_staravia/staravia_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0398_staraptor/staraptor.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0398_staraptor/staraptor.png new file mode 100644 index 00000000..b1ca1408 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0398_staraptor/staraptor.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0398_staraptor/staraptor_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0398_staraptor/staraptor_shiny.png new file mode 100644 index 00000000..b9a53301 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0398_staraptor/staraptor_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0399_bidoof/bidoof.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0399_bidoof/bidoof.png new file mode 100644 index 00000000..c847ee50 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0399_bidoof/bidoof.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0399_bidoof/bidoof_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0399_bidoof/bidoof_shiny.png new file mode 100644 index 00000000..1b842652 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0399_bidoof/bidoof_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0400_bibarel/bibarel.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0400_bibarel/bibarel.png new file mode 100644 index 00000000..c8bf73c5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0400_bibarel/bibarel.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0400_bibarel/bibarel_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0400_bibarel/bibarel_shiny.png new file mode 100644 index 00000000..69a7c906 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0400_bibarel/bibarel_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0401_kricketot/kricketot.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0401_kricketot/kricketot.png new file mode 100644 index 00000000..055fb91e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0401_kricketot/kricketot.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0401_kricketot/kricketot_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0401_kricketot/kricketot_shiny.png new file mode 100644 index 00000000..6083f6cb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0401_kricketot/kricketot_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0402_kricketune/kricketune.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0402_kricketune/kricketune.png new file mode 100644 index 00000000..efa8190c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0402_kricketune/kricketune.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0402_kricketune/kricketune_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0402_kricketune/kricketune_shiny.png new file mode 100644 index 00000000..3ad38fce Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0402_kricketune/kricketune_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0403_shinx/shinx.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0403_shinx/shinx.png new file mode 100644 index 00000000..06baa5a4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0403_shinx/shinx.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0403_shinx/shinx_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0403_shinx/shinx_shiny.png new file mode 100644 index 00000000..71a8a991 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0403_shinx/shinx_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0404_luxio/luxio.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0404_luxio/luxio.png new file mode 100644 index 00000000..f1a11545 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0404_luxio/luxio.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0404_luxio/luxio_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0404_luxio/luxio_shiny.png new file mode 100644 index 00000000..afc49be5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0404_luxio/luxio_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0405_luxray/luxray.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0405_luxray/luxray.png new file mode 100644 index 00000000..660db8bf Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0405_luxray/luxray.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0405_luxray/luxray_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0405_luxray/luxray_shiny.png new file mode 100644 index 00000000..60b65ec3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0405_luxray/luxray_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0406_budew/budew.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0406_budew/budew.png new file mode 100644 index 00000000..17f9d4e7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0406_budew/budew.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0406_budew/budew_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0406_budew/budew_shiny.png new file mode 100644 index 00000000..9c3b769c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0406_budew/budew_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0407_roserade/roserade.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0407_roserade/roserade.png new file mode 100644 index 00000000..6384c442 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0407_roserade/roserade.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0407_roserade/roserade_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0407_roserade/roserade_shiny.png new file mode 100644 index 00000000..851315b1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0407_roserade/roserade_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0408_cranidos/cranidos.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0408_cranidos/cranidos.png new file mode 100644 index 00000000..b79c923d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0408_cranidos/cranidos.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0408_cranidos/cranidos_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0408_cranidos/cranidos_shiny.png new file mode 100644 index 00000000..c6b2d487 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0408_cranidos/cranidos_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0409_rampardos/rampardos.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0409_rampardos/rampardos.png new file mode 100644 index 00000000..afdcf601 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0409_rampardos/rampardos.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0409_rampardos/rampardos_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0409_rampardos/rampardos_shiny.png new file mode 100644 index 00000000..12503c11 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0409_rampardos/rampardos_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0410_shieldon/shieldon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0410_shieldon/shieldon.png new file mode 100644 index 00000000..1db390f8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0410_shieldon/shieldon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0410_shieldon/shieldon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0410_shieldon/shieldon_shiny.png new file mode 100644 index 00000000..302eb47c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0410_shieldon/shieldon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0411_bastiodon/bastiodon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0411_bastiodon/bastiodon.png new file mode 100644 index 00000000..3d8c9d2b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0411_bastiodon/bastiodon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0411_bastiodon/bastiodon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0411_bastiodon/bastiodon_shiny.png new file mode 100644 index 00000000..5f2e92dd Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0411_bastiodon/bastiodon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0415_combee/combee.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0415_combee/combee.png new file mode 100644 index 00000000..caf5f54a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0415_combee/combee.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0415_combee/combee_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0415_combee/combee_shiny.png new file mode 100644 index 00000000..1b23c263 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0415_combee/combee_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0416_vespiquen/vespiquen.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0416_vespiquen/vespiquen.png new file mode 100644 index 00000000..c6a11b99 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0416_vespiquen/vespiquen.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0416_vespiquen/vespiquen_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0416_vespiquen/vespiquen_shiny.png new file mode 100644 index 00000000..8f4b9a84 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0416_vespiquen/vespiquen_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0417_pachirisu/pachirisu.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0417_pachirisu/pachirisu.png new file mode 100644 index 00000000..1fb05155 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0417_pachirisu/pachirisu.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0417_pachirisu/pachirisu_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0417_pachirisu/pachirisu_shiny.png new file mode 100644 index 00000000..4928854d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0417_pachirisu/pachirisu_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0418_buizel/buizel.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0418_buizel/buizel.png new file mode 100644 index 00000000..cf35dfdc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0418_buizel/buizel.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0418_buizel/buizel_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0418_buizel/buizel_shiny.png new file mode 100644 index 00000000..f1a9b520 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0418_buizel/buizel_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0419_floatzel/floatzel.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0419_floatzel/floatzel.png new file mode 100644 index 00000000..a06747cf Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0419_floatzel/floatzel.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0419_floatzel/floatzel_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0419_floatzel/floatzel_shiny.png new file mode 100644 index 00000000..d32f12d5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0419_floatzel/floatzel_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0420_cherubi/cherubi.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0420_cherubi/cherubi.png new file mode 100644 index 00000000..61daf497 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0420_cherubi/cherubi.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0420_cherubi/cherubi_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0420_cherubi/cherubi_shiny.png new file mode 100644 index 00000000..ae07d2fa Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0420_cherubi/cherubi_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0421_cherrim/cherrim.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0421_cherrim/cherrim.png new file mode 100644 index 00000000..de5014da Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0421_cherrim/cherrim.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0421_cherrim/cherrim_overcast_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0421_cherrim/cherrim_overcast_shiny.png new file mode 100644 index 00000000..d6b90a08 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0421_cherrim/cherrim_overcast_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0421_cherrim/cherrim_sunshine.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0421_cherrim/cherrim_sunshine.png new file mode 100644 index 00000000..4dd593de Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0421_cherrim/cherrim_sunshine.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0421_cherrim/cherrim_sunshine_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0421_cherrim/cherrim_sunshine_shiny.png new file mode 100644 index 00000000..06f6e8b4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0421_cherrim/cherrim_sunshine_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0422_shellos/shellos_east.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0422_shellos/shellos_east.png new file mode 100644 index 00000000..45815516 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0422_shellos/shellos_east.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0422_shellos/shellos_east_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0422_shellos/shellos_east_shiny.png new file mode 100644 index 00000000..001efb90 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0422_shellos/shellos_east_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0422_shellos/shellos_west.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0422_shellos/shellos_west.png new file mode 100644 index 00000000..76779958 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0422_shellos/shellos_west.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0422_shellos/shellos_west_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0422_shellos/shellos_west_shiny.png new file mode 100644 index 00000000..7eae4535 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0422_shellos/shellos_west_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0423_gastrodon/gastrodon_east.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0423_gastrodon/gastrodon_east.png new file mode 100644 index 00000000..59d91fd3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0423_gastrodon/gastrodon_east.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0423_gastrodon/gastrodon_east_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0423_gastrodon/gastrodon_east_shiny.png new file mode 100644 index 00000000..81475a23 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0423_gastrodon/gastrodon_east_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0423_gastrodon/gastrodon_west.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0423_gastrodon/gastrodon_west.png new file mode 100644 index 00000000..2a425196 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0423_gastrodon/gastrodon_west.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0423_gastrodon/gastrodon_west_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0423_gastrodon/gastrodon_west_shiny.png new file mode 100644 index 00000000..47a5479e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0423_gastrodon/gastrodon_west_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0424_ambipom/ambipom.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0424_ambipom/ambipom.png new file mode 100644 index 00000000..68387228 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0424_ambipom/ambipom.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0424_ambipom/ambipom_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0424_ambipom/ambipom_shiny.png new file mode 100644 index 00000000..a4d0e667 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0424_ambipom/ambipom_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0425_drifloon/drifloon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0425_drifloon/drifloon.png new file mode 100644 index 00000000..9cae6c54 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0425_drifloon/drifloon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0425_drifloon/drifloon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0425_drifloon/drifloon_shiny.png new file mode 100644 index 00000000..2b473910 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0425_drifloon/drifloon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0426_drifblim/drifblim.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0426_drifblim/drifblim.png new file mode 100644 index 00000000..3eac4282 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0426_drifblim/drifblim.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0426_drifblim/drifblim_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0426_drifblim/drifblim_shiny.png new file mode 100644 index 00000000..cb790281 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0426_drifblim/drifblim_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0427_buneary/buneary.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0427_buneary/buneary.png new file mode 100644 index 00000000..7497e253 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0427_buneary/buneary.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0427_buneary/buneary_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0427_buneary/buneary_shiny.png new file mode 100644 index 00000000..f5ffd4ce Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0427_buneary/buneary_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0428_lopunny/lopunny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0428_lopunny/lopunny.png new file mode 100644 index 00000000..aa680a93 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0428_lopunny/lopunny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0428_lopunny/lopunny_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0428_lopunny/lopunny_shiny.png new file mode 100644 index 00000000..0ee375a6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0428_lopunny/lopunny_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0429_mismagius/mismagius.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0429_mismagius/mismagius.png new file mode 100644 index 00000000..1a6bcdc7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0429_mismagius/mismagius.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0429_mismagius/mismagius_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0429_mismagius/mismagius_shiny.png new file mode 100644 index 00000000..a05c99c0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0429_mismagius/mismagius_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0430_honchkrow/honchkrow.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0430_honchkrow/honchkrow.png new file mode 100644 index 00000000..69ea504c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0430_honchkrow/honchkrow.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0430_honchkrow/honchkrow_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0430_honchkrow/honchkrow_shiny.png new file mode 100644 index 00000000..94b3db41 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0430_honchkrow/honchkrow_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0433_chingling/chingling.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0433_chingling/chingling.png new file mode 100644 index 00000000..6b93d08a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0433_chingling/chingling.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0433_chingling/chingling_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0433_chingling/chingling_shiny.png new file mode 100644 index 00000000..eec91f7f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0433_chingling/chingling_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0438_bonsly/bonsly.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0438_bonsly/bonsly.png new file mode 100644 index 00000000..c7a81804 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0438_bonsly/bonsly.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0438_bonsly/bonsly_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0438_bonsly/bonsly_shiny.png new file mode 100644 index 00000000..031c7817 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0438_bonsly/bonsly_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0439_mimejr/mimejr.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0439_mimejr/mimejr.png new file mode 100644 index 00000000..51aeec67 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0439_mimejr/mimejr.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0439_mimejr/mimejr_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0439_mimejr/mimejr_shiny.png new file mode 100644 index 00000000..604167a9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0439_mimejr/mimejr_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0440_happiny/happiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0440_happiny/happiny.png new file mode 100644 index 00000000..ff4b4d02 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0440_happiny/happiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0440_happiny/happiny_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0440_happiny/happiny_shiny.png new file mode 100644 index 00000000..67b6fb89 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0440_happiny/happiny_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0441_chatot/chatot.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0441_chatot/chatot.png new file mode 100644 index 00000000..7db63b2f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0441_chatot/chatot.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0441_chatot/chatot_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0441_chatot/chatot_shiny.png new file mode 100644 index 00000000..61fc1830 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0441_chatot/chatot_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0442_spiritomb/spiritomb.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0442_spiritomb/spiritomb.png new file mode 100644 index 00000000..ea79afe4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0442_spiritomb/spiritomb.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0442_spiritomb/spiritomb_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0442_spiritomb/spiritomb_shiny.png new file mode 100644 index 00000000..083bb2ec Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0442_spiritomb/spiritomb_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0443_gible/gible.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0443_gible/gible.png new file mode 100644 index 00000000..10a23312 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0443_gible/gible.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0443_gible/gible_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0443_gible/gible_shiny.png new file mode 100644 index 00000000..6d7781d8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0443_gible/gible_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0444_gabite/gabite.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0444_gabite/gabite.png new file mode 100644 index 00000000..3bc913e5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0444_gabite/gabite.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0444_gabite/gabite_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0444_gabite/gabite_shiny.png new file mode 100644 index 00000000..cf4a6c96 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0444_gabite/gabite_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0445_garchomp/garchomp.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0445_garchomp/garchomp.png new file mode 100644 index 00000000..8d4c577f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0445_garchomp/garchomp.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0445_garchomp/garchomp_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0445_garchomp/garchomp_shiny.png new file mode 100644 index 00000000..58b083db Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0445_garchomp/garchomp_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0446_munchlax/munchlax.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0446_munchlax/munchlax.png new file mode 100644 index 00000000..833665b9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0446_munchlax/munchlax.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0446_munchlax/munchlax_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0446_munchlax/munchlax_shiny.png new file mode 100644 index 00000000..d7ffaeed Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0446_munchlax/munchlax_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0447_riolu/riolu.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0447_riolu/riolu.png new file mode 100644 index 00000000..079f7ada Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0447_riolu/riolu.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0447_riolu/riolu_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0447_riolu/riolu_shiny.png new file mode 100644 index 00000000..326faddf Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0447_riolu/riolu_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0448_lucario/lucario.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0448_lucario/lucario.png new file mode 100644 index 00000000..9342736a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0448_lucario/lucario.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0448_lucario/lucario_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0448_lucario/lucario_shiny.png new file mode 100644 index 00000000..9beb3a1f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0448_lucario/lucario_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0449_hippopotas/hippopotas.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0449_hippopotas/hippopotas.png new file mode 100644 index 00000000..0d6b9640 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0449_hippopotas/hippopotas.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0449_hippopotas/hippopotas_female.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0449_hippopotas/hippopotas_female.png new file mode 100644 index 00000000..0d6b9640 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0449_hippopotas/hippopotas_female.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0449_hippopotas/hippopotas_female_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0449_hippopotas/hippopotas_female_shiny.png new file mode 100644 index 00000000..85b51efb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0449_hippopotas/hippopotas_female_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0449_hippopotas/hippopotas_male.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0449_hippopotas/hippopotas_male.png new file mode 100644 index 00000000..0d6b9640 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0449_hippopotas/hippopotas_male.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0449_hippopotas/hippopotas_male_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0449_hippopotas/hippopotas_male_shiny.png new file mode 100644 index 00000000..85b51efb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0449_hippopotas/hippopotas_male_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0449_hippopotas/hippopotas_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0449_hippopotas/hippopotas_shiny.png new file mode 100644 index 00000000..85b51efb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0449_hippopotas/hippopotas_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0450_hippowdon/hippowdon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0450_hippowdon/hippowdon.png new file mode 100644 index 00000000..f6cbf243 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0450_hippowdon/hippowdon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0450_hippowdon/hippowdon_female.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0450_hippowdon/hippowdon_female.png new file mode 100644 index 00000000..f6cbf243 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0450_hippowdon/hippowdon_female.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0450_hippowdon/hippowdon_female_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0450_hippowdon/hippowdon_female_shiny.png new file mode 100644 index 00000000..c6a4f8da Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0450_hippowdon/hippowdon_female_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0450_hippowdon/hippowdon_male.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0450_hippowdon/hippowdon_male.png new file mode 100644 index 00000000..c796b5d5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0450_hippowdon/hippowdon_male.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0450_hippowdon/hippowdon_male_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0450_hippowdon/hippowdon_male_shiny.png new file mode 100644 index 00000000..ee4b280d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0450_hippowdon/hippowdon_male_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0450_hippowdon/hippowdon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0450_hippowdon/hippowdon_shiny.png new file mode 100644 index 00000000..c6a4f8da Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0450_hippowdon/hippowdon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0453_croagunk/croagunk.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0453_croagunk/croagunk.png new file mode 100644 index 00000000..e94859e5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0453_croagunk/croagunk.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0453_croagunk/croagunk_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0453_croagunk/croagunk_shiny.png new file mode 100644 index 00000000..67aa20b8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0453_croagunk/croagunk_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0454_toxicroak/toxicroak.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0454_toxicroak/toxicroak.png new file mode 100644 index 00000000..a1f127cc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0454_toxicroak/toxicroak.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0454_toxicroak/toxicroak_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0454_toxicroak/toxicroak_shiny.png new file mode 100644 index 00000000..baf41cf9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0454_toxicroak/toxicroak_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0455_carnivine/carnivine.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0455_carnivine/carnivine.png new file mode 100644 index 00000000..3bb37c64 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0455_carnivine/carnivine.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0455_carnivine/carnivine_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0455_carnivine/carnivine_shiny.png new file mode 100644 index 00000000..3608200a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0455_carnivine/carnivine_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0461_weavile/weavile.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0461_weavile/weavile.png new file mode 100644 index 00000000..9ef2ee3d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0461_weavile/weavile.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0461_weavile/weavile_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0461_weavile/weavile_shiny.png new file mode 100644 index 00000000..d8cf9cd6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0461_weavile/weavile_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0462_magnezone/magnezone.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0462_magnezone/magnezone.png new file mode 100644 index 00000000..e4b5632e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0462_magnezone/magnezone.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0462_magnezone/magnezone_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0462_magnezone/magnezone_shiny.png new file mode 100644 index 00000000..e97fa9f3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0462_magnezone/magnezone_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0463_lickilicky/lickilicky.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0463_lickilicky/lickilicky.png new file mode 100644 index 00000000..31490bb6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0463_lickilicky/lickilicky.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0463_lickilicky/lickilicky_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0463_lickilicky/lickilicky_shiny.png new file mode 100644 index 00000000..f2f89b10 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0463_lickilicky/lickilicky_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0464_rhyperior/rhyperior.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0464_rhyperior/rhyperior.png new file mode 100644 index 00000000..58b2a510 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0464_rhyperior/rhyperior.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0464_rhyperior/rhyperior_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0464_rhyperior/rhyperior_shiny.png new file mode 100644 index 00000000..3caad277 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0464_rhyperior/rhyperior_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0465_tangrowth/tangrowth.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0465_tangrowth/tangrowth.png new file mode 100644 index 00000000..f3a9d68d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0465_tangrowth/tangrowth.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0465_tangrowth/tangrowth_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0465_tangrowth/tangrowth_shiny.png new file mode 100644 index 00000000..843d2ede Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0465_tangrowth/tangrowth_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0466_electivire/electivire.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0466_electivire/electivire.png new file mode 100644 index 00000000..2923d301 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0466_electivire/electivire.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0466_electivire/electivire_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0466_electivire/electivire_shiny.png new file mode 100644 index 00000000..2937309d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0466_electivire/electivire_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0467_magmortar/magmortar.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0467_magmortar/magmortar.png new file mode 100644 index 00000000..71c23812 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0467_magmortar/magmortar.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0467_magmortar/magmortar_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0467_magmortar/magmortar_shiny.png new file mode 100644 index 00000000..7e3f6067 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0467_magmortar/magmortar_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0469_yanmega/yanmega.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0469_yanmega/yanmega.png new file mode 100644 index 00000000..88270ebb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0469_yanmega/yanmega.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0469_yanmega/yanmega_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0469_yanmega/yanmega_shiny.png new file mode 100644 index 00000000..17d9f56d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0469_yanmega/yanmega_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0470_leafeon/leafeon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0470_leafeon/leafeon.png new file mode 100644 index 00000000..952e64da Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0470_leafeon/leafeon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0470_leafeon/leafeon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0470_leafeon/leafeon_shiny.png new file mode 100644 index 00000000..51bb631a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0470_leafeon/leafeon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0471_glaceon/glaceon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0471_glaceon/glaceon.png new file mode 100644 index 00000000..97c133d4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0471_glaceon/glaceon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0471_glaceon/glaceon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0471_glaceon/glaceon_shiny.png new file mode 100644 index 00000000..882dc056 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0471_glaceon/glaceon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0472_gliscor/gliscor.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0472_gliscor/gliscor.png new file mode 100644 index 00000000..80b10e91 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0472_gliscor/gliscor.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0472_gliscor/gliscor_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0472_gliscor/gliscor_shiny.png new file mode 100644 index 00000000..068b2a7d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0472_gliscor/gliscor_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0473_mamoswine/mamoswine.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0473_mamoswine/mamoswine.png new file mode 100644 index 00000000..fc68eb9c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0473_mamoswine/mamoswine.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0473_mamoswine/mamoswine_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0473_mamoswine/mamoswine_shiny.png new file mode 100644 index 00000000..e176b32e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0473_mamoswine/mamoswine_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0474_porygonz/porygonz.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0474_porygonz/porygonz.png new file mode 100644 index 00000000..ad6f5531 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0474_porygonz/porygonz.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0474_porygonz/porygonz_rubber_duck.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0474_porygonz/porygonz_rubber_duck.png new file mode 100644 index 00000000..4a54b1d7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0474_porygonz/porygonz_rubber_duck.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0474_porygonz/porygonz_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0474_porygonz/porygonz_shiny.png new file mode 100644 index 00000000..44f07cf7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0474_porygonz/porygonz_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0474_porygonz/porygonz_shiny_rubber_duck.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0474_porygonz/porygonz_shiny_rubber_duck.png new file mode 100644 index 00000000..70318873 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0474_porygonz/porygonz_shiny_rubber_duck.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0475_gallade/gallade.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0475_gallade/gallade.png new file mode 100644 index 00000000..3bd27e39 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0475_gallade/gallade.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0475_gallade/gallade_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0475_gallade/gallade_shiny.png new file mode 100644 index 00000000..feb98eb2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0475_gallade/gallade_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0476_probopass/probopass.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0476_probopass/probopass.png new file mode 100644 index 00000000..920a3cdd Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0476_probopass/probopass.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0476_probopass/probopass_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0476_probopass/probopass_shiny.png new file mode 100644 index 00000000..c218399f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0476_probopass/probopass_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0477_dusknoir/dusknoir.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0477_dusknoir/dusknoir.png new file mode 100644 index 00000000..8d7cafe7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0477_dusknoir/dusknoir.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0477_dusknoir/dusknoir_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0477_dusknoir/dusknoir_shiny.png new file mode 100644 index 00000000..18e70814 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0477_dusknoir/dusknoir_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0480_uxie/uxie.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0480_uxie/uxie.png new file mode 100644 index 00000000..2cfae4da Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0480_uxie/uxie.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0480_uxie/uxie_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0480_uxie/uxie_shiny.png new file mode 100644 index 00000000..cf93f216 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0480_uxie/uxie_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0481_mesprit/mesprit.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0481_mesprit/mesprit.png new file mode 100644 index 00000000..fabd05e2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0481_mesprit/mesprit.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0481_mesprit/mesprit_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0481_mesprit/mesprit_shiny.png new file mode 100644 index 00000000..bec53f5f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0481_mesprit/mesprit_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0482_azelf/azelf.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0482_azelf/azelf.png new file mode 100644 index 00000000..db50fb86 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0482_azelf/azelf.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0482_azelf/azelf_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0482_azelf/azelf_shiny.png new file mode 100644 index 00000000..e21474c9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0482_azelf/azelf_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0483_dialga/dialga.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0483_dialga/dialga.png new file mode 100644 index 00000000..a3f04443 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0483_dialga/dialga.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0483_dialga/dialga_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0483_dialga/dialga_shiny.png new file mode 100644 index 00000000..3621335c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0483_dialga/dialga_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0484_palkia/palkia.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0484_palkia/palkia.png new file mode 100644 index 00000000..889d4f83 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0484_palkia/palkia.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0484_palkia/palkia_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0484_palkia/palkia_shiny.png new file mode 100644 index 00000000..347b462a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0484_palkia/palkia_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0485_heatran/heatran.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0485_heatran/heatran.png new file mode 100644 index 00000000..b9c8f07a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0485_heatran/heatran.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0485_heatran/heatran_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0485_heatran/heatran_shiny.png new file mode 100644 index 00000000..ff4e1b96 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0485_heatran/heatran_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0486_regigigas/regigigas.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0486_regigigas/regigigas.png new file mode 100644 index 00000000..c7557b8f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0486_regigigas/regigigas.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0486_regigigas/regigigas_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0486_regigigas/regigigas_shiny.png new file mode 100644 index 00000000..9e866b06 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0486_regigigas/regigigas_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0487_giratina/giratina_altered.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0487_giratina/giratina_altered.png new file mode 100644 index 00000000..a1a02561 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0487_giratina/giratina_altered.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0487_giratina/giratina_altered_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0487_giratina/giratina_altered_shiny.png new file mode 100644 index 00000000..6d58db3b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0487_giratina/giratina_altered_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0487_giratina/giratina_origin.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0487_giratina/giratina_origin.png new file mode 100644 index 00000000..5a7dc314 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0487_giratina/giratina_origin.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0487_giratina/giratina_origin_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0487_giratina/giratina_origin_shiny.png new file mode 100644 index 00000000..e7adc8a0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0487_giratina/giratina_origin_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0488_cresselia/cresselia.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0488_cresselia/cresselia.png new file mode 100644 index 00000000..f6a13622 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0488_cresselia/cresselia.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0488_cresselia/cresselia_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0488_cresselia/cresselia_shiny.png new file mode 100644 index 00000000..45814200 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0488_cresselia/cresselia_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0489_phione/phione.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0489_phione/phione.png new file mode 100644 index 00000000..263e2d0f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0489_phione/phione.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0489_phione/phione_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0489_phione/phione_shiny.png new file mode 100644 index 00000000..0b1fd185 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0489_phione/phione_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0490_manaphy/manaphy.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0490_manaphy/manaphy.png new file mode 100644 index 00000000..e3232ccb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0490_manaphy/manaphy.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0490_manaphy/manaphy_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0490_manaphy/manaphy_shiny.png new file mode 100644 index 00000000..f9f0ac5a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0490_manaphy/manaphy_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0491_darkrai/darkrai.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0491_darkrai/darkrai.png new file mode 100644 index 00000000..f40b07b4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0491_darkrai/darkrai.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0491_darkrai/darkrai_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0491_darkrai/darkrai_shiny.png new file mode 100644 index 00000000..8d3dbb5b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0491_darkrai/darkrai_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0492_shaymin/shaymin.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0492_shaymin/shaymin.png new file mode 100644 index 00000000..eb6cafaf Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0492_shaymin/shaymin.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0492_shaymin/shaymin_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0492_shaymin/shaymin_shiny.png new file mode 100644 index 00000000..f1a961e3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0492_shaymin/shaymin_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0493_arceus/arceus.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0493_arceus/arceus.png new file mode 100644 index 00000000..ad55ed59 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0493_arceus/arceus.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0493_arceus/arceus_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0493_arceus/arceus_shiny.png new file mode 100644 index 00000000..5bfc26c7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0493_arceus/arceus_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0494_victini/victini.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0494_victini/victini.png new file mode 100644 index 00000000..5cf8de92 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0494_victini/victini.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0494_victini/victini_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0494_victini/victini_shiny.png new file mode 100644 index 00000000..617918f0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0494_victini/victini_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0495_snivy/snivy.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0495_snivy/snivy.png new file mode 100644 index 00000000..ca49b870 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0495_snivy/snivy.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0495_snivy/snivy_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0495_snivy/snivy_shiny.png new file mode 100644 index 00000000..6ac49bfb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0495_snivy/snivy_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0496_servine/servine.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0496_servine/servine.png new file mode 100644 index 00000000..c439e610 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0496_servine/servine.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0496_servine/servine_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0496_servine/servine_shiny.png new file mode 100644 index 00000000..66cf1de4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0496_servine/servine_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0497_serperior/serperior.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0497_serperior/serperior.png new file mode 100644 index 00000000..ca046674 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0497_serperior/serperior.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0497_serperior/serperior_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0497_serperior/serperior_shiny.png new file mode 100644 index 00000000..af489008 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0497_serperior/serperior_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0498_tepig/tepig.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0498_tepig/tepig.png new file mode 100644 index 00000000..876c01f1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0498_tepig/tepig.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0498_tepig/tepig_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0498_tepig/tepig_shiny.png new file mode 100644 index 00000000..eabeef36 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0498_tepig/tepig_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0499_pignite/pignite.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0499_pignite/pignite.png new file mode 100644 index 00000000..5b7b2fe0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0499_pignite/pignite.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0499_pignite/pignite_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0499_pignite/pignite_shiny.png new file mode 100644 index 00000000..0f57490e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0499_pignite/pignite_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0500_emboar/emboar.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0500_emboar/emboar.png new file mode 100644 index 00000000..09709c10 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0500_emboar/emboar.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0500_emboar/emboar_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0500_emboar/emboar_shiny.png new file mode 100644 index 00000000..2f6dbe08 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0500_emboar/emboar_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0501_oshawott/oshawott.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0501_oshawott/oshawott.png new file mode 100644 index 00000000..ec38eee4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0501_oshawott/oshawott.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0501_oshawott/oshawott_hisui_bias.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0501_oshawott/oshawott_hisui_bias.png new file mode 100644 index 00000000..ec38eee4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0501_oshawott/oshawott_hisui_bias.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0501_oshawott/oshawott_hisui_bias_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0501_oshawott/oshawott_hisui_bias_shiny.png new file mode 100644 index 00000000..fe8306e4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0501_oshawott/oshawott_hisui_bias_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0501_oshawott/oshawott_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0501_oshawott/oshawott_shiny.png new file mode 100644 index 00000000..fe8306e4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0501_oshawott/oshawott_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0502_dewott/dewott.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0502_dewott/dewott.png new file mode 100644 index 00000000..17609273 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0502_dewott/dewott.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0502_dewott/dewott_hisui_bias.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0502_dewott/dewott_hisui_bias.png new file mode 100644 index 00000000..17609273 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0502_dewott/dewott_hisui_bias.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0502_dewott/dewott_hisui_bias_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0502_dewott/dewott_hisui_bias_shiny.png new file mode 100644 index 00000000..c75d7d1d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0502_dewott/dewott_hisui_bias_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0502_dewott/dewott_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0502_dewott/dewott_shiny.png new file mode 100644 index 00000000..c75d7d1d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0502_dewott/dewott_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0503_samurott/samurott.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0503_samurott/samurott.png new file mode 100644 index 00000000..c9b8a84d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0503_samurott/samurott.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0503_samurott/samurott_hisuian.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0503_samurott/samurott_hisuian.png new file mode 100644 index 00000000..cc28acca Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0503_samurott/samurott_hisuian.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0503_samurott/samurott_hisuian_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0503_samurott/samurott_hisuian_shiny.png new file mode 100644 index 00000000..c199809c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0503_samurott/samurott_hisuian_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0503_samurott/samurott_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0503_samurott/samurott_shiny.png new file mode 100644 index 00000000..caf3fdff Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0503_samurott/samurott_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0504_patrat/patrat.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0504_patrat/patrat.png new file mode 100644 index 00000000..6e790e73 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0504_patrat/patrat.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0504_patrat/patrat_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0504_patrat/patrat_shiny.png new file mode 100644 index 00000000..0c548767 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0504_patrat/patrat_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0505_watchog/watchog.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0505_watchog/watchog.png new file mode 100644 index 00000000..58ce6737 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0505_watchog/watchog.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0505_watchog/watchog_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0505_watchog/watchog_shiny.png new file mode 100644 index 00000000..f8ea53f2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0505_watchog/watchog_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0506_lillipup/lillipup.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0506_lillipup/lillipup.png new file mode 100644 index 00000000..7bd6dbae Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0506_lillipup/lillipup.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0506_lillipup/lillipup_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0506_lillipup/lillipup_shiny.png new file mode 100644 index 00000000..a3c193a1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0506_lillipup/lillipup_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0507_herdier/herdier.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0507_herdier/herdier.png new file mode 100644 index 00000000..87df6a91 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0507_herdier/herdier.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0507_herdier/herdier_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0507_herdier/herdier_shiny.png new file mode 100644 index 00000000..b18d9c7f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0507_herdier/herdier_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0508_stoutland/stoutland.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0508_stoutland/stoutland.png new file mode 100644 index 00000000..92de27d8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0508_stoutland/stoutland.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0508_stoutland/stoutland_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0508_stoutland/stoutland_shiny.png new file mode 100644 index 00000000..76d794e1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0508_stoutland/stoutland_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0509_purrloin/purrloin.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0509_purrloin/purrloin.png new file mode 100644 index 00000000..253c9e78 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0509_purrloin/purrloin.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0509_purrloin/purrloin_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0509_purrloin/purrloin_shiny.png new file mode 100644 index 00000000..78387133 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0509_purrloin/purrloin_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0510_liepard/liepard.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0510_liepard/liepard.png new file mode 100644 index 00000000..59ddbae7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0510_liepard/liepard.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0510_liepard/liepard_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0510_liepard/liepard_shiny.png new file mode 100644 index 00000000..228956fb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0510_liepard/liepard_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0511_pansage/pansage.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0511_pansage/pansage.png new file mode 100644 index 00000000..9dcc358d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0511_pansage/pansage.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0511_pansage/pansage_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0511_pansage/pansage_shiny.png new file mode 100644 index 00000000..b6f65ba3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0511_pansage/pansage_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0512_simisage/simisage.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0512_simisage/simisage.png new file mode 100644 index 00000000..125225f8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0512_simisage/simisage.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0512_simisage/simisage_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0512_simisage/simisage_shiny.png new file mode 100644 index 00000000..111c61ad Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0512_simisage/simisage_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0513_pansear/pansear.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0513_pansear/pansear.png new file mode 100644 index 00000000..c536d376 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0513_pansear/pansear.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0513_pansear/pansear_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0513_pansear/pansear_shiny.png new file mode 100644 index 00000000..30b82deb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0513_pansear/pansear_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0514_simisear/simisear.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0514_simisear/simisear.png new file mode 100644 index 00000000..6440a77e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0514_simisear/simisear.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0514_simisear/simisear_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0514_simisear/simisear_shiny.png new file mode 100644 index 00000000..cd66484d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0514_simisear/simisear_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0515_panpour/panpour.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0515_panpour/panpour.png new file mode 100644 index 00000000..688ba299 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0515_panpour/panpour.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0515_panpour/panpour_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0515_panpour/panpour_shiny.png new file mode 100644 index 00000000..60abcf36 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0515_panpour/panpour_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0516_simipour/simipour.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0516_simipour/simipour.png new file mode 100644 index 00000000..814ffbc1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0516_simipour/simipour.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0516_simipour/simipour_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0516_simipour/simipour_shiny.png new file mode 100644 index 00000000..f3a84397 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0516_simipour/simipour_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0519_pidove/pidove.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0519_pidove/pidove.png new file mode 100644 index 00000000..25b502bb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0519_pidove/pidove.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0519_pidove/pidove_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0519_pidove/pidove_shiny.png new file mode 100644 index 00000000..45fb2e41 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0519_pidove/pidove_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0520_tranquill/tranquill.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0520_tranquill/tranquill.png new file mode 100644 index 00000000..74c93152 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0520_tranquill/tranquill.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0520_tranquill/tranquill_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0520_tranquill/tranquill_shiny.png new file mode 100644 index 00000000..380d3b4c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0520_tranquill/tranquill_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0521_unfezant/unfezant_female.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0521_unfezant/unfezant_female.png new file mode 100644 index 00000000..882bc0c6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0521_unfezant/unfezant_female.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0521_unfezant/unfezant_female_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0521_unfezant/unfezant_female_shiny.png new file mode 100644 index 00000000..9dc2cfbc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0521_unfezant/unfezant_female_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0521_unfezant/unfezant_male.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0521_unfezant/unfezant_male.png new file mode 100644 index 00000000..f9e299d5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0521_unfezant/unfezant_male.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0521_unfezant/unfezant_male_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0521_unfezant/unfezant_male_shiny.png new file mode 100644 index 00000000..f622a5b3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0521_unfezant/unfezant_male_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0522_blitzle/blitzle.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0522_blitzle/blitzle.png new file mode 100644 index 00000000..36d26a8f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0522_blitzle/blitzle.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0522_blitzle/blitzle_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0522_blitzle/blitzle_shiny.png new file mode 100644 index 00000000..a1232ad1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0522_blitzle/blitzle_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0523_zebstrika/zebstrika.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0523_zebstrika/zebstrika.png new file mode 100644 index 00000000..5c02b732 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0523_zebstrika/zebstrika.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0523_zebstrika/zebstrika_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0523_zebstrika/zebstrika_shiny.png new file mode 100644 index 00000000..ec72962a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0523_zebstrika/zebstrika_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0524_roggenrola/roggenrola.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0524_roggenrola/roggenrola.png new file mode 100644 index 00000000..e5c10e79 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0524_roggenrola/roggenrola.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0524_roggenrola/roggenrola_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0524_roggenrola/roggenrola_shiny.png new file mode 100644 index 00000000..2941b69c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0524_roggenrola/roggenrola_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0525_boldore/boldore.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0525_boldore/boldore.png new file mode 100644 index 00000000..fafcc56c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0525_boldore/boldore.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0525_boldore/boldore_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0525_boldore/boldore_shiny.png new file mode 100644 index 00000000..32524dab Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0525_boldore/boldore_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0526_gigalith/gigalith.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0526_gigalith/gigalith.png new file mode 100644 index 00000000..e66b880c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0526_gigalith/gigalith.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0526_gigalith/gigalith_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0526_gigalith/gigalith_shiny.png new file mode 100644 index 00000000..70301e54 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0526_gigalith/gigalith_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0527_woobat/woobat.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0527_woobat/woobat.png new file mode 100644 index 00000000..96a93efc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0527_woobat/woobat.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0527_woobat/woobat_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0527_woobat/woobat_shiny.png new file mode 100644 index 00000000..55ccd120 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0527_woobat/woobat_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0528_swoobat/swoobat.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0528_swoobat/swoobat.png new file mode 100644 index 00000000..2d70975f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0528_swoobat/swoobat.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0528_swoobat/swoobat_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0528_swoobat/swoobat_shiny.png new file mode 100644 index 00000000..651d32db Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0528_swoobat/swoobat_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0529_drilbur/drilbur.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0529_drilbur/drilbur.png new file mode 100644 index 00000000..35a0d575 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0529_drilbur/drilbur.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0529_drilbur/drilbur_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0529_drilbur/drilbur_shiny.png new file mode 100644 index 00000000..7e29b0cf Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0529_drilbur/drilbur_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0530_excadrill/excadrill.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0530_excadrill/excadrill.png new file mode 100644 index 00000000..b3df72af Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0530_excadrill/excadrill.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0530_excadrill/excadrill_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0530_excadrill/excadrill_shiny.png new file mode 100644 index 00000000..7f0ad333 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0530_excadrill/excadrill_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0532_timburr/timburr.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0532_timburr/timburr.png new file mode 100644 index 00000000..8c8f3ffa Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0532_timburr/timburr.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0532_timburr/timburr_acacia.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0532_timburr/timburr_acacia.png new file mode 100644 index 00000000..8c8f3ffa Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0532_timburr/timburr_acacia.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0532_timburr/timburr_birch.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0532_timburr/timburr_birch.png new file mode 100644 index 00000000..8c8f3ffa Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0532_timburr/timburr_birch.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0532_timburr/timburr_crimson.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0532_timburr/timburr_crimson.png new file mode 100644 index 00000000..8c8f3ffa Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0532_timburr/timburr_crimson.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0532_timburr/timburr_dark_oak.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0532_timburr/timburr_dark_oak.png new file mode 100644 index 00000000..8c8f3ffa Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0532_timburr/timburr_dark_oak.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0532_timburr/timburr_jungle.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0532_timburr/timburr_jungle.png new file mode 100644 index 00000000..8c8f3ffa Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0532_timburr/timburr_jungle.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0532_timburr/timburr_mangrove.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0532_timburr/timburr_mangrove.png new file mode 100644 index 00000000..8c8f3ffa Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0532_timburr/timburr_mangrove.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0532_timburr/timburr_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0532_timburr/timburr_shiny.png new file mode 100644 index 00000000..0067501e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0532_timburr/timburr_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0532_timburr/timburr_spruce.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0532_timburr/timburr_spruce.png new file mode 100644 index 00000000..8c8f3ffa Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0532_timburr/timburr_spruce.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0532_timburr/timburr_warped.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0532_timburr/timburr_warped.png new file mode 100644 index 00000000..8c8f3ffa Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0532_timburr/timburr_warped.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0533_gurdurr/gurdurr.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0533_gurdurr/gurdurr.png new file mode 100644 index 00000000..636d14c4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0533_gurdurr/gurdurr.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0533_gurdurr/gurdurr_copper.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0533_gurdurr/gurdurr_copper.png new file mode 100644 index 00000000..636d14c4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0533_gurdurr/gurdurr_copper.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0533_gurdurr/gurdurr_gold.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0533_gurdurr/gurdurr_gold.png new file mode 100644 index 00000000..636d14c4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0533_gurdurr/gurdurr_gold.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0533_gurdurr/gurdurr_iron.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0533_gurdurr/gurdurr_iron.png new file mode 100644 index 00000000..636d14c4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0533_gurdurr/gurdurr_iron.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0533_gurdurr/gurdurr_netherite.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0533_gurdurr/gurdurr_netherite.png new file mode 100644 index 00000000..636d14c4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0533_gurdurr/gurdurr_netherite.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0533_gurdurr/gurdurr_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0533_gurdurr/gurdurr_shiny.png new file mode 100644 index 00000000..4fa5aa46 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0533_gurdurr/gurdurr_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr.png new file mode 100644 index 00000000..9aeb66fe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_black.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_black.png new file mode 100644 index 00000000..9aeb66fe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_black.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_blue.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_blue.png new file mode 100644 index 00000000..9aeb66fe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_blue.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_brown.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_brown.png new file mode 100644 index 00000000..9aeb66fe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_brown.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_gray.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_gray.png new file mode 100644 index 00000000..9aeb66fe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_gray.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_green.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_green.png new file mode 100644 index 00000000..9aeb66fe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_green.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_light_blue.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_light_blue.png new file mode 100644 index 00000000..9aeb66fe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_light_blue.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_lime.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_lime.png new file mode 100644 index 00000000..9aeb66fe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_lime.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_magenta.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_magenta.png new file mode 100644 index 00000000..9aeb66fe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_magenta.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_orange.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_orange.png new file mode 100644 index 00000000..9aeb66fe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_orange.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_pink.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_pink.png new file mode 100644 index 00000000..9aeb66fe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_pink.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_purple.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_purple.png new file mode 100644 index 00000000..9aeb66fe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_purple.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_red.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_red.png new file mode 100644 index 00000000..9aeb66fe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_red.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_shiny.png new file mode 100644 index 00000000..d5de057b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_white.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_white.png new file mode 100644 index 00000000..9aeb66fe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_white.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_yellow.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_yellow.png new file mode 100644 index 00000000..9aeb66fe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0534_conkeldurr/conkeldurr_yellow.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0543_venipede/venipede.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0543_venipede/venipede.png new file mode 100644 index 00000000..c7e7f550 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0543_venipede/venipede.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0543_venipede/venipede_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0543_venipede/venipede_shiny.png new file mode 100644 index 00000000..ba03415e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0543_venipede/venipede_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0544_whirlipede/whirlipede.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0544_whirlipede/whirlipede.png new file mode 100644 index 00000000..4c663ea2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0544_whirlipede/whirlipede.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0544_whirlipede/whirlipede_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0544_whirlipede/whirlipede_shiny.png new file mode 100644 index 00000000..f32afc9f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0544_whirlipede/whirlipede_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0545_scolipede/scolipede.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0545_scolipede/scolipede.png new file mode 100644 index 00000000..18702a11 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0545_scolipede/scolipede.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0545_scolipede/scolipede_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0545_scolipede/scolipede_shiny.png new file mode 100644 index 00000000..09fb1dc5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0545_scolipede/scolipede_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0546_cottonee/cottonee.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0546_cottonee/cottonee.png new file mode 100644 index 00000000..53022daf Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0546_cottonee/cottonee.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0546_cottonee/cottonee_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0546_cottonee/cottonee_shiny.png new file mode 100644 index 00000000..52fdc4d8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0546_cottonee/cottonee_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0547_whimsicott/whimsicott.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0547_whimsicott/whimsicott.png new file mode 100644 index 00000000..edf3c2c4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0547_whimsicott/whimsicott.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0547_whimsicott/whimsicott_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0547_whimsicott/whimsicott_shiny.png new file mode 100644 index 00000000..39cc0d09 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0547_whimsicott/whimsicott_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0548_petilil/petilil.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0548_petilil/petilil.png new file mode 100644 index 00000000..5774d5d4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0548_petilil/petilil.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0548_petilil/petilil_hisui_bias.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0548_petilil/petilil_hisui_bias.png new file mode 100644 index 00000000..5774d5d4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0548_petilil/petilil_hisui_bias.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0548_petilil/petilil_hisui_bias_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0548_petilil/petilil_hisui_bias_shiny.png new file mode 100644 index 00000000..9d51d1b6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0548_petilil/petilil_hisui_bias_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0548_petilil/petilil_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0548_petilil/petilil_shiny.png new file mode 100644 index 00000000..9d51d1b6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0548_petilil/petilil_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0549_lilligant/lilligant.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0549_lilligant/lilligant.png new file mode 100644 index 00000000..45236c16 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0549_lilligant/lilligant.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0549_lilligant/lilligant_hisuian.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0549_lilligant/lilligant_hisuian.png new file mode 100644 index 00000000..eccbbc74 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0549_lilligant/lilligant_hisuian.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0549_lilligant/lilligant_hisuian_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0549_lilligant/lilligant_hisuian_shiny.png new file mode 100644 index 00000000..7d895c0f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0549_lilligant/lilligant_hisuian_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0549_lilligant/lilligant_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0549_lilligant/lilligant_shiny.png new file mode 100644 index 00000000..638081bf Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0549_lilligant/lilligant_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0550_basculin/basculin_bluestripe.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0550_basculin/basculin_bluestripe.png new file mode 100644 index 00000000..7b6805fe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0550_basculin/basculin_bluestripe.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0550_basculin/basculin_bluestripe_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0550_basculin/basculin_bluestripe_shiny.png new file mode 100644 index 00000000..8c16660b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0550_basculin/basculin_bluestripe_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0550_basculin/basculin_redstripe.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0550_basculin/basculin_redstripe.png new file mode 100644 index 00000000..5b30d4fa Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0550_basculin/basculin_redstripe.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0550_basculin/basculin_redstripe_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0550_basculin/basculin_redstripe_shiny.png new file mode 100644 index 00000000..8ecee4e6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0550_basculin/basculin_redstripe_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0551_sandile/sandile.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0551_sandile/sandile.png new file mode 100644 index 00000000..cd46d932 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0551_sandile/sandile.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0551_sandile/sandile_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0551_sandile/sandile_shiny.png new file mode 100644 index 00000000..5d20796a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0551_sandile/sandile_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0552_krokorok/krokorok.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0552_krokorok/krokorok.png new file mode 100644 index 00000000..f7587d4d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0552_krokorok/krokorok.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0552_krokorok/krokorok_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0552_krokorok/krokorok_shiny.png new file mode 100644 index 00000000..51a9656a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0552_krokorok/krokorok_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0553_krookodile/krookodile.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0553_krookodile/krookodile.png new file mode 100644 index 00000000..884b5c7d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0553_krookodile/krookodile.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0553_krookodile/krookodile_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0553_krookodile/krookodile_shiny.png new file mode 100644 index 00000000..068c22f6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0553_krookodile/krookodile_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0554_darumaka/darumaka.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0554_darumaka/darumaka.png new file mode 100644 index 00000000..522ee512 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0554_darumaka/darumaka.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0554_darumaka/darumaka_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0554_darumaka/darumaka_shiny.png new file mode 100644 index 00000000..276378ed Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0554_darumaka/darumaka_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0555_darmanitan/darmanitan.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0555_darmanitan/darmanitan.png new file mode 100644 index 00000000..71cb89e5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0555_darmanitan/darmanitan.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0555_darmanitan/darmanitan_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0555_darmanitan/darmanitan_shiny.png new file mode 100644 index 00000000..dee7042a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0555_darmanitan/darmanitan_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0556_maractus/maractus.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0556_maractus/maractus.png new file mode 100644 index 00000000..cd4e04ef Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0556_maractus/maractus.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0556_maractus/maractus_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0556_maractus/maractus_shiny.png new file mode 100644 index 00000000..43351d1b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0556_maractus/maractus_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0557_dwebble/dwebble.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0557_dwebble/dwebble.png new file mode 100644 index 00000000..1dc15c27 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0557_dwebble/dwebble.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0557_dwebble/dwebble_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0557_dwebble/dwebble_shiny.png new file mode 100644 index 00000000..324adde9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0557_dwebble/dwebble_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0558_crustle/crustle.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0558_crustle/crustle.png new file mode 100644 index 00000000..092084df Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0558_crustle/crustle.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0558_crustle/crustle_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0558_crustle/crustle_shiny.png new file mode 100644 index 00000000..b1bdf256 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0558_crustle/crustle_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0561_sigilyph/sigilyph.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0561_sigilyph/sigilyph.png new file mode 100644 index 00000000..7dca8dea Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0561_sigilyph/sigilyph.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0561_sigilyph/sigilyph_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0561_sigilyph/sigilyph_shiny.png new file mode 100644 index 00000000..37c9503a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0561_sigilyph/sigilyph_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0562_yamask/yamask.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0562_yamask/yamask.png new file mode 100644 index 00000000..1abcc1c5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0562_yamask/yamask.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0562_yamask/yamask_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0562_yamask/yamask_shiny.png new file mode 100644 index 00000000..45e30a28 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0562_yamask/yamask_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0563_cofagrigus/cofagrigus.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0563_cofagrigus/cofagrigus.png new file mode 100644 index 00000000..beda223b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0563_cofagrigus/cofagrigus.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0563_cofagrigus/cofagrigus_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0563_cofagrigus/cofagrigus_shiny.png new file mode 100644 index 00000000..8698b31e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0563_cofagrigus/cofagrigus_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0564_tirtouga/tirtouga.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0564_tirtouga/tirtouga.png new file mode 100644 index 00000000..b6527042 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0564_tirtouga/tirtouga.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0564_tirtouga/tirtouga_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0564_tirtouga/tirtouga_shiny.png new file mode 100644 index 00000000..d37e3702 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0564_tirtouga/tirtouga_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0565_carracosta/carracosta.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0565_carracosta/carracosta.png new file mode 100644 index 00000000..5b8a0626 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0565_carracosta/carracosta.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0565_carracosta/carracosta_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0565_carracosta/carracosta_shiny.png new file mode 100644 index 00000000..9f62721e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0565_carracosta/carracosta_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0566_archen/archen.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0566_archen/archen.png new file mode 100644 index 00000000..34f06a3b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0566_archen/archen.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0566_archen/archen_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0566_archen/archen_shiny.png new file mode 100644 index 00000000..9a3ac5ce Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0566_archen/archen_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0567_archeops/archeops.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0567_archeops/archeops.png new file mode 100644 index 00000000..c25ecfb5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0567_archeops/archeops.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0567_archeops/archeops_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0567_archeops/archeops_shiny.png new file mode 100644 index 00000000..03f7dd20 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0567_archeops/archeops_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0570_zorua/zorua.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0570_zorua/zorua.png new file mode 100644 index 00000000..0e984758 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0570_zorua/zorua.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0570_zorua/zorua_hisuian.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0570_zorua/zorua_hisuian.png new file mode 100644 index 00000000..38c39bc5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0570_zorua/zorua_hisuian.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0570_zorua/zorua_hisuian_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0570_zorua/zorua_hisuian_shiny.png new file mode 100644 index 00000000..9bb5b7d8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0570_zorua/zorua_hisuian_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0570_zorua/zorua_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0570_zorua/zorua_shiny.png new file mode 100644 index 00000000..f760a23b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0570_zorua/zorua_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0571_zoroark/zoroark.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0571_zoroark/zoroark.png new file mode 100644 index 00000000..1d8e627c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0571_zoroark/zoroark.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0571_zoroark/zoroark_hisuian.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0571_zoroark/zoroark_hisuian.png new file mode 100644 index 00000000..5ac7ad7a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0571_zoroark/zoroark_hisuian.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0571_zoroark/zoroark_hisuian_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0571_zoroark/zoroark_hisuian_shiny.png new file mode 100644 index 00000000..2730a8c9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0571_zoroark/zoroark_hisuian_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0571_zoroark/zoroark_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0571_zoroark/zoroark_shiny.png new file mode 100644 index 00000000..7dd79b87 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0571_zoroark/zoroark_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0574_gothita/gothita.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0574_gothita/gothita.png new file mode 100644 index 00000000..de828d8c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0574_gothita/gothita.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0574_gothita/gothita_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0574_gothita/gothita_shiny.png new file mode 100644 index 00000000..833be951 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0574_gothita/gothita_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0575_gothorita/gothorita.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0575_gothorita/gothorita.png new file mode 100644 index 00000000..515c0c42 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0575_gothorita/gothorita.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0575_gothorita/gothorita_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0575_gothorita/gothorita_shiny.png new file mode 100644 index 00000000..455263d3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0575_gothorita/gothorita_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0576_gothitelle/gothitelle.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0576_gothitelle/gothitelle.png new file mode 100644 index 00000000..c594cf8d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0576_gothitelle/gothitelle.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0576_gothitelle/gothitelle_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0576_gothitelle/gothitelle_shiny.png new file mode 100644 index 00000000..d2ab0b14 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0576_gothitelle/gothitelle_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0585_deerling/deerling_autumn.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0585_deerling/deerling_autumn.png new file mode 100644 index 00000000..312bcd9a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0585_deerling/deerling_autumn.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0585_deerling/deerling_autumn_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0585_deerling/deerling_autumn_shiny.png new file mode 100644 index 00000000..79252d3d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0585_deerling/deerling_autumn_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0585_deerling/deerling_spring.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0585_deerling/deerling_spring.png new file mode 100644 index 00000000..ca551414 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0585_deerling/deerling_spring.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0585_deerling/deerling_spring_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0585_deerling/deerling_spring_shiny.png new file mode 100644 index 00000000..4862c04a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0585_deerling/deerling_spring_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0585_deerling/deerling_summer.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0585_deerling/deerling_summer.png new file mode 100644 index 00000000..e4c9ee73 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0585_deerling/deerling_summer.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0585_deerling/deerling_summer_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0585_deerling/deerling_summer_shiny.png new file mode 100644 index 00000000..25392448 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0585_deerling/deerling_summer_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0585_deerling/deerling_winter.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0585_deerling/deerling_winter.png new file mode 100644 index 00000000..cafa3fea Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0585_deerling/deerling_winter.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0585_deerling/deerling_winter_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0585_deerling/deerling_winter_shiny.png new file mode 100644 index 00000000..ea791b7e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0585_deerling/deerling_winter_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0586_sawsbuck/sawsbuck_autumn.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0586_sawsbuck/sawsbuck_autumn.png new file mode 100644 index 00000000..f13f72cf Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0586_sawsbuck/sawsbuck_autumn.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0586_sawsbuck/sawsbuck_autumn_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0586_sawsbuck/sawsbuck_autumn_shiny.png new file mode 100644 index 00000000..6a45ec61 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0586_sawsbuck/sawsbuck_autumn_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0586_sawsbuck/sawsbuck_spring.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0586_sawsbuck/sawsbuck_spring.png new file mode 100644 index 00000000..7ed003bd Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0586_sawsbuck/sawsbuck_spring.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0586_sawsbuck/sawsbuck_spring_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0586_sawsbuck/sawsbuck_spring_shiny.png new file mode 100644 index 00000000..23e4db8d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0586_sawsbuck/sawsbuck_spring_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0586_sawsbuck/sawsbuck_summer.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0586_sawsbuck/sawsbuck_summer.png new file mode 100644 index 00000000..2f67f745 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0586_sawsbuck/sawsbuck_summer.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0586_sawsbuck/sawsbuck_summer_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0586_sawsbuck/sawsbuck_summer_shiny.png new file mode 100644 index 00000000..e7b037cb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0586_sawsbuck/sawsbuck_summer_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0586_sawsbuck/sawsbuck_winter.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0586_sawsbuck/sawsbuck_winter.png new file mode 100644 index 00000000..87b704ef Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0586_sawsbuck/sawsbuck_winter.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0586_sawsbuck/sawsbuck_winter_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0586_sawsbuck/sawsbuck_winter_shiny.png new file mode 100644 index 00000000..f235a8e1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0586_sawsbuck/sawsbuck_winter_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0587_emolga/emolga.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0587_emolga/emolga.png new file mode 100644 index 00000000..8ce801a1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0587_emolga/emolga.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0587_emolga/emolga_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0587_emolga/emolga_shiny.png new file mode 100644 index 00000000..a23fae6e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0587_emolga/emolga_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0592_frillish/frillish_female.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0592_frillish/frillish_female.png new file mode 100644 index 00000000..a5985cf0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0592_frillish/frillish_female.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0592_frillish/frillish_female_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0592_frillish/frillish_female_shiny.png new file mode 100644 index 00000000..295031b6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0592_frillish/frillish_female_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0592_frillish/frillish_male.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0592_frillish/frillish_male.png new file mode 100644 index 00000000..e3a7d79f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0592_frillish/frillish_male.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0592_frillish/frillish_male_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0592_frillish/frillish_male_shiny.png new file mode 100644 index 00000000..abe3afb5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0592_frillish/frillish_male_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0593_jellicent/jellicent_female.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0593_jellicent/jellicent_female.png new file mode 100644 index 00000000..908757c3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0593_jellicent/jellicent_female.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0593_jellicent/jellicent_female_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0593_jellicent/jellicent_female_shiny.png new file mode 100644 index 00000000..6ff1571b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0593_jellicent/jellicent_female_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0593_jellicent/jellicent_male.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0593_jellicent/jellicent_male.png new file mode 100644 index 00000000..7e7c3550 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0593_jellicent/jellicent_male.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0593_jellicent/jellicent_male_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0593_jellicent/jellicent_male_shiny.png new file mode 100644 index 00000000..73c0135b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0593_jellicent/jellicent_male_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0594_alomomola/alomomola.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0594_alomomola/alomomola.png new file mode 100644 index 00000000..e5bfcf0b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0594_alomomola/alomomola.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0594_alomomola/alomomola_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0594_alomomola/alomomola_shiny.png new file mode 100644 index 00000000..4858dd85 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0594_alomomola/alomomola_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0595_joltik/joltik.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0595_joltik/joltik.png new file mode 100644 index 00000000..6312af8a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0595_joltik/joltik.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0595_joltik/joltik_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0595_joltik/joltik_shiny.png new file mode 100644 index 00000000..76c628cb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0595_joltik/joltik_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0596_galvantula/galvantula.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0596_galvantula/galvantula.png new file mode 100644 index 00000000..b82f464f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0596_galvantula/galvantula.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0596_galvantula/galvantula_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0596_galvantula/galvantula_shiny.png new file mode 100644 index 00000000..45e74a31 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0596_galvantula/galvantula_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0597_ferroseed/ferroseed.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0597_ferroseed/ferroseed.png new file mode 100644 index 00000000..0ef33c3d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0597_ferroseed/ferroseed.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0597_ferroseed/ferroseed_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0597_ferroseed/ferroseed_shiny.png new file mode 100644 index 00000000..98395691 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0597_ferroseed/ferroseed_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0598_ferrothorn/ferrothorn.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0598_ferrothorn/ferrothorn.png new file mode 100644 index 00000000..ca972c7f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0598_ferrothorn/ferrothorn.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0598_ferrothorn/ferrothorn_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0598_ferrothorn/ferrothorn_shiny.png new file mode 100644 index 00000000..29965e07 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0598_ferrothorn/ferrothorn_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0599_klink/klink.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0599_klink/klink.png new file mode 100644 index 00000000..4ffcd59f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0599_klink/klink.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0599_klink/klink_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0599_klink/klink_shiny.png new file mode 100644 index 00000000..675f8520 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0599_klink/klink_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0600_klang/klang.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0600_klang/klang.png new file mode 100644 index 00000000..ddb93c44 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0600_klang/klang.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0600_klang/klang_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0600_klang/klang_shiny.png new file mode 100644 index 00000000..3658efb7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0600_klang/klang_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0601_klinklang/klinklang.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0601_klinklang/klinklang.png new file mode 100644 index 00000000..c4db973f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0601_klinklang/klinklang.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0601_klinklang/klinklang_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0601_klinklang/klinklang_shiny.png new file mode 100644 index 00000000..4ebe72d2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0601_klinklang/klinklang_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0605_elgyem/elgyem.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0605_elgyem/elgyem.png new file mode 100644 index 00000000..94dd7eff Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0605_elgyem/elgyem.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0605_elgyem/elgyem_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0605_elgyem/elgyem_shiny.png new file mode 100644 index 00000000..973ebf09 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0605_elgyem/elgyem_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0606_beheeyem/beheeyem.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0606_beheeyem/beheeyem.png new file mode 100644 index 00000000..2cb4fa7d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0606_beheeyem/beheeyem.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0606_beheeyem/beheeyem_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0606_beheeyem/beheeyem_shiny.png new file mode 100644 index 00000000..64a32c03 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0606_beheeyem/beheeyem_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0607_litwick/litwick.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0607_litwick/litwick.png new file mode 100644 index 00000000..c26a498e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0607_litwick/litwick.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0607_litwick/litwick_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0607_litwick/litwick_shiny.png new file mode 100644 index 00000000..2e538931 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0607_litwick/litwick_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0608_lampent/lampent.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0608_lampent/lampent.png new file mode 100644 index 00000000..ff06aca7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0608_lampent/lampent.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0608_lampent/lampent_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0608_lampent/lampent_shiny.png new file mode 100644 index 00000000..57a56057 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0608_lampent/lampent_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0609_chandelure/chandelure.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0609_chandelure/chandelure.png new file mode 100644 index 00000000..3555d943 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0609_chandelure/chandelure.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0609_chandelure/chandelure_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0609_chandelure/chandelure_shiny.png new file mode 100644 index 00000000..9f474715 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0609_chandelure/chandelure_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0610_axew/axew.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0610_axew/axew.png new file mode 100644 index 00000000..eea78799 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0610_axew/axew.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0610_axew/axew_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0610_axew/axew_shiny.png new file mode 100644 index 00000000..8d8225cb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0610_axew/axew_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0611_fraxure/fraxure.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0611_fraxure/fraxure.png new file mode 100644 index 00000000..8c70c9ca Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0611_fraxure/fraxure.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0611_fraxure/fraxure_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0611_fraxure/fraxure_shiny.png new file mode 100644 index 00000000..252e9fcc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0611_fraxure/fraxure_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0612_haxorus/haxorus.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0612_haxorus/haxorus.png new file mode 100644 index 00000000..fd7c5a13 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0612_haxorus/haxorus.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0612_haxorus/haxorus_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0612_haxorus/haxorus_shiny.png new file mode 100644 index 00000000..63e4da6f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0612_haxorus/haxorus_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0613_cubchoo/cubchoo.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0613_cubchoo/cubchoo.png new file mode 100644 index 00000000..913a48ae Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0613_cubchoo/cubchoo.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0613_cubchoo/cubchoo_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0613_cubchoo/cubchoo_shiny.png new file mode 100644 index 00000000..f475e927 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0613_cubchoo/cubchoo_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0614_beartic/beartic.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0614_beartic/beartic.png new file mode 100644 index 00000000..d4ba51cb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0614_beartic/beartic.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0614_beartic/beartic_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0614_beartic/beartic_shiny.png new file mode 100644 index 00000000..56e17140 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0614_beartic/beartic_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0615_cryogonal/cryogonal.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0615_cryogonal/cryogonal.png new file mode 100644 index 00000000..8a0c7714 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0615_cryogonal/cryogonal.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0615_cryogonal/cryogonal_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0615_cryogonal/cryogonal_shiny.png new file mode 100644 index 00000000..dd61158b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0615_cryogonal/cryogonal_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0622_golett/golett.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0622_golett/golett.png new file mode 100644 index 00000000..a58803f9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0622_golett/golett.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0622_golett/golett_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0622_golett/golett_shiny.png new file mode 100644 index 00000000..30885e7f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0622_golett/golett_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0623_golurk/golurk.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0623_golurk/golurk.png new file mode 100644 index 00000000..27dc3bbc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0623_golurk/golurk.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0623_golurk/golurk_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0623_golurk/golurk_shiny.png new file mode 100644 index 00000000..8b4205d7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0623_golurk/golurk_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0626_bouffalant/bouffalant.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0626_bouffalant/bouffalant.png new file mode 100644 index 00000000..26c0b3ea Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0626_bouffalant/bouffalant.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0626_bouffalant/bouffalant_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0626_bouffalant/bouffalant_shiny.png new file mode 100644 index 00000000..018595db Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0626_bouffalant/bouffalant_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0627_rufflet/rufflet.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0627_rufflet/rufflet.png new file mode 100644 index 00000000..a5d6ceea Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0627_rufflet/rufflet.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0627_rufflet/rufflet_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0627_rufflet/rufflet_shiny.png new file mode 100644 index 00000000..050c781f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0627_rufflet/rufflet_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0628_braviary/braviary.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0628_braviary/braviary.png new file mode 100644 index 00000000..2779d98d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0628_braviary/braviary.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0628_braviary/braviary_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0628_braviary/braviary_shiny.png new file mode 100644 index 00000000..74609280 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0628_braviary/braviary_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0629_vullaby/vullaby.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0629_vullaby/vullaby.png new file mode 100644 index 00000000..927b7540 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0629_vullaby/vullaby.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0629_vullaby/vullaby_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0629_vullaby/vullaby_shiny.png new file mode 100644 index 00000000..12d085ae Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0629_vullaby/vullaby_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0630_mandibuzz/mandibuzz.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0630_mandibuzz/mandibuzz.png new file mode 100644 index 00000000..54286152 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0630_mandibuzz/mandibuzz.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0630_mandibuzz/mandibuzz_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0630_mandibuzz/mandibuzz_shiny.png new file mode 100644 index 00000000..c2c71c2e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0630_mandibuzz/mandibuzz_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0631_heatmor/heatmor.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0631_heatmor/heatmor.png new file mode 100644 index 00000000..258bcf54 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0631_heatmor/heatmor.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0631_heatmor/heatmor_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0631_heatmor/heatmor_shiny.png new file mode 100644 index 00000000..4f5f4fcd Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0631_heatmor/heatmor_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0632_durant/durant.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0632_durant/durant.png new file mode 100644 index 00000000..5a01c920 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0632_durant/durant.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0632_durant/durant_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0632_durant/durant_shiny.png new file mode 100644 index 00000000..afb578fc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0632_durant/durant_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0633_deino/deino.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0633_deino/deino.png new file mode 100644 index 00000000..56bb78f8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0633_deino/deino.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0633_deino/deino_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0633_deino/deino_shiny.png new file mode 100644 index 00000000..9ce40380 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0633_deino/deino_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0634_zweilous/zweilous.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0634_zweilous/zweilous.png new file mode 100644 index 00000000..87a7177e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0634_zweilous/zweilous.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0634_zweilous/zweilous_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0634_zweilous/zweilous_shiny.png new file mode 100644 index 00000000..523d2242 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0634_zweilous/zweilous_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0635_hydreigon/hydreigon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0635_hydreigon/hydreigon.png new file mode 100644 index 00000000..79482860 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0635_hydreigon/hydreigon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0635_hydreigon/hydreigon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0635_hydreigon/hydreigon_shiny.png new file mode 100644 index 00000000..40aff1a7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0635_hydreigon/hydreigon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0636_larvesta/larvesta.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0636_larvesta/larvesta.png new file mode 100644 index 00000000..6e766053 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0636_larvesta/larvesta.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0636_larvesta/larvesta_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0636_larvesta/larvesta_shiny.png new file mode 100644 index 00000000..13bee40c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0636_larvesta/larvesta_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0637_volcarona/volcarona.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0637_volcarona/volcarona.png new file mode 100644 index 00000000..3408f01d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0637_volcarona/volcarona.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0637_volcarona/volcarona_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0637_volcarona/volcarona_shiny.png new file mode 100644 index 00000000..cc067a2c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0637_volcarona/volcarona_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0638_cobalion/cobalion.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0638_cobalion/cobalion.png new file mode 100644 index 00000000..8aba4a9a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0638_cobalion/cobalion.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0638_cobalion/cobalion_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0638_cobalion/cobalion_shiny.png new file mode 100644 index 00000000..0de6eba0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0638_cobalion/cobalion_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0639_terrakion/terrakion.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0639_terrakion/terrakion.png new file mode 100644 index 00000000..3855b254 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0639_terrakion/terrakion.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0639_terrakion/terrakion_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0639_terrakion/terrakion_shiny.png new file mode 100644 index 00000000..585ed81c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0639_terrakion/terrakion_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0640_virizion/virizion.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0640_virizion/virizion.png new file mode 100644 index 00000000..61250f7f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0640_virizion/virizion.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0640_virizion/virizion_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0640_virizion/virizion_shiny.png new file mode 100644 index 00000000..2066ba2b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0640_virizion/virizion_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0641_tornadus/tornadus.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0641_tornadus/tornadus.png new file mode 100644 index 00000000..744bf533 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0641_tornadus/tornadus.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0641_tornadus/tornadus_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0641_tornadus/tornadus_shiny.png new file mode 100644 index 00000000..51d957f3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0641_tornadus/tornadus_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0642_thundurus/thundurus.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0642_thundurus/thundurus.png new file mode 100644 index 00000000..24b7f0a9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0642_thundurus/thundurus.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0642_thundurus/thundurus_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0642_thundurus/thundurus_shiny.png new file mode 100644 index 00000000..8b4d5388 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0642_thundurus/thundurus_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0643_reshiram/reshiram.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0643_reshiram/reshiram.png new file mode 100644 index 00000000..9da8f7c4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0643_reshiram/reshiram.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0643_reshiram/reshiram_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0643_reshiram/reshiram_shiny.png new file mode 100644 index 00000000..9576fb8a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0643_reshiram/reshiram_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0644_zekrom/zekrom.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0644_zekrom/zekrom.png new file mode 100644 index 00000000..0fe799aa Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0644_zekrom/zekrom.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0644_zekrom/zekrom_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0644_zekrom/zekrom_shiny.png new file mode 100644 index 00000000..6c3b37e0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0644_zekrom/zekrom_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0645_landorus/landorus.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0645_landorus/landorus.png new file mode 100644 index 00000000..808feb4c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0645_landorus/landorus.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0645_landorus/landorus_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0645_landorus/landorus_shiny.png new file mode 100644 index 00000000..f1d44aa3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0645_landorus/landorus_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0646_kyurem/kyurem.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0646_kyurem/kyurem.png new file mode 100644 index 00000000..6c3a3744 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0646_kyurem/kyurem.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0646_kyurem/kyurem_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0646_kyurem/kyurem_shiny.png new file mode 100644 index 00000000..766d3762 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0646_kyurem/kyurem_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0647_keldeo/keldeo.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0647_keldeo/keldeo.png new file mode 100644 index 00000000..44c605d3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0647_keldeo/keldeo.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0647_keldeo/keldeo_resolute.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0647_keldeo/keldeo_resolute.png new file mode 100644 index 00000000..fe090bea Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0647_keldeo/keldeo_resolute.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0647_keldeo/keldeo_resolute_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0647_keldeo/keldeo_resolute_shiny.png new file mode 100644 index 00000000..a7dec4a4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0647_keldeo/keldeo_resolute_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0647_keldeo/keldeo_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0647_keldeo/keldeo_shiny.png new file mode 100644 index 00000000..3dec6518 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0647_keldeo/keldeo_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0648_meloetta/meloetta.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0648_meloetta/meloetta.png new file mode 100644 index 00000000..a6ebc775 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0648_meloetta/meloetta.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0648_meloetta/meloetta_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0648_meloetta/meloetta_shiny.png new file mode 100644 index 00000000..8a40a849 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0648_meloetta/meloetta_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0649_genesect/genesect.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0649_genesect/genesect.png new file mode 100644 index 00000000..af08f6cf Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0649_genesect/genesect.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0649_genesect/genesect_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0649_genesect/genesect_shiny.png new file mode 100644 index 00000000..7494abe2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0649_genesect/genesect_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0650_chespin/chespin.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0650_chespin/chespin.png new file mode 100644 index 00000000..18886d55 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0650_chespin/chespin.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0650_chespin/chespin_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0650_chespin/chespin_shiny.png new file mode 100644 index 00000000..bae73517 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0650_chespin/chespin_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0651_quilladin/quilladin.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0651_quilladin/quilladin.png new file mode 100644 index 00000000..11c7f79a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0651_quilladin/quilladin.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0651_quilladin/quilladin_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0651_quilladin/quilladin_shiny.png new file mode 100644 index 00000000..6f60f6bb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0651_quilladin/quilladin_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0652_chesnaught/chesnaught.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0652_chesnaught/chesnaught.png new file mode 100644 index 00000000..13be599f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0652_chesnaught/chesnaught.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0652_chesnaught/chesnaught_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0652_chesnaught/chesnaught_shiny.png new file mode 100644 index 00000000..da14c12a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0652_chesnaught/chesnaught_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0653_fennekin/fennekin.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0653_fennekin/fennekin.png new file mode 100644 index 00000000..bea1aa82 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0653_fennekin/fennekin.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0653_fennekin/fennekin_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0653_fennekin/fennekin_shiny.png new file mode 100644 index 00000000..ed5164ac Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0653_fennekin/fennekin_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0654_braixen/braixen_hidden_stick.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0654_braixen/braixen_hidden_stick.png new file mode 100644 index 00000000..f43c00e1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0654_braixen/braixen_hidden_stick.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0654_braixen/braixen_hidden_stick_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0654_braixen/braixen_hidden_stick_shiny.png new file mode 100644 index 00000000..47cb38c3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0654_braixen/braixen_hidden_stick_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0655_delphox/delphox.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0655_delphox/delphox.png new file mode 100644 index 00000000..a9f8d665 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0655_delphox/delphox.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0655_delphox/delphox_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0655_delphox/delphox_shiny.png new file mode 100644 index 00000000..e7ecffe7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0655_delphox/delphox_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0656_froakie/froakie.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0656_froakie/froakie.png new file mode 100644 index 00000000..93b67f09 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0656_froakie/froakie.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0656_froakie/froakie_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0656_froakie/froakie_shiny.png new file mode 100644 index 00000000..76deac09 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0656_froakie/froakie_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0657_frogadier/frogadier.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0657_frogadier/frogadier.png new file mode 100644 index 00000000..b196a3a5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0657_frogadier/frogadier.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0657_frogadier/frogadier_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0657_frogadier/frogadier_shiny.png new file mode 100644 index 00000000..d1d5ee86 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0657_frogadier/frogadier_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0658_greninja/greninja.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0658_greninja/greninja.png new file mode 100644 index 00000000..32bddb94 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0658_greninja/greninja.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0658_greninja/greninja_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0658_greninja/greninja_shiny.png new file mode 100644 index 00000000..b249140c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0658_greninja/greninja_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0659_bunnelby/bunnelby.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0659_bunnelby/bunnelby.png new file mode 100644 index 00000000..69e6c222 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0659_bunnelby/bunnelby.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0659_bunnelby/bunnelby_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0659_bunnelby/bunnelby_shiny.png new file mode 100644 index 00000000..affe1672 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0659_bunnelby/bunnelby_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0660_diggersby/diggersby.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0660_diggersby/diggersby.png new file mode 100644 index 00000000..189c7312 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0660_diggersby/diggersby.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0660_diggersby/diggersby_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0660_diggersby/diggersby_shiny.png new file mode 100644 index 00000000..274f0221 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0660_diggersby/diggersby_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0661_fletchling/fletchling.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0661_fletchling/fletchling.png new file mode 100644 index 00000000..1bd7473b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0661_fletchling/fletchling.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0661_fletchling/fletchling_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0661_fletchling/fletchling_shiny.png new file mode 100644 index 00000000..40641583 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0661_fletchling/fletchling_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0662_fletchinder/fletchinder.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0662_fletchinder/fletchinder.png new file mode 100644 index 00000000..1a5768b3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0662_fletchinder/fletchinder.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0662_fletchinder/fletchinder_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0662_fletchinder/fletchinder_shiny.png new file mode 100644 index 00000000..037a8974 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0662_fletchinder/fletchinder_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0663_talonflame/talonflame.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0663_talonflame/talonflame.png new file mode 100644 index 00000000..50998c0f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0663_talonflame/talonflame.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0663_talonflame/talonflame_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0663_talonflame/talonflame_shiny.png new file mode 100644 index 00000000..182fe38c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0663_talonflame/talonflame_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0664_scatterbug/scatterbug.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0664_scatterbug/scatterbug.png new file mode 100644 index 00000000..efe5bfd0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0664_scatterbug/scatterbug.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0664_scatterbug/scatterbug_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0664_scatterbug/scatterbug_shiny.png new file mode 100644 index 00000000..01eff4cb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0664_scatterbug/scatterbug_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0665_spewpa/spewpa.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0665_spewpa/spewpa.png new file mode 100644 index 00000000..7d2beb3a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0665_spewpa/spewpa.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0665_spewpa/spewpa_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0665_spewpa/spewpa_shiny.png new file mode 100644 index 00000000..9c11650b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0665_spewpa/spewpa_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0666_vivillon/vivillon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0666_vivillon/vivillon.png new file mode 100644 index 00000000..68605237 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0666_vivillon/vivillon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0666_vivillon/vivillon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0666_vivillon/vivillon_shiny.png new file mode 100644 index 00000000..d8dcc42e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0666_vivillon/vivillon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0669_flabebe/flabebe.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0669_flabebe/flabebe.png new file mode 100644 index 00000000..954a7e08 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0669_flabebe/flabebe.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0669_flabebe/flabebe_blue.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0669_flabebe/flabebe_blue.png new file mode 100644 index 00000000..6128cc16 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0669_flabebe/flabebe_blue.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0669_flabebe/flabebe_blue_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0669_flabebe/flabebe_blue_shiny.png new file mode 100644 index 00000000..ad414312 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0669_flabebe/flabebe_blue_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0669_flabebe/flabebe_orange.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0669_flabebe/flabebe_orange.png new file mode 100644 index 00000000..50524526 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0669_flabebe/flabebe_orange.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0669_flabebe/flabebe_orange_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0669_flabebe/flabebe_orange_shiny.png new file mode 100644 index 00000000..4d9169aa Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0669_flabebe/flabebe_orange_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0669_flabebe/flabebe_red.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0669_flabebe/flabebe_red.png new file mode 100644 index 00000000..4e269a87 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0669_flabebe/flabebe_red.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0669_flabebe/flabebe_red_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0669_flabebe/flabebe_red_shiny.png new file mode 100644 index 00000000..2330186e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0669_flabebe/flabebe_red_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0669_flabebe/flabebe_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0669_flabebe/flabebe_shiny.png new file mode 100644 index 00000000..e1db77dd Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0669_flabebe/flabebe_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0669_flabebe/flabebe_white.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0669_flabebe/flabebe_white.png new file mode 100644 index 00000000..d1b3d3d4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0669_flabebe/flabebe_white.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0669_flabebe/flabebe_white_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0669_flabebe/flabebe_white_shiny.png new file mode 100644 index 00000000..e6591456 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0669_flabebe/flabebe_white_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0669_flabebe/flabebe_yellow.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0669_flabebe/flabebe_yellow.png new file mode 100644 index 00000000..808cacee Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0669_flabebe/flabebe_yellow.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0669_flabebe/flabebe_yellow_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0669_flabebe/flabebe_yellow_shiny.png new file mode 100644 index 00000000..953d1581 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0669_flabebe/flabebe_yellow_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0670_floette/floette.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0670_floette/floette.png new file mode 100644 index 00000000..6f608790 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0670_floette/floette.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0670_floette/floette_blue.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0670_floette/floette_blue.png new file mode 100644 index 00000000..8de5fb1d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0670_floette/floette_blue.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0670_floette/floette_blue_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0670_floette/floette_blue_shiny.png new file mode 100644 index 00000000..8f019293 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0670_floette/floette_blue_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0670_floette/floette_orange.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0670_floette/floette_orange.png new file mode 100644 index 00000000..6774fd2a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0670_floette/floette_orange.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0670_floette/floette_orange_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0670_floette/floette_orange_shiny.png new file mode 100644 index 00000000..efa8fe59 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0670_floette/floette_orange_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0670_floette/floette_red.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0670_floette/floette_red.png new file mode 100644 index 00000000..60c2ee20 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0670_floette/floette_red.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0670_floette/floette_red_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0670_floette/floette_red_shiny.png new file mode 100644 index 00000000..2a92bc0a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0670_floette/floette_red_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0670_floette/floette_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0670_floette/floette_shiny.png new file mode 100644 index 00000000..fb0e01a2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0670_floette/floette_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0670_floette/floette_white.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0670_floette/floette_white.png new file mode 100644 index 00000000..a256b9be Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0670_floette/floette_white.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0670_floette/floette_white_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0670_floette/floette_white_shiny.png new file mode 100644 index 00000000..c35de7a6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0670_floette/floette_white_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0670_floette/floette_yellow.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0670_floette/floette_yellow.png new file mode 100644 index 00000000..0693d1c7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0670_floette/floette_yellow.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0670_floette/floette_yellow_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0670_floette/floette_yellow_shiny.png new file mode 100644 index 00000000..0a50de68 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0670_floette/floette_yellow_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0671_florges/florges.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0671_florges/florges.png new file mode 100644 index 00000000..0a9c28d5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0671_florges/florges.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0671_florges/florges_blue.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0671_florges/florges_blue.png new file mode 100644 index 00000000..e3d3add0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0671_florges/florges_blue.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0671_florges/florges_blue_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0671_florges/florges_blue_shiny.png new file mode 100644 index 00000000..2666fc8a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0671_florges/florges_blue_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0671_florges/florges_orange.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0671_florges/florges_orange.png new file mode 100644 index 00000000..48c64fd9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0671_florges/florges_orange.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0671_florges/florges_orange_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0671_florges/florges_orange_shiny.png new file mode 100644 index 00000000..52e762a7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0671_florges/florges_orange_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0671_florges/florges_red.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0671_florges/florges_red.png new file mode 100644 index 00000000..290c8488 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0671_florges/florges_red.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0671_florges/florges_red_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0671_florges/florges_red_shiny.png new file mode 100644 index 00000000..e8b512f3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0671_florges/florges_red_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0671_florges/florges_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0671_florges/florges_shiny.png new file mode 100644 index 00000000..f52a0029 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0671_florges/florges_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0671_florges/florges_white.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0671_florges/florges_white.png new file mode 100644 index 00000000..8de448bf Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0671_florges/florges_white.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0671_florges/florges_white_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0671_florges/florges_white_shiny.png new file mode 100644 index 00000000..788d33e0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0671_florges/florges_white_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0671_florges/florges_yellow.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0671_florges/florges_yellow.png new file mode 100644 index 00000000..83c52e0d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0671_florges/florges_yellow.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0671_florges/florges_yellow_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0671_florges/florges_yellow_shiny.png new file mode 100644 index 00000000..51992051 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0671_florges/florges_yellow_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0672_skiddo/skiddo.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0672_skiddo/skiddo.png new file mode 100644 index 00000000..97a57fc8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0672_skiddo/skiddo.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0672_skiddo/skiddo_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0672_skiddo/skiddo_shiny.png new file mode 100644 index 00000000..8d67a991 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0672_skiddo/skiddo_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0673_gogoat/gogoat.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0673_gogoat/gogoat.png new file mode 100644 index 00000000..0feb4d9d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0673_gogoat/gogoat.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0673_gogoat/gogoat_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0673_gogoat/gogoat_shiny.png new file mode 100644 index 00000000..2ebd13c5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0673_gogoat/gogoat_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0679_honedge/honedge.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0679_honedge/honedge.png new file mode 100644 index 00000000..34829bca Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0679_honedge/honedge.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0679_honedge/honedge_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0679_honedge/honedge_shiny.png new file mode 100644 index 00000000..116b500f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0679_honedge/honedge_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0680_doublade/doublade.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0680_doublade/doublade.png new file mode 100644 index 00000000..a6e7be7b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0680_doublade/doublade.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0680_doublade/doublade_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0680_doublade/doublade_shiny.png new file mode 100644 index 00000000..c0f7f09e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0680_doublade/doublade_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0681_aegislash/aegislash.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0681_aegislash/aegislash.png new file mode 100644 index 00000000..eaa7d6fb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0681_aegislash/aegislash.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0681_aegislash/aegislash_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0681_aegislash/aegislash_shiny.png new file mode 100644 index 00000000..5e5b35b4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0681_aegislash/aegislash_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0690_skrelp/skrelp.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0690_skrelp/skrelp.png new file mode 100644 index 00000000..f1bad27e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0690_skrelp/skrelp.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0690_skrelp/skrelp_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0690_skrelp/skrelp_shiny.png new file mode 100644 index 00000000..392f58f8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0690_skrelp/skrelp_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0691_dragalge/dragalge.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0691_dragalge/dragalge.png new file mode 100644 index 00000000..f363a95b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0691_dragalge/dragalge.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0691_dragalge/dragalge_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0691_dragalge/dragalge_shiny.png new file mode 100644 index 00000000..8277a6a7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0691_dragalge/dragalge_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0696_amaura/amaura.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0696_amaura/amaura.png new file mode 100644 index 00000000..dd85115e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0696_amaura/amaura.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0696_amaura/amaura_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0696_amaura/amaura_shiny.png new file mode 100644 index 00000000..5b064000 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0696_amaura/amaura_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0696_tyrunt/tyrunt.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0696_tyrunt/tyrunt.png new file mode 100644 index 00000000..583d6a96 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0696_tyrunt/tyrunt.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0696_tyrunt/tyrunt_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0696_tyrunt/tyrunt_shiny.png new file mode 100644 index 00000000..21879259 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0696_tyrunt/tyrunt_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0697_tyrantrum/tyrantrum.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0697_tyrantrum/tyrantrum.png new file mode 100644 index 00000000..7aa26148 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0697_tyrantrum/tyrantrum.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0697_tyrantrum/tyrantrum_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0697_tyrantrum/tyrantrum_shiny.png new file mode 100644 index 00000000..cf325cfa Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0697_tyrantrum/tyrantrum_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0698_amaura/amaura.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0698_amaura/amaura.png new file mode 100644 index 00000000..dd85115e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0698_amaura/amaura.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0698_amaura/amaura_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0698_amaura/amaura_shiny.png new file mode 100644 index 00000000..5b064000 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0698_amaura/amaura_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0699_aurorus/aurorus.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0699_aurorus/aurorus.png new file mode 100644 index 00000000..e8cdc249 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0699_aurorus/aurorus.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0699_aurorus/aurorus_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0699_aurorus/aurorus_shiny.png new file mode 100644 index 00000000..fb756c4f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0699_aurorus/aurorus_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0700_sylveon/sylveon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0700_sylveon/sylveon.png new file mode 100644 index 00000000..a8ece3c7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0700_sylveon/sylveon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0700_sylveon/sylveon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0700_sylveon/sylveon_shiny.png new file mode 100644 index 00000000..2b728506 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0700_sylveon/sylveon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0702_dedenne/dedenne.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0702_dedenne/dedenne.png new file mode 100644 index 00000000..c845d4c0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0702_dedenne/dedenne.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0702_dedenne/dedenne_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0702_dedenne/dedenne_shiny.png new file mode 100644 index 00000000..4a20a6f2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0702_dedenne/dedenne_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0703_carbink/carbink.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0703_carbink/carbink.png new file mode 100644 index 00000000..7f114d7e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0703_carbink/carbink.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0703_carbink/carbink_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0703_carbink/carbink_shiny.png new file mode 100644 index 00000000..f611f431 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0703_carbink/carbink_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0704_goomy/goomy.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0704_goomy/goomy.png new file mode 100644 index 00000000..c10c40f6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0704_goomy/goomy.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0704_goomy/goomy_hisui_bias.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0704_goomy/goomy_hisui_bias.png new file mode 100644 index 00000000..c10c40f6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0704_goomy/goomy_hisui_bias.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0704_goomy/goomy_hisui_bias_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0704_goomy/goomy_hisui_bias_shiny.png new file mode 100644 index 00000000..b1b0f5e6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0704_goomy/goomy_hisui_bias_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0704_goomy/goomy_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0704_goomy/goomy_shiny.png new file mode 100644 index 00000000..b1b0f5e6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0704_goomy/goomy_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0705_sliggoo/sliggoo.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0705_sliggoo/sliggoo.png new file mode 100644 index 00000000..789262d2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0705_sliggoo/sliggoo.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0705_sliggoo/sliggoo_hisuian.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0705_sliggoo/sliggoo_hisuian.png new file mode 100644 index 00000000..f7b8e6bf Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0705_sliggoo/sliggoo_hisuian.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0705_sliggoo/sliggoo_hisuian_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0705_sliggoo/sliggoo_hisuian_shiny.png new file mode 100644 index 00000000..86901bff Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0705_sliggoo/sliggoo_hisuian_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0705_sliggoo/sliggoo_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0705_sliggoo/sliggoo_shiny.png new file mode 100644 index 00000000..c07c913c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0705_sliggoo/sliggoo_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0706_goodra/goodra.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0706_goodra/goodra.png new file mode 100644 index 00000000..02a375ec Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0706_goodra/goodra.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0706_goodra/goodra_hisuian.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0706_goodra/goodra_hisuian.png new file mode 100644 index 00000000..d2d9be13 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0706_goodra/goodra_hisuian.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0706_goodra/goodra_hisuian_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0706_goodra/goodra_hisuian_shiny.png new file mode 100644 index 00000000..fab14108 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0706_goodra/goodra_hisuian_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0706_goodra/goodra_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0706_goodra/goodra_shiny.png new file mode 100644 index 00000000..bb85d58a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0706_goodra/goodra_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0707_klefki/klefki.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0707_klefki/klefki.png new file mode 100644 index 00000000..170a9fac Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0707_klefki/klefki.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0707_klefki/klefki_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0707_klefki/klefki_shiny.png new file mode 100644 index 00000000..1deec931 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0707_klefki/klefki_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump.png new file mode 100644 index 00000000..ec82d8c7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_acacia.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_acacia.png new file mode 100644 index 00000000..ec82d8c7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_acacia.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_acacia_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_acacia_shiny.png new file mode 100644 index 00000000..284f2dd0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_acacia_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_apricorn.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_apricorn.png new file mode 100644 index 00000000..ec82d8c7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_apricorn.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_apricorn_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_apricorn_shiny.png new file mode 100644 index 00000000..284f2dd0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_apricorn_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_birch.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_birch.png new file mode 100644 index 00000000..ec82d8c7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_birch.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_birch_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_birch_shiny.png new file mode 100644 index 00000000..284f2dd0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_birch_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_cherry.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_cherry.png new file mode 100644 index 00000000..ec82d8c7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_cherry.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_cherry_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_cherry_shiny.png new file mode 100644 index 00000000..284f2dd0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_cherry_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_dark_oak.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_dark_oak.png new file mode 100644 index 00000000..ec82d8c7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_dark_oak.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_dark_oak_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_dark_oak_shiny.png new file mode 100644 index 00000000..284f2dd0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_dark_oak_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_jungle.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_jungle.png new file mode 100644 index 00000000..ec82d8c7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_jungle.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_jungle_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_jungle_shiny.png new file mode 100644 index 00000000..284f2dd0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_jungle_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_mangrove.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_mangrove.png new file mode 100644 index 00000000..ec82d8c7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_mangrove.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_mangrove_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_mangrove_shiny.png new file mode 100644 index 00000000..284f2dd0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_mangrove_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_oak.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_oak.png new file mode 100644 index 00000000..ec82d8c7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_oak.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_oak_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_oak_shiny.png new file mode 100644 index 00000000..284f2dd0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_oak_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_shiny.png new file mode 100644 index 00000000..284f2dd0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_spruce.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_spruce.png new file mode 100644 index 00000000..ec82d8c7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_spruce.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_spruce_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_spruce_shiny.png new file mode 100644 index 00000000..284f2dd0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0708_phantump/phantump_spruce_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant.png new file mode 100644 index 00000000..28859231 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_acacia.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_acacia.png new file mode 100644 index 00000000..28859231 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_acacia.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_acacia_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_acacia_shiny.png new file mode 100644 index 00000000..a4e0262c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_acacia_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_apricorn.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_apricorn.png new file mode 100644 index 00000000..28859231 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_apricorn.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_apricorn_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_apricorn_shiny.png new file mode 100644 index 00000000..a4e0262c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_apricorn_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_birch.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_birch.png new file mode 100644 index 00000000..28859231 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_birch.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_birch_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_birch_shiny.png new file mode 100644 index 00000000..a4e0262c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_birch_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_cherry.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_cherry.png new file mode 100644 index 00000000..28859231 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_cherry.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_cherry_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_cherry_shiny.png new file mode 100644 index 00000000..a4e0262c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_cherry_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_darkoak.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_darkoak.png new file mode 100644 index 00000000..28859231 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_darkoak.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_darkoak_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_darkoak_shiny.png new file mode 100644 index 00000000..a4e0262c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_darkoak_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_jungle.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_jungle.png new file mode 100644 index 00000000..28859231 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_jungle.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_jungle_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_jungle_shiny.png new file mode 100644 index 00000000..a4e0262c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_jungle_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_mangrove.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_mangrove.png new file mode 100644 index 00000000..28859231 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_mangrove.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_mangrove_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_mangrove_shiny.png new file mode 100644 index 00000000..a4e0262c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_mangrove_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_oak.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_oak.png new file mode 100644 index 00000000..28859231 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_oak.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_oak_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_oak_shiny.png new file mode 100644 index 00000000..a4e0262c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_oak_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_shiny.png new file mode 100644 index 00000000..a4e0262c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_spruce.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_spruce.png new file mode 100644 index 00000000..28859231 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_spruce.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_spruce_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_spruce_shiny.png new file mode 100644 index 00000000..a4e0262c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0709_trevenant/trevenant_spruce_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0710_pumpkaboo/pumpkaboo.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0710_pumpkaboo/pumpkaboo.png new file mode 100644 index 00000000..11ec3b41 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0710_pumpkaboo/pumpkaboo.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0710_pumpkaboo/pumpkaboo_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0710_pumpkaboo/pumpkaboo_shiny.png new file mode 100644 index 00000000..e093e952 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0710_pumpkaboo/pumpkaboo_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0711_gourgeist/gourgeist.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0711_gourgeist/gourgeist.png new file mode 100644 index 00000000..79f0aaf7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0711_gourgeist/gourgeist.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0711_gourgeist/gourgeist_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0711_gourgeist/gourgeist_shiny.png new file mode 100644 index 00000000..e952b754 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0711_gourgeist/gourgeist_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0712_bergmite/bergmite.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0712_bergmite/bergmite.png new file mode 100644 index 00000000..b044743a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0712_bergmite/bergmite.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0712_bergmite/bergmite_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0712_bergmite/bergmite_shiny.png new file mode 100644 index 00000000..9d0990b8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0712_bergmite/bergmite_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0713_avalugg/avalugg.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0713_avalugg/avalugg.png new file mode 100644 index 00000000..a80bbab6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0713_avalugg/avalugg.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0713_avalugg/avalugg_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0713_avalugg/avalugg_shiny.png new file mode 100644 index 00000000..2a209fa4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0713_avalugg/avalugg_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0716_xerneas/xerneas.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0716_xerneas/xerneas.png new file mode 100644 index 00000000..dff8b686 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0716_xerneas/xerneas.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0716_xerneas/xerneas_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0716_xerneas/xerneas_shiny.png new file mode 100644 index 00000000..32931a85 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0716_xerneas/xerneas_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0717_yveltal/yveltal.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0717_yveltal/yveltal.png new file mode 100644 index 00000000..95776d74 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0717_yveltal/yveltal.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0717_yveltal/yveltal_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0717_yveltal/yveltal_shiny.png new file mode 100644 index 00000000..57eb0d46 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0717_yveltal/yveltal_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0718_zygarde/zygarde_10.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0718_zygarde/zygarde_10.png new file mode 100644 index 00000000..28b39c9e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0718_zygarde/zygarde_10.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0718_zygarde/zygarde_10_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0718_zygarde/zygarde_10_shiny.png new file mode 100644 index 00000000..30363429 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0718_zygarde/zygarde_10_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0718_zygarde/zygarde_50.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0718_zygarde/zygarde_50.png new file mode 100644 index 00000000..9ecf9d01 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0718_zygarde/zygarde_50.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0718_zygarde/zygarde_50_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0718_zygarde/zygarde_50_shiny.png new file mode 100644 index 00000000..95e483a2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0718_zygarde/zygarde_50_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0718_zygarde/zygarde_complete.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0718_zygarde/zygarde_complete.png new file mode 100644 index 00000000..175c41ce Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0718_zygarde/zygarde_complete.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0718_zygarde/zygarde_complete_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0718_zygarde/zygarde_complete_shiny.png new file mode 100644 index 00000000..b0325d57 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0718_zygarde/zygarde_complete_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0719_diancie/diancie.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0719_diancie/diancie.png new file mode 100644 index 00000000..59e27b81 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0719_diancie/diancie.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0719_diancie/diancie_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0719_diancie/diancie_shiny.png new file mode 100644 index 00000000..13213e12 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0719_diancie/diancie_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0720_hoopa/hoopa.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0720_hoopa/hoopa.png new file mode 100644 index 00000000..b0cdb780 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0720_hoopa/hoopa.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0720_hoopa/hoopa_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0720_hoopa/hoopa_shiny.png new file mode 100644 index 00000000..1b7936a7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0720_hoopa/hoopa_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0721_volcanion/volcanion.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0721_volcanion/volcanion.png new file mode 100644 index 00000000..1e5f41b3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0721_volcanion/volcanion.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0721_volcanion/volcanion_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0721_volcanion/volcanion_shiny.png new file mode 100644 index 00000000..48055064 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0721_volcanion/volcanion_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0722_rowlet/rowlet.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0722_rowlet/rowlet.png new file mode 100644 index 00000000..a7183490 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0722_rowlet/rowlet.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0722_rowlet/rowlet_hisui_bias.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0722_rowlet/rowlet_hisui_bias.png new file mode 100644 index 00000000..a7183490 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0722_rowlet/rowlet_hisui_bias.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0722_rowlet/rowlet_hisui_bias_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0722_rowlet/rowlet_hisui_bias_shiny.png new file mode 100644 index 00000000..8086ca4e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0722_rowlet/rowlet_hisui_bias_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0722_rowlet/rowlet_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0722_rowlet/rowlet_shiny.png new file mode 100644 index 00000000..8086ca4e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0722_rowlet/rowlet_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0723_dartrix/dartrix.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0723_dartrix/dartrix.png new file mode 100644 index 00000000..3624d86c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0723_dartrix/dartrix.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0723_dartrix/dartrix_hisui_bias.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0723_dartrix/dartrix_hisui_bias.png new file mode 100644 index 00000000..3624d86c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0723_dartrix/dartrix_hisui_bias.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0723_dartrix/dartrix_hisui_bias_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0723_dartrix/dartrix_hisui_bias_shiny.png new file mode 100644 index 00000000..4fbbde83 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0723_dartrix/dartrix_hisui_bias_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0723_dartrix/dartrix_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0723_dartrix/dartrix_shiny.png new file mode 100644 index 00000000..4fbbde83 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0723_dartrix/dartrix_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0724_decidueye/decidueye.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0724_decidueye/decidueye.png new file mode 100644 index 00000000..f9346d69 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0724_decidueye/decidueye.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0724_decidueye/decidueye_hisuian.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0724_decidueye/decidueye_hisuian.png new file mode 100644 index 00000000..d40039ad Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0724_decidueye/decidueye_hisuian.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0724_decidueye/decidueye_hisuian_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0724_decidueye/decidueye_hisuian_shiny.png new file mode 100644 index 00000000..4c0f1d6a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0724_decidueye/decidueye_hisuian_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0724_decidueye/decidueye_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0724_decidueye/decidueye_shiny.png new file mode 100644 index 00000000..d3992760 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0724_decidueye/decidueye_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0725_litten/litten.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0725_litten/litten.png new file mode 100644 index 00000000..00f750bc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0725_litten/litten.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0725_litten/litten_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0725_litten/litten_shiny.png new file mode 100644 index 00000000..a6add934 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0725_litten/litten_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0726_torracat/torracat.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0726_torracat/torracat.png new file mode 100644 index 00000000..6028e0f8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0726_torracat/torracat.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0726_torracat/torracat_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0726_torracat/torracat_shiny.png new file mode 100644 index 00000000..d9514ced Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0726_torracat/torracat_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0727_incineroar/incineroar.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0727_incineroar/incineroar.png new file mode 100644 index 00000000..6ebf9b8e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0727_incineroar/incineroar.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0727_incineroar/incineroar_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0727_incineroar/incineroar_shiny.png new file mode 100644 index 00000000..b0a1df03 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0727_incineroar/incineroar_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0728_popplio/popplio.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0728_popplio/popplio.png new file mode 100644 index 00000000..ca42884a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0728_popplio/popplio.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0728_popplio/popplio_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0728_popplio/popplio_shiny.png new file mode 100644 index 00000000..74593f90 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0728_popplio/popplio_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0729_brionne/brionne.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0729_brionne/brionne.png new file mode 100644 index 00000000..1760f4d3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0729_brionne/brionne.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0729_brionne/brionne_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0729_brionne/brionne_shiny.png new file mode 100644 index 00000000..daad9115 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0729_brionne/brionne_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0730_primarina/primarina.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0730_primarina/primarina.png new file mode 100644 index 00000000..3920ceab Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0730_primarina/primarina.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0730_primarina/primarina_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0730_primarina/primarina_shiny.png new file mode 100644 index 00000000..89a3c333 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0730_primarina/primarina_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0739_crabrawler/crabrawler.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0739_crabrawler/crabrawler.png new file mode 100644 index 00000000..246e485d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0739_crabrawler/crabrawler.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0739_crabrawler/crabrawler_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0739_crabrawler/crabrawler_shiny.png new file mode 100644 index 00000000..63b30f0b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0739_crabrawler/crabrawler_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0740_crabominable/crabominable.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0740_crabominable/crabominable.png new file mode 100644 index 00000000..677ef228 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0740_crabominable/crabominable.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0740_crabominable/crabominable_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0740_crabominable/crabominable_shiny.png new file mode 100644 index 00000000..6112e81a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0740_crabominable/crabominable_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0742_cutiefly/cutiefly.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0742_cutiefly/cutiefly.png new file mode 100644 index 00000000..3b396360 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0742_cutiefly/cutiefly.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0742_cutiefly/cutiefly_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0742_cutiefly/cutiefly_shiny.png new file mode 100644 index 00000000..1bc6b0d5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0742_cutiefly/cutiefly_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0743_ribombee/ribombee.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0743_ribombee/ribombee.png new file mode 100644 index 00000000..c11388ae Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0743_ribombee/ribombee.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0743_ribombee/ribombee_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0743_ribombee/ribombee_shiny.png new file mode 100644 index 00000000..ef84a515 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0743_ribombee/ribombee_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0744_rockruff/rockruff.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0744_rockruff/rockruff.png new file mode 100644 index 00000000..60d44b09 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0744_rockruff/rockruff.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0744_rockruff/rockruff_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0744_rockruff/rockruff_shiny.png new file mode 100644 index 00000000..48d2d668 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0744_rockruff/rockruff_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0745_lycanroc/lycanroc_dusk.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0745_lycanroc/lycanroc_dusk.png new file mode 100644 index 00000000..3f561c5d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0745_lycanroc/lycanroc_dusk.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0745_lycanroc/lycanroc_dusk_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0745_lycanroc/lycanroc_dusk_shiny.png new file mode 100644 index 00000000..57f999a0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0745_lycanroc/lycanroc_dusk_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0745_lycanroc/lycanroc_midday.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0745_lycanroc/lycanroc_midday.png new file mode 100644 index 00000000..ba5fbca2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0745_lycanroc/lycanroc_midday.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0745_lycanroc/lycanroc_midday_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0745_lycanroc/lycanroc_midday_shiny.png new file mode 100644 index 00000000..b6505ee9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0745_lycanroc/lycanroc_midday_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0745_lycanroc/lycanroc_midnight.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0745_lycanroc/lycanroc_midnight.png new file mode 100644 index 00000000..bb6f72ae Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0745_lycanroc/lycanroc_midnight.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0745_lycanroc/lycanroc_midnight_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0745_lycanroc/lycanroc_midnight_shiny.png new file mode 100644 index 00000000..e244ec44 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0745_lycanroc/lycanroc_midnight_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0746_wishiwashi/wishiwashi_solo.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0746_wishiwashi/wishiwashi_solo.png new file mode 100644 index 00000000..70146a8a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0746_wishiwashi/wishiwashi_solo.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0746_wishiwashi/wishiwashi_solo_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0746_wishiwashi/wishiwashi_solo_shiny.png new file mode 100644 index 00000000..b74a1087 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0746_wishiwashi/wishiwashi_solo_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0749_mudbray/mudbray.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0749_mudbray/mudbray.png new file mode 100644 index 00000000..de6f2182 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0749_mudbray/mudbray.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0749_mudbray/mudbray_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0749_mudbray/mudbray_shiny.png new file mode 100644 index 00000000..ad0596f0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0749_mudbray/mudbray_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0750_mudsdale/mudsdale.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0750_mudsdale/mudsdale.png new file mode 100644 index 00000000..68c4c43a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0750_mudsdale/mudsdale.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0750_mudsdale/mudsdale_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0750_mudsdale/mudsdale_shiny.png new file mode 100644 index 00000000..bb88cb1b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0750_mudsdale/mudsdale_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0751_dewpider/dewpider.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0751_dewpider/dewpider.png new file mode 100644 index 00000000..4594b95c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0751_dewpider/dewpider.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0751_dewpider/dewpider_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0751_dewpider/dewpider_shiny.png new file mode 100644 index 00000000..0a963a18 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0751_dewpider/dewpider_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0752_araquanid/araquanid.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0752_araquanid/araquanid.png new file mode 100644 index 00000000..6d5f4645 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0752_araquanid/araquanid.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0752_araquanid/araquanid_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0752_araquanid/araquanid_shiny.png new file mode 100644 index 00000000..4441221e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0752_araquanid/araquanid_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0753_fomantis/fomantis.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0753_fomantis/fomantis.png new file mode 100644 index 00000000..77b4cdab Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0753_fomantis/fomantis.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0753_fomantis/fomantis_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0753_fomantis/fomantis_shiny.png new file mode 100644 index 00000000..dcc58cb3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0753_fomantis/fomantis_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0754_lurantis/lurantis.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0754_lurantis/lurantis.png new file mode 100644 index 00000000..ceb0e873 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0754_lurantis/lurantis.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0754_lurantis/lurantis_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0754_lurantis/lurantis_shiny.png new file mode 100644 index 00000000..a4254888 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0754_lurantis/lurantis_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0755_morelull/morelull.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0755_morelull/morelull.png new file mode 100644 index 00000000..60291f6b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0755_morelull/morelull.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0755_morelull/morelull_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0755_morelull/morelull_shiny.png new file mode 100644 index 00000000..485f570c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0755_morelull/morelull_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0756_shiinotic/shiinotic.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0756_shiinotic/shiinotic.png new file mode 100644 index 00000000..23d5b223 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0756_shiinotic/shiinotic.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0756_shiinotic/shiinotic_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0756_shiinotic/shiinotic_shiny.png new file mode 100644 index 00000000..72c34ac8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0756_shiinotic/shiinotic_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0757_salandit/salandit.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0757_salandit/salandit.png new file mode 100644 index 00000000..e79d79f9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0757_salandit/salandit.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0757_salandit/salandit_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0757_salandit/salandit_shiny.png new file mode 100644 index 00000000..2f471050 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0757_salandit/salandit_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0758_salazzle/salazzle.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0758_salazzle/salazzle.png new file mode 100644 index 00000000..2fe617df Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0758_salazzle/salazzle.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0758_salazzle/salazzle_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0758_salazzle/salazzle_shiny.png new file mode 100644 index 00000000..f21032ac Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0758_salazzle/salazzle_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0759_stufful/stufful.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0759_stufful/stufful.png new file mode 100644 index 00000000..c07129fe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0759_stufful/stufful.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0759_stufful/stufful_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0759_stufful/stufful_shiny.png new file mode 100644 index 00000000..3fa661b6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0759_stufful/stufful_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0760_bewear/bewear.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0760_bewear/bewear.png new file mode 100644 index 00000000..4ee114ca Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0760_bewear/bewear.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0760_bewear/bewear_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0760_bewear/bewear_shiny.png new file mode 100644 index 00000000..19d49e09 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0760_bewear/bewear_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0761_bounsweet/bounsweet.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0761_bounsweet/bounsweet.png new file mode 100644 index 00000000..29276fa3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0761_bounsweet/bounsweet.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0761_bounsweet/bounsweet_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0761_bounsweet/bounsweet_shiny.png new file mode 100644 index 00000000..a3bfa222 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0761_bounsweet/bounsweet_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0762_steenee/steenee.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0762_steenee/steenee.png new file mode 100644 index 00000000..d85bf156 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0762_steenee/steenee.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0762_steenee/steenee_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0762_steenee/steenee_shiny.png new file mode 100644 index 00000000..d4c66e57 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0762_steenee/steenee_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0763_tsareena/tsareena.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0763_tsareena/tsareena.png new file mode 100644 index 00000000..12ce0b10 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0763_tsareena/tsareena.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0763_tsareena/tsareena_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0763_tsareena/tsareena_shiny.png new file mode 100644 index 00000000..921ca09d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0763_tsareena/tsareena_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0764_comfey/comfey.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0764_comfey/comfey.png new file mode 100644 index 00000000..59d61445 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0764_comfey/comfey.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0764_comfey/comfey_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0764_comfey/comfey_shiny.png new file mode 100644 index 00000000..8e1987fe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0764_comfey/comfey_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0767_wimpod/wimpod.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0767_wimpod/wimpod.png new file mode 100644 index 00000000..11dc95ab Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0767_wimpod/wimpod.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0767_wimpod/wimpod_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0767_wimpod/wimpod_shiny.png new file mode 100644 index 00000000..add78d73 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0767_wimpod/wimpod_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0768_golisopod/golisopod.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0768_golisopod/golisopod.png new file mode 100644 index 00000000..b1db20b1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0768_golisopod/golisopod.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0768_golisopod/golisopod_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0768_golisopod/golisopod_shiny.png new file mode 100644 index 00000000..ee6766b5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0768_golisopod/golisopod_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0771_pyukumuku/pyukumuku.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0771_pyukumuku/pyukumuku.png new file mode 100644 index 00000000..c9f67d72 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0771_pyukumuku/pyukumuku.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0771_pyukumuku/pyukumuku_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0771_pyukumuku/pyukumuku_shiny.png new file mode 100644 index 00000000..268f45fa Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0771_pyukumuku/pyukumuku_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0772_typenull/typenull.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0772_typenull/typenull.png new file mode 100644 index 00000000..f1e9690b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0772_typenull/typenull.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0772_typenull/typenull_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0772_typenull/typenull_shiny.png new file mode 100644 index 00000000..f6948091 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0772_typenull/typenull_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0773_silvally/silvally.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0773_silvally/silvally.png new file mode 100644 index 00000000..3e767be4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0773_silvally/silvally.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0773_silvally/silvally_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0773_silvally/silvally_shiny.png new file mode 100644 index 00000000..ab0d1b06 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0773_silvally/silvally_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0775_komala/komala.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0775_komala/komala.png new file mode 100644 index 00000000..93daecc6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0775_komala/komala.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0775_komala/komala_acacia.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0775_komala/komala_acacia.png new file mode 100644 index 00000000..93daecc6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0775_komala/komala_acacia.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0775_komala/komala_birch.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0775_komala/komala_birch.png new file mode 100644 index 00000000..93daecc6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0775_komala/komala_birch.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0775_komala/komala_cherry.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0775_komala/komala_cherry.png new file mode 100644 index 00000000..93daecc6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0775_komala/komala_cherry.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0775_komala/komala_dark_oak.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0775_komala/komala_dark_oak.png new file mode 100644 index 00000000..93daecc6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0775_komala/komala_dark_oak.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0775_komala/komala_jungle.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0775_komala/komala_jungle.png new file mode 100644 index 00000000..93daecc6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0775_komala/komala_jungle.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0775_komala/komala_mangrove.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0775_komala/komala_mangrove.png new file mode 100644 index 00000000..93daecc6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0775_komala/komala_mangrove.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0775_komala/komala_oak.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0775_komala/komala_oak.png new file mode 100644 index 00000000..93daecc6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0775_komala/komala_oak.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0775_komala/komala_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0775_komala/komala_shiny.png new file mode 100644 index 00000000..eba36453 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0775_komala/komala_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0775_komala/komala_spruce.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0775_komala/komala_spruce.png new file mode 100644 index 00000000..93daecc6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0775_komala/komala_spruce.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0776_turtonator/turtonator.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0776_turtonator/turtonator.png new file mode 100644 index 00000000..a4a2f6fb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0776_turtonator/turtonator.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0776_turtonator/turtonator_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0776_turtonator/turtonator_shiny.png new file mode 100644 index 00000000..9a59cec6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0776_turtonator/turtonator_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0778_mimikyu/mimikyu.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0778_mimikyu/mimikyu.png new file mode 100644 index 00000000..631bc07c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0778_mimikyu/mimikyu.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0778_mimikyu/mimikyu_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0778_mimikyu/mimikyu_shiny.png new file mode 100644 index 00000000..1153719b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0778_mimikyu/mimikyu_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0780_drampa/drampa.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0780_drampa/drampa.png new file mode 100644 index 00000000..257db85f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0780_drampa/drampa.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0780_drampa/drampa_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0780_drampa/drampa_shiny.png new file mode 100644 index 00000000..536cd662 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0780_drampa/drampa_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0781_dhelmise/dhelmise.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0781_dhelmise/dhelmise.png new file mode 100644 index 00000000..a0575513 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0781_dhelmise/dhelmise.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0781_dhelmise/dhelmise_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0781_dhelmise/dhelmise_shiny.png new file mode 100644 index 00000000..1bf96578 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0781_dhelmise/dhelmise_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0782_jangmo-o/jangmo-o.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0782_jangmo-o/jangmo-o.png new file mode 100644 index 00000000..098e2756 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0782_jangmo-o/jangmo-o.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0782_jangmo-o/jangmo-o_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0782_jangmo-o/jangmo-o_shiny.png new file mode 100644 index 00000000..5d9b3ac1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0782_jangmo-o/jangmo-o_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0782_jangmoo/jangmoo.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0782_jangmoo/jangmoo.png new file mode 100644 index 00000000..45894d23 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0782_jangmoo/jangmoo.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0782_jangmoo/jangmoo_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0782_jangmoo/jangmoo_shiny.png new file mode 100644 index 00000000..837e3e10 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0782_jangmoo/jangmoo_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0783_hakamo-o/hakamo-o.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0783_hakamo-o/hakamo-o.png new file mode 100644 index 00000000..7f7bc067 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0783_hakamo-o/hakamo-o.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0783_hakamo-o/hakamo-o_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0783_hakamo-o/hakamo-o_shiny.png new file mode 100644 index 00000000..128e2c3d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0783_hakamo-o/hakamo-o_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0783_hakamoo/hakamoo.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0783_hakamoo/hakamoo.png new file mode 100644 index 00000000..d5dce7d8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0783_hakamoo/hakamoo.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0783_hakamoo/hakamoo_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0783_hakamoo/hakamoo_shiny.png new file mode 100644 index 00000000..1d607db5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0783_hakamoo/hakamoo_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0784_kommo-o/kommo-o.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0784_kommo-o/kommo-o.png new file mode 100644 index 00000000..3520df91 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0784_kommo-o/kommo-o.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0784_kommo-o/kommo-o_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0784_kommo-o/kommo-o_shiny.png new file mode 100644 index 00000000..0eb5af24 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0784_kommo-o/kommo-o_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0784_kommo-o/kommoo.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0784_kommo-o/kommoo.png new file mode 100644 index 00000000..3520df91 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0784_kommo-o/kommoo.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0784_kommo-o/kommoo_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0784_kommo-o/kommoo_shiny.png new file mode 100644 index 00000000..0eb5af24 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0784_kommo-o/kommoo_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0784_kommoo/kommoo.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0784_kommoo/kommoo.png new file mode 100644 index 00000000..4de9a694 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0784_kommoo/kommoo.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0784_kommoo/kommoo_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0784_kommoo/kommoo_shiny.png new file mode 100644 index 00000000..dd92d8fc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0784_kommoo/kommoo_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0785_tapukoko/tapukoko.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0785_tapukoko/tapukoko.png new file mode 100644 index 00000000..fb992605 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0785_tapukoko/tapukoko.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0785_tapukoko/tapukoko_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0785_tapukoko/tapukoko_shiny.png new file mode 100644 index 00000000..0324eb98 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0785_tapukoko/tapukoko_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0786_tapulele/tapulele.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0786_tapulele/tapulele.png new file mode 100644 index 00000000..74f61715 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0786_tapulele/tapulele.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0786_tapulele/tapulele_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0786_tapulele/tapulele_shiny.png new file mode 100644 index 00000000..fa08a01f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0786_tapulele/tapulele_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0787_tapubulu/tapubulu.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0787_tapubulu/tapubulu.png new file mode 100644 index 00000000..475207d6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0787_tapubulu/tapubulu.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0787_tapubulu/tapubulu_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0787_tapubulu/tapubulu_shiny.png new file mode 100644 index 00000000..581de5e4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0787_tapubulu/tapubulu_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0788_tapufini/tapufini.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0788_tapufini/tapufini.png new file mode 100644 index 00000000..210e7f11 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0788_tapufini/tapufini.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0788_tapufini/tapufini_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0788_tapufini/tapufini_shiny.png new file mode 100644 index 00000000..bba643d3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0788_tapufini/tapufini_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0789_cosmog/cosmog.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0789_cosmog/cosmog.png new file mode 100644 index 00000000..2491d976 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0789_cosmog/cosmog.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0789_cosmog/cosmog_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0789_cosmog/cosmog_shiny.png new file mode 100644 index 00000000..28c07289 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0789_cosmog/cosmog_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0790_cosmoem/cosmoem.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0790_cosmoem/cosmoem.png new file mode 100644 index 00000000..30296d8e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0790_cosmoem/cosmoem.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0790_cosmoem/cosmoem_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0790_cosmoem/cosmoem_shiny.png new file mode 100644 index 00000000..e3096e50 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0790_cosmoem/cosmoem_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0791_solgaleo/solgaleo.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0791_solgaleo/solgaleo.png new file mode 100644 index 00000000..efcbda50 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0791_solgaleo/solgaleo.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0791_solgaleo/solgaleo_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0791_solgaleo/solgaleo_shiny.png new file mode 100644 index 00000000..3bd8399b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0791_solgaleo/solgaleo_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0792_lunala/lunala.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0792_lunala/lunala.png new file mode 100644 index 00000000..8884fc65 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0792_lunala/lunala.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0792_lunala/lunala_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0792_lunala/lunala_shiny.png new file mode 100644 index 00000000..13ce13af Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0792_lunala/lunala_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0794_buzzwole/buzzwole.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0794_buzzwole/buzzwole.png new file mode 100644 index 00000000..6b9eb35a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0794_buzzwole/buzzwole.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0794_buzzwole/buzzwole_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0794_buzzwole/buzzwole_shiny.png new file mode 100644 index 00000000..71498613 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0794_buzzwole/buzzwole_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0795_pheromosa/pheromosa.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0795_pheromosa/pheromosa.png new file mode 100644 index 00000000..d28259f2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0795_pheromosa/pheromosa.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0795_pheromosa/pheromosa_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0795_pheromosa/pheromosa_shiny.png new file mode 100644 index 00000000..7e7f7ee8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0795_pheromosa/pheromosa_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0796_xurkitree/xurkitree.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0796_xurkitree/xurkitree.png new file mode 100644 index 00000000..a26b3613 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0796_xurkitree/xurkitree.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0796_xurkitree/xurkitree_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0796_xurkitree/xurkitree_shiny.png new file mode 100644 index 00000000..dccdd0bd Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0796_xurkitree/xurkitree_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0797_celesteela/celesteela.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0797_celesteela/celesteela.png new file mode 100644 index 00000000..dbe788b0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0797_celesteela/celesteela.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0797_celesteela/celesteela_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0797_celesteela/celesteela_shiny.png new file mode 100644 index 00000000..694e52d3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0797_celesteela/celesteela_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0798_kartana/kartana.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0798_kartana/kartana.png new file mode 100644 index 00000000..ef1a414c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0798_kartana/kartana.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0798_kartana/kartana_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0798_kartana/kartana_shiny.png new file mode 100644 index 00000000..f9602df7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0798_kartana/kartana_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0799_guzzlord/guzzlord.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0799_guzzlord/guzzlord.png new file mode 100644 index 00000000..16b292bf Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0799_guzzlord/guzzlord.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0799_guzzlord/guzzlord_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0799_guzzlord/guzzlord_shiny.png new file mode 100644 index 00000000..0a8f1099 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0799_guzzlord/guzzlord_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0800_necrozma/necrozma.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0800_necrozma/necrozma.png new file mode 100644 index 00000000..72c680a7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0800_necrozma/necrozma.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0800_necrozma/necrozma_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0800_necrozma/necrozma_shiny.png new file mode 100644 index 00000000..81c06f30 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0800_necrozma/necrozma_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0802_marshadow/marshadow.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0802_marshadow/marshadow.png new file mode 100644 index 00000000..2e32a685 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0802_marshadow/marshadow.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0802_marshadow/marshadow_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0802_marshadow/marshadow_shiny.png new file mode 100644 index 00000000..f943ea86 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0802_marshadow/marshadow_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0803_poipole/poipole.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0803_poipole/poipole.png new file mode 100644 index 00000000..fc706403 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0803_poipole/poipole.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0803_poipole/poipole_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0803_poipole/poipole_shiny.png new file mode 100644 index 00000000..08493ae6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0803_poipole/poipole_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0804_naganadel/naganadel.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0804_naganadel/naganadel.png new file mode 100644 index 00000000..f9bf5b6d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0804_naganadel/naganadel.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0804_naganadel/naganadel_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0804_naganadel/naganadel_shiny.png new file mode 100644 index 00000000..55276284 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0804_naganadel/naganadel_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0805_stakataka/stakataka.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0805_stakataka/stakataka.png new file mode 100644 index 00000000..34967810 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0805_stakataka/stakataka.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0805_stakataka/stakataka_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0805_stakataka/stakataka_shiny.png new file mode 100644 index 00000000..76a421bf Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0805_stakataka/stakataka_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0806_blacephalon/blacephalon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0806_blacephalon/blacephalon.png new file mode 100644 index 00000000..34b6027a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0806_blacephalon/blacephalon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0806_blacephalon/blacephalon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0806_blacephalon/blacephalon_shiny.png new file mode 100644 index 00000000..70fd7dc2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0806_blacephalon/blacephalon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0807_zeraora/zeraora.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0807_zeraora/zeraora.png new file mode 100644 index 00000000..3c1cb063 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0807_zeraora/zeraora.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0807_zeraora/zeraora_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0807_zeraora/zeraora_shiny.png new file mode 100644 index 00000000..43215362 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0807_zeraora/zeraora_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0808_meltan/meltan.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0808_meltan/meltan.png new file mode 100644 index 00000000..a5de1ffd Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0808_meltan/meltan.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0808_meltan/meltan_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0808_meltan/meltan_shiny.png new file mode 100644 index 00000000..6ac63a5a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0808_meltan/meltan_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0809_melmetal/melmetal.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0809_melmetal/melmetal.png new file mode 100644 index 00000000..8e7b5228 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0809_melmetal/melmetal.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0809_melmetal/melmetal_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0809_melmetal/melmetal_shiny.png new file mode 100644 index 00000000..62bb7a2f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0809_melmetal/melmetal_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0810_grookey/grookey.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0810_grookey/grookey.png new file mode 100644 index 00000000..c5132c94 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0810_grookey/grookey.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0810_grookey/grookey_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0810_grookey/grookey_shiny.png new file mode 100644 index 00000000..cc9008e9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0810_grookey/grookey_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0811_thwackey/thwackey.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0811_thwackey/thwackey.png new file mode 100644 index 00000000..8914ad4f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0811_thwackey/thwackey.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0811_thwackey/thwackey_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0811_thwackey/thwackey_shiny.png new file mode 100644 index 00000000..dc808e3d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0811_thwackey/thwackey_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0812_rillaboom/rillaboom.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0812_rillaboom/rillaboom.png new file mode 100644 index 00000000..c742078a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0812_rillaboom/rillaboom.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0812_rillaboom/rillaboom_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0812_rillaboom/rillaboom_shiny.png new file mode 100644 index 00000000..53184431 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0812_rillaboom/rillaboom_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0813_scorbunny/scorbunny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0813_scorbunny/scorbunny.png new file mode 100644 index 00000000..189e5f31 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0813_scorbunny/scorbunny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0813_scorbunny/scorbunny_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0813_scorbunny/scorbunny_shiny.png new file mode 100644 index 00000000..a4b5cb06 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0813_scorbunny/scorbunny_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0814_raboot/raboot.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0814_raboot/raboot.png new file mode 100644 index 00000000..c1dfe9db Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0814_raboot/raboot.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0814_raboot/raboot_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0814_raboot/raboot_shiny.png new file mode 100644 index 00000000..58b1b69a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0814_raboot/raboot_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0815_cinderace/cinderace.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0815_cinderace/cinderace.png new file mode 100644 index 00000000..0dcfbd01 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0815_cinderace/cinderace.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0815_cinderace/cinderace_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0815_cinderace/cinderace_shiny.png new file mode 100644 index 00000000..b0b380bd Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0815_cinderace/cinderace_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0816_sobble/sobble.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0816_sobble/sobble.png new file mode 100644 index 00000000..71449341 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0816_sobble/sobble.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0816_sobble/sobble_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0816_sobble/sobble_shiny.png new file mode 100644 index 00000000..56285b0c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0816_sobble/sobble_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0817_drizzile/drizzile.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0817_drizzile/drizzile.png new file mode 100644 index 00000000..f3cc9f33 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0817_drizzile/drizzile.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0817_drizzile/drizzile_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0817_drizzile/drizzile_shiny.png new file mode 100644 index 00000000..191414f7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0817_drizzile/drizzile_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0818_inteleon/inteleon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0818_inteleon/inteleon.png new file mode 100644 index 00000000..77fb4c83 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0818_inteleon/inteleon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0818_inteleon/inteleon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0818_inteleon/inteleon_shiny.png new file mode 100644 index 00000000..b986198d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0818_inteleon/inteleon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0819_skwovet/skwovet.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0819_skwovet/skwovet.png new file mode 100644 index 00000000..8049d3a2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0819_skwovet/skwovet.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0819_skwovet/skwovet_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0819_skwovet/skwovet_shiny.png new file mode 100644 index 00000000..d3faf144 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0819_skwovet/skwovet_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0820_greedent/greedent.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0820_greedent/greedent.png new file mode 100644 index 00000000..2fe80c21 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0820_greedent/greedent.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0821_rookidee/rookidee.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0821_rookidee/rookidee.png new file mode 100644 index 00000000..19e7fc28 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0821_rookidee/rookidee.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0821_rookidee/rookidee_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0821_rookidee/rookidee_shiny.png new file mode 100644 index 00000000..0ecc1321 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0821_rookidee/rookidee_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0822_corvisquire/corvisquire.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0822_corvisquire/corvisquire.png new file mode 100644 index 00000000..685b7e55 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0822_corvisquire/corvisquire.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0822_corvisquire/corvisquire_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0822_corvisquire/corvisquire_shiny.png new file mode 100644 index 00000000..c93df963 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0822_corvisquire/corvisquire_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0823_corviknight/corviknight.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0823_corviknight/corviknight.png new file mode 100644 index 00000000..ac0858a6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0823_corviknight/corviknight.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0823_corviknight/corviknight_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0823_corviknight/corviknight_shiny.png new file mode 100644 index 00000000..4cd8c40f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0823_corviknight/corviknight_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0827_nickit/nickit.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0827_nickit/nickit.png new file mode 100644 index 00000000..6c42bec8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0827_nickit/nickit.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0827_nickit/nickit_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0827_nickit/nickit_shiny.png new file mode 100644 index 00000000..b6f8ff03 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0827_nickit/nickit_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0828_thievul/thievul.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0828_thievul/thievul.png new file mode 100644 index 00000000..57cc6105 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0828_thievul/thievul.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0828_thievul/thievul_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0828_thievul/thievul_shiny.png new file mode 100644 index 00000000..e3798db7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0828_thievul/thievul_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0829_gossifleur/gossifleur.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0829_gossifleur/gossifleur.png new file mode 100644 index 00000000..e8ad3391 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0829_gossifleur/gossifleur.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0829_gossifleur/gossifleur_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0829_gossifleur/gossifleur_shiny.png new file mode 100644 index 00000000..e72adb8a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0829_gossifleur/gossifleur_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0830_eldegoss/eldegoss.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0830_eldegoss/eldegoss.png new file mode 100644 index 00000000..ee02f78e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0830_eldegoss/eldegoss.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0830_eldegoss/eldegoss_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0830_eldegoss/eldegoss_shiny.png new file mode 100644 index 00000000..6678c820 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0830_eldegoss/eldegoss_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0831_wooloo/wooloo.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0831_wooloo/wooloo.png new file mode 100644 index 00000000..c278f3ab Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0831_wooloo/wooloo.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0831_wooloo/wooloo_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0831_wooloo/wooloo_shiny.png new file mode 100644 index 00000000..2e2f44ac Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0831_wooloo/wooloo_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0832_dubwool/dubwool.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0832_dubwool/dubwool.png new file mode 100644 index 00000000..975728f9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0832_dubwool/dubwool.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0832_dubwool/dubwool_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0832_dubwool/dubwool_shiny.png new file mode 100644 index 00000000..9fe44f50 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0832_dubwool/dubwool_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0835_yamper/yamper.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0835_yamper/yamper.png new file mode 100644 index 00000000..91fe66b4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0835_yamper/yamper.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0835_yamper/yamper_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0835_yamper/yamper_shiny.png new file mode 100644 index 00000000..2f4d026b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0835_yamper/yamper_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0836_boltund/boltund.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0836_boltund/boltund.png new file mode 100644 index 00000000..9bbb31f5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0836_boltund/boltund.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0836_boltund/boltund_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0836_boltund/boltund_shiny.png new file mode 100644 index 00000000..9ba612f8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0836_boltund/boltund_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0846_arrokuda/arrokuda.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0846_arrokuda/arrokuda.png new file mode 100644 index 00000000..e2afb088 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0846_arrokuda/arrokuda.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0846_arrokuda/arrokuda_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0846_arrokuda/arrokuda_shiny.png new file mode 100644 index 00000000..0a1f6115 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0846_arrokuda/arrokuda_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0847_barraskewda/barraskewda.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0847_barraskewda/barraskewda.png new file mode 100644 index 00000000..4297f6cc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0847_barraskewda/barraskewda.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0847_barraskewda/barraskewda_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0847_barraskewda/barraskewda_shiny.png new file mode 100644 index 00000000..5255fd75 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0847_barraskewda/barraskewda_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0850_sizzlipede/sizzlipede.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0850_sizzlipede/sizzlipede.png new file mode 100644 index 00000000..283738f8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0850_sizzlipede/sizzlipede.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0850_sizzlipede/sizzlipede_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0850_sizzlipede/sizzlipede_shiny.png new file mode 100644 index 00000000..057981e8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0850_sizzlipede/sizzlipede_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0851_centiskorch/centiskorch.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0851_centiskorch/centiskorch.png new file mode 100644 index 00000000..db42dfb4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0851_centiskorch/centiskorch.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0851_centiskorch/centiskorch_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0851_centiskorch/centiskorch_shiny.png new file mode 100644 index 00000000..a4efafc0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0851_centiskorch/centiskorch_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0859_impidimp/impidimp.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0859_impidimp/impidimp.png new file mode 100644 index 00000000..07402944 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0859_impidimp/impidimp.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0859_impidimp/impidimp_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0859_impidimp/impidimp_shiny.png new file mode 100644 index 00000000..0f363b6b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0859_impidimp/impidimp_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0860_morgrem/morgrem.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0860_morgrem/morgrem.png new file mode 100644 index 00000000..3086300d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0860_morgrem/morgrem.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0860_morgrem/morgrem_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0860_morgrem/morgrem_shiny.png new file mode 100644 index 00000000..8333e9f7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0860_morgrem/morgrem_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0861_grimmsnarl/grimmsnarl.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0861_grimmsnarl/grimmsnarl.png new file mode 100644 index 00000000..b1e2423c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0861_grimmsnarl/grimmsnarl.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0861_grimmsnarl/grimmsnarl_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0861_grimmsnarl/grimmsnarl_shiny.png new file mode 100644 index 00000000..58c8c3e2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0861_grimmsnarl/grimmsnarl_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0862_obstagoon/obstagoon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0862_obstagoon/obstagoon.png new file mode 100644 index 00000000..3fe39d99 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0862_obstagoon/obstagoon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0862_obstagoon/obstagoon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0862_obstagoon/obstagoon_shiny.png new file mode 100644 index 00000000..4fc23cec Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0862_obstagoon/obstagoon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0863_perrserker/perrserker.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0863_perrserker/perrserker.png new file mode 100644 index 00000000..c2af5ea1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0863_perrserker/perrserker.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0863_perrserker/perrserker_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0863_perrserker/perrserker_shiny.png new file mode 100644 index 00000000..b52575c8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0863_perrserker/perrserker_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0865_sirfetchd/sirfetchd.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0865_sirfetchd/sirfetchd.png new file mode 100644 index 00000000..02cd176a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0865_sirfetchd/sirfetchd.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0865_sirfetchd/sirfetchd_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0865_sirfetchd/sirfetchd_shiny.png new file mode 100644 index 00000000..49b1a2a6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0865_sirfetchd/sirfetchd_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0866_mrrime/mrrime.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0866_mrrime/mrrime.png new file mode 100644 index 00000000..42054361 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0866_mrrime/mrrime.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0866_mrrime/mrrime_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0866_mrrime/mrrime_shiny.png new file mode 100644 index 00000000..742983d0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0866_mrrime/mrrime_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0868_milcery/milcery.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0868_milcery/milcery.png new file mode 100644 index 00000000..7522187a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0868_milcery/milcery.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0868_milcery/milcery_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0868_milcery/milcery_shiny.png new file mode 100644 index 00000000..27787e8d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0868_milcery/milcery_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_caramel.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_caramel.png new file mode 100644 index 00000000..976aed0e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_caramel.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_caramel_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_caramel_shiny.png new file mode 100644 index 00000000..e5a17b1b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_caramel_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_lemon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_lemon.png new file mode 100644 index 00000000..cbb56717 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_lemon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_lemon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_lemon_shiny.png new file mode 100644 index 00000000..fd8f6781 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_lemon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_matcha.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_matcha.png new file mode 100644 index 00000000..38b9603e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_matcha.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_matcha_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_matcha_shiny.png new file mode 100644 index 00000000..a975d6a4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_matcha_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_mint.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_mint.png new file mode 100644 index 00000000..3f1975d5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_mint.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_mint_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_mint_shiny.png new file mode 100644 index 00000000..81c09eb8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_mint_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_rainbowswirl.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_rainbowswirl.png new file mode 100644 index 00000000..2c1c1d3f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_rainbowswirl.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_rainbowswirl_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_rainbowswirl_shiny.png new file mode 100644 index 00000000..2e6c9fbe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_rainbowswirl_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_ruby.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_ruby.png new file mode 100644 index 00000000..6010d588 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_ruby.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_ruby_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_ruby_shiny.png new file mode 100644 index 00000000..8a76c9d7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_ruby_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_rubyswirl.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_rubyswirl.png new file mode 100644 index 00000000..04c37d86 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_rubyswirl.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_rubyswirl_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_rubyswirl_shiny.png new file mode 100644 index 00000000..2fdd900e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_rubyswirl_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_salted.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_salted.png new file mode 100644 index 00000000..3cb802d7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_salted.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_salted_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_salted_shiny.png new file mode 100644 index 00000000..7b7fb611 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_salted_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_vanilla.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_vanilla.png new file mode 100644 index 00000000..fb9d1ffa Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_vanilla.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_vanilla_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_vanilla_shiny.png new file mode 100644 index 00000000..e1cbe766 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0869_alcremie/alcremie_vanilla_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0870_falinks/falinks.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0870_falinks/falinks.png new file mode 100644 index 00000000..2c040a49 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0870_falinks/falinks.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0870_falinks/falinks_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0870_falinks/falinks_shiny.png new file mode 100644 index 00000000..708d2e7a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0870_falinks/falinks_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0871_pincurchin/pincurchin.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0871_pincurchin/pincurchin.png new file mode 100644 index 00000000..fe672008 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0871_pincurchin/pincurchin.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0871_pincurchin/pincurchin_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0871_pincurchin/pincurchin_shiny.png new file mode 100644 index 00000000..0233f144 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0871_pincurchin/pincurchin_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0874_stonjourner/stonjourner.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0874_stonjourner/stonjourner.png new file mode 100644 index 00000000..b1f99b77 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0874_stonjourner/stonjourner.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0874_stonjourner/stonjourner_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0874_stonjourner/stonjourner_shiny.png new file mode 100644 index 00000000..d6e14612 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0874_stonjourner/stonjourner_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0875_eiscue/eiscue.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0875_eiscue/eiscue.png new file mode 100644 index 00000000..a861b59a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0875_eiscue/eiscue.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0875_eiscue/eiscue_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0875_eiscue/eiscue_shiny.png new file mode 100644 index 00000000..788026e5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0875_eiscue/eiscue_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0877_morpeko/morpeko.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0877_morpeko/morpeko.png new file mode 100644 index 00000000..5e7cec8b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0877_morpeko/morpeko.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0877_morpeko/morpeko_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0877_morpeko/morpeko_shiny.png new file mode 100644 index 00000000..147e4d23 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0877_morpeko/morpeko_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0878_cufant/cufant.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0878_cufant/cufant.png new file mode 100644 index 00000000..3448cfb1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0878_cufant/cufant.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0878_cufant/cufant_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0878_cufant/cufant_shiny.png new file mode 100644 index 00000000..05a74289 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0878_cufant/cufant_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0879_copperajah/copperajah.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0879_copperajah/copperajah.png new file mode 100644 index 00000000..028981ef Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0879_copperajah/copperajah.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0879_copperajah/copperajah_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0879_copperajah/copperajah_shiny.png new file mode 100644 index 00000000..589a8ee8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0879_copperajah/copperajah_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0880_dracozolt/dracozolt.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0880_dracozolt/dracozolt.png new file mode 100644 index 00000000..8732dee2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0880_dracozolt/dracozolt.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0880_dracozolt/dracozolt_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0880_dracozolt/dracozolt_shiny.png new file mode 100644 index 00000000..c7dd2e8d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0880_dracozolt/dracozolt_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0881_arctozolt/arctozolt.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0881_arctozolt/arctozolt.png new file mode 100644 index 00000000..58f59cb6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0881_arctozolt/arctozolt.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0881_arctozolt/arctozolt_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0881_arctozolt/arctozolt_shiny.png new file mode 100644 index 00000000..d67257be Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0881_arctozolt/arctozolt_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0882_dracovish/dracovish.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0882_dracovish/dracovish.png new file mode 100644 index 00000000..98d0fbe0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0882_dracovish/dracovish.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0882_dracovish/dracovish_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0882_dracovish/dracovish_shiny.png new file mode 100644 index 00000000..e1e823f9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0882_dracovish/dracovish_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0883_arctovish/arctovish.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0883_arctovish/arctovish.png new file mode 100644 index 00000000..dfa76f43 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0883_arctovish/arctovish.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0883_arctovish/arctovish_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0883_arctovish/arctovish_shiny.png new file mode 100644 index 00000000..1cf3994a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0883_arctovish/arctovish_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0885_dreepy/dreepy.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0885_dreepy/dreepy.png new file mode 100644 index 00000000..46c3f383 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0885_dreepy/dreepy.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0885_dreepy/dreepy_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0885_dreepy/dreepy_shiny.png new file mode 100644 index 00000000..cf1e7248 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0885_dreepy/dreepy_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0886_drakloak/drakloak.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0886_drakloak/drakloak.png new file mode 100644 index 00000000..72aed082 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0886_drakloak/drakloak.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0886_drakloak/drakloak_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0886_drakloak/drakloak_shiny.png new file mode 100644 index 00000000..cde285e0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0886_drakloak/drakloak_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0887_dragapult/dragapult.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0887_dragapult/dragapult.png new file mode 100644 index 00000000..2800fc5c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0887_dragapult/dragapult.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0887_dragapult/dragapult_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0887_dragapult/dragapult_shiny.png new file mode 100644 index 00000000..8c6168a2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0887_dragapult/dragapult_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0888_zacian/zacian.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0888_zacian/zacian.png new file mode 100644 index 00000000..89316962 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0888_zacian/zacian.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0888_zacian/zacian_crowned.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0888_zacian/zacian_crowned.png new file mode 100644 index 00000000..542a3ca3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0888_zacian/zacian_crowned.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0888_zacian/zacian_crowned_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0888_zacian/zacian_crowned_shiny.png new file mode 100644 index 00000000..3ac5d3b6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0888_zacian/zacian_crowned_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0888_zacian/zacian_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0888_zacian/zacian_shiny.png new file mode 100644 index 00000000..400c842a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0888_zacian/zacian_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0889_zamazenta/zamazenta.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0889_zamazenta/zamazenta.png new file mode 100644 index 00000000..80d61c63 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0889_zamazenta/zamazenta.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0889_zamazenta/zamazenta_crowned.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0889_zamazenta/zamazenta_crowned.png new file mode 100644 index 00000000..0e72a3b4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0889_zamazenta/zamazenta_crowned.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0890_eternatus/eternatus.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0890_eternatus/eternatus.png new file mode 100644 index 00000000..6e711a84 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0890_eternatus/eternatus.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0891_kubfu/kubfu.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0891_kubfu/kubfu.png new file mode 100644 index 00000000..55553afe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0891_kubfu/kubfu.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0891_kubfu/kubfu_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0891_kubfu/kubfu_shiny.png new file mode 100644 index 00000000..7b3174a2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0891_kubfu/kubfu_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0892_urshifu/urshifu.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0892_urshifu/urshifu.png new file mode 100644 index 00000000..a17cee3f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0892_urshifu/urshifu.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0892_urshifu/urshifu_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0892_urshifu/urshifu_shiny.png new file mode 100644 index 00000000..bbb16e7b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0892_urshifu/urshifu_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0893_zarude/zarude.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0893_zarude/zarude.png new file mode 100644 index 00000000..f1772888 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0893_zarude/zarude.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0893_zarude/zarude_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0893_zarude/zarude_shiny.png new file mode 100644 index 00000000..dedf68be Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0893_zarude/zarude_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0894_regieleki/regieleki.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0894_regieleki/regieleki.png new file mode 100644 index 00000000..07bf473c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0894_regieleki/regieleki.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0894_regieleki/regieleki_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0894_regieleki/regieleki_shiny.png new file mode 100644 index 00000000..653e506d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0894_regieleki/regieleki_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0895_regidrago/regidrago.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0895_regidrago/regidrago.png new file mode 100644 index 00000000..3d6ff4cb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0895_regidrago/regidrago.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0895_regidrago/regidrago_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0895_regidrago/regidrago_shiny.png new file mode 100644 index 00000000..566e0014 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0895_regidrago/regidrago_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0896_glastrier/glastrier.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0896_glastrier/glastrier.png new file mode 100644 index 00000000..5bb42b42 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0896_glastrier/glastrier.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0896_glastrier/glastrier_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0896_glastrier/glastrier_shiny.png new file mode 100644 index 00000000..109d9064 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0896_glastrier/glastrier_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0897_spectrier/spectrier.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0897_spectrier/spectrier.png new file mode 100644 index 00000000..2f530db2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0897_spectrier/spectrier.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0897_spectrier/spectrier_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0897_spectrier/spectrier_shiny.png new file mode 100644 index 00000000..b258289e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0897_spectrier/spectrier_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0898_calyrex/calyrex.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0898_calyrex/calyrex.png new file mode 100644 index 00000000..b4afada1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0898_calyrex/calyrex.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0898_calyrex/calyrex_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0898_calyrex/calyrex_shiny.png new file mode 100644 index 00000000..eed356ac Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0898_calyrex/calyrex_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0899_wyrdeer/wyrdeer.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0899_wyrdeer/wyrdeer.png new file mode 100644 index 00000000..1b1717db Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0899_wyrdeer/wyrdeer.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0899_wyrdeer/wyrdeer_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0899_wyrdeer/wyrdeer_shiny.png new file mode 100644 index 00000000..2c8aedd6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0899_wyrdeer/wyrdeer_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0900_kleavor/kleavor.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0900_kleavor/kleavor.png new file mode 100644 index 00000000..88766e78 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0900_kleavor/kleavor.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0900_kleavor/kleavor_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0900_kleavor/kleavor_shiny.png new file mode 100644 index 00000000..316a4078 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0900_kleavor/kleavor_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0901_ursaluna/ursaluna.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0901_ursaluna/ursaluna.png new file mode 100644 index 00000000..a46392e5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0901_ursaluna/ursaluna.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0901_ursaluna/ursaluna_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0901_ursaluna/ursaluna_shiny.png new file mode 100644 index 00000000..260d0a2f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0901_ursaluna/ursaluna_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0902_basculegion/basculegion.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0902_basculegion/basculegion.png new file mode 100644 index 00000000..01d78fb1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0902_basculegion/basculegion.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0902_basculegion/basculegion_female.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0902_basculegion/basculegion_female.png new file mode 100644 index 00000000..cd9b7e79 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0902_basculegion/basculegion_female.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0902_basculegion/basculegion_female_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0902_basculegion/basculegion_female_shiny.png new file mode 100644 index 00000000..ea498adb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0902_basculegion/basculegion_female_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0902_basculegion/basculegion_male.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0902_basculegion/basculegion_male.png new file mode 100644 index 00000000..01d78fb1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0902_basculegion/basculegion_male.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0902_basculegion/basculegion_male_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0902_basculegion/basculegion_male_shiny.png new file mode 100644 index 00000000..5181025a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0902_basculegion/basculegion_male_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0902_basculegion/basculegion_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0902_basculegion/basculegion_shiny.png new file mode 100644 index 00000000..5181025a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0902_basculegion/basculegion_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0903_sneasler/sneasler.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0903_sneasler/sneasler.png new file mode 100644 index 00000000..7314e282 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0903_sneasler/sneasler.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0903_sneasler/sneasler_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0903_sneasler/sneasler_shiny.png new file mode 100644 index 00000000..1dcb2ffb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0903_sneasler/sneasler_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0904_overqwil/overqwil.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0904_overqwil/overqwil.png new file mode 100644 index 00000000..02e8f50e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0904_overqwil/overqwil.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0904_overqwil/overqwil_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0904_overqwil/overqwil_shiny.png new file mode 100644 index 00000000..d2f84ca2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0904_overqwil/overqwil_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0905_enamorus/enamorus.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0905_enamorus/enamorus.png new file mode 100644 index 00000000..76b0f170 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0905_enamorus/enamorus.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0905_enamorus/enamorus_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0905_enamorus/enamorus_shiny.png new file mode 100644 index 00000000..bdf2e4dd Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0905_enamorus/enamorus_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0906_sprigatito/sprigatito.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0906_sprigatito/sprigatito.png new file mode 100644 index 00000000..a90afd6e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0906_sprigatito/sprigatito.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0906_sprigatito/sprigatito_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0906_sprigatito/sprigatito_shiny.png new file mode 100644 index 00000000..3686ff20 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0906_sprigatito/sprigatito_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0907_floragato/floragato.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0907_floragato/floragato.png new file mode 100644 index 00000000..4683d617 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0907_floragato/floragato.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0907_floragato/floragato_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0907_floragato/floragato_shiny.png new file mode 100644 index 00000000..88983814 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0907_floragato/floragato_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0908_meowscarada/meowscarada.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0908_meowscarada/meowscarada.png new file mode 100644 index 00000000..298bbcfd Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0908_meowscarada/meowscarada.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0908_meowscarada/meowscarada_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0908_meowscarada/meowscarada_shiny.png new file mode 100644 index 00000000..519c98ca Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0908_meowscarada/meowscarada_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0909_fuecoco/fuecoco.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0909_fuecoco/fuecoco.png new file mode 100644 index 00000000..7821d4cf Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0909_fuecoco/fuecoco.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0909_fuecoco/fuecoco_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0909_fuecoco/fuecoco_shiny.png new file mode 100644 index 00000000..db7fdc21 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0909_fuecoco/fuecoco_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0910_crocalor/crocalor.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0910_crocalor/crocalor.png new file mode 100644 index 00000000..e2a611d4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0910_crocalor/crocalor.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0910_crocalor/crocalor_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0910_crocalor/crocalor_shiny.png new file mode 100644 index 00000000..a02a9e25 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0910_crocalor/crocalor_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0911_skeledirge/skeledirge.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0911_skeledirge/skeledirge.png new file mode 100644 index 00000000..56edb28d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0911_skeledirge/skeledirge.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0911_skeledirge/skeledirge_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0911_skeledirge/skeledirge_shiny.png new file mode 100644 index 00000000..2142cf19 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0911_skeledirge/skeledirge_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0912_quaxly/quaxly.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0912_quaxly/quaxly.png new file mode 100644 index 00000000..1482d66e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0912_quaxly/quaxly.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0912_quaxly/quaxly_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0912_quaxly/quaxly_shiny.png new file mode 100644 index 00000000..01951a5d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0912_quaxly/quaxly_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0913_quaxwell/quaxwell.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0913_quaxwell/quaxwell.png new file mode 100644 index 00000000..011461ba Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0913_quaxwell/quaxwell.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0913_quaxwell/quaxwell_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0913_quaxwell/quaxwell_shiny.png new file mode 100644 index 00000000..b1e4293e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0913_quaxwell/quaxwell_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0914_quaquaval/quaquaval.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0914_quaquaval/quaquaval.png new file mode 100644 index 00000000..feeb5e5f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0914_quaquaval/quaquaval.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0914_quaquaval/quaquaval_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0914_quaquaval/quaquaval_shiny.png new file mode 100644 index 00000000..c91b8112 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0914_quaquaval/quaquaval_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0915_lechonk/lechonk.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0915_lechonk/lechonk.png new file mode 100644 index 00000000..6ee8f407 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0915_lechonk/lechonk.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0915_lechonk/lechonk_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0915_lechonk/lechonk_shiny.png new file mode 100644 index 00000000..aaaea86a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0915_lechonk/lechonk_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0916_oinkologne/oinkologne_female.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0916_oinkologne/oinkologne_female.png new file mode 100644 index 00000000..dc479de8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0916_oinkologne/oinkologne_female.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0916_oinkologne/oinkologne_female_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0916_oinkologne/oinkologne_female_shiny.png new file mode 100644 index 00000000..1d26584d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0916_oinkologne/oinkologne_female_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0916_oinkologne/oinkologne_male.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0916_oinkologne/oinkologne_male.png new file mode 100644 index 00000000..c5a9a55a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0916_oinkologne/oinkologne_male.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0916_oinkologne/oinkologne_male_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0916_oinkologne/oinkologne_male_shiny.png new file mode 100644 index 00000000..4efe275f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0916_oinkologne/oinkologne_male_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0917_tarountula/tarountula.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0917_tarountula/tarountula.png new file mode 100644 index 00000000..7185209e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0917_tarountula/tarountula.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0917_tarountula/tarountula_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0917_tarountula/tarountula_shiny.png new file mode 100644 index 00000000..ee0feada Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0917_tarountula/tarountula_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0918_spidops/spidops.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0918_spidops/spidops.png new file mode 100644 index 00000000..293e1783 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0918_spidops/spidops.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0918_spidops/spidops_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0918_spidops/spidops_shiny.png new file mode 100644 index 00000000..5bdbc88e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0918_spidops/spidops_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0921_pawmi/pawmi.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0921_pawmi/pawmi.png new file mode 100644 index 00000000..60c81d2d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0921_pawmi/pawmi.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0921_pawmi/pawmi_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0921_pawmi/pawmi_shiny.png new file mode 100644 index 00000000..ee3ce192 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0921_pawmi/pawmi_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0922_pawmo/pawmo.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0922_pawmo/pawmo.png new file mode 100644 index 00000000..8a8f2bea Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0922_pawmo/pawmo.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0922_pawmo/pawmo_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0922_pawmo/pawmo_shiny.png new file mode 100644 index 00000000..49038443 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0922_pawmo/pawmo_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0923_pawmot/pawmot.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0923_pawmot/pawmot.png new file mode 100644 index 00000000..b7b5c6c8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0923_pawmot/pawmot.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0923_pawmot/pawmot_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0923_pawmot/pawmot_shiny.png new file mode 100644 index 00000000..7f9ea13e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0923_pawmot/pawmot_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0924_tandemaus/tandemaus.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0924_tandemaus/tandemaus.png new file mode 100644 index 00000000..427c3c99 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0924_tandemaus/tandemaus.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0924_tandemaus/tandemaus_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0924_tandemaus/tandemaus_shiny.png new file mode 100644 index 00000000..4505c7f3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0924_tandemaus/tandemaus_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0925_maushold/maushold.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0925_maushold/maushold.png new file mode 100644 index 00000000..06e6cbd3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0925_maushold/maushold.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0925_maushold/maushold_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0925_maushold/maushold_shiny.png new file mode 100644 index 00000000..69fd4a1a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0925_maushold/maushold_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0926_fidough/fidough.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0926_fidough/fidough.png new file mode 100644 index 00000000..9384b01c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0926_fidough/fidough.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0926_fidough/fidough_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0926_fidough/fidough_shiny.png new file mode 100644 index 00000000..6c938a44 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0926_fidough/fidough_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0927_dachsbun/dachsbun.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0927_dachsbun/dachsbun.png new file mode 100644 index 00000000..13a5af91 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0927_dachsbun/dachsbun.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0927_dachsbun/dachsbun_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0927_dachsbun/dachsbun_shiny.png new file mode 100644 index 00000000..d5042c7f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0927_dachsbun/dachsbun_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0931_squawkabilly/squawkabilly_blue.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0931_squawkabilly/squawkabilly_blue.png new file mode 100644 index 00000000..25b51604 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0931_squawkabilly/squawkabilly_blue.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0931_squawkabilly/squawkabilly_blue_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0931_squawkabilly/squawkabilly_blue_shiny.png new file mode 100644 index 00000000..4b9a2cb8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0931_squawkabilly/squawkabilly_blue_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0931_squawkabilly/squawkabilly_gray.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0931_squawkabilly/squawkabilly_gray.png new file mode 100644 index 00000000..0fdb770b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0931_squawkabilly/squawkabilly_gray.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0931_squawkabilly/squawkabilly_gray_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0931_squawkabilly/squawkabilly_gray_shiny.png new file mode 100644 index 00000000..afa0a628 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0931_squawkabilly/squawkabilly_gray_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0931_squawkabilly/squawkabilly_green.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0931_squawkabilly/squawkabilly_green.png new file mode 100644 index 00000000..ebe9b30b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0931_squawkabilly/squawkabilly_green.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0931_squawkabilly/squawkabilly_green_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0931_squawkabilly/squawkabilly_green_shiny.png new file mode 100644 index 00000000..258ca4e0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0931_squawkabilly/squawkabilly_green_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0931_squawkabilly/squawkabilly_yellow.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0931_squawkabilly/squawkabilly_yellow.png new file mode 100644 index 00000000..71282412 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0931_squawkabilly/squawkabilly_yellow.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0931_squawkabilly/squawkabilly_yellow_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0931_squawkabilly/squawkabilly_yellow_shiny.png new file mode 100644 index 00000000..6a945bbe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0931_squawkabilly/squawkabilly_yellow_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0932_nacli/nacli.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0932_nacli/nacli.png new file mode 100644 index 00000000..87c7d2cd Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0932_nacli/nacli.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0932_nacli/nacli_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0932_nacli/nacli_shiny.png new file mode 100644 index 00000000..6f7eec7b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0932_nacli/nacli_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0933_naclstack/naclstack.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0933_naclstack/naclstack.png new file mode 100644 index 00000000..f4cf36fb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0933_naclstack/naclstack.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0933_naclstack/naclstack_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0933_naclstack/naclstack_shiny.png new file mode 100644 index 00000000..433235c6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0933_naclstack/naclstack_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0934_garganacl/garganacl.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0934_garganacl/garganacl.png new file mode 100644 index 00000000..3ba07c6e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0934_garganacl/garganacl.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0934_garganacl/garganacl_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0934_garganacl/garganacl_shiny.png new file mode 100644 index 00000000..bc3bbbcf Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0934_garganacl/garganacl_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0935_charcadet/charcadet.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0935_charcadet/charcadet.png new file mode 100644 index 00000000..2d4cd0e3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0935_charcadet/charcadet.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0935_charcadet/charcadet_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0935_charcadet/charcadet_shiny.png new file mode 100644 index 00000000..6e41aedd Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0935_charcadet/charcadet_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0936_armarouge/armarouge.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0936_armarouge/armarouge.png new file mode 100644 index 00000000..54f13c29 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0936_armarouge/armarouge.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0936_armarouge/armarouge_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0936_armarouge/armarouge_shiny.png new file mode 100644 index 00000000..503784b2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0936_armarouge/armarouge_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0937_ceruledge/ceruledge.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0937_ceruledge/ceruledge.png new file mode 100644 index 00000000..68a2ed43 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0937_ceruledge/ceruledge.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0937_ceruledge/ceruledge_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0937_ceruledge/ceruledge_shiny.png new file mode 100644 index 00000000..17b949b5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0937_ceruledge/ceruledge_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0938_tadbulb/tadbulb.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0938_tadbulb/tadbulb.png new file mode 100644 index 00000000..8ebdbb75 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0938_tadbulb/tadbulb.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0938_tadbulb/tadbulb_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0938_tadbulb/tadbulb_shiny.png new file mode 100644 index 00000000..36c4c6de Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0938_tadbulb/tadbulb_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0939_bellibolt/bellibolt.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0939_bellibolt/bellibolt.png new file mode 100644 index 00000000..829bc815 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0939_bellibolt/bellibolt.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0939_bellibolt/bellibolt_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0939_bellibolt/bellibolt_shiny.png new file mode 100644 index 00000000..c76c44f2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0939_bellibolt/bellibolt_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0940_wattrel/wattrel.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0940_wattrel/wattrel.png new file mode 100644 index 00000000..1f21441d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0940_wattrel/wattrel.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0940_wattrel/wattrel_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0940_wattrel/wattrel_shiny.png new file mode 100644 index 00000000..f91fdce2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0940_wattrel/wattrel_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0941_kilowattrel/kilowattrel.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0941_kilowattrel/kilowattrel.png new file mode 100644 index 00000000..393d9153 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0941_kilowattrel/kilowattrel.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0941_kilowattrel/kilowattrel_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0941_kilowattrel/kilowattrel_shiny.png new file mode 100644 index 00000000..90dac3cc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0941_kilowattrel/kilowattrel_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0942_maschiff/maschiff.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0942_maschiff/maschiff.png new file mode 100644 index 00000000..8051db7a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0942_maschiff/maschiff.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0942_maschiff/maschiff_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0942_maschiff/maschiff_shiny.png new file mode 100644 index 00000000..ab9fc2c9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0942_maschiff/maschiff_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0943_mabosstiff/mabosstiff.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0943_mabosstiff/mabosstiff.png new file mode 100644 index 00000000..eec89b01 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0943_mabosstiff/mabosstiff.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0943_mabosstiff/mabosstiff_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0943_mabosstiff/mabosstiff_shiny.png new file mode 100644 index 00000000..69055fd1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0943_mabosstiff/mabosstiff_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0944_shroodle/shroodle.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0944_shroodle/shroodle.png new file mode 100644 index 00000000..c9cf4f36 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0944_shroodle/shroodle.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0944_shroodle/shroodle_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0944_shroodle/shroodle_shiny.png new file mode 100644 index 00000000..809218fd Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0944_shroodle/shroodle_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0945_grafaiai/grafaiai.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0945_grafaiai/grafaiai.png new file mode 100644 index 00000000..9c3cca7a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0945_grafaiai/grafaiai.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0945_grafaiai/grafaiai_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0945_grafaiai/grafaiai_shiny.png new file mode 100644 index 00000000..410cd716 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0945_grafaiai/grafaiai_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0948_toedscool/toedscool.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0948_toedscool/toedscool.png new file mode 100644 index 00000000..716c9160 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0948_toedscool/toedscool.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0948_toedscool/toedscool_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0948_toedscool/toedscool_shiny.png new file mode 100644 index 00000000..471fe24d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0948_toedscool/toedscool_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0949_toedscruel/toedscruel.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0949_toedscruel/toedscruel.png new file mode 100644 index 00000000..63aeffb3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0949_toedscruel/toedscruel.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0949_toedscruel/toedscruel_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0949_toedscruel/toedscruel_shiny.png new file mode 100644 index 00000000..8e41689a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0949_toedscruel/toedscruel_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0950_klawf/klawf.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0950_klawf/klawf.png new file mode 100644 index 00000000..410b2f3f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0950_klawf/klawf.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0950_klawf/klawf_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0950_klawf/klawf_shiny.png new file mode 100644 index 00000000..10e233dc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0950_klawf/klawf_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0951_capsakid/capsakid.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0951_capsakid/capsakid.png new file mode 100644 index 00000000..1503e867 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0951_capsakid/capsakid.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0951_capsakid/capsakid_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0951_capsakid/capsakid_shiny.png new file mode 100644 index 00000000..442ee488 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0951_capsakid/capsakid_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0952_scovillain/scovillain.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0952_scovillain/scovillain.png new file mode 100644 index 00000000..395f8cc2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0952_scovillain/scovillain.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0952_scovillain/scovillain_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0952_scovillain/scovillain_shiny.png new file mode 100644 index 00000000..ffbddc56 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0952_scovillain/scovillain_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0955_flittle/flittle.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0955_flittle/flittle.png new file mode 100644 index 00000000..f3858bc1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0955_flittle/flittle.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0955_flittle/flittle_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0955_flittle/flittle_shiny.png new file mode 100644 index 00000000..0efc25be Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0955_flittle/flittle_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0956_espathra/espathra.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0956_espathra/espathra.png new file mode 100644 index 00000000..e833e8f6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0956_espathra/espathra.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0956_espathra/espathra_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0956_espathra/espathra_shiny.png new file mode 100644 index 00000000..8e3fcd9b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0956_espathra/espathra_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0957_tinkatink/tinkatink.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0957_tinkatink/tinkatink.png new file mode 100644 index 00000000..4394cf50 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0957_tinkatink/tinkatink.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0957_tinkatink/tinkatink_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0957_tinkatink/tinkatink_shiny.png new file mode 100644 index 00000000..cdf33ec1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0957_tinkatink/tinkatink_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0958_tinkatuff/tinkatuff.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0958_tinkatuff/tinkatuff.png new file mode 100644 index 00000000..1b727d17 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0958_tinkatuff/tinkatuff.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0958_tinkatuff/tinkatuff_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0958_tinkatuff/tinkatuff_shiny.png new file mode 100644 index 00000000..7cc2879f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0958_tinkatuff/tinkatuff_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0959_tinkaton/tinkaton.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0959_tinkaton/tinkaton.png new file mode 100644 index 00000000..5315bc12 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0959_tinkaton/tinkaton.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0959_tinkaton/tinkaton_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0959_tinkaton/tinkaton_shiny.png new file mode 100644 index 00000000..e0bab5c8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0959_tinkaton/tinkaton_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0962_bombirdier/bombirdier.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0962_bombirdier/bombirdier.png new file mode 100644 index 00000000..e936518d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0962_bombirdier/bombirdier.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0962_bombirdier/bombirdier_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0962_bombirdier/bombirdier_shiny.png new file mode 100644 index 00000000..5e2ed87d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0962_bombirdier/bombirdier_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0965_varoom/varoom.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0965_varoom/varoom.png new file mode 100644 index 00000000..b2b530be Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0965_varoom/varoom.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0965_varoom/varoom_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0965_varoom/varoom_shiny.png new file mode 100644 index 00000000..75dcb465 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0965_varoom/varoom_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0966_revavroom/revavroom.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0966_revavroom/revavroom.png new file mode 100644 index 00000000..680c4f4c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0966_revavroom/revavroom.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0966_revavroom/revavroom_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0966_revavroom/revavroom_shiny.png new file mode 100644 index 00000000..3ca09e40 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0966_revavroom/revavroom_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0967_cyclizar/cyclizar.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0967_cyclizar/cyclizar.png new file mode 100644 index 00000000..616341f6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0967_cyclizar/cyclizar.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0967_cyclizar/cyclizar_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0967_cyclizar/cyclizar_shiny.png new file mode 100644 index 00000000..4989a11a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0967_cyclizar/cyclizar_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0968_orthworm/orthworm.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0968_orthworm/orthworm.png new file mode 100644 index 00000000..6c0e3b4e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0968_orthworm/orthworm.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0968_orthworm/orthworm_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0968_orthworm/orthworm_shiny.png new file mode 100644 index 00000000..1a3d85b4 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0968_orthworm/orthworm_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0969_glimmet/glimmet.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0969_glimmet/glimmet.png new file mode 100644 index 00000000..5b460e67 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0969_glimmet/glimmet.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0969_glimmet/glimmet_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0969_glimmet/glimmet_shiny.png new file mode 100644 index 00000000..876a785a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0969_glimmet/glimmet_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0970_glimmora/glimmora.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0970_glimmora/glimmora.png new file mode 100644 index 00000000..e999cc67 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0970_glimmora/glimmora.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0970_glimmora/glimmora_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0970_glimmora/glimmora_shiny.png new file mode 100644 index 00000000..afbaf89e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0970_glimmora/glimmora_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0971_greavard/greavard.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0971_greavard/greavard.png new file mode 100644 index 00000000..e0d72438 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0971_greavard/greavard.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0971_greavard/greavard_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0971_greavard/greavard_shiny.png new file mode 100644 index 00000000..fb3dcaf5 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0971_greavard/greavard_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0972_houndstone/houndstone.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0972_houndstone/houndstone.png new file mode 100644 index 00000000..19af75a1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0972_houndstone/houndstone.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0972_houndstone/houndstone_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0972_houndstone/houndstone_shiny.png new file mode 100644 index 00000000..60c09630 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0972_houndstone/houndstone_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0973_flamigo/flamigo.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0973_flamigo/flamigo.png new file mode 100644 index 00000000..073405af Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0973_flamigo/flamigo.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0973_flamigo/flamigo_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0973_flamigo/flamigo_shiny.png new file mode 100644 index 00000000..472ff776 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0973_flamigo/flamigo_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0974_cetoddle/cetoddle.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0974_cetoddle/cetoddle.png new file mode 100644 index 00000000..072a5d60 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0974_cetoddle/cetoddle.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0974_cetoddle/cetoddle_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0974_cetoddle/cetoddle_shiny.png new file mode 100644 index 00000000..1b8215e2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0974_cetoddle/cetoddle_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0975_cetitan/cetitan.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0975_cetitan/cetitan.png new file mode 100644 index 00000000..5c0a48fd Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0975_cetitan/cetitan.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0975_cetitan/cetitan_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0975_cetitan/cetitan_shiny.png new file mode 100644 index 00000000..fd3d70f6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0975_cetitan/cetitan_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0976_veluza/veluza.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0976_veluza/veluza.png new file mode 100644 index 00000000..c05c046f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0976_veluza/veluza.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0976_veluza/veluza_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0976_veluza/veluza_shiny.png new file mode 100644 index 00000000..df77544f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0976_veluza/veluza_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0977_dondozo/dondozo.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0977_dondozo/dondozo.png new file mode 100644 index 00000000..239da29a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0977_dondozo/dondozo.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0977_dondozo/dondozo_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0977_dondozo/dondozo_shiny.png new file mode 100644 index 00000000..d7347903 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0977_dondozo/dondozo_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0978_tatsugiri/tatsugiri_curly.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0978_tatsugiri/tatsugiri_curly.png new file mode 100644 index 00000000..e517f90d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0978_tatsugiri/tatsugiri_curly.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0978_tatsugiri/tatsugiri_curly_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0978_tatsugiri/tatsugiri_curly_shiny.png new file mode 100644 index 00000000..9f80b5a2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0978_tatsugiri/tatsugiri_curly_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0978_tatsugiri/tatsugiri_droopy.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0978_tatsugiri/tatsugiri_droopy.png new file mode 100644 index 00000000..743e5809 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0978_tatsugiri/tatsugiri_droopy.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0978_tatsugiri/tatsugiri_droopy_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0978_tatsugiri/tatsugiri_droopy_shiny.png new file mode 100644 index 00000000..101e2b31 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0978_tatsugiri/tatsugiri_droopy_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0978_tatsugiri/tatsugiri_stretchy.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0978_tatsugiri/tatsugiri_stretchy.png new file mode 100644 index 00000000..39c8d0c1 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0978_tatsugiri/tatsugiri_stretchy.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0978_tatsugiri/tatsugiri_stretchy_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0978_tatsugiri/tatsugiri_stretchy_shiny.png new file mode 100644 index 00000000..62da0a1e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0978_tatsugiri/tatsugiri_stretchy_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0979_annihilape/annihilape.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0979_annihilape/annihilape.png new file mode 100644 index 00000000..822bdf77 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0979_annihilape/annihilape.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0979_annihilape/annihilape_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0979_annihilape/annihilape_shiny.png new file mode 100644 index 00000000..47807417 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0979_annihilape/annihilape_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0980_clodsire/clodsire.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0980_clodsire/clodsire.png new file mode 100644 index 00000000..5f6a9b86 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0980_clodsire/clodsire.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0980_clodsire/clodsire_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0980_clodsire/clodsire_shiny.png new file mode 100644 index 00000000..c4d577a9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0980_clodsire/clodsire_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0981_farigiraf/farigiraf.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0981_farigiraf/farigiraf.png new file mode 100644 index 00000000..f2842326 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0981_farigiraf/farigiraf.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0981_farigiraf/farigiraf_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0981_farigiraf/farigiraf_shiny.png new file mode 100644 index 00000000..05f62425 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0981_farigiraf/farigiraf_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0984_greattusk/greattusk.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0984_greattusk/greattusk.png new file mode 100644 index 00000000..b1e79f60 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0984_greattusk/greattusk.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0984_greattusk/greattusk_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0984_greattusk/greattusk_shiny.png new file mode 100644 index 00000000..6a06c5b7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0984_greattusk/greattusk_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0985_screamtail/screamtail.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0985_screamtail/screamtail.png new file mode 100644 index 00000000..efc3aa5a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0985_screamtail/screamtail.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0985_screamtail/screamtail_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0985_screamtail/screamtail_shiny.png new file mode 100644 index 00000000..8496b7d0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0985_screamtail/screamtail_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0986_brutebonnet/brutebonnet.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0986_brutebonnet/brutebonnet.png new file mode 100644 index 00000000..4a0f964a Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0986_brutebonnet/brutebonnet.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0986_brutebonnet/brutebonnet_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0986_brutebonnet/brutebonnet_shiny.png new file mode 100644 index 00000000..9ce9dd15 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0986_brutebonnet/brutebonnet_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0987_fluttermane/fluttermane.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0987_fluttermane/fluttermane.png new file mode 100644 index 00000000..524333bb Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0987_fluttermane/fluttermane.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0987_fluttermane/fluttermane_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0987_fluttermane/fluttermane_shiny.png new file mode 100644 index 00000000..39e4165f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0987_fluttermane/fluttermane_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0989_sandyshocks/sandyshocks.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0989_sandyshocks/sandyshocks.png new file mode 100644 index 00000000..c30efe0e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0989_sandyshocks/sandyshocks.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0989_sandyshocks/sandyshocks_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0989_sandyshocks/sandyshocks_shiny.png new file mode 100644 index 00000000..7016126b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0989_sandyshocks/sandyshocks_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0990_irontreads/irontreads.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0990_irontreads/irontreads.png new file mode 100644 index 00000000..12b6ccc7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0990_irontreads/irontreads.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0990_irontreads/irontreads_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0990_irontreads/irontreads_shiny.png new file mode 100644 index 00000000..8134480e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0990_irontreads/irontreads_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0992_ironhands/ironhands.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0992_ironhands/ironhands.png new file mode 100644 index 00000000..e66704c2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0992_ironhands/ironhands.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0992_ironhands/ironhands_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0992_ironhands/ironhands_shiny.png new file mode 100644 index 00000000..00cddf2f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0992_ironhands/ironhands_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0994_ironmoth/ironmoth.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0994_ironmoth/ironmoth.png new file mode 100644 index 00000000..665b0432 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0994_ironmoth/ironmoth.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0994_ironmoth/ironmoth_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0994_ironmoth/ironmoth_shiny.png new file mode 100644 index 00000000..c1611794 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0994_ironmoth/ironmoth_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0995_ironthorns/ironthorns.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0995_ironthorns/ironthorns.png new file mode 100644 index 00000000..69762f6d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0995_ironthorns/ironthorns.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0995_ironthorns/ironthorns_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0995_ironthorns/ironthorns_shiny.png new file mode 100644 index 00000000..2457067b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0995_ironthorns/ironthorns_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0996_frigibax/frigibax.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0996_frigibax/frigibax.png new file mode 100644 index 00000000..fc1048bc Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0996_frigibax/frigibax.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0996_frigibax/frigibax_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0996_frigibax/frigibax_shiny.png new file mode 100644 index 00000000..92cd2e11 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0996_frigibax/frigibax_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0997_arctibax/arctibax.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0997_arctibax/arctibax.png new file mode 100644 index 00000000..02979f6c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0997_arctibax/arctibax.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0997_arctibax/arctibax_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0997_arctibax/arctibax_shiny.png new file mode 100644 index 00000000..365e8fd2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0997_arctibax/arctibax_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0998_baxcalibur/baxcalibur.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0998_baxcalibur/baxcalibur.png new file mode 100644 index 00000000..6e0477fe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0998_baxcalibur/baxcalibur.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0998_baxcalibur/baxcalibur_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0998_baxcalibur/baxcalibur_shiny.png new file mode 100644 index 00000000..146bbc5b Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0998_baxcalibur/baxcalibur_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0999_gimmighoul/gimmighoul.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0999_gimmighoul/gimmighoul.png new file mode 100644 index 00000000..0d431a14 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0999_gimmighoul/gimmighoul.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0999_gimmighoul/gimmighoul_chest.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0999_gimmighoul/gimmighoul_chest.png new file mode 100644 index 00000000..0d431a14 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0999_gimmighoul/gimmighoul_chest.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0999_gimmighoul/gimmighoul_chest_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0999_gimmighoul/gimmighoul_chest_shiny.png new file mode 100644 index 00000000..b865fef6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0999_gimmighoul/gimmighoul_chest_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0999_gimmighoul/gimmighoul_roaming.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0999_gimmighoul/gimmighoul_roaming.png new file mode 100644 index 00000000..4215dd35 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0999_gimmighoul/gimmighoul_roaming.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0999_gimmighoul/gimmighoul_roaming_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0999_gimmighoul/gimmighoul_roaming_shiny.png new file mode 100644 index 00000000..28cfe61e Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0999_gimmighoul/gimmighoul_roaming_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0999_gimmighoul/gimmighoul_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0999_gimmighoul/gimmighoul_shiny.png new file mode 100644 index 00000000..b865fef6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/0999_gimmighoul/gimmighoul_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1000_gholdengo/gholdengo.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1000_gholdengo/gholdengo.png new file mode 100644 index 00000000..ed58f1b7 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1000_gholdengo/gholdengo.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1000_gholdengo/gholdengo_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1000_gholdengo/gholdengo_shiny.png new file mode 100644 index 00000000..d38892ef Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1000_gholdengo/gholdengo_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1001_wochien/wochien.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1001_wochien/wochien.png new file mode 100644 index 00000000..54717df9 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1001_wochien/wochien.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1001_wochien/wochien_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1001_wochien/wochien_shiny.png new file mode 100644 index 00000000..bd589c01 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1001_wochien/wochien_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1002_chienpao/chienpao.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1002_chienpao/chienpao.png new file mode 100644 index 00000000..b447bf56 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1002_chienpao/chienpao.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1002_chienpao/chienpao_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1002_chienpao/chienpao_shiny.png new file mode 100644 index 00000000..74cd5a74 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1002_chienpao/chienpao_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1003_tinglu/tinglu.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1003_tinglu/tinglu.png new file mode 100644 index 00000000..6aa44444 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1003_tinglu/tinglu.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1003_tinglu/tinglu_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1003_tinglu/tinglu_shiny.png new file mode 100644 index 00000000..019eccbe Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1003_tinglu/tinglu_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1004_chiyu/chiyu.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1004_chiyu/chiyu.png new file mode 100644 index 00000000..1ab86f50 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1004_chiyu/chiyu.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1004_chiyu/chiyu_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1004_chiyu/chiyu_shiny.png new file mode 100644 index 00000000..f812415f Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1004_chiyu/chiyu_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1005_roaringmoon/roaringmoon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1005_roaringmoon/roaringmoon.png new file mode 100644 index 00000000..36e98448 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1005_roaringmoon/roaringmoon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1005_roaringmoon/roaringmoon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1005_roaringmoon/roaringmoon_shiny.png new file mode 100644 index 00000000..7e3b6e27 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1005_roaringmoon/roaringmoon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1007_koraidon/koraidon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1007_koraidon/koraidon.png new file mode 100644 index 00000000..73e50dd3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1007_koraidon/koraidon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1007_koraidon/koraidon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1007_koraidon/koraidon_shiny.png new file mode 100644 index 00000000..aaceabff Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1007_koraidon/koraidon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1008_miraidon/miraidon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1008_miraidon/miraidon.png new file mode 100644 index 00000000..f61fe317 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1008_miraidon/miraidon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1008_miraidon/miraidon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1008_miraidon/miraidon_shiny.png new file mode 100644 index 00000000..621ba4df Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1008_miraidon/miraidon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1009_walkingwake/walkingwake.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1009_walkingwake/walkingwake.png new file mode 100644 index 00000000..1382967d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1009_walkingwake/walkingwake.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1009_walkingwake/walkingwake_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1009_walkingwake/walkingwake_shiny.png new file mode 100644 index 00000000..69358107 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1009_walkingwake/walkingwake_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1010_ironleaves/ironleaves.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1010_ironleaves/ironleaves.png new file mode 100644 index 00000000..be87c498 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1010_ironleaves/ironleaves.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1010_ironleaves/ironleaves_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1010_ironleaves/ironleaves_shiny.png new file mode 100644 index 00000000..d2d521a3 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1010_ironleaves/ironleaves_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1014_okidogi/okidogi.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1014_okidogi/okidogi.png new file mode 100644 index 00000000..07345f26 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1014_okidogi/okidogi.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1014_okidogi/okidogi_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1014_okidogi/okidogi_shiny.png new file mode 100644 index 00000000..522a3380 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1014_okidogi/okidogi_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1015_munkidori/munkidori.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1015_munkidori/munkidori.png new file mode 100644 index 00000000..8937f304 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1015_munkidori/munkidori.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1015_munkidori/munkidori_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1015_munkidori/munkidori_shiny.png new file mode 100644 index 00000000..0196a6c0 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1015_munkidori/munkidori_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1016_fezandipiti/fezandipiti.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1016_fezandipiti/fezandipiti.png new file mode 100644 index 00000000..1e67b613 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1016_fezandipiti/fezandipiti.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1016_fezandipiti/fezandipiti_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1016_fezandipiti/fezandipiti_shiny.png new file mode 100644 index 00000000..bb648c74 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1016_fezandipiti/fezandipiti_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1017_ogerpon/ogerpon.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1017_ogerpon/ogerpon.png new file mode 100644 index 00000000..f2a2cd4d Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1017_ogerpon/ogerpon.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1017_ogerpon/ogerpon_cornerstone.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1017_ogerpon/ogerpon_cornerstone.png new file mode 100644 index 00000000..c92c5fc8 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1017_ogerpon/ogerpon_cornerstone.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1017_ogerpon/ogerpon_cornerstone_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1017_ogerpon/ogerpon_cornerstone_shiny.png new file mode 100644 index 00000000..a2483d88 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1017_ogerpon/ogerpon_cornerstone_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1017_ogerpon/ogerpon_hearthflame.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1017_ogerpon/ogerpon_hearthflame.png new file mode 100644 index 00000000..d09dc073 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1017_ogerpon/ogerpon_hearthflame.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1017_ogerpon/ogerpon_hearthflame_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1017_ogerpon/ogerpon_hearthflame_shiny.png new file mode 100644 index 00000000..be7cc3c6 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1017_ogerpon/ogerpon_hearthflame_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1017_ogerpon/ogerpon_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1017_ogerpon/ogerpon_shiny.png new file mode 100644 index 00000000..70ede35c Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1017_ogerpon/ogerpon_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1017_ogerpon/ogerpon_wellspring.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1017_ogerpon/ogerpon_wellspring.png new file mode 100644 index 00000000..7e8df659 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1017_ogerpon/ogerpon_wellspring.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1017_ogerpon/ogerpon_wellspring_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1017_ogerpon/ogerpon_wellspring_shiny.png new file mode 100644 index 00000000..1e28a572 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/1017_ogerpon/ogerpon_wellspring_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/substitute.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/substitute.png new file mode 100644 index 00000000..8bae4665 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/substitute.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/substitute_shiny.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/substitute_shiny.png new file mode 100644 index 00000000..903121b2 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/assets/mythicalcobbled/textures/entity_icon/substitute_shiny.png differ diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/pack.mcmeta b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/pack.mcmeta new file mode 100644 index 00000000..81b73b37 --- /dev/null +++ b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 15, + "description": "JM Cobblemon-3.01 MNIcons\nBy Tiger" + } +} \ No newline at end of file diff --git a/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/pack.png b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/pack.png new file mode 100644 index 00000000..66634e86 Binary files /dev/null and b/resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork/pack.png differ diff --git a/resourcepacks/Star Academy/assets/craftingtweaks/gui.png b/resourcepacks/Star Academy/assets/craftingtweaks/gui.png new file mode 100644 index 00000000..b8d2ac1f Binary files /dev/null and b/resourcepacks/Star Academy/assets/craftingtweaks/gui.png differ diff --git a/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/creative_inventory/tabs.png b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/creative_inventory/tabs.png index 4b5571aa..b6affdf0 100644 Binary files a/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/creative_inventory/tabs.png and b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/creative_inventory/tabs.png differ diff --git a/resourcepacks/Star Academy/assets/minecraft/textures/gui/icons.png b/resourcepacks/Star Academy/assets/minecraft/textures/gui/icons.png index d3580fa6..b71ff837 100644 Binary files a/resourcepacks/Star Academy/assets/minecraft/textures/gui/icons.png and b/resourcepacks/Star Academy/assets/minecraft/textures/gui/icons.png differ diff --git a/resourcepacks/Star Academy/assets/minecraft/textures/gui/widgets.png b/resourcepacks/Star Academy/assets/minecraft/textures/gui/widgets.png index ddc82bfb..7f7637ad 100644 Binary files a/resourcepacks/Star Academy/assets/minecraft/textures/gui/widgets.png and b/resourcepacks/Star Academy/assets/minecraft/textures/gui/widgets.png differ diff --git a/resourcepacks/Star Academy/assets/numismatic-overhaul/textures/gui/piggy_bank.png b/resourcepacks/Star Academy/assets/numismatic-overhaul/textures/gui/piggy_bank.png new file mode 100644 index 00000000..0abd1dad Binary files /dev/null and b/resourcepacks/Star Academy/assets/numismatic-overhaul/textures/gui/piggy_bank.png differ diff --git a/resourcepacks/Star Academy/assets/numismatic-overhaul/textures/gui/purse_widget.png b/resourcepacks/Star Academy/assets/numismatic-overhaul/textures/gui/purse_widget.png new file mode 100644 index 00000000..8fa2a800 Binary files /dev/null and b/resourcepacks/Star Academy/assets/numismatic-overhaul/textures/gui/purse_widget.png differ diff --git a/resourcepacks/Star Academy/assets/numismatic-overhaul/textures/gui/shop_gui.png b/resourcepacks/Star Academy/assets/numismatic-overhaul/textures/gui/shop_gui.png new file mode 100644 index 00000000..719e0af3 Binary files /dev/null and b/resourcepacks/Star Academy/assets/numismatic-overhaul/textures/gui/shop_gui.png differ diff --git a/resourcepacks/Star Academy/assets/numismatic-overhaul/textures/gui/shop_gui_trades.png b/resourcepacks/Star Academy/assets/numismatic-overhaul/textures/gui/shop_gui_trades.png new file mode 100644 index 00000000..f6267563 Binary files /dev/null and b/resourcepacks/Star Academy/assets/numismatic-overhaul/textures/gui/shop_gui_trades.png differ diff --git a/resourcepacks/Star Academy/assets/sophisticatedcore/textures/gui/gui_controls.png b/resourcepacks/Star Academy/assets/sophisticatedcore/textures/gui/gui_controls.png new file mode 100644 index 00000000..acc9f8ea Binary files /dev/null and b/resourcepacks/Star Academy/assets/sophisticatedcore/textures/gui/gui_controls.png differ diff --git a/resourcepacks/Star Academy/assets/sophisticatedcore/textures/gui/icons.png b/resourcepacks/Star Academy/assets/sophisticatedcore/textures/gui/icons.png new file mode 100644 index 00000000..5eec75cc Binary files /dev/null and b/resourcepacks/Star Academy/assets/sophisticatedcore/textures/gui/icons.png differ diff --git a/resourcepacks/Star Academy/assets/sophisticatedcore/textures/gui/slots_background.png b/resourcepacks/Star Academy/assets/sophisticatedcore/textures/gui/slots_background.png new file mode 100644 index 00000000..e464b9b8 Binary files /dev/null and b/resourcepacks/Star Academy/assets/sophisticatedcore/textures/gui/slots_background.png differ diff --git a/resourcepacks/Star Academy/assets/sophisticatedcore/textures/gui/storage_background_12.png b/resourcepacks/Star Academy/assets/sophisticatedcore/textures/gui/storage_background_12.png new file mode 100644 index 00000000..7e533b0d Binary files /dev/null and b/resourcepacks/Star Academy/assets/sophisticatedcore/textures/gui/storage_background_12.png differ diff --git a/resourcepacks/Star Academy/assets/sophisticatedcore/textures/gui/storage_background_12_wider.png b/resourcepacks/Star Academy/assets/sophisticatedcore/textures/gui/storage_background_12_wider.png new file mode 100644 index 00000000..84f00360 Binary files /dev/null and b/resourcepacks/Star Academy/assets/sophisticatedcore/textures/gui/storage_background_12_wider.png differ diff --git a/resourcepacks/Star Academy/assets/sophisticatedcore/textures/gui/storage_background_9.png b/resourcepacks/Star Academy/assets/sophisticatedcore/textures/gui/storage_background_9.png new file mode 100644 index 00000000..05699938 Binary files /dev/null and b/resourcepacks/Star Academy/assets/sophisticatedcore/textures/gui/storage_background_9.png differ diff --git a/resourcepacks/Star Academy/assets/sophisticatedcore/textures/gui/storage_background_9_wider.png b/resourcepacks/Star Academy/assets/sophisticatedcore/textures/gui/storage_background_9_wider.png new file mode 100644 index 00000000..29085e3e Binary files /dev/null and b/resourcepacks/Star Academy/assets/sophisticatedcore/textures/gui/storage_background_9_wider.png differ diff --git a/resourcepacks/Star Academy/assets/sophisticatedstorage/textures/gui/decoration_table.png b/resourcepacks/Star Academy/assets/sophisticatedstorage/textures/gui/decoration_table.png new file mode 100644 index 00000000..a2c42ee6 Binary files /dev/null and b/resourcepacks/Star Academy/assets/sophisticatedstorage/textures/gui/decoration_table.png differ diff --git a/resourcepacks/Star Academy/assets/toms_storage/textures/gui/crafting_terminal.png b/resourcepacks/Star Academy/assets/toms_storage/textures/gui/crafting_terminal.png new file mode 100644 index 00000000..f9ada6e3 Binary files /dev/null and b/resourcepacks/Star Academy/assets/toms_storage/textures/gui/crafting_terminal.png differ diff --git a/resourcepacks/Star Academy/assets/toms_storage/textures/gui/filter_buttons.png b/resourcepacks/Star Academy/assets/toms_storage/textures/gui/filter_buttons.png new file mode 100644 index 00000000..6d136bfd Binary files /dev/null and b/resourcepacks/Star Academy/assets/toms_storage/textures/gui/filter_buttons.png differ diff --git a/resourcepacks/Star Academy/assets/toms_storage/textures/gui/inventory_link.png b/resourcepacks/Star Academy/assets/toms_storage/textures/gui/inventory_link.png new file mode 100644 index 00000000..64abe5e3 Binary files /dev/null and b/resourcepacks/Star Academy/assets/toms_storage/textures/gui/inventory_link.png differ diff --git a/resourcepacks/Star Academy/assets/toms_storage/textures/gui/level_emitter.png b/resourcepacks/Star Academy/assets/toms_storage/textures/gui/level_emitter.png new file mode 100644 index 00000000..4d693e05 Binary files /dev/null and b/resourcepacks/Star Academy/assets/toms_storage/textures/gui/level_emitter.png differ diff --git a/resourcepacks/Star Academy/assets/toms_storage/textures/gui/storage_terminal.png b/resourcepacks/Star Academy/assets/toms_storage/textures/gui/storage_terminal.png new file mode 100644 index 00000000..87cd2240 Binary files /dev/null and b/resourcepacks/Star Academy/assets/toms_storage/textures/gui/storage_terminal.png differ diff --git a/resourcepacks/Star Academy/assets/toms_storage/textures/gui/tag_filter.png b/resourcepacks/Star Academy/assets/toms_storage/textures/gui/tag_filter.png new file mode 100644 index 00000000..5f13096e Binary files /dev/null and b/resourcepacks/Star Academy/assets/toms_storage/textures/gui/tag_filter.png differ diff --git a/resourcepacks/Star Academy/assets/trinkets/textures/gui/blank_back.png b/resourcepacks/Star Academy/assets/trinkets/textures/gui/blank_back.png new file mode 100644 index 00000000..e1e925cf Binary files /dev/null and b/resourcepacks/Star Academy/assets/trinkets/textures/gui/blank_back.png differ diff --git a/resourcepacks/Star Academy/assets/trinkets/textures/gui/more_slots.png b/resourcepacks/Star Academy/assets/trinkets/textures/gui/more_slots.png new file mode 100644 index 00000000..d97b2bb4 Binary files /dev/null and b/resourcepacks/Star Academy/assets/trinkets/textures/gui/more_slots.png differ diff --git a/resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/aglet.png b/resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/aglet.png new file mode 100644 index 00000000..5f1b8721 Binary files /dev/null and b/resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/aglet.png differ diff --git a/resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/back.png b/resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/back.png new file mode 100644 index 00000000..5820da71 Binary files /dev/null and b/resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/back.png differ diff --git a/resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/belt.png b/resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/belt.png new file mode 100644 index 00000000..95cab23a Binary files /dev/null and b/resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/belt.png differ diff --git a/resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/cape.png b/resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/cape.png new file mode 100644 index 00000000..9c8a008c Binary files /dev/null and b/resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/cape.png differ diff --git a/resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/charm.png b/resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/charm.png new file mode 100644 index 00000000..be77a505 Binary files /dev/null and b/resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/charm.png differ diff --git a/resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/empty.png b/resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/empty.png new file mode 100644 index 00000000..757f976a Binary files /dev/null and b/resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/empty.png differ diff --git a/resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/face.png b/resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/face.png new file mode 100644 index 00000000..ca4002f0 Binary files /dev/null and b/resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/face.png differ diff --git a/resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/glove.png b/resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/glove.png new file mode 100644 index 00000000..960b1d01 Binary files /dev/null and b/resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/glove.png differ diff --git a/resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/glove_mirrored.png b/resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/glove_mirrored.png new file mode 100644 index 00000000..bf471777 Binary files /dev/null and b/resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/glove_mirrored.png differ diff --git a/resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/hat.png b/resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/hat.png new file mode 100644 index 00000000..aff73430 Binary files /dev/null and b/resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/hat.png differ diff --git a/resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/necklace.png b/resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/necklace.png new file mode 100644 index 00000000..43f75d34 Binary files /dev/null and b/resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/necklace.png differ diff --git a/resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/ring.png b/resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/ring.png new file mode 100644 index 00000000..1eb91064 Binary files /dev/null and b/resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/ring.png differ diff --git a/resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/shoes.png b/resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/shoes.png new file mode 100644 index 00000000..c32223cc Binary files /dev/null and b/resourcepacks/Star Academy/assets/trinkets/textures/gui/slots/shoes.png differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/README.md b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/README.md new file mode 100644 index 00000000..b3972002 --- /dev/null +++ b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/README.md @@ -0,0 +1,12 @@ +# Cobblemon Vidya Cry Soundpack +# Icon by Eiko! Eiko is the best! + +The sounds in this pack are sampled from the games and compiled from Showdown + +CHANGELOG FOR 1.1: + -Added sounds for Gen 8 and 9 Pokemon + -Prep work for form cries (not implemented into the mod yet) + +Pokémon is the property of Nintendo, Creatures Inc., and Game Freak. +Assets included are distributed with the intention of criticism and entertainment as protected by Section 107 of the Copyright Act. +The rights to the property are reserved by ©2022 Pokémon. ©1995 - 2022 Nintendo/Creatures Inc./GAME FREAK inc. TM, and ®Nintendo. \ No newline at end of file diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/absol-mega.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/absol-mega.ogg new file mode 100644 index 00000000..0ccbb8f1 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/absol-mega.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/aerodactyl-mega.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/aerodactyl-mega.ogg new file mode 100644 index 00000000..865de503 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/aerodactyl-mega.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/aggron-mega.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/aggron-mega.ogg new file mode 100644 index 00000000..0b053af3 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/aggron-mega.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/alakazam-mega.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/alakazam-mega.ogg new file mode 100644 index 00000000..2c279a21 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/alakazam-mega.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/altaria-mega.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/altaria-mega.ogg new file mode 100644 index 00000000..e14b060d Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/altaria-mega.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/ampharos-mega.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/ampharos-mega.ogg new file mode 100644 index 00000000..1f1809b5 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/ampharos-mega.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/audino-mega.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/audino-mega.ogg new file mode 100644 index 00000000..a4367643 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/audino-mega.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/banette-mega.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/banette-mega.ogg new file mode 100644 index 00000000..ce7746ea Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/banette-mega.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/beedrill-mega.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/beedrill-mega.ogg new file mode 100644 index 00000000..99497fb9 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/beedrill-mega.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/blastoise-mega.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/blastoise-mega.ogg new file mode 100644 index 00000000..4edf065c Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/blastoise-mega.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/blaziken-mega.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/blaziken-mega.ogg new file mode 100644 index 00000000..1b666ed5 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/blaziken-mega.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/calyrex-ice.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/calyrex-ice.ogg new file mode 100644 index 00000000..30a9dbf9 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/calyrex-ice.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/calyrex-shadow.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/calyrex-shadow.ogg new file mode 100644 index 00000000..3bf0e3bf Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/calyrex-shadow.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/camerupt-mega.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/camerupt-mega.ogg new file mode 100644 index 00000000..65de13dc Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/camerupt-mega.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/charizard-megax.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/charizard-megax.ogg new file mode 100644 index 00000000..cf478ca6 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/charizard-megax.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/charizard-megay.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/charizard-megay.ogg new file mode 100644 index 00000000..c8310e12 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/charizard-megay.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/cramorant-gorging.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/cramorant-gorging.ogg new file mode 100644 index 00000000..9c2263da Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/cramorant-gorging.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/cramorant-gulping.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/cramorant-gulping.ogg new file mode 100644 index 00000000..42bb1a36 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/cramorant-gulping.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/desktop.ini b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/desktop.ini new file mode 100644 index 00000000..352418f5 --- /dev/null +++ b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/desktop.ini @@ -0,0 +1,7 @@ +[LocalizedFileNames] +gimmighoul-roaming.ogg=@gimmighoul-roaming.ogg,0 +tatsugiri-stretchy.ogg=@tatsugiri-stretchy.ogg,0 +tatsugiri-droopy.ogg=@tatsugiri-droopy.ogg,0 +palafin-hero.ogg=@palafin-hero.ogg,0 +maushold-four.ogg=@maushold-four.ogg,0 +oinkologne-f.ogg=@oinkologne-f.ogg,0 diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/diancie-mega.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/diancie-mega.ogg new file mode 100644 index 00000000..f526705a Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/diancie-mega.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/eevee-starter.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/eevee-starter.ogg new file mode 100644 index 00000000..ca585756 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/eevee-starter.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/eiscue-noice.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/eiscue-noice.ogg new file mode 100644 index 00000000..3d20bdd4 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/eiscue-noice.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/enamorus-therian.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/enamorus-therian.ogg new file mode 100644 index 00000000..9791b8e0 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/enamorus-therian.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/eternatus-eternamax.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/eternatus-eternamax.ogg new file mode 100644 index 00000000..2b541bdf Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/eternatus-eternamax.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/floette-eternal.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/floette-eternal.ogg new file mode 100644 index 00000000..28dffba6 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/floette-eternal.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/gallade-mega.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/gallade-mega.ogg new file mode 100644 index 00000000..3f9f7952 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/gallade-mega.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/garchomp-mega.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/garchomp-mega.ogg new file mode 100644 index 00000000..8dc166f1 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/garchomp-mega.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/gardevoir-mega.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/gardevoir-mega.ogg new file mode 100644 index 00000000..e4614e4d Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/gardevoir-mega.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/gengar-mega.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/gengar-mega.ogg new file mode 100644 index 00000000..9c669955 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/gengar-mega.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/gimmighoul-roaming.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/gimmighoul-roaming.ogg new file mode 100644 index 00000000..2fdbd60d Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/gimmighoul-roaming.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/glalie-mega.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/glalie-mega.ogg new file mode 100644 index 00000000..d1a1ec8a Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/glalie-mega.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/gourgeist-super.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/gourgeist-super.ogg new file mode 100644 index 00000000..e4952c94 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/gourgeist-super.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/groudon-primal.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/groudon-primal.ogg new file mode 100644 index 00000000..4d516ab0 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/groudon-primal.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/gyarados-mega.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/gyarados-mega.ogg new file mode 100644 index 00000000..d87637aa Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/gyarados-mega.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/heracross-mega.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/heracross-mega.ogg new file mode 100644 index 00000000..8b300285 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/heracross-mega.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/hoopa-unbound.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/hoopa-unbound.ogg new file mode 100644 index 00000000..2d281f98 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/hoopa-unbound.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/houndoom-mega.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/houndoom-mega.ogg new file mode 100644 index 00000000..dab529e3 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/houndoom-mega.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/indeedee-f.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/indeedee-f.ogg new file mode 100644 index 00000000..c4710ab9 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/indeedee-f.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/kangaskhan-mega.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/kangaskhan-mega.ogg new file mode 100644 index 00000000..b5c868ff Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/kangaskhan-mega.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/kyogre-primal.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/kyogre-primal.ogg new file mode 100644 index 00000000..ad8202ff Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/kyogre-primal.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/kyurem-black.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/kyurem-black.ogg new file mode 100644 index 00000000..591eed74 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/kyurem-black.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/kyurem-white.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/kyurem-white.ogg new file mode 100644 index 00000000..29c3da2e Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/kyurem-white.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/landorus-therian.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/landorus-therian.ogg new file mode 100644 index 00000000..1402cc69 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/landorus-therian.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/latias-mega.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/latias-mega.ogg new file mode 100644 index 00000000..9acb714c Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/latias-mega.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/latios-mega.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/latios-mega.ogg new file mode 100644 index 00000000..5a9059d5 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/latios-mega.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/lopunny-mega.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/lopunny-mega.ogg new file mode 100644 index 00000000..89b5219a Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/lopunny-mega.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/lucario-mega.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/lucario-mega.ogg new file mode 100644 index 00000000..f6fb1464 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/lucario-mega.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/lycanroc-dusk.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/lycanroc-dusk.ogg new file mode 100644 index 00000000..b753a5ca Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/lycanroc-dusk.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/lycanroc-midnight.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/lycanroc-midnight.ogg new file mode 100644 index 00000000..ecf9edae Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/lycanroc-midnight.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/manectric-mega.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/manectric-mega.ogg new file mode 100644 index 00000000..0d827b1e Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/manectric-mega.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/maushold-four.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/maushold-four.ogg new file mode 100644 index 00000000..82ceb627 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/maushold-four.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/mawile-mega.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/mawile-mega.ogg new file mode 100644 index 00000000..776da6f8 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/mawile-mega.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/medicham-mega.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/medicham-mega.ogg new file mode 100644 index 00000000..602cf2ca Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/medicham-mega.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/metagross-mega.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/metagross-mega.ogg new file mode 100644 index 00000000..cedcd07e Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/metagross-mega.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/mewtwo-megax.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/mewtwo-megax.ogg new file mode 100644 index 00000000..cef12214 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/mewtwo-megax.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/mewtwo-megay.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/mewtwo-megay.ogg new file mode 100644 index 00000000..6c56af82 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/mewtwo-megay.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/morpeko-hangry.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/morpeko-hangry.ogg new file mode 100644 index 00000000..79b450de Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/morpeko-hangry.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/necrozma-dawnwings.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/necrozma-dawnwings.ogg new file mode 100644 index 00000000..5611284a Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/necrozma-dawnwings.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/necrozma-duskmane.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/necrozma-duskmane.ogg new file mode 100644 index 00000000..42d08e7d Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/necrozma-duskmane.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/necrozma-ultra.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/necrozma-ultra.ogg new file mode 100644 index 00000000..49f53232 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/necrozma-ultra.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/oinkologne-f.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/oinkologne-f.ogg new file mode 100644 index 00000000..8d1416b9 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/oinkologne-f.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/oricorio-pau.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/oricorio-pau.ogg new file mode 100644 index 00000000..1b4005ef Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/oricorio-pau.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/oricorio-pompom.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/oricorio-pompom.ogg new file mode 100644 index 00000000..097c91c7 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/oricorio-pompom.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/oricorio-sensu.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/oricorio-sensu.ogg new file mode 100644 index 00000000..9667fe0c Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/oricorio-sensu.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/palafin-hero.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/palafin-hero.ogg new file mode 100644 index 00000000..480663b2 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/palafin-hero.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/pidgeot-mega.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/pidgeot-mega.ogg new file mode 100644 index 00000000..4082195d Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/pidgeot-mega.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/pikachu-starter.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/pikachu-starter.ogg new file mode 100644 index 00000000..db6679d2 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/pikachu-starter.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/pinsir-mega.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/pinsir-mega.ogg new file mode 100644 index 00000000..882d9f4b Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/pinsir-mega.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/pumpkaboo-super.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/pumpkaboo-super.ogg new file mode 100644 index 00000000..34472cb3 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/pumpkaboo-super.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/rayquaza-mega.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/rayquaza-mega.ogg new file mode 100644 index 00000000..3ea1818f Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/rayquaza-mega.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/sableye-mega.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/sableye-mega.ogg new file mode 100644 index 00000000..83a4d184 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/sableye-mega.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/salamence-mega.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/salamence-mega.ogg new file mode 100644 index 00000000..ae479230 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/salamence-mega.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/sceptile-mega.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/sceptile-mega.ogg new file mode 100644 index 00000000..984951d2 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/sceptile-mega.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/scizor-mega.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/scizor-mega.ogg new file mode 100644 index 00000000..c5b41bd3 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/scizor-mega.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/sharpedo-mega.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/sharpedo-mega.ogg new file mode 100644 index 00000000..5438c76e Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/sharpedo-mega.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/shaymin-sky.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/shaymin-sky.ogg new file mode 100644 index 00000000..6c60a75e Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/shaymin-sky.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/slowbro-mega.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/slowbro-mega.ogg new file mode 100644 index 00000000..eba332a4 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/slowbro-mega.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/slowpoke-galar.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/slowpoke-galar.ogg new file mode 100644 index 00000000..3d809b75 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/slowpoke-galar.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/steelix-mega.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/steelix-mega.ogg new file mode 100644 index 00000000..cf036b96 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/steelix-mega.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/swampert-mega.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/swampert-mega.ogg new file mode 100644 index 00000000..8f9b3212 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/swampert-mega.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/tatsugiri-droopy.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/tatsugiri-droopy.ogg new file mode 100644 index 00000000..885ca8bc Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/tatsugiri-droopy.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/tatsugiri-stretchy.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/tatsugiri-stretchy.ogg new file mode 100644 index 00000000..6da70262 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/tatsugiri-stretchy.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/thundurus-therian.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/thundurus-therian.ogg new file mode 100644 index 00000000..a2d8a2f8 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/thundurus-therian.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/tornadus-therian.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/tornadus-therian.ogg new file mode 100644 index 00000000..1eef47e3 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/tornadus-therian.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/toxtricity-lowkey.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/toxtricity-lowkey.ogg new file mode 100644 index 00000000..7981a30a Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/toxtricity-lowkey.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/tyranitar-mega.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/tyranitar-mega.ogg new file mode 100644 index 00000000..af99f656 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/tyranitar-mega.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/urshifu-rapidstrike.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/urshifu-rapidstrike.ogg new file mode 100644 index 00000000..53f4bd1d Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/urshifu-rapidstrike.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/venusaur-mega.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/venusaur-mega.ogg new file mode 100644 index 00000000..f2a0da9c Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/venusaur-mega.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/wishiwashi-school.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/wishiwashi-school.ogg new file mode 100644 index 00000000..ea39a567 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/wishiwashi-school.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/zacian-crowned.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/zacian-crowned.ogg new file mode 100644 index 00000000..aaa4dac6 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/zacian-crowned.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/zamazenta-crowned.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/zamazenta-crowned.ogg new file mode 100644 index 00000000..85463f3b Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/zamazenta-crowned.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/zygarde-10.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/zygarde-10.ogg new file mode 100644 index 00000000..ff50489f Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/zygarde-10.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/zygarde-complete.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/zygarde-complete.ogg new file mode 100644 index 00000000..4effc8f4 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/form/zygarde-complete.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/abomasnow/abomasnow_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/abomasnow/abomasnow_ambient.ogg new file mode 100644 index 00000000..38d60caf Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/abomasnow/abomasnow_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/abra/abra_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/abra/abra_ambient.ogg new file mode 100644 index 00000000..f7ac846c Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/abra/abra_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/absol/absol_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/absol/absol_ambient.ogg new file mode 100644 index 00000000..d3656bdb Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/absol/absol_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/accelgor/accelgor_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/accelgor/accelgor_ambient.ogg new file mode 100644 index 00000000..ac54a362 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/accelgor/accelgor_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/aegislash/aegislash_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/aegislash/aegislash_ambient.ogg new file mode 100644 index 00000000..70d0eedd Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/aegislash/aegislash_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/aerodactyl/aerodactyl_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/aerodactyl/aerodactyl_ambient.ogg new file mode 100644 index 00000000..5834ace8 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/aerodactyl/aerodactyl_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/aggron/aggron_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/aggron/aggron_ambient.ogg new file mode 100644 index 00000000..430af3e9 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/aggron/aggron_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/aipom/aipom_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/aipom/aipom_ambient.ogg new file mode 100644 index 00000000..e567b9db Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/aipom/aipom_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/alakazam/alakazam_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/alakazam/alakazam_ambient.ogg new file mode 100644 index 00000000..4822fd68 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/alakazam/alakazam_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/alcremie/alcremie_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/alcremie/alcremie_ambient.ogg new file mode 100644 index 00000000..b58246cb Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/alcremie/alcremie_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/alomomola/alomomola_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/alomomola/alomomola_ambient.ogg new file mode 100644 index 00000000..8bf678bf Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/alomomola/alomomola_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/altaria/altaria_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/altaria/altaria_ambient.ogg new file mode 100644 index 00000000..f9b57824 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/altaria/altaria_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/amaura/amaura_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/amaura/amaura_ambient.ogg new file mode 100644 index 00000000..4c51e159 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/amaura/amaura_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ambipom/ambipom_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ambipom/ambipom_ambient.ogg new file mode 100644 index 00000000..449eacf6 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ambipom/ambipom_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/amoonguss/amoonguss_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/amoonguss/amoonguss_ambient.ogg new file mode 100644 index 00000000..b54d2852 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/amoonguss/amoonguss_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ampharos/ampharos_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ampharos/ampharos_ambient.ogg new file mode 100644 index 00000000..90518bc1 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ampharos/ampharos_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/annihilape/annihilape_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/annihilape/annihilape_ambient.ogg new file mode 100644 index 00000000..1ddc4ea1 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/annihilape/annihilape_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/anorith/anorith_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/anorith/anorith_ambient.ogg new file mode 100644 index 00000000..b9e414a2 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/anorith/anorith_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/appletun/appletun_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/appletun/appletun_ambient.ogg new file mode 100644 index 00000000..7b5f4118 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/appletun/appletun_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/applin/applin_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/applin/applin_ambient.ogg new file mode 100644 index 00000000..17eec771 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/applin/applin_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/araquanid/araquanid_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/araquanid/araquanid_ambient.ogg new file mode 100644 index 00000000..9cc7a50f Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/araquanid/araquanid_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/arbok/arbok_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/arbok/arbok_ambient.ogg new file mode 100644 index 00000000..2ff516b3 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/arbok/arbok_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/arboliva/arboliva_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/arboliva/arboliva_ambient.ogg new file mode 100644 index 00000000..63929026 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/arboliva/arboliva_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/arcanine/arcanine_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/arcanine/arcanine_ambient.ogg new file mode 100644 index 00000000..b1de9ac0 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/arcanine/arcanine_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/arceus/arceus_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/arceus/arceus_ambient.ogg new file mode 100644 index 00000000..e7250bd4 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/arceus/arceus_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/archen/archen_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/archen/archen_ambient.ogg new file mode 100644 index 00000000..3339d948 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/archen/archen_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/archeops/archeops_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/archeops/archeops_ambient.ogg new file mode 100644 index 00000000..a05ee5a9 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/archeops/archeops_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/arctibax/arctibax_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/arctibax/arctibax_ambient.ogg new file mode 100644 index 00000000..51cf016d Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/arctibax/arctibax_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/arctovish/arctovish_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/arctovish/arctovish_ambient.ogg new file mode 100644 index 00000000..aaa7605f Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/arctovish/arctovish_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/arctozolt/arctozolt_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/arctozolt/arctozolt_ambient.ogg new file mode 100644 index 00000000..f0ba079e Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/arctozolt/arctozolt_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ariados/ariados_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ariados/ariados_ambient.ogg new file mode 100644 index 00000000..92884cb6 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ariados/ariados_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/armaldo/armaldo_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/armaldo/armaldo_ambient.ogg new file mode 100644 index 00000000..a99d0411 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/armaldo/armaldo_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/armarouge/armarouge_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/armarouge/armarouge_ambient.ogg new file mode 100644 index 00000000..01a18f94 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/armarouge/armarouge_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/aromatisse/aromatisse_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/aromatisse/aromatisse_ambient.ogg new file mode 100644 index 00000000..a46c7a6b Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/aromatisse/aromatisse_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/aron/aron_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/aron/aron_ambient.ogg new file mode 100644 index 00000000..6e527fbd Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/aron/aron_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/arrokuda/arrokuda_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/arrokuda/arrokuda_ambient.ogg new file mode 100644 index 00000000..23bbf948 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/arrokuda/arrokuda_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/articuno/articuno_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/articuno/articuno_ambient.ogg new file mode 100644 index 00000000..36ef6a75 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/articuno/articuno_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/audino/audino_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/audino/audino_ambient.ogg new file mode 100644 index 00000000..00216402 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/audino/audino_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/aurorus/aurorus_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/aurorus/aurorus_ambient.ogg new file mode 100644 index 00000000..178021c5 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/aurorus/aurorus_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/avalugg/avalugg_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/avalugg/avalugg_ambient.ogg new file mode 100644 index 00000000..aea1b9ff Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/avalugg/avalugg_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/axew/axew_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/axew/axew_ambient.ogg new file mode 100644 index 00000000..33fad76c Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/axew/axew_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/azelf/azelf_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/azelf/azelf_ambient.ogg new file mode 100644 index 00000000..86cd264b Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/azelf/azelf_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/azumarill/azumarill_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/azumarill/azumarill_ambient.ogg new file mode 100644 index 00000000..d5d6190b Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/azumarill/azumarill_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/azurill/azurill_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/azurill/azurill_ambient.ogg new file mode 100644 index 00000000..3247229b Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/azurill/azurill_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bagon/bagon_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bagon/bagon_ambient.ogg new file mode 100644 index 00000000..ab4bfd94 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bagon/bagon_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/baltoy/baltoy_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/baltoy/baltoy_ambient.ogg new file mode 100644 index 00000000..4959df45 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/baltoy/baltoy_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/banette/banette_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/banette/banette_ambient.ogg new file mode 100644 index 00000000..9b25dac8 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/banette/banette_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/barbaracle/barbaracle_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/barbaracle/barbaracle_ambient.ogg new file mode 100644 index 00000000..16b47e44 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/barbaracle/barbaracle_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/barboach/barboach_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/barboach/barboach_ambient.ogg new file mode 100644 index 00000000..8bbd2dc7 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/barboach/barboach_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/barraskewda/barraskewda_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/barraskewda/barraskewda_ambient.ogg new file mode 100644 index 00000000..a2703521 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/barraskewda/barraskewda_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/basculegion/basculegion_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/basculegion/basculegion_ambient.ogg new file mode 100644 index 00000000..463c8da1 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/basculegion/basculegion_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/basculin/basculin_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/basculin/basculin_ambient.ogg new file mode 100644 index 00000000..25379a66 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/basculin/basculin_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bastiodon/bastiodon_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bastiodon/bastiodon_ambient.ogg new file mode 100644 index 00000000..459b21dc Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bastiodon/bastiodon_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/baxcalibur/baxcalibur_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/baxcalibur/baxcalibur_ambient.ogg new file mode 100644 index 00000000..14426b4e Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/baxcalibur/baxcalibur_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bayleef/bayleef_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bayleef/bayleef_ambient.ogg new file mode 100644 index 00000000..be9f0ff5 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bayleef/bayleef_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/beartic/beartic_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/beartic/beartic_ambient.ogg new file mode 100644 index 00000000..495fd592 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/beartic/beartic_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/beautifly/beautifly_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/beautifly/beautifly_ambient.ogg new file mode 100644 index 00000000..99f49d40 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/beautifly/beautifly_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/beedrill/beedrill_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/beedrill/beedrill_ambient.ogg new file mode 100644 index 00000000..b6d1d9aa Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/beedrill/beedrill_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/beheeyem/beheeyem_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/beheeyem/beheeyem_ambient.ogg new file mode 100644 index 00000000..1aa3f1b6 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/beheeyem/beheeyem_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/beldum/beldum_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/beldum/beldum_ambient.ogg new file mode 100644 index 00000000..0f9099aa Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/beldum/beldum_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bellibolt/bellibolt_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bellibolt/bellibolt_ambient.ogg new file mode 100644 index 00000000..e8b65ace Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bellibolt/bellibolt_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bellossom/bellossom_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bellossom/bellossom_ambient.ogg new file mode 100644 index 00000000..3473da6c Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bellossom/bellossom_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bellsprout/bellsprout_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bellsprout/bellsprout_ambient.ogg new file mode 100644 index 00000000..f316f664 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bellsprout/bellsprout_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bergmite/bergmite_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bergmite/bergmite_ambient.ogg new file mode 100644 index 00000000..fc794a79 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bergmite/bergmite_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bewear/bewear_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bewear/bewear_ambient.ogg new file mode 100644 index 00000000..8a9862a7 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bewear/bewear_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bibarel/bibarel_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bibarel/bibarel_ambient.ogg new file mode 100644 index 00000000..28314b15 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bibarel/bibarel_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bidoof/bidoof_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bidoof/bidoof_ambient.ogg new file mode 100644 index 00000000..6fc523ac Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bidoof/bidoof_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/binacle/binacle_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/binacle/binacle_ambient.ogg new file mode 100644 index 00000000..52b2f29a Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/binacle/binacle_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bisharp/bisharp_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bisharp/bisharp_ambient.ogg new file mode 100644 index 00000000..ea5f9b08 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bisharp/bisharp_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/blacephalon/blacephalon_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/blacephalon/blacephalon_ambient.ogg new file mode 100644 index 00000000..e376131b Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/blacephalon/blacephalon_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/blastoise/blastoise_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/blastoise/blastoise_ambient.ogg new file mode 100644 index 00000000..e7b32b0f Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/blastoise/blastoise_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/blaziken/blaziken_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/blaziken/blaziken_ambient.ogg new file mode 100644 index 00000000..781f2f2f Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/blaziken/blaziken_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/blipbug/blipbug_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/blipbug/blipbug_ambient.ogg new file mode 100644 index 00000000..2471eac8 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/blipbug/blipbug_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/blissey/blissey_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/blissey/blissey_ambient.ogg new file mode 100644 index 00000000..bf67a12b Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/blissey/blissey_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/blitzle/blitzle_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/blitzle/blitzle_ambient.ogg new file mode 100644 index 00000000..5729b318 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/blitzle/blitzle_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/boldore/boldore_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/boldore/boldore_ambient.ogg new file mode 100644 index 00000000..4612584d Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/boldore/boldore_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/boltund/boltund_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/boltund/boltund_ambient.ogg new file mode 100644 index 00000000..4c33a7ce Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/boltund/boltund_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bombirdier/bombirdier_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bombirdier/bombirdier_ambient.ogg new file mode 100644 index 00000000..f3a24440 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bombirdier/bombirdier_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bonsly/bonsly_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bonsly/bonsly_ambient.ogg new file mode 100644 index 00000000..0fd7377f Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bonsly/bonsly_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bouffalant/bouffalant_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bouffalant/bouffalant_ambient.ogg new file mode 100644 index 00000000..81eb15a6 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bouffalant/bouffalant_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bounsweet/bounsweet_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bounsweet/bounsweet_ambient.ogg new file mode 100644 index 00000000..ba4b8dbc Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bounsweet/bounsweet_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/braixen/braixen_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/braixen/braixen_ambient.ogg new file mode 100644 index 00000000..2b4f77cc Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/braixen/braixen_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/brambleghast/brambleghast_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/brambleghast/brambleghast_ambient.ogg new file mode 100644 index 00000000..fb4016d9 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/brambleghast/brambleghast_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bramblin/bramblin_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bramblin/bramblin_ambient.ogg new file mode 100644 index 00000000..b79c7111 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bramblin/bramblin_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/braviary/braviary_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/braviary/braviary_ambient.ogg new file mode 100644 index 00000000..e0fe416d Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/braviary/braviary_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/breloom/breloom_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/breloom/breloom_ambient.ogg new file mode 100644 index 00000000..afa4d605 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/breloom/breloom_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/brionne/brionne_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/brionne/brionne_ambient.ogg new file mode 100644 index 00000000..88c3e8ac Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/brionne/brionne_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bronzong/bronzong_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bronzong/bronzong_ambient.ogg new file mode 100644 index 00000000..6267665d Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bronzong/bronzong_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bronzor/bronzor_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bronzor/bronzor_ambient.ogg new file mode 100644 index 00000000..5b001684 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bronzor/bronzor_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/brutebonnet/brutebonnet_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/brutebonnet/brutebonnet_ambient.ogg new file mode 100644 index 00000000..05c53a9b Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/brutebonnet/brutebonnet_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bruxish/bruxish_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bruxish/bruxish_ambient.ogg new file mode 100644 index 00000000..c11580e6 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bruxish/bruxish_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/budew/budew_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/budew/budew_ambient.ogg new file mode 100644 index 00000000..4cb7a22f Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/budew/budew_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/buizel/buizel_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/buizel/buizel_ambient.ogg new file mode 100644 index 00000000..bf509e89 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/buizel/buizel_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bulbasaur/bulbasaur_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bulbasaur/bulbasaur_ambient.ogg new file mode 100644 index 00000000..627696c6 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bulbasaur/bulbasaur_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/buneary/buneary_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/buneary/buneary_ambient.ogg new file mode 100644 index 00000000..c83a9b89 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/buneary/buneary_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bunnelby/bunnelby_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bunnelby/bunnelby_ambient.ogg new file mode 100644 index 00000000..a85bdd49 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/bunnelby/bunnelby_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/burmy/burmy_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/burmy/burmy_ambient.ogg new file mode 100644 index 00000000..d63004cb Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/burmy/burmy_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/butterfree/butterfree_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/butterfree/butterfree_ambient.ogg new file mode 100644 index 00000000..e69cc5e5 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/butterfree/butterfree_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/buzzwole/buzzwole_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/buzzwole/buzzwole_ambient.ogg new file mode 100644 index 00000000..fbaa16f6 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/buzzwole/buzzwole_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cacnea/cacnea_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cacnea/cacnea_ambient.ogg new file mode 100644 index 00000000..c0499a9c Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cacnea/cacnea_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cacturne/cacturne_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cacturne/cacturne_ambient.ogg new file mode 100644 index 00000000..7dfd0dc5 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cacturne/cacturne_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/calyrex/calyrex_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/calyrex/calyrex_ambient.ogg new file mode 100644 index 00000000..bfcf3f29 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/calyrex/calyrex_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/camerupt/camerupt_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/camerupt/camerupt_ambient.ogg new file mode 100644 index 00000000..3f22b81e Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/camerupt/camerupt_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/capsakid/capsakid_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/capsakid/capsakid_ambient.ogg new file mode 100644 index 00000000..d4bab021 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/capsakid/capsakid_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/carbink/carbink_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/carbink/carbink_ambient.ogg new file mode 100644 index 00000000..aa5cdf8f Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/carbink/carbink_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/carkol/carkol_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/carkol/carkol_ambient.ogg new file mode 100644 index 00000000..e97f597e Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/carkol/carkol_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/carnivine/carnivine_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/carnivine/carnivine_ambient.ogg new file mode 100644 index 00000000..f61c119b Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/carnivine/carnivine_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/carracosta/carracosta_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/carracosta/carracosta_ambient.ogg new file mode 100644 index 00000000..666ac5eb Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/carracosta/carracosta_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/carvanha/carvanha_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/carvanha/carvanha_ambient.ogg new file mode 100644 index 00000000..61c51b95 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/carvanha/carvanha_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cascoon/cascoon_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cascoon/cascoon_ambient.ogg new file mode 100644 index 00000000..2d5313c0 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cascoon/cascoon_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/castform/castform_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/castform/castform_ambient.ogg new file mode 100644 index 00000000..ae7b35b1 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/castform/castform_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/caterpie/caterpie_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/caterpie/caterpie_ambient.ogg new file mode 100644 index 00000000..c30e7c0c Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/caterpie/caterpie_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/celebi/celebi_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/celebi/celebi_ambient.ogg new file mode 100644 index 00000000..2a5e2a8d Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/celebi/celebi_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/celesteela/celesteela_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/celesteela/celesteela_ambient.ogg new file mode 100644 index 00000000..c3b56eb4 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/celesteela/celesteela_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/celuredge/celuredge_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/celuredge/celuredge_ambient.ogg new file mode 100644 index 00000000..846f9a96 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/celuredge/celuredge_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/centiskorch/centiskorch_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/centiskorch/centiskorch_ambient.ogg new file mode 100644 index 00000000..f535ac75 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/centiskorch/centiskorch_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ceruledge/ceruledge_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ceruledge/ceruledge_ambient.ogg new file mode 100644 index 00000000..9907cc38 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ceruledge/ceruledge_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cetitan/cetitan_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cetitan/cetitan_ambient.ogg new file mode 100644 index 00000000..81c3b821 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cetitan/cetitan_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cetoddle/cetoddle_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cetoddle/cetoddle_ambient.ogg new file mode 100644 index 00000000..3d1a2f1f Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cetoddle/cetoddle_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chandelure/chandelure_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chandelure/chandelure_ambient.ogg new file mode 100644 index 00000000..f3a05e31 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chandelure/chandelure_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chansey/chansey_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chansey/chansey_ambient.ogg new file mode 100644 index 00000000..ac0fd60f Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chansey/chansey_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/charcadet/charcadet_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/charcadet/charcadet_ambient.ogg new file mode 100644 index 00000000..5ebee152 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/charcadet/charcadet_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/charizard/charizard_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/charizard/charizard_ambient.ogg new file mode 100644 index 00000000..f57bc405 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/charizard/charizard_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/charjabug/charjabug_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/charjabug/charjabug_ambient.ogg new file mode 100644 index 00000000..1334d514 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/charjabug/charjabug_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/charmander/charmander_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/charmander/charmander_ambient.ogg new file mode 100644 index 00000000..0b40c82a Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/charmander/charmander_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/charmeleon/charmeleon_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/charmeleon/charmeleon_ambient.ogg new file mode 100644 index 00000000..0fe470b3 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/charmeleon/charmeleon_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chatot/chatot_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chatot/chatot_ambient.ogg new file mode 100644 index 00000000..5f2f4789 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chatot/chatot_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cherrim/cherrim_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cherrim/cherrim_ambient.ogg new file mode 100644 index 00000000..d1917740 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cherrim/cherrim_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cherubi/cherubi_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cherubi/cherubi_ambient.ogg new file mode 100644 index 00000000..01e18006 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cherubi/cherubi_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chesnaught/chesnaught_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chesnaught/chesnaught_ambient.ogg new file mode 100644 index 00000000..c59425dd Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chesnaught/chesnaught_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chespin/chespin_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chespin/chespin_ambient.ogg new file mode 100644 index 00000000..69fa2321 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chespin/chespin_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chewtle/chewtle_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chewtle/chewtle_ambient.ogg new file mode 100644 index 00000000..164cb788 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chewtle/chewtle_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chienpao/chienpao_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chienpao/chienpao_ambient.ogg new file mode 100644 index 00000000..2d185491 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chienpao/chienpao_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chikorita/chikorita_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chikorita/chikorita_ambient.ogg new file mode 100644 index 00000000..d4cc5503 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chikorita/chikorita_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chimchar/chimchar_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chimchar/chimchar_ambient.ogg new file mode 100644 index 00000000..f58970f2 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chimchar/chimchar_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chimecho/chimecho_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chimecho/chimecho_ambient.ogg new file mode 100644 index 00000000..fca6d0ff Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chimecho/chimecho_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chinchou/chinchou_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chinchou/chinchou_ambient.ogg new file mode 100644 index 00000000..e5f95753 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chinchou/chinchou_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chingling/chingling_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chingling/chingling_ambient.ogg new file mode 100644 index 00000000..ad11d117 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chingling/chingling_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chiyu/chiyu_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chiyu/chiyu_ambient.ogg new file mode 100644 index 00000000..7009f51b Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/chiyu/chiyu_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cinccino/cinccino_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cinccino/cinccino_ambient.ogg new file mode 100644 index 00000000..79e71532 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cinccino/cinccino_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cinderace/cinderace_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cinderace/cinderace_ambient.ogg new file mode 100644 index 00000000..e20cdc62 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cinderace/cinderace_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/clamperl/clamperl_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/clamperl/clamperl_ambient.ogg new file mode 100644 index 00000000..7eb974b6 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/clamperl/clamperl_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/clauncher/clauncher_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/clauncher/clauncher_ambient.ogg new file mode 100644 index 00000000..3e089d33 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/clauncher/clauncher_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/clawitzer/clawitzer_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/clawitzer/clawitzer_ambient.ogg new file mode 100644 index 00000000..43ab7792 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/clawitzer/clawitzer_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/claydol/claydol_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/claydol/claydol_ambient.ogg new file mode 100644 index 00000000..11665288 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/claydol/claydol_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/clefable/clefable_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/clefable/clefable_ambient.ogg new file mode 100644 index 00000000..2aee5de9 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/clefable/clefable_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/clefairy/clefairy_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/clefairy/clefairy_ambient.ogg new file mode 100644 index 00000000..d5200575 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/clefairy/clefairy_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cleffa/cleffa_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cleffa/cleffa_ambient.ogg new file mode 100644 index 00000000..553160a6 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cleffa/cleffa_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/clobbopus/clobbopus_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/clobbopus/clobbopus_ambient.ogg new file mode 100644 index 00000000..e47ba4af Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/clobbopus/clobbopus_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/clodsire/clodsire_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/clodsire/clodsire_ambient.ogg new file mode 100644 index 00000000..0e6b30ed Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/clodsire/clodsire_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cloyster/cloyster_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cloyster/cloyster_ambient.ogg new file mode 100644 index 00000000..2fa6d089 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cloyster/cloyster_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/coalossal/coalossal_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/coalossal/coalossal_ambient.ogg new file mode 100644 index 00000000..c8012787 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/coalossal/coalossal_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cobalion/cobalion_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cobalion/cobalion_ambient.ogg new file mode 100644 index 00000000..92ad9901 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cobalion/cobalion_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cofagrigus/cofagrigus_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cofagrigus/cofagrigus_ambient.ogg new file mode 100644 index 00000000..915ba460 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cofagrigus/cofagrigus_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/combee/combee_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/combee/combee_ambient.ogg new file mode 100644 index 00000000..6435dc90 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/combee/combee_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/combusken/combusken_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/combusken/combusken_ambient.ogg new file mode 100644 index 00000000..6ec1997f Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/combusken/combusken_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/comfey/comfey_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/comfey/comfey_ambient.ogg new file mode 100644 index 00000000..fe10d047 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/comfey/comfey_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/conkeldurr/conkeldurr_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/conkeldurr/conkeldurr_ambient.ogg new file mode 100644 index 00000000..2d6b3f97 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/conkeldurr/conkeldurr_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/copperajah/copperajah_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/copperajah/copperajah_ambient.ogg new file mode 100644 index 00000000..046e5b8c Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/copperajah/copperajah_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/corphish/corphish_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/corphish/corphish_ambient.ogg new file mode 100644 index 00000000..68ace7e4 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/corphish/corphish_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/corsola/corsola_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/corsola/corsola_ambient.ogg new file mode 100644 index 00000000..363886ae Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/corsola/corsola_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/corviknight/corviknight_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/corviknight/corviknight_ambient.ogg new file mode 100644 index 00000000..0f45b6b9 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/corviknight/corviknight_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/corvisquire/corvisquire_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/corvisquire/corvisquire_ambient.ogg new file mode 100644 index 00000000..accab508 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/corvisquire/corvisquire_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cosmoem/cosmoem_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cosmoem/cosmoem_ambient.ogg new file mode 100644 index 00000000..9a960f06 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cosmoem/cosmoem_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cosmog/cosmog_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cosmog/cosmog_ambient.ogg new file mode 100644 index 00000000..e129c6df Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cosmog/cosmog_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cottonee/cottonee_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cottonee/cottonee_ambient.ogg new file mode 100644 index 00000000..4ad07e7d Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cottonee/cottonee_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/crabominable/crabominable_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/crabominable/crabominable_ambient.ogg new file mode 100644 index 00000000..dcecb856 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/crabominable/crabominable_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/crabrawler/crabrawler_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/crabrawler/crabrawler_ambient.ogg new file mode 100644 index 00000000..26861b94 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/crabrawler/crabrawler_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cradily/cradily_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cradily/cradily_ambient.ogg new file mode 100644 index 00000000..f1b25b62 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cradily/cradily_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cramorant/cramorant_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cramorant/cramorant_ambient.ogg new file mode 100644 index 00000000..d317e593 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cramorant/cramorant_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cranidos/cranidos_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cranidos/cranidos_ambient.ogg new file mode 100644 index 00000000..aea2998a Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cranidos/cranidos_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/crawdaunt/crawdaunt_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/crawdaunt/crawdaunt_ambient.ogg new file mode 100644 index 00000000..db3d3cca Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/crawdaunt/crawdaunt_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cresselia/cresselia_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cresselia/cresselia_ambient.ogg new file mode 100644 index 00000000..b9bddebe Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cresselia/cresselia_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/croagunk/croagunk_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/croagunk/croagunk_ambient.ogg new file mode 100644 index 00000000..996965bb Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/croagunk/croagunk_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/crobat/crobat_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/crobat/crobat_ambient.ogg new file mode 100644 index 00000000..8ac5fbe3 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/crobat/crobat_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/crocalor/crocalor_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/crocalor/crocalor_ambient.ogg new file mode 100644 index 00000000..949ee0cb Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/crocalor/crocalor_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/croconaw/croconaw_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/croconaw/croconaw_ambient.ogg new file mode 100644 index 00000000..61f70e7b Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/croconaw/croconaw_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/crustle/crustle_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/crustle/crustle_ambient.ogg new file mode 100644 index 00000000..7701d087 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/crustle/crustle_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cryogonal/cryogonal_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cryogonal/cryogonal_ambient.ogg new file mode 100644 index 00000000..6d34ad1c Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cryogonal/cryogonal_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cubchoo/cubchoo_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cubchoo/cubchoo_ambient.ogg new file mode 100644 index 00000000..5e307226 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cubchoo/cubchoo_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cubone/cubone_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cubone/cubone_ambient.ogg new file mode 100644 index 00000000..70a41e9d Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cubone/cubone_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cufant/cufant_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cufant/cufant_ambient.ogg new file mode 100644 index 00000000..5d5eb088 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cufant/cufant_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cursola/cursola_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cursola/cursola_ambient.ogg new file mode 100644 index 00000000..abd0ba0a Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cursola/cursola_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cutiefly/cutiefly_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cutiefly/cutiefly_ambient.ogg new file mode 100644 index 00000000..911fbee9 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cutiefly/cutiefly_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cyclizar/cyclizar_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cyclizar/cyclizar_ambient.ogg new file mode 100644 index 00000000..7ca95c02 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cyclizar/cyclizar_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cyndaquil/cyndaquil_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cyndaquil/cyndaquil_ambient.ogg new file mode 100644 index 00000000..c120a4d9 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/cyndaquil/cyndaquil_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dachsbun/dachsbun_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dachsbun/dachsbun_ambient.ogg new file mode 100644 index 00000000..3cb5f4d2 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dachsbun/dachsbun_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/darkrai/darkrai_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/darkrai/darkrai_ambient.ogg new file mode 100644 index 00000000..b28f8cc7 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/darkrai/darkrai_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/darmanitan/darmanitan_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/darmanitan/darmanitan_ambient.ogg new file mode 100644 index 00000000..ac98ff7c Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/darmanitan/darmanitan_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dartrix/dartrix_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dartrix/dartrix_ambient.ogg new file mode 100644 index 00000000..19cee9b5 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dartrix/dartrix_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/darumaka/darumaka_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/darumaka/darumaka_ambient.ogg new file mode 100644 index 00000000..578d2dd8 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/darumaka/darumaka_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/decidueye/decidueye_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/decidueye/decidueye_ambient.ogg new file mode 100644 index 00000000..0295a486 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/decidueye/decidueye_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dedenne/dedenne_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dedenne/dedenne_ambient.ogg new file mode 100644 index 00000000..937b2d9b Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dedenne/dedenne_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/deerling/deerling_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/deerling/deerling_ambient.ogg new file mode 100644 index 00000000..3b9bcf23 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/deerling/deerling_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/deino/deino_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/deino/deino_ambient.ogg new file mode 100644 index 00000000..9cfe4f59 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/deino/deino_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/delcatty/delcatty_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/delcatty/delcatty_ambient.ogg new file mode 100644 index 00000000..332b6d92 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/delcatty/delcatty_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/delibird/delibird_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/delibird/delibird_ambient.ogg new file mode 100644 index 00000000..1e7e3cf6 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/delibird/delibird_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/delphox/delphox_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/delphox/delphox_ambient.ogg new file mode 100644 index 00000000..d7db63b5 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/delphox/delphox_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/deoxys/deoxys_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/deoxys/deoxys_ambient.ogg new file mode 100644 index 00000000..015b086b Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/deoxys/deoxys_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dewgong/dewgong_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dewgong/dewgong_ambient.ogg new file mode 100644 index 00000000..6c02b52b Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dewgong/dewgong_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dewott/dewott_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dewott/dewott_ambient.ogg new file mode 100644 index 00000000..ea232f32 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dewott/dewott_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dewpider/dewpider_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dewpider/dewpider_ambient.ogg new file mode 100644 index 00000000..cc880783 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dewpider/dewpider_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dhelmise/dhelmise_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dhelmise/dhelmise_ambient.ogg new file mode 100644 index 00000000..6c1f00e8 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dhelmise/dhelmise_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dialga/dialga_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dialga/dialga_ambient.ogg new file mode 100644 index 00000000..bcd54e51 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dialga/dialga_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/diancie/diancie_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/diancie/diancie_ambient.ogg new file mode 100644 index 00000000..70f1f218 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/diancie/diancie_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/diggersby/diggersby_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/diggersby/diggersby_ambient.ogg new file mode 100644 index 00000000..f8941348 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/diggersby/diggersby_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/diglett/diglett_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/diglett/diglett_ambient.ogg new file mode 100644 index 00000000..a9e6144a Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/diglett/diglett_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ditto/ditto_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ditto/ditto_ambient.ogg new file mode 100644 index 00000000..d31b6f49 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ditto/ditto_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dodrio/dodrio_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dodrio/dodrio_ambient.ogg new file mode 100644 index 00000000..f24e6184 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dodrio/dodrio_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/doduo/doduo_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/doduo/doduo_ambient.ogg new file mode 100644 index 00000000..06ea03db Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/doduo/doduo_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dolliv/dolliv_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dolliv/dolliv_ambient.ogg new file mode 100644 index 00000000..74322e23 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dolliv/dolliv_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dondozo/dondozo_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dondozo/dondozo_ambient.ogg new file mode 100644 index 00000000..d388f850 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dondozo/dondozo_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/donphan/donphan_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/donphan/donphan_ambient.ogg new file mode 100644 index 00000000..9ae2b67d Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/donphan/donphan_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dottler/dottler_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dottler/dottler_ambient.ogg new file mode 100644 index 00000000..fc8f80f8 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dottler/dottler_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/doublade/doublade_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/doublade/doublade_ambient.ogg new file mode 100644 index 00000000..3ee94cf3 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/doublade/doublade_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dracovish/dracovish_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dracovish/dracovish_ambient.ogg new file mode 100644 index 00000000..9e13d090 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dracovish/dracovish_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dracozolt/dracozolt_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dracozolt/dracozolt_ambient.ogg new file mode 100644 index 00000000..816efda5 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dracozolt/dracozolt_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dragalge/dragalge_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dragalge/dragalge_ambient.ogg new file mode 100644 index 00000000..8465b263 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dragalge/dragalge_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dragapult/dragapult_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dragapult/dragapult_ambient.ogg new file mode 100644 index 00000000..15f16589 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dragapult/dragapult_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dragonair/dragonair_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dragonair/dragonair_ambient.ogg new file mode 100644 index 00000000..b8550f79 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dragonair/dragonair_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dragonite/dragonite_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dragonite/dragonite_ambient.ogg new file mode 100644 index 00000000..ff1a8de1 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dragonite/dragonite_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/drakloak/drakloak_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/drakloak/drakloak_ambient.ogg new file mode 100644 index 00000000..83c4548d Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/drakloak/drakloak_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/drampa/drampa_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/drampa/drampa_ambient.ogg new file mode 100644 index 00000000..dd579467 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/drampa/drampa_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/drapion/drapion_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/drapion/drapion_ambient.ogg new file mode 100644 index 00000000..072c4414 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/drapion/drapion_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dratini/dratini_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dratini/dratini_ambient.ogg new file mode 100644 index 00000000..12ee5a44 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dratini/dratini_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/drednaw/drednaw_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/drednaw/drednaw_ambient.ogg new file mode 100644 index 00000000..b8727fee Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/drednaw/drednaw_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dreepy/dreepy_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dreepy/dreepy_ambient.ogg new file mode 100644 index 00000000..4c10168d Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dreepy/dreepy_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/drifblim/drifblim_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/drifblim/drifblim_ambient.ogg new file mode 100644 index 00000000..e7ee853d Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/drifblim/drifblim_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/drifloon/drifloon_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/drifloon/drifloon_ambient.ogg new file mode 100644 index 00000000..fa30306a Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/drifloon/drifloon_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/drilbur/drilbur_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/drilbur/drilbur_ambient.ogg new file mode 100644 index 00000000..550c6673 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/drilbur/drilbur_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/drizzile/drizzile_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/drizzile/drizzile_ambient.ogg new file mode 100644 index 00000000..7d808dee Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/drizzile/drizzile_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/drowzee/drowzee_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/drowzee/drowzee_ambient.ogg new file mode 100644 index 00000000..36c2fed5 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/drowzee/drowzee_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/druddigon/druddigon_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/druddigon/druddigon_ambient.ogg new file mode 100644 index 00000000..bd899fa2 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/druddigon/druddigon_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dubwool/dubwool_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dubwool/dubwool_ambient.ogg new file mode 100644 index 00000000..be1b4610 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dubwool/dubwool_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ducklett/ducklett_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ducklett/ducklett_ambient.ogg new file mode 100644 index 00000000..68bcb04d Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ducklett/ducklett_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dudunsparce/dudunsparce_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dudunsparce/dudunsparce_ambient.ogg new file mode 100644 index 00000000..50660dfb Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dudunsparce/dudunsparce_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dugtrio/dugtrio_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dugtrio/dugtrio_ambient.ogg new file mode 100644 index 00000000..cc477724 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dugtrio/dugtrio_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dunsparce/dunsparce_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dunsparce/dunsparce_ambient.ogg new file mode 100644 index 00000000..c364f7a4 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dunsparce/dunsparce_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/duosion/duosion_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/duosion/duosion_ambient.ogg new file mode 100644 index 00000000..cf9bca37 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/duosion/duosion_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/duraludon/duraludon_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/duraludon/duraludon_ambient.ogg new file mode 100644 index 00000000..7fe47049 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/duraludon/duraludon_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/durant/durant_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/durant/durant_ambient.ogg new file mode 100644 index 00000000..05cba371 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/durant/durant_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dusclops/dusclops_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dusclops/dusclops_ambient.ogg new file mode 100644 index 00000000..6f86c915 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dusclops/dusclops_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dusknoir/dusknoir_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dusknoir/dusknoir_ambient.ogg new file mode 100644 index 00000000..e1ff059f Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dusknoir/dusknoir_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/duskull/duskull_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/duskull/duskull_ambient.ogg new file mode 100644 index 00000000..05c96493 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/duskull/duskull_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dustox/dustox_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dustox/dustox_ambient.ogg new file mode 100644 index 00000000..b0d2e657 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dustox/dustox_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dwebble/dwebble_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dwebble/dwebble_ambient.ogg new file mode 100644 index 00000000..cd1c2951 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/dwebble/dwebble_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/eelektrik/eelektrik_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/eelektrik/eelektrik_ambient.ogg new file mode 100644 index 00000000..4bafb11b Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/eelektrik/eelektrik_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/eelektross/eelektross_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/eelektross/eelektross_ambient.ogg new file mode 100644 index 00000000..4669c4f9 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/eelektross/eelektross_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/eevee/eevee_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/eevee/eevee_ambient.ogg new file mode 100644 index 00000000..71a864bd Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/eevee/eevee_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/eiscue/eiscue_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/eiscue/eiscue_ambient.ogg new file mode 100644 index 00000000..e6bc0f4f Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/eiscue/eiscue_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ekans/ekans_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ekans/ekans_ambient.ogg new file mode 100644 index 00000000..71c7655b Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ekans/ekans_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/eldegoss/eldegoss_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/eldegoss/eldegoss_ambient.ogg new file mode 100644 index 00000000..0555c5d5 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/eldegoss/eldegoss_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/electabuzz/electabuzz_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/electabuzz/electabuzz_ambient.ogg new file mode 100644 index 00000000..62fb35d9 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/electabuzz/electabuzz_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/electivire/electivire_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/electivire/electivire_ambient.ogg new file mode 100644 index 00000000..49658959 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/electivire/electivire_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/electrike/electrike_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/electrike/electrike_ambient.ogg new file mode 100644 index 00000000..6f239825 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/electrike/electrike_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/electrode/electrode_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/electrode/electrode_ambient.ogg new file mode 100644 index 00000000..21398f77 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/electrode/electrode_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/elekid/elekid_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/elekid/elekid_ambient.ogg new file mode 100644 index 00000000..6e2be955 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/elekid/elekid_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/elgyem/elgyem_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/elgyem/elgyem_ambient.ogg new file mode 100644 index 00000000..35d5738f Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/elgyem/elgyem_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/emboar/emboar_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/emboar/emboar_ambient.ogg new file mode 100644 index 00000000..e71d8267 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/emboar/emboar_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/emolga/emolga_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/emolga/emolga_ambient.ogg new file mode 100644 index 00000000..de2b340a Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/emolga/emolga_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/empoleon/empoleon_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/empoleon/empoleon_ambient.ogg new file mode 100644 index 00000000..752a8d3e Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/empoleon/empoleon_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/enamorus/enamorus_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/enamorus/enamorus_ambient.ogg new file mode 100644 index 00000000..0b184923 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/enamorus/enamorus_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/entei/entei_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/entei/entei_ambient.ogg new file mode 100644 index 00000000..5a8aeb9a Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/entei/entei_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/escavalier/escavalier_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/escavalier/escavalier_ambient.ogg new file mode 100644 index 00000000..20867786 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/escavalier/escavalier_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/espathra/espathra_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/espathra/espathra_ambient.ogg new file mode 100644 index 00000000..78ac3484 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/espathra/espathra_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/espeon/espeon_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/espeon/espeon_ambient.ogg new file mode 100644 index 00000000..a4d48adc Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/espeon/espeon_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/espurr/espurr_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/espurr/espurr_ambient.ogg new file mode 100644 index 00000000..71875e4e Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/espurr/espurr_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/eternatus/eternatus_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/eternatus/eternatus_ambient.ogg new file mode 100644 index 00000000..9436b7c0 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/eternatus/eternatus_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/excadrill/excadrill_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/excadrill/excadrill_ambient.ogg new file mode 100644 index 00000000..a2f6ce76 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/excadrill/excadrill_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/exeggcute/exeggcute_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/exeggcute/exeggcute_ambient.ogg new file mode 100644 index 00000000..4b88e372 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/exeggcute/exeggcute_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/exeggutor/exeggutor_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/exeggutor/exeggutor_ambient.ogg new file mode 100644 index 00000000..a6eb639e Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/exeggutor/exeggutor_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/exploud/exploud_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/exploud/exploud_ambient.ogg new file mode 100644 index 00000000..89c1dac2 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/exploud/exploud_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/falinks/falinks_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/falinks/falinks_ambient.ogg new file mode 100644 index 00000000..1e0ae821 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/falinks/falinks_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/farfetchd/farfetchd_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/farfetchd/farfetchd_ambient.ogg new file mode 100644 index 00000000..e3766b85 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/farfetchd/farfetchd_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/farigiraf/farigiraf_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/farigiraf/farigiraf_ambient.ogg new file mode 100644 index 00000000..70f909c1 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/farigiraf/farigiraf_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/fearow/fearow_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/fearow/fearow_ambient.ogg new file mode 100644 index 00000000..de431ccf Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/fearow/fearow_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/feebas/feebas_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/feebas/feebas_ambient.ogg new file mode 100644 index 00000000..503bce38 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/feebas/feebas_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/fennekin/fennekin_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/fennekin/fennekin_ambient.ogg new file mode 100644 index 00000000..2b06abfa Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/fennekin/fennekin_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/feraligatr/feraligatr_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/feraligatr/feraligatr_ambient.ogg new file mode 100644 index 00000000..2ddc7101 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/feraligatr/feraligatr_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ferroseed/ferroseed_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ferroseed/ferroseed_ambient.ogg new file mode 100644 index 00000000..14d7a626 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ferroseed/ferroseed_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ferrothorn/ferrothorn_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ferrothorn/ferrothorn_ambient.ogg new file mode 100644 index 00000000..71751240 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ferrothorn/ferrothorn_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/fidough/fidough_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/fidough/fidough_ambient.ogg new file mode 100644 index 00000000..56d2fcb4 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/fidough/fidough_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/finizen/finizen_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/finizen/finizen_ambient.ogg new file mode 100644 index 00000000..27d043b4 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/finizen/finizen_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/finneon/finneon_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/finneon/finneon_ambient.ogg new file mode 100644 index 00000000..9e2502a4 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/finneon/finneon_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/flaaffy/flaaffy_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/flaaffy/flaaffy_ambient.ogg new file mode 100644 index 00000000..80915ba7 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/flaaffy/flaaffy_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/flabebe/flabebe_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/flabebe/flabebe_ambient.ogg new file mode 100644 index 00000000..dc5f9a8d Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/flabebe/flabebe_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/flamigo/flamigo_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/flamigo/flamigo_ambient.ogg new file mode 100644 index 00000000..e4d96c89 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/flamigo/flamigo_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/flapple/flapple_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/flapple/flapple_ambient.ogg new file mode 100644 index 00000000..359c5d7f Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/flapple/flapple_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/flareon/flareon_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/flareon/flareon_ambient.ogg new file mode 100644 index 00000000..d0b6b92e Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/flareon/flareon_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/fletchinder/fletchinder_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/fletchinder/fletchinder_ambient.ogg new file mode 100644 index 00000000..8c65d662 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/fletchinder/fletchinder_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/fletchling/fletchling_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/fletchling/fletchling_ambient.ogg new file mode 100644 index 00000000..b6e32b3b Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/fletchling/fletchling_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/flittle/flittle_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/flittle/flittle_ambient.ogg new file mode 100644 index 00000000..4ef9387b Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/flittle/flittle_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/floatzel/floatzel_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/floatzel/floatzel_ambient.ogg new file mode 100644 index 00000000..90696e62 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/floatzel/floatzel_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/floette/floette_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/floette/floette_ambient.ogg new file mode 100644 index 00000000..d86e5502 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/floette/floette_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/floragato/floragato_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/floragato/floragato_ambient.ogg new file mode 100644 index 00000000..119f24e9 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/floragato/floragato_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/florges/florges_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/florges/florges_ambient.ogg new file mode 100644 index 00000000..6cbb6973 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/florges/florges_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/fluttermane/fluttermane_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/fluttermane/fluttermane_ambient.ogg new file mode 100644 index 00000000..d06e0c91 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/fluttermane/fluttermane_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/flygon/flygon_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/flygon/flygon_ambient.ogg new file mode 100644 index 00000000..9baca9b4 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/flygon/flygon_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/fomantis/fomantis_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/fomantis/fomantis_ambient.ogg new file mode 100644 index 00000000..56841a16 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/fomantis/fomantis_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/foongus/foongus_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/foongus/foongus_ambient.ogg new file mode 100644 index 00000000..a3ff08c6 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/foongus/foongus_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/forretress/forretress_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/forretress/forretress_ambient.ogg new file mode 100644 index 00000000..1a0b10c2 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/forretress/forretress_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/fraxure/fraxure_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/fraxure/fraxure_ambient.ogg new file mode 100644 index 00000000..4f3c6087 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/fraxure/fraxure_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/frigibax/frigibax_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/frigibax/frigibax_ambient.ogg new file mode 100644 index 00000000..89d71aa7 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/frigibax/frigibax_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/frillish/frillish_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/frillish/frillish_ambient.ogg new file mode 100644 index 00000000..06cd1c56 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/frillish/frillish_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/froakie/froakie_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/froakie/froakie_ambient.ogg new file mode 100644 index 00000000..8e0005d9 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/froakie/froakie_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/frogadier/frogadier_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/frogadier/frogadier_ambient.ogg new file mode 100644 index 00000000..d4be92a1 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/frogadier/frogadier_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/froslass/froslass_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/froslass/froslass_ambient.ogg new file mode 100644 index 00000000..0b6807c1 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/froslass/froslass_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/frosmoth/frosmoth_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/frosmoth/frosmoth_ambient.ogg new file mode 100644 index 00000000..7326ba97 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/frosmoth/frosmoth_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/fuecoco/fuecoco_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/fuecoco/fuecoco_ambient.ogg new file mode 100644 index 00000000..5899ec4c Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/fuecoco/fuecoco_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/furfrou/furfrou_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/furfrou/furfrou_ambient.ogg new file mode 100644 index 00000000..4f3eaabe Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/furfrou/furfrou_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/furret/furret_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/furret/furret_ambient.ogg new file mode 100644 index 00000000..c13420cf Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/furret/furret_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gabite/gabite_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gabite/gabite_ambient.ogg new file mode 100644 index 00000000..3100dda0 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gabite/gabite_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gallade/gallade_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gallade/gallade_ambient.ogg new file mode 100644 index 00000000..11da25d5 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gallade/gallade_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/galvantula/galvantula_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/galvantula/galvantula_ambient.ogg new file mode 100644 index 00000000..da219741 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/galvantula/galvantula_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/garbodor/garbodor_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/garbodor/garbodor_ambient.ogg new file mode 100644 index 00000000..7617ad4d Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/garbodor/garbodor_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/garchomp/garchomp_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/garchomp/garchomp_ambient.ogg new file mode 100644 index 00000000..6388d593 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/garchomp/garchomp_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gardevoir/gardevoir_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gardevoir/gardevoir_ambient.ogg new file mode 100644 index 00000000..bcf34644 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gardevoir/gardevoir_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/garganacl/garganacl_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/garganacl/garganacl_ambient.ogg new file mode 100644 index 00000000..db9e6f47 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/garganacl/garganacl_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gastly/gastly_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gastly/gastly_ambient.ogg new file mode 100644 index 00000000..ec3a116d Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gastly/gastly_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gastrodon/gastrodon_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gastrodon/gastrodon_ambient.ogg new file mode 100644 index 00000000..616e3a58 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gastrodon/gastrodon_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/genesect/genesect_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/genesect/genesect_ambient.ogg new file mode 100644 index 00000000..0ca852cf Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/genesect/genesect_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gengar/gengar_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gengar/gengar_ambient.ogg new file mode 100644 index 00000000..d60ea5de Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gengar/gengar_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/geodude/geodude_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/geodude/geodude_ambient.ogg new file mode 100644 index 00000000..92f397a2 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/geodude/geodude_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gholdengo/gholdengo_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gholdengo/gholdengo_ambient.ogg new file mode 100644 index 00000000..b43d55c7 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gholdengo/gholdengo_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gible/gible_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gible/gible_ambient.ogg new file mode 100644 index 00000000..5f88b351 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gible/gible_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gigalith/gigalith_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gigalith/gigalith_ambient.ogg new file mode 100644 index 00000000..30656406 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gigalith/gigalith_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gimmighoul/gimmighoul_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gimmighoul/gimmighoul_ambient.ogg new file mode 100644 index 00000000..c95e2311 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gimmighoul/gimmighoul_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/girafarig/girafarig_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/girafarig/girafarig_ambient.ogg new file mode 100644 index 00000000..15844e86 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/girafarig/girafarig_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/giratina/giratina_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/giratina/giratina_ambient.ogg new file mode 100644 index 00000000..a09e0e8e Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/giratina/giratina_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/glaceon/glaceon_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/glaceon/glaceon_ambient.ogg new file mode 100644 index 00000000..d6b445fc Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/glaceon/glaceon_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/glalie/glalie_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/glalie/glalie_ambient.ogg new file mode 100644 index 00000000..e84f56d8 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/glalie/glalie_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/glameow/glameow_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/glameow/glameow_ambient.ogg new file mode 100644 index 00000000..4dd92bfb Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/glameow/glameow_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/glastrier/glastrier_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/glastrier/glastrier_ambient.ogg new file mode 100644 index 00000000..fc1d2cbb Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/glastrier/glastrier_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gligar/gligar_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gligar/gligar_ambient.ogg new file mode 100644 index 00000000..e16bdd79 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gligar/gligar_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/glimmet/glimmet_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/glimmet/glimmet_ambient.ogg new file mode 100644 index 00000000..8ded584b Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/glimmet/glimmet_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/glimmora/glimmora_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/glimmora/glimmora_ambient.ogg new file mode 100644 index 00000000..49cfd2d2 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/glimmora/glimmora_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gliscor/gliscor_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gliscor/gliscor_ambient.ogg new file mode 100644 index 00000000..7da46528 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gliscor/gliscor_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gloom/gloom_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gloom/gloom_ambient.ogg new file mode 100644 index 00000000..12ec43b1 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gloom/gloom_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gogoat/gogoat_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gogoat/gogoat_ambient.ogg new file mode 100644 index 00000000..e6819b74 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gogoat/gogoat_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/golbat/golbat_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/golbat/golbat_ambient.ogg new file mode 100644 index 00000000..e6982f16 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/golbat/golbat_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/goldeen/goldeen_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/goldeen/goldeen_ambient.ogg new file mode 100644 index 00000000..57353937 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/goldeen/goldeen_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/golduck/golduck_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/golduck/golduck_ambient.ogg new file mode 100644 index 00000000..92c89ce3 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/golduck/golduck_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/golem/golem_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/golem/golem_ambient.ogg new file mode 100644 index 00000000..2b0bf1b0 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/golem/golem_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/golett/golett_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/golett/golett_ambient.ogg new file mode 100644 index 00000000..b54610b2 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/golett/golett_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/golisopod/golisopod_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/golisopod/golisopod_ambient.ogg new file mode 100644 index 00000000..b3bdaaed Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/golisopod/golisopod_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/golurk/golurk_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/golurk/golurk_ambient.ogg new file mode 100644 index 00000000..a975f7ad Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/golurk/golurk_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/goodra/goodra_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/goodra/goodra_ambient.ogg new file mode 100644 index 00000000..2da9e9b5 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/goodra/goodra_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/goomy/goomy_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/goomy/goomy_ambient.ogg new file mode 100644 index 00000000..3c6d9719 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/goomy/goomy_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gorebyss/gorebyss_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gorebyss/gorebyss_ambient.ogg new file mode 100644 index 00000000..a044a724 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gorebyss/gorebyss_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gossifleur/gossifleur_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gossifleur/gossifleur_ambient.ogg new file mode 100644 index 00000000..51e91d86 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gossifleur/gossifleur_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gothita/gothita_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gothita/gothita_ambient.ogg new file mode 100644 index 00000000..35afe628 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gothita/gothita_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gothitelle/gothitelle_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gothitelle/gothitelle_ambient.ogg new file mode 100644 index 00000000..de8ee26a Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gothitelle/gothitelle_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gothorita/gothorita_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gothorita/gothorita_ambient.ogg new file mode 100644 index 00000000..fdbe91d7 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gothorita/gothorita_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gourgeist/gourgeist_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gourgeist/gourgeist_ambient.ogg new file mode 100644 index 00000000..2a1da697 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gourgeist/gourgeist_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/grafaiai/grafaiai_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/grafaiai/grafaiai_ambient.ogg new file mode 100644 index 00000000..fd729c54 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/grafaiai/grafaiai_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/granbull/granbull_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/granbull/granbull_ambient.ogg new file mode 100644 index 00000000..7fb4eb85 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/granbull/granbull_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/grapploct/grapploct_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/grapploct/grapploct_ambient.ogg new file mode 100644 index 00000000..7d35cd56 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/grapploct/grapploct_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/graveler/graveler_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/graveler/graveler_ambient.ogg new file mode 100644 index 00000000..30de0df3 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/graveler/graveler_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/greattusk/greattusk_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/greattusk/greattusk_ambient.ogg new file mode 100644 index 00000000..a8e96e44 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/greattusk/greattusk_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/greavard/greavard_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/greavard/greavard_ambient.ogg new file mode 100644 index 00000000..cc1370ed Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/greavard/greavard_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/greedent/greedent_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/greedent/greedent_ambient.ogg new file mode 100644 index 00000000..b9692e2f Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/greedent/greedent_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/greninja/greninja_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/greninja/greninja_ambient.ogg new file mode 100644 index 00000000..1cd1405d Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/greninja/greninja_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/grimer/grimer_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/grimer/grimer_ambient.ogg new file mode 100644 index 00000000..5437d70d Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/grimer/grimer_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/grimmsnarl/grimmsnarl_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/grimmsnarl/grimmsnarl_ambient.ogg new file mode 100644 index 00000000..ca4e2f69 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/grimmsnarl/grimmsnarl_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/grookey/grookey_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/grookey/grookey_ambient.ogg new file mode 100644 index 00000000..d12202ed Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/grookey/grookey_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/grotle/grotle_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/grotle/grotle_ambient.ogg new file mode 100644 index 00000000..cec5f658 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/grotle/grotle_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/groudon/groudon_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/groudon/groudon_ambient.ogg new file mode 100644 index 00000000..679162af Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/groudon/groudon_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/grovyle/grovyle_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/grovyle/grovyle_ambient.ogg new file mode 100644 index 00000000..d3652f0a Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/grovyle/grovyle_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/growlithe/growlithe_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/growlithe/growlithe_ambient.ogg new file mode 100644 index 00000000..78bd4b3d Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/growlithe/growlithe_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/grubbin/grubbin_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/grubbin/grubbin_ambient.ogg new file mode 100644 index 00000000..b4eb55da Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/grubbin/grubbin_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/grumpig/grumpig_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/grumpig/grumpig_ambient.ogg new file mode 100644 index 00000000..3cc0cd4a Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/grumpig/grumpig_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gulpin/gulpin_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gulpin/gulpin_ambient.ogg new file mode 100644 index 00000000..df9dc9a0 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gulpin/gulpin_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gumshoos/gumshoos_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gumshoos/gumshoos_ambient.ogg new file mode 100644 index 00000000..8d916b4d Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gumshoos/gumshoos_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gurdurr/gurdurr_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gurdurr/gurdurr_ambient.ogg new file mode 100644 index 00000000..f51a031b Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gurdurr/gurdurr_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/guzzlord/guzzlord_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/guzzlord/guzzlord_ambient.ogg new file mode 100644 index 00000000..6ad66718 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/guzzlord/guzzlord_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gyarados/gyarados_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gyarados/gyarados_ambient.ogg new file mode 100644 index 00000000..e5808071 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/gyarados/gyarados_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hakamoo/hakamoo_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hakamoo/hakamoo_ambient.ogg new file mode 100644 index 00000000..b650e25a Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hakamoo/hakamoo_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/happiny/happiny_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/happiny/happiny_ambient.ogg new file mode 100644 index 00000000..4000b0c7 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/happiny/happiny_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hariyama/hariyama_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hariyama/hariyama_ambient.ogg new file mode 100644 index 00000000..8341de95 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hariyama/hariyama_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hatenna/hatenna_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hatenna/hatenna_ambient.ogg new file mode 100644 index 00000000..ac40acca Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hatenna/hatenna_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hatterene/hatterene_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hatterene/hatterene_ambient.ogg new file mode 100644 index 00000000..85183de1 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hatterene/hatterene_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hattrem/hattrem_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hattrem/hattrem_ambient.ogg new file mode 100644 index 00000000..e0b78f3b Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hattrem/hattrem_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/haunter/haunter_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/haunter/haunter_ambient.ogg new file mode 100644 index 00000000..a35ffd67 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/haunter/haunter_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hawlucha/hawlucha_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hawlucha/hawlucha_ambient.ogg new file mode 100644 index 00000000..28e5c5ae Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hawlucha/hawlucha_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/haxorus/haxorus_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/haxorus/haxorus_ambient.ogg new file mode 100644 index 00000000..37eb9a19 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/haxorus/haxorus_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/heatmor/heatmor_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/heatmor/heatmor_ambient.ogg new file mode 100644 index 00000000..0a23eb1c Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/heatmor/heatmor_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/heatran/heatran_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/heatran/heatran_ambient.ogg new file mode 100644 index 00000000..5ff3cb1c Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/heatran/heatran_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/heliolisk/heliolisk_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/heliolisk/heliolisk_ambient.ogg new file mode 100644 index 00000000..6f106593 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/heliolisk/heliolisk_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/helioptile/helioptile_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/helioptile/helioptile_ambient.ogg new file mode 100644 index 00000000..1d0ce948 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/helioptile/helioptile_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/heracross/heracross_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/heracross/heracross_ambient.ogg new file mode 100644 index 00000000..521d66bc Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/heracross/heracross_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/herdier/herdier_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/herdier/herdier_ambient.ogg new file mode 100644 index 00000000..3b2ecc41 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/herdier/herdier_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hippopotas/hippopotas_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hippopotas/hippopotas_ambient.ogg new file mode 100644 index 00000000..a90828d7 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hippopotas/hippopotas_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hippowdon/hippowdon_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hippowdon/hippowdon_ambient.ogg new file mode 100644 index 00000000..9dee217a Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hippowdon/hippowdon_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hitmonchan/hitmonchan_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hitmonchan/hitmonchan_ambient.ogg new file mode 100644 index 00000000..3235699b Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hitmonchan/hitmonchan_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hitmonlee/hitmonlee_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hitmonlee/hitmonlee_ambient.ogg new file mode 100644 index 00000000..d6f47903 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hitmonlee/hitmonlee_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hitmontop/hitmontop_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hitmontop/hitmontop_ambient.ogg new file mode 100644 index 00000000..acf67c96 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hitmontop/hitmontop_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/honchkrow/honchkrow_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/honchkrow/honchkrow_ambient.ogg new file mode 100644 index 00000000..1fc408d3 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/honchkrow/honchkrow_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/honedge/honedge_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/honedge/honedge_ambient.ogg new file mode 100644 index 00000000..7e37192f Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/honedge/honedge_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hooh/hooh_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hooh/hooh_ambient.ogg new file mode 100644 index 00000000..f73934b7 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hooh/hooh_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hoopa/hoopa_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hoopa/hoopa_ambient.ogg new file mode 100644 index 00000000..160664c4 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hoopa/hoopa_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hoothoot/hoothoot_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hoothoot/hoothoot_ambient.ogg new file mode 100644 index 00000000..28865b3d Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hoothoot/hoothoot_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hoppip/hoppip_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hoppip/hoppip_ambient.ogg new file mode 100644 index 00000000..5180ef32 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hoppip/hoppip_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/horsea/horsea_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/horsea/horsea_ambient.ogg new file mode 100644 index 00000000..36635708 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/horsea/horsea_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/houndoom/houndoom_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/houndoom/houndoom_ambient.ogg new file mode 100644 index 00000000..e97fe0b5 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/houndoom/houndoom_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/houndour/houndour_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/houndour/houndour_ambient.ogg new file mode 100644 index 00000000..50941a99 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/houndour/houndour_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/houndstone/houndstone_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/houndstone/houndstone_ambient.ogg new file mode 100644 index 00000000..615af268 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/houndstone/houndstone_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/huntail/huntail_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/huntail/huntail_ambient.ogg new file mode 100644 index 00000000..f57c2376 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/huntail/huntail_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hydreigon/hydreigon_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hydreigon/hydreigon_ambient.ogg new file mode 100644 index 00000000..7e84330e Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hydreigon/hydreigon_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hypno/hypno_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hypno/hypno_ambient.ogg new file mode 100644 index 00000000..1e5e3ef2 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/hypno/hypno_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/igglybuff/igglybuff_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/igglybuff/igglybuff_ambient.ogg new file mode 100644 index 00000000..3878b9a6 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/igglybuff/igglybuff_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/illumise/illumise_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/illumise/illumise_ambient.ogg new file mode 100644 index 00000000..eed9d025 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/illumise/illumise_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/impidimp/impidimp_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/impidimp/impidimp_ambient.ogg new file mode 100644 index 00000000..99d6bda9 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/impidimp/impidimp_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/incineroar/incineroar_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/incineroar/incineroar_ambient.ogg new file mode 100644 index 00000000..4397d734 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/incineroar/incineroar_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/indeedee/indeedee_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/indeedee/indeedee_ambient.ogg new file mode 100644 index 00000000..95e3c1e9 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/indeedee/indeedee_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/infernape/infernape_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/infernape/infernape_ambient.ogg new file mode 100644 index 00000000..26b975fa Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/infernape/infernape_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/inkay/inkay_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/inkay/inkay_ambient.ogg new file mode 100644 index 00000000..b789a822 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/inkay/inkay_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/inteleon/inteleon_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/inteleon/inteleon_ambient.ogg new file mode 100644 index 00000000..e74aa2f7 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/inteleon/inteleon_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ironbundle/ironbundle_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ironbundle/ironbundle_ambient.ogg new file mode 100644 index 00000000..3052d773 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ironbundle/ironbundle_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ironhands/ironhands_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ironhands/ironhands_ambient.ogg new file mode 100644 index 00000000..b6ada0f4 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ironhands/ironhands_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ironjugulis/ironjugulis_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ironjugulis/ironjugulis_ambient.ogg new file mode 100644 index 00000000..6c0d71b1 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ironjugulis/ironjugulis_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ironmoth/ironmoth_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ironmoth/ironmoth_ambient.ogg new file mode 100644 index 00000000..99d7ecd3 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ironmoth/ironmoth_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ironthorns/ironthorns_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ironthorns/ironthorns_ambient.ogg new file mode 100644 index 00000000..1fadeb08 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ironthorns/ironthorns_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/irontreads/irontreads_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/irontreads/irontreads_ambient.ogg new file mode 100644 index 00000000..e1fad820 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/irontreads/irontreads_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ironvaliant/ironvaliant_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ironvaliant/ironvaliant_ambient.ogg new file mode 100644 index 00000000..3e9d5bab Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ironvaliant/ironvaliant_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ivysaur/ivysaur_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ivysaur/ivysaur_ambient.ogg new file mode 100644 index 00000000..45f57163 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ivysaur/ivysaur_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/jangmoo/jangmoo_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/jangmoo/jangmoo_ambient.ogg new file mode 100644 index 00000000..99e49535 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/jangmoo/jangmoo_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/jellicent/jellicent_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/jellicent/jellicent_ambient.ogg new file mode 100644 index 00000000..9bc2d9d3 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/jellicent/jellicent_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/jigglypuff/jigglypuff_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/jigglypuff/jigglypuff_ambient.ogg new file mode 100644 index 00000000..ed1c3484 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/jigglypuff/jigglypuff_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/jirachi/jirachi_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/jirachi/jirachi_ambient.ogg new file mode 100644 index 00000000..7fa4b251 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/jirachi/jirachi_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/jolteon/jolteon_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/jolteon/jolteon_ambient.ogg new file mode 100644 index 00000000..c5a2bf4e Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/jolteon/jolteon_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/joltik/joltik_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/joltik/joltik_ambient.ogg new file mode 100644 index 00000000..fca04382 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/joltik/joltik_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/jumpluff/jumpluff_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/jumpluff/jumpluff_ambient.ogg new file mode 100644 index 00000000..6f9932b3 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/jumpluff/jumpluff_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/jynx/jynx_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/jynx/jynx_ambient.ogg new file mode 100644 index 00000000..1f4c4e03 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/jynx/jynx_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kabuto/kabuto_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kabuto/kabuto_ambient.ogg new file mode 100644 index 00000000..390a4bcc Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kabuto/kabuto_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kabutops/kabutops_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kabutops/kabutops_ambient.ogg new file mode 100644 index 00000000..458636b8 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kabutops/kabutops_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kadabra/kadabra_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kadabra/kadabra_ambient.ogg new file mode 100644 index 00000000..f42e70ab Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kadabra/kadabra_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kakuna/kakuna_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kakuna/kakuna_ambient.ogg new file mode 100644 index 00000000..07e0f3bf Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kakuna/kakuna_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kangaskhan/kangaskhan_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kangaskhan/kangaskhan_ambient.ogg new file mode 100644 index 00000000..3eb197aa Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kangaskhan/kangaskhan_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/karrablast/karrablast_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/karrablast/karrablast_ambient.ogg new file mode 100644 index 00000000..2ba4eb7d Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/karrablast/karrablast_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kartana/kartana_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kartana/kartana_ambient.ogg new file mode 100644 index 00000000..e28097ae Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kartana/kartana_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kecleon/kecleon_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kecleon/kecleon_ambient.ogg new file mode 100644 index 00000000..c5d91017 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kecleon/kecleon_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/keldeo/keldeo_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/keldeo/keldeo_ambient.ogg new file mode 100644 index 00000000..6638807a Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/keldeo/keldeo_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kilowattrel/kilowattrel_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kilowattrel/kilowattrel_ambient.ogg new file mode 100644 index 00000000..14541777 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kilowattrel/kilowattrel_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kingambit/kingambit_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kingambit/kingambit_ambient.ogg new file mode 100644 index 00000000..d3af4a26 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kingambit/kingambit_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kingdra/kingdra_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kingdra/kingdra_ambient.ogg new file mode 100644 index 00000000..fc9e598b Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kingdra/kingdra_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kingler/kingler_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kingler/kingler_ambient.ogg new file mode 100644 index 00000000..28a81e1b Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kingler/kingler_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kirlia/kirlia_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kirlia/kirlia_ambient.ogg new file mode 100644 index 00000000..e76c0c35 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kirlia/kirlia_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/klang/klang_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/klang/klang_ambient.ogg new file mode 100644 index 00000000..5ef9d90e Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/klang/klang_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/klawf/klawf_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/klawf/klawf_ambient.ogg new file mode 100644 index 00000000..9789fb44 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/klawf/klawf_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kleavor/kleavor_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kleavor/kleavor_ambient.ogg new file mode 100644 index 00000000..dc4417a7 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kleavor/kleavor_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/klefki/klefki_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/klefki/klefki_ambient.ogg new file mode 100644 index 00000000..9f2970f0 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/klefki/klefki_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/klink/klink_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/klink/klink_ambient.ogg new file mode 100644 index 00000000..3f9f3249 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/klink/klink_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/klinklang/klinklang_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/klinklang/klinklang_ambient.ogg new file mode 100644 index 00000000..0b6286be Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/klinklang/klinklang_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/koffing/koffing_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/koffing/koffing_ambient.ogg new file mode 100644 index 00000000..883eb236 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/koffing/koffing_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/komala/komala_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/komala/komala_ambient.ogg new file mode 100644 index 00000000..8272370c Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/komala/komala_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kommoo/kommoo_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kommoo/kommoo_ambient.ogg new file mode 100644 index 00000000..81e6bf38 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kommoo/kommoo_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/koraidon/koraidon_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/koraidon/koraidon_ambient.ogg new file mode 100644 index 00000000..9e5fc612 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/koraidon/koraidon_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/krabby/krabby_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/krabby/krabby_ambient.ogg new file mode 100644 index 00000000..c1b08f13 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/krabby/krabby_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kricketot/kricketot_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kricketot/kricketot_ambient.ogg new file mode 100644 index 00000000..00f7d252 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kricketot/kricketot_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kricketune/kricketune_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kricketune/kricketune_ambient.ogg new file mode 100644 index 00000000..eee5acbc Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kricketune/kricketune_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/krokorok/krokorok_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/krokorok/krokorok_ambient.ogg new file mode 100644 index 00000000..9fd4fba9 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/krokorok/krokorok_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/krookodile/krookodile_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/krookodile/krookodile_ambient.ogg new file mode 100644 index 00000000..5b74c53b Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/krookodile/krookodile_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kubfu/kubfu_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kubfu/kubfu_ambient.ogg new file mode 100644 index 00000000..2372f3e3 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kubfu/kubfu_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kyogre/kyogre_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kyogre/kyogre_ambient.ogg new file mode 100644 index 00000000..ec13967b Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kyogre/kyogre_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kyurem/kyurem_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kyurem/kyurem_ambient.ogg new file mode 100644 index 00000000..8f4396b2 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/kyurem/kyurem_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lairon/lairon_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lairon/lairon_ambient.ogg new file mode 100644 index 00000000..1d485dd6 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lairon/lairon_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lampent/lampent_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lampent/lampent_ambient.ogg new file mode 100644 index 00000000..402f9b44 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lampent/lampent_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/landorus/landorus_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/landorus/landorus_ambient.ogg new file mode 100644 index 00000000..1fd88fc1 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/landorus/landorus_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lanturn/lanturn_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lanturn/lanturn_ambient.ogg new file mode 100644 index 00000000..e0a6b188 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lanturn/lanturn_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lapras/lapras_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lapras/lapras_ambient.ogg new file mode 100644 index 00000000..0003a781 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lapras/lapras_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/larvesta/larvesta_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/larvesta/larvesta_ambient.ogg new file mode 100644 index 00000000..aa833be8 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/larvesta/larvesta_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/larvitar/larvitar_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/larvitar/larvitar_ambient.ogg new file mode 100644 index 00000000..d489c42e Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/larvitar/larvitar_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/latias/latias_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/latias/latias_ambient.ogg new file mode 100644 index 00000000..e7907413 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/latias/latias_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/latios/latios_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/latios/latios_ambient.ogg new file mode 100644 index 00000000..099d51c3 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/latios/latios_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/leafeon/leafeon_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/leafeon/leafeon_ambient.ogg new file mode 100644 index 00000000..e89f493f Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/leafeon/leafeon_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/leavanny/leavanny_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/leavanny/leavanny_ambient.ogg new file mode 100644 index 00000000..53ad096a Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/leavanny/leavanny_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lechonk/lechonk_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lechonk/lechonk_ambient.ogg new file mode 100644 index 00000000..8ba2aa47 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lechonk/lechonk_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ledian/ledian_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ledian/ledian_ambient.ogg new file mode 100644 index 00000000..1e533c62 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ledian/ledian_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ledyba/ledyba_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ledyba/ledyba_ambient.ogg new file mode 100644 index 00000000..53a69103 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ledyba/ledyba_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lickilicky/lickilicky_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lickilicky/lickilicky_ambient.ogg new file mode 100644 index 00000000..1b6debf8 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lickilicky/lickilicky_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lickitung/lickitung_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lickitung/lickitung_ambient.ogg new file mode 100644 index 00000000..4f133e4c Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lickitung/lickitung_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/liepard/liepard_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/liepard/liepard_ambient.ogg new file mode 100644 index 00000000..48b132ff Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/liepard/liepard_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lileep/lileep_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lileep/lileep_ambient.ogg new file mode 100644 index 00000000..35b6bab0 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lileep/lileep_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lilligant/lilligant_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lilligant/lilligant_ambient.ogg new file mode 100644 index 00000000..d2f52ee0 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lilligant/lilligant_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lillipup/lillipup_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lillipup/lillipup_ambient.ogg new file mode 100644 index 00000000..cceb6972 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lillipup/lillipup_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/linoone/linoone_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/linoone/linoone_ambient.ogg new file mode 100644 index 00000000..15b529f3 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/linoone/linoone_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/litleo/litleo_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/litleo/litleo_ambient.ogg new file mode 100644 index 00000000..5c5f486f Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/litleo/litleo_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/litten/litten_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/litten/litten_ambient.ogg new file mode 100644 index 00000000..75343cfa Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/litten/litten_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/litwick/litwick_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/litwick/litwick_ambient.ogg new file mode 100644 index 00000000..5d2475eb Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/litwick/litwick_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lokix/lokix_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lokix/lokix_ambient.ogg new file mode 100644 index 00000000..1c129a3c Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lokix/lokix_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lombre/lombre_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lombre/lombre_ambient.ogg new file mode 100644 index 00000000..c7b9cb23 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lombre/lombre_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lopunny/lopunny_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lopunny/lopunny_ambient.ogg new file mode 100644 index 00000000..958b966c Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lopunny/lopunny_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lotad/lotad_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lotad/lotad_ambient.ogg new file mode 100644 index 00000000..2a0b285c Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lotad/lotad_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/loudred/loudred_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/loudred/loudred_ambient.ogg new file mode 100644 index 00000000..518ec1f8 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/loudred/loudred_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lucario/lucario_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lucario/lucario_ambient.ogg new file mode 100644 index 00000000..716ef4fe Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lucario/lucario_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ludicolo/ludicolo_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ludicolo/ludicolo_ambient.ogg new file mode 100644 index 00000000..a17a2994 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ludicolo/ludicolo_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lugia/lugia_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lugia/lugia_ambient.ogg new file mode 100644 index 00000000..ddf1b8f9 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lugia/lugia_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lumineon/lumineon_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lumineon/lumineon_ambient.ogg new file mode 100644 index 00000000..9d766c09 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lumineon/lumineon_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lunala/lunala_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lunala/lunala_ambient.ogg new file mode 100644 index 00000000..222d70a2 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lunala/lunala_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lunatone/lunatone_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lunatone/lunatone_ambient.ogg new file mode 100644 index 00000000..dc95757c Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lunatone/lunatone_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lurantis/lurantis_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lurantis/lurantis_ambient.ogg new file mode 100644 index 00000000..280fe2b7 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lurantis/lurantis_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/luvdisc/luvdisc_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/luvdisc/luvdisc_ambient.ogg new file mode 100644 index 00000000..442071b8 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/luvdisc/luvdisc_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/luxio/luxio_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/luxio/luxio_ambient.ogg new file mode 100644 index 00000000..d4ced0ce Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/luxio/luxio_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/luxray/luxray_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/luxray/luxray_ambient.ogg new file mode 100644 index 00000000..b0ec2669 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/luxray/luxray_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lycanroc/lycanroc_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lycanroc/lycanroc_ambient.ogg new file mode 100644 index 00000000..f15a3eda Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/lycanroc/lycanroc_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mabosstiff/mabosstiff_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mabosstiff/mabosstiff_ambient.ogg new file mode 100644 index 00000000..e7114137 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mabosstiff/mabosstiff_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/machamp/machamp_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/machamp/machamp_ambient.ogg new file mode 100644 index 00000000..4d412b7e Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/machamp/machamp_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/machoke/machoke_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/machoke/machoke_ambient.ogg new file mode 100644 index 00000000..113f9894 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/machoke/machoke_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/machop/machop_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/machop/machop_ambient.ogg new file mode 100644 index 00000000..415f3408 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/machop/machop_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/magby/magby_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/magby/magby_ambient.ogg new file mode 100644 index 00000000..6178ff70 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/magby/magby_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/magcargo/magcargo_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/magcargo/magcargo_ambient.ogg new file mode 100644 index 00000000..519a1edc Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/magcargo/magcargo_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/magearna/magearna_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/magearna/magearna_ambient.ogg new file mode 100644 index 00000000..76565f1b Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/magearna/magearna_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/magikarp/magikarp_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/magikarp/magikarp_ambient.ogg new file mode 100644 index 00000000..1b619efb Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/magikarp/magikarp_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/magmar/magmar_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/magmar/magmar_ambient.ogg new file mode 100644 index 00000000..1e15d84c Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/magmar/magmar_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/magmortar/magmortar_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/magmortar/magmortar_ambient.ogg new file mode 100644 index 00000000..bd798227 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/magmortar/magmortar_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/magnemite/magnemite_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/magnemite/magnemite_ambient.ogg new file mode 100644 index 00000000..1fb7cf6f Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/magnemite/magnemite_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/magneton/magneton_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/magneton/magneton_ambient.ogg new file mode 100644 index 00000000..fdbd7843 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/magneton/magneton_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/magnezone/magnezone_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/magnezone/magnezone_ambient.ogg new file mode 100644 index 00000000..68fbc838 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/magnezone/magnezone_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/makuhita/makuhita_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/makuhita/makuhita_ambient.ogg new file mode 100644 index 00000000..8e2845f8 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/makuhita/makuhita_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/malamar/malamar_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/malamar/malamar_ambient.ogg new file mode 100644 index 00000000..1ab55df1 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/malamar/malamar_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mamoswine/mamoswine_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mamoswine/mamoswine_ambient.ogg new file mode 100644 index 00000000..9ba230e1 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mamoswine/mamoswine_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/manaphy/manaphy_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/manaphy/manaphy_ambient.ogg new file mode 100644 index 00000000..6acd798a Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/manaphy/manaphy_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mandibuzz/mandibuzz_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mandibuzz/mandibuzz_ambient.ogg new file mode 100644 index 00000000..a87260f5 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mandibuzz/mandibuzz_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/manectric/manectric_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/manectric/manectric_ambient.ogg new file mode 100644 index 00000000..77fc344c Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/manectric/manectric_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mankey/mankey_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mankey/mankey_ambient.ogg new file mode 100644 index 00000000..bc67725d Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mankey/mankey_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mantine/mantine_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mantine/mantine_ambient.ogg new file mode 100644 index 00000000..6f261eb9 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mantine/mantine_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mantyke/mantyke_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mantyke/mantyke_ambient.ogg new file mode 100644 index 00000000..9f4adca0 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mantyke/mantyke_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/maractus/maractus_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/maractus/maractus_ambient.ogg new file mode 100644 index 00000000..6f25d0e5 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/maractus/maractus_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mareanie/mareanie_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mareanie/mareanie_ambient.ogg new file mode 100644 index 00000000..b06bc172 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mareanie/mareanie_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mareep/mareep_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mareep/mareep_ambient.ogg new file mode 100644 index 00000000..840a2f6f Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mareep/mareep_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/marill/marill_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/marill/marill_ambient.ogg new file mode 100644 index 00000000..ccc28b9f Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/marill/marill_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/marowak/marowak_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/marowak/marowak_ambient.ogg new file mode 100644 index 00000000..39f32cc0 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/marowak/marowak_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/marshadow/marshadow_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/marshadow/marshadow_ambient.ogg new file mode 100644 index 00000000..ac7348a8 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/marshadow/marshadow_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/marshtomp/marshtomp_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/marshtomp/marshtomp_ambient.ogg new file mode 100644 index 00000000..099388d3 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/marshtomp/marshtomp_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/maschiff/maschiff_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/maschiff/maschiff_ambient.ogg new file mode 100644 index 00000000..94465253 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/maschiff/maschiff_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/masquerain/masquerain_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/masquerain/masquerain_ambient.ogg new file mode 100644 index 00000000..5eb75a61 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/masquerain/masquerain_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/maushold/maushold_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/maushold/maushold_ambient.ogg new file mode 100644 index 00000000..c9521eeb Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/maushold/maushold_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mawile/mawile_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mawile/mawile_ambient.ogg new file mode 100644 index 00000000..25c426ce Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mawile/mawile_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/medicham/medicham_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/medicham/medicham_ambient.ogg new file mode 100644 index 00000000..53368708 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/medicham/medicham_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/meditite/meditite_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/meditite/meditite_ambient.ogg new file mode 100644 index 00000000..757e57fd Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/meditite/meditite_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/meganium/meganium_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/meganium/meganium_ambient.ogg new file mode 100644 index 00000000..df6052dc Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/meganium/meganium_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/melmetal/melmetal_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/melmetal/melmetal_ambient.ogg new file mode 100644 index 00000000..158b8136 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/melmetal/melmetal_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/meloetta/meloetta_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/meloetta/meloetta_ambient.ogg new file mode 100644 index 00000000..15dfe58b Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/meloetta/meloetta_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/meltan/meltan_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/meltan/meltan_ambient.ogg new file mode 100644 index 00000000..944c380f Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/meltan/meltan_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/meowscarada/meowscarada_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/meowscarada/meowscarada_ambient.ogg new file mode 100644 index 00000000..57bad2bd Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/meowscarada/meowscarada_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/meowstic/meowstic_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/meowstic/meowstic_ambient.ogg new file mode 100644 index 00000000..c36f81ae Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/meowstic/meowstic_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/meowth/meowth_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/meowth/meowth_ambient.ogg new file mode 100644 index 00000000..5332a3fa Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/meowth/meowth_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mesprit/mesprit_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mesprit/mesprit_ambient.ogg new file mode 100644 index 00000000..2e01615e Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mesprit/mesprit_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/metagross/metagross_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/metagross/metagross_ambient.ogg new file mode 100644 index 00000000..f09a352a Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/metagross/metagross_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/metang/metang_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/metang/metang_ambient.ogg new file mode 100644 index 00000000..a908a721 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/metang/metang_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/metapod/metapod_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/metapod/metapod_ambient.ogg new file mode 100644 index 00000000..5a9677e3 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/metapod/metapod_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mew/mew_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mew/mew_ambient.ogg new file mode 100644 index 00000000..1df13b4f Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mew/mew_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mewtwo/mewtwo_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mewtwo/mewtwo_ambient.ogg new file mode 100644 index 00000000..a001e8b9 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mewtwo/mewtwo_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mienfoo/mienfoo_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mienfoo/mienfoo_ambient.ogg new file mode 100644 index 00000000..3e0055d9 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mienfoo/mienfoo_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mienshao/mienshao_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mienshao/mienshao_ambient.ogg new file mode 100644 index 00000000..314cdf77 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mienshao/mienshao_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mightyena/mightyena_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mightyena/mightyena_ambient.ogg new file mode 100644 index 00000000..584e64c1 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mightyena/mightyena_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/milcery/milcery_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/milcery/milcery_ambient.ogg new file mode 100644 index 00000000..e2ee1295 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/milcery/milcery_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/milotic/milotic_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/milotic/milotic_ambient.ogg new file mode 100644 index 00000000..89ef96b3 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/milotic/milotic_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/miltank/miltank_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/miltank/miltank_ambient.ogg new file mode 100644 index 00000000..382e3769 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/miltank/miltank_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mimejr/mimejr_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mimejr/mimejr_ambient.ogg new file mode 100644 index 00000000..fd470609 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mimejr/mimejr_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mimikyu/mimikyu_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mimikyu/mimikyu_ambient.ogg new file mode 100644 index 00000000..2662cffa Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mimikyu/mimikyu_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/minccino/minccino_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/minccino/minccino_ambient.ogg new file mode 100644 index 00000000..a1d25ef2 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/minccino/minccino_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/minior/minior_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/minior/minior_ambient.ogg new file mode 100644 index 00000000..875e691c Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/minior/minior_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/minun/minun_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/minun/minun_ambient.ogg new file mode 100644 index 00000000..250dd7bd Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/minun/minun_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/miraidon/miraidon_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/miraidon/miraidon_ambient.ogg new file mode 100644 index 00000000..f11e772f Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/miraidon/miraidon_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/misdreavus/misdreavus_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/misdreavus/misdreavus_ambient.ogg new file mode 100644 index 00000000..deb23b1b Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/misdreavus/misdreavus_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mismagius/mismagius_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mismagius/mismagius_ambient.ogg new file mode 100644 index 00000000..130f4db7 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mismagius/mismagius_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/moltres/moltres_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/moltres/moltres_ambient.ogg new file mode 100644 index 00000000..b6ac7165 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/moltres/moltres_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/monferno/monferno_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/monferno/monferno_ambient.ogg new file mode 100644 index 00000000..e9f64504 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/monferno/monferno_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/morelull/morelull_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/morelull/morelull_ambient.ogg new file mode 100644 index 00000000..4d5038d4 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/morelull/morelull_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/morgrem/morgrem_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/morgrem/morgrem_ambient.ogg new file mode 100644 index 00000000..98d006f6 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/morgrem/morgrem_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/morpeko/morpeko_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/morpeko/morpeko_ambient.ogg new file mode 100644 index 00000000..ae27bf9e Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/morpeko/morpeko_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mothim/mothim_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mothim/mothim_ambient.ogg new file mode 100644 index 00000000..8a034c80 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mothim/mothim_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mrmime/mrmime_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mrmime/mrmime_ambient.ogg new file mode 100644 index 00000000..c496843d Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mrmime/mrmime_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mrrime/mrrime_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mrrime/mrrime_ambient.ogg new file mode 100644 index 00000000..585db674 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mrrime/mrrime_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mudbray/mudbray_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mudbray/mudbray_ambient.ogg new file mode 100644 index 00000000..c2dd0fec Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mudbray/mudbray_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mudkip/mudkip_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mudkip/mudkip_ambient.ogg new file mode 100644 index 00000000..9200f75e Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mudkip/mudkip_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mudsdale/mudsdale_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mudsdale/mudsdale_ambient.ogg new file mode 100644 index 00000000..5c27acc0 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/mudsdale/mudsdale_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/muk/muk_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/muk/muk_ambient.ogg new file mode 100644 index 00000000..2137d164 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/muk/muk_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/munchlax/munchlax_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/munchlax/munchlax_ambient.ogg new file mode 100644 index 00000000..df088809 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/munchlax/munchlax_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/munna/munna_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/munna/munna_ambient.ogg new file mode 100644 index 00000000..88d6eea6 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/munna/munna_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/murkrow/murkrow_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/murkrow/murkrow_ambient.ogg new file mode 100644 index 00000000..4de78143 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/murkrow/murkrow_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/musharna/musharna_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/musharna/musharna_ambient.ogg new file mode 100644 index 00000000..d2e82763 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/musharna/musharna_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nacli/nacli_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nacli/nacli_ambient.ogg new file mode 100644 index 00000000..eca4f483 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nacli/nacli_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/naclstack/naclstack_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/naclstack/naclstack_ambient.ogg new file mode 100644 index 00000000..e17c84ea Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/naclstack/naclstack_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/naganadel/naganadel_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/naganadel/naganadel_ambient.ogg new file mode 100644 index 00000000..02537334 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/naganadel/naganadel_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/natu/natu_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/natu/natu_ambient.ogg new file mode 100644 index 00000000..c4ffced8 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/natu/natu_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/necrozma/necrozma_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/necrozma/necrozma_ambient.ogg new file mode 100644 index 00000000..b1cb711e Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/necrozma/necrozma_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nickit/nickit_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nickit/nickit_ambient.ogg new file mode 100644 index 00000000..9f2948ab Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nickit/nickit_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nidoking/nidoking_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nidoking/nidoking_ambient.ogg new file mode 100644 index 00000000..50108f16 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nidoking/nidoking_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nidoqueen/nidoqueen_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nidoqueen/nidoqueen_ambient.ogg new file mode 100644 index 00000000..bb4ac9c9 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nidoqueen/nidoqueen_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nidoranf/nidoranf_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nidoranf/nidoranf_ambient.ogg new file mode 100644 index 00000000..381d5507 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nidoranf/nidoranf_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nidoranm/nidoranm_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nidoranm/nidoranm_ambient.ogg new file mode 100644 index 00000000..3105c9c3 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nidoranm/nidoranm_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nidorina/nidorina_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nidorina/nidorina_ambient.ogg new file mode 100644 index 00000000..f2c3ea6f Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nidorina/nidorina_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nidorino/nidorino_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nidorino/nidorino_ambient.ogg new file mode 100644 index 00000000..2303dc74 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nidorino/nidorino_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nihilego/nihilego_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nihilego/nihilego_ambient.ogg new file mode 100644 index 00000000..b32df098 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nihilego/nihilego_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nincada/nincada_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nincada/nincada_ambient.ogg new file mode 100644 index 00000000..29dc27fa Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nincada/nincada_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ninetales/ninetales_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ninetales/ninetales_ambient.ogg new file mode 100644 index 00000000..9c53e6e9 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ninetales/ninetales_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ninjask/ninjask_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ninjask/ninjask_ambient.ogg new file mode 100644 index 00000000..9181aa4a Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ninjask/ninjask_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/noctowl/noctowl_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/noctowl/noctowl_ambient.ogg new file mode 100644 index 00000000..ab8d9037 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/noctowl/noctowl_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/noibat/noibat_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/noibat/noibat_ambient.ogg new file mode 100644 index 00000000..2c3e0027 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/noibat/noibat_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/noivern/noivern_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/noivern/noivern_ambient.ogg new file mode 100644 index 00000000..261ac157 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/noivern/noivern_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nosepass/nosepass_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nosepass/nosepass_ambient.ogg new file mode 100644 index 00000000..e97c96d9 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nosepass/nosepass_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/numel/numel_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/numel/numel_ambient.ogg new file mode 100644 index 00000000..326dc8ec Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/numel/numel_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nuzleaf/nuzleaf_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nuzleaf/nuzleaf_ambient.ogg new file mode 100644 index 00000000..6c3a18ad Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nuzleaf/nuzleaf_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nymble/nymble_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nymble/nymble_ambient.ogg new file mode 100644 index 00000000..a1921181 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/nymble/nymble_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/obstagoon/obstagoon_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/obstagoon/obstagoon_ambient.ogg new file mode 100644 index 00000000..11e7414e Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/obstagoon/obstagoon_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/octillery/octillery_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/octillery/octillery_ambient.ogg new file mode 100644 index 00000000..f7b0c321 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/octillery/octillery_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/oddish/oddish_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/oddish/oddish_ambient.ogg new file mode 100644 index 00000000..d00a7d04 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/oddish/oddish_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/oinkologne/oinkologne_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/oinkologne/oinkologne_ambient.ogg new file mode 100644 index 00000000..883ef61b Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/oinkologne/oinkologne_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/omanyte/omanyte_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/omanyte/omanyte_ambient.ogg new file mode 100644 index 00000000..e9ad2969 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/omanyte/omanyte_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/omastar/omastar_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/omastar/omastar_ambient.ogg new file mode 100644 index 00000000..5a1d7060 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/omastar/omastar_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/onix/onix_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/onix/onix_ambient.ogg new file mode 100644 index 00000000..58b53b71 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/onix/onix_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/oranguru/oranguru_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/oranguru/oranguru_ambient.ogg new file mode 100644 index 00000000..51c3421f Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/oranguru/oranguru_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/orbeetle/orbeetle_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/orbeetle/orbeetle_ambient.ogg new file mode 100644 index 00000000..8fe56933 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/orbeetle/orbeetle_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/oricorio/oricorio_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/oricorio/oricorio_ambient.ogg new file mode 100644 index 00000000..549ba764 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/oricorio/oricorio_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/orthworm/orthworm_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/orthworm/orthworm_ambient.ogg new file mode 100644 index 00000000..24bb5664 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/orthworm/orthworm_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/oshawott/oshawott_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/oshawott/oshawott_ambient.ogg new file mode 100644 index 00000000..b00309ae Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/oshawott/oshawott_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/overqwil/overqwil_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/overqwil/overqwil_ambient.ogg new file mode 100644 index 00000000..e3076399 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/overqwil/overqwil_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pachirisu/pachirisu_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pachirisu/pachirisu_ambient.ogg new file mode 100644 index 00000000..ec1487a8 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pachirisu/pachirisu_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/palafin/palafin_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/palafin/palafin_ambient.ogg new file mode 100644 index 00000000..3ae34331 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/palafin/palafin_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/palkia/palkia_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/palkia/palkia_ambient.ogg new file mode 100644 index 00000000..1e148ef6 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/palkia/palkia_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/palossand/palossand_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/palossand/palossand_ambient.ogg new file mode 100644 index 00000000..580faf49 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/palossand/palossand_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/palpitoad/palpitoad_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/palpitoad/palpitoad_ambient.ogg new file mode 100644 index 00000000..aee244db Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/palpitoad/palpitoad_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pancham/pancham_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pancham/pancham_ambient.ogg new file mode 100644 index 00000000..6925ae9a Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pancham/pancham_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pangoro/pangoro_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pangoro/pangoro_ambient.ogg new file mode 100644 index 00000000..cb8cbeea Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pangoro/pangoro_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/panpour/panpour_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/panpour/panpour_ambient.ogg new file mode 100644 index 00000000..b8993854 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/panpour/panpour_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pansage/pansage_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pansage/pansage_ambient.ogg new file mode 100644 index 00000000..85f88ba9 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pansage/pansage_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pansear/pansear_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pansear/pansear_ambient.ogg new file mode 100644 index 00000000..1f51a498 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pansear/pansear_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/paras/paras_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/paras/paras_ambient.ogg new file mode 100644 index 00000000..ed6f739f Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/paras/paras_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/parasect/parasect_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/parasect/parasect_ambient.ogg new file mode 100644 index 00000000..052f1319 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/parasect/parasect_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/passimian/passimian_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/passimian/passimian_ambient.ogg new file mode 100644 index 00000000..75b3fa40 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/passimian/passimian_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/patrat/patrat_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/patrat/patrat_ambient.ogg new file mode 100644 index 00000000..49516ab0 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/patrat/patrat_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pawmi/pawmi_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pawmi/pawmi_ambient.ogg new file mode 100644 index 00000000..7c351a4a Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pawmi/pawmi_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pawmo/pawmo_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pawmo/pawmo_ambient.ogg new file mode 100644 index 00000000..886c1837 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pawmo/pawmo_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pawmot/pawmot_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pawmot/pawmot_ambient.ogg new file mode 100644 index 00000000..37d0c45d Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pawmot/pawmot_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pawniard/pawniard_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pawniard/pawniard_ambient.ogg new file mode 100644 index 00000000..bb260f5b Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pawniard/pawniard_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pelipper/pelipper_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pelipper/pelipper_ambient.ogg new file mode 100644 index 00000000..c66b8967 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pelipper/pelipper_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/perrserker/perrserker_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/perrserker/perrserker_ambient.ogg new file mode 100644 index 00000000..452208bd Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/perrserker/perrserker_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/persian/persian_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/persian/persian_ambient.ogg new file mode 100644 index 00000000..2277d6c2 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/persian/persian_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/petilil/petilil_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/petilil/petilil_ambient.ogg new file mode 100644 index 00000000..429ef930 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/petilil/petilil_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/phanpy/phanpy_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/phanpy/phanpy_ambient.ogg new file mode 100644 index 00000000..9323c9f6 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/phanpy/phanpy_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/phantump/phantump_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/phantump/phantump_ambient.ogg new file mode 100644 index 00000000..11139816 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/phantump/phantump_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pheromosa/pheromosa_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pheromosa/pheromosa_ambient.ogg new file mode 100644 index 00000000..c7e7b6d8 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pheromosa/pheromosa_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/phione/phione_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/phione/phione_ambient.ogg new file mode 100644 index 00000000..969ad433 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/phione/phione_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pichu/pichu_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pichu/pichu_ambient.ogg new file mode 100644 index 00000000..6d3db658 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pichu/pichu_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pidgeot/pidgeot_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pidgeot/pidgeot_ambient.ogg new file mode 100644 index 00000000..f7fb254a Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pidgeot/pidgeot_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pidgeotto/pidgeotto_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pidgeotto/pidgeotto_ambient.ogg new file mode 100644 index 00000000..3ab701cc Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pidgeotto/pidgeotto_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pidgey/pidgey_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pidgey/pidgey_ambient.ogg new file mode 100644 index 00000000..8b614bd6 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pidgey/pidgey_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pidove/pidove_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pidove/pidove_ambient.ogg new file mode 100644 index 00000000..67c8835c Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pidove/pidove_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pignite/pignite_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pignite/pignite_ambient.ogg new file mode 100644 index 00000000..11038d8b Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pignite/pignite_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pikachu/pikachu_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pikachu/pikachu_ambient.ogg new file mode 100644 index 00000000..86475c5a Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pikachu/pikachu_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pikipek/pikipek_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pikipek/pikipek_ambient.ogg new file mode 100644 index 00000000..d52e17ad Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pikipek/pikipek_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/piloswine/piloswine_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/piloswine/piloswine_ambient.ogg new file mode 100644 index 00000000..2b38777d Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/piloswine/piloswine_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pincurchin/pincurchin_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pincurchin/pincurchin_ambient.ogg new file mode 100644 index 00000000..4fc15a75 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pincurchin/pincurchin_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pineco/pineco_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pineco/pineco_ambient.ogg new file mode 100644 index 00000000..e4e5d85a Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pineco/pineco_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pinsir/pinsir_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pinsir/pinsir_ambient.ogg new file mode 100644 index 00000000..edff9754 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pinsir/pinsir_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/piplup/piplup_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/piplup/piplup_ambient.ogg new file mode 100644 index 00000000..7b775cb8 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/piplup/piplup_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/plusle/plusle_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/plusle/plusle_ambient.ogg new file mode 100644 index 00000000..cf012d66 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/plusle/plusle_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/poipole/poipole_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/poipole/poipole_ambient.ogg new file mode 100644 index 00000000..62a55737 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/poipole/poipole_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/politoed/politoed_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/politoed/politoed_ambient.ogg new file mode 100644 index 00000000..6618720b Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/politoed/politoed_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/poliwag/poliwag_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/poliwag/poliwag_ambient.ogg new file mode 100644 index 00000000..2ea503b0 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/poliwag/poliwag_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/poliwhirl/poliwhirl_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/poliwhirl/poliwhirl_ambient.ogg new file mode 100644 index 00000000..173fa88c Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/poliwhirl/poliwhirl_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/poliwrath/poliwrath_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/poliwrath/poliwrath_ambient.ogg new file mode 100644 index 00000000..90ef47be Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/poliwrath/poliwrath_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/polteageist/polteageist_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/polteageist/polteageist_ambient.ogg new file mode 100644 index 00000000..30876306 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/polteageist/polteageist_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ponyta/ponyta_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ponyta/ponyta_ambient.ogg new file mode 100644 index 00000000..e33f9fbf Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ponyta/ponyta_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/poochyena/poochyena_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/poochyena/poochyena_ambient.ogg new file mode 100644 index 00000000..99aa2ebe Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/poochyena/poochyena_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/popplio/popplio_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/popplio/popplio_ambient.ogg new file mode 100644 index 00000000..80f794e4 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/popplio/popplio_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/porygon/porygon_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/porygon/porygon_ambient.ogg new file mode 100644 index 00000000..189a2846 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/porygon/porygon_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/porygon2/porygon2_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/porygon2/porygon2_ambient.ogg new file mode 100644 index 00000000..bc923991 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/porygon2/porygon2_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/porygonz/porygonz_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/porygonz/porygonz_ambient.ogg new file mode 100644 index 00000000..5ea36205 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/porygonz/porygonz_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/primarina/primarina_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/primarina/primarina_ambient.ogg new file mode 100644 index 00000000..dac36cc5 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/primarina/primarina_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/primeape/primeape_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/primeape/primeape_ambient.ogg new file mode 100644 index 00000000..039db7f7 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/primeape/primeape_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/prinplup/prinplup_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/prinplup/prinplup_ambient.ogg new file mode 100644 index 00000000..eb53528d Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/prinplup/prinplup_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/probopass/probopass_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/probopass/probopass_ambient.ogg new file mode 100644 index 00000000..14a5f53e Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/probopass/probopass_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/psyduck/psyduck_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/psyduck/psyduck_ambient.ogg new file mode 100644 index 00000000..87b4cb85 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/psyduck/psyduck_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pumpkaboo/pumpkaboo_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pumpkaboo/pumpkaboo_ambient.ogg new file mode 100644 index 00000000..6990a529 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pumpkaboo/pumpkaboo_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pupitar/pupitar_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pupitar/pupitar_ambient.ogg new file mode 100644 index 00000000..3838134f Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pupitar/pupitar_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/purrloin/purrloin_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/purrloin/purrloin_ambient.ogg new file mode 100644 index 00000000..f689468f Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/purrloin/purrloin_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/purugly/purugly_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/purugly/purugly_ambient.ogg new file mode 100644 index 00000000..857444e2 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/purugly/purugly_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pyroar/pyroar_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pyroar/pyroar_ambient.ogg new file mode 100644 index 00000000..bb5ca2d4 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pyroar/pyroar_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pyukumuku/pyukumuku_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pyukumuku/pyukumuku_ambient.ogg new file mode 100644 index 00000000..7af6f5b0 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/pyukumuku/pyukumuku_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/quagsire/quagsire_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/quagsire/quagsire_ambient.ogg new file mode 100644 index 00000000..cd35dc3f Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/quagsire/quagsire_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/quaquaval/quaquaval_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/quaquaval/quaquaval_ambient.ogg new file mode 100644 index 00000000..2d9df699 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/quaquaval/quaquaval_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/quaxly/quaxly_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/quaxly/quaxly_ambient.ogg new file mode 100644 index 00000000..8bd232b7 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/quaxly/quaxly_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/quaxwell/quaxwell_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/quaxwell/quaxwell_ambient.ogg new file mode 100644 index 00000000..4322d2d7 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/quaxwell/quaxwell_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/quilava/quilava_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/quilava/quilava_ambient.ogg new file mode 100644 index 00000000..19b826ab Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/quilava/quilava_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/quilladin/quilladin_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/quilladin/quilladin_ambient.ogg new file mode 100644 index 00000000..c7fd5e31 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/quilladin/quilladin_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/qwilfish/qwilfish_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/qwilfish/qwilfish_ambient.ogg new file mode 100644 index 00000000..2807bf57 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/qwilfish/qwilfish_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/raboot/raboot_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/raboot/raboot_ambient.ogg new file mode 100644 index 00000000..193fccbb Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/raboot/raboot_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rabsca/rabsca_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rabsca/rabsca_ambient.ogg new file mode 100644 index 00000000..4ec1a938 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rabsca/rabsca_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/raichu/raichu_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/raichu/raichu_ambient.ogg new file mode 100644 index 00000000..4659c49d Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/raichu/raichu_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/raikou/raikou_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/raikou/raikou_ambient.ogg new file mode 100644 index 00000000..a85a4689 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/raikou/raikou_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ralts/ralts_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ralts/ralts_ambient.ogg new file mode 100644 index 00000000..f2d5e940 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ralts/ralts_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rampardos/rampardos_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rampardos/rampardos_ambient.ogg new file mode 100644 index 00000000..d309431e Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rampardos/rampardos_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rapidash/rapidash_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rapidash/rapidash_ambient.ogg new file mode 100644 index 00000000..d2d71778 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rapidash/rapidash_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/raticate/raticate_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/raticate/raticate_ambient.ogg new file mode 100644 index 00000000..a7a31eb3 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/raticate/raticate_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rattata/rattata_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rattata/rattata_ambient.ogg new file mode 100644 index 00000000..87d85e01 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rattata/rattata_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rayquaza/rayquaza_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rayquaza/rayquaza_ambient.ogg new file mode 100644 index 00000000..f2ff2eb3 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rayquaza/rayquaza_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/regice/regice_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/regice/regice_ambient.ogg new file mode 100644 index 00000000..a49fb73e Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/regice/regice_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/regidrago/regidrago_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/regidrago/regidrago_ambient.ogg new file mode 100644 index 00000000..b4fda05c Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/regidrago/regidrago_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/regieleki/regieleki_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/regieleki/regieleki_ambient.ogg new file mode 100644 index 00000000..b9ff141f Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/regieleki/regieleki_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/regigigas/regigigas_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/regigigas/regigigas_ambient.ogg new file mode 100644 index 00000000..1a9d3b23 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/regigigas/regigigas_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/regirock/regirock_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/regirock/regirock_ambient.ogg new file mode 100644 index 00000000..44b5e941 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/regirock/regirock_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/registeel/registeel_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/registeel/registeel_ambient.ogg new file mode 100644 index 00000000..fa558d8b Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/registeel/registeel_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/relicanth/relicanth_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/relicanth/relicanth_ambient.ogg new file mode 100644 index 00000000..b53fae6d Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/relicanth/relicanth_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rellor/rellor_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rellor/rellor_ambient.ogg new file mode 100644 index 00000000..9fc2b7bc Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rellor/rellor_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/remoraid/remoraid_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/remoraid/remoraid_ambient.ogg new file mode 100644 index 00000000..67085b18 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/remoraid/remoraid_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/reshiram/reshiram_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/reshiram/reshiram_ambient.ogg new file mode 100644 index 00000000..dcde0737 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/reshiram/reshiram_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/reuniclus/reuniclus_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/reuniclus/reuniclus_ambient.ogg new file mode 100644 index 00000000..e39d08fe Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/reuniclus/reuniclus_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/revavroom/revavroom_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/revavroom/revavroom_ambient.ogg new file mode 100644 index 00000000..4cd6c3d9 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/revavroom/revavroom_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rhydon/rhydon_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rhydon/rhydon_ambient.ogg new file mode 100644 index 00000000..9dc9c7ba Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rhydon/rhydon_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rhyhorn/rhyhorn_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rhyhorn/rhyhorn_ambient.ogg new file mode 100644 index 00000000..381ce6af Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rhyhorn/rhyhorn_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rhyperior/rhyperior_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rhyperior/rhyperior_ambient.ogg new file mode 100644 index 00000000..c546a0d5 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rhyperior/rhyperior_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ribombee/ribombee_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ribombee/ribombee_ambient.ogg new file mode 100644 index 00000000..4206a979 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ribombee/ribombee_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rillaboom/rillaboom_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rillaboom/rillaboom_ambient.ogg new file mode 100644 index 00000000..8f78dc23 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rillaboom/rillaboom_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/riolu/riolu_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/riolu/riolu_ambient.ogg new file mode 100644 index 00000000..e3a00559 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/riolu/riolu_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/roaringmoon/roaringmoon_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/roaringmoon/roaringmoon_ambient.ogg new file mode 100644 index 00000000..0d876b6e Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/roaringmoon/roaringmoon_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rockruff/rockruff_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rockruff/rockruff_ambient.ogg new file mode 100644 index 00000000..0659ed77 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rockruff/rockruff_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/roggenrola/roggenrola_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/roggenrola/roggenrola_ambient.ogg new file mode 100644 index 00000000..a406e2d7 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/roggenrola/roggenrola_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rolycoly/rolycoly_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rolycoly/rolycoly_ambient.ogg new file mode 100644 index 00000000..05c727c5 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rolycoly/rolycoly_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rookidee/rookidee_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rookidee/rookidee_ambient.ogg new file mode 100644 index 00000000..781fe9f2 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rookidee/rookidee_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/roselia/roselia_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/roselia/roselia_ambient.ogg new file mode 100644 index 00000000..2b559de1 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/roselia/roselia_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/roserade/roserade_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/roserade/roserade_ambient.ogg new file mode 100644 index 00000000..f010ae6f Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/roserade/roserade_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rotom/rotom_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rotom/rotom_ambient.ogg new file mode 100644 index 00000000..46c644dc Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rotom/rotom_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rowlet/rowlet_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rowlet/rowlet_ambient.ogg new file mode 100644 index 00000000..8d1b11f8 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rowlet/rowlet_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rufflet/rufflet_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rufflet/rufflet_ambient.ogg new file mode 100644 index 00000000..a5f50a33 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/rufflet/rufflet_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/runerigus/runerigus_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/runerigus/runerigus_ambient.ogg new file mode 100644 index 00000000..e83692d9 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/runerigus/runerigus_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sableye/sableye_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sableye/sableye_ambient.ogg new file mode 100644 index 00000000..cdeb861b Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sableye/sableye_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/salamence/salamence_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/salamence/salamence_ambient.ogg new file mode 100644 index 00000000..b91fb79b Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/salamence/salamence_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/salandit/salandit_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/salandit/salandit_ambient.ogg new file mode 100644 index 00000000..6cc0fce9 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/salandit/salandit_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/salazzle/salazzle_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/salazzle/salazzle_ambient.ogg new file mode 100644 index 00000000..24ec10cf Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/salazzle/salazzle_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/samurott/samurott_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/samurott/samurott_ambient.ogg new file mode 100644 index 00000000..304f2246 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/samurott/samurott_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sandaconda/sandaconda_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sandaconda/sandaconda_ambient.ogg new file mode 100644 index 00000000..81f341f4 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sandaconda/sandaconda_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sandile/sandile_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sandile/sandile_ambient.ogg new file mode 100644 index 00000000..ec50fb0e Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sandile/sandile_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sandshrew/sandshrew_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sandshrew/sandshrew_ambient.ogg new file mode 100644 index 00000000..f87fb55d Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sandshrew/sandshrew_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sandslash/sandslash_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sandslash/sandslash_ambient.ogg new file mode 100644 index 00000000..d1c254f5 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sandslash/sandslash_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sandygast/sandygast_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sandygast/sandygast_ambient.ogg new file mode 100644 index 00000000..7d6c2f39 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sandygast/sandygast_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sandyshocks/sandyshocks_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sandyshocks/sandyshocks_ambient.ogg new file mode 100644 index 00000000..03eb3257 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sandyshocks/sandyshocks_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sawk/sawk_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sawk/sawk_ambient.ogg new file mode 100644 index 00000000..7236644c Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sawk/sawk_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sawsbuck/sawsbuck_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sawsbuck/sawsbuck_ambient.ogg new file mode 100644 index 00000000..7a2f46a8 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sawsbuck/sawsbuck_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/scatterbug/scatterbug_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/scatterbug/scatterbug_ambient.ogg new file mode 100644 index 00000000..10b76b72 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/scatterbug/scatterbug_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sceptile/sceptile_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sceptile/sceptile_ambient.ogg new file mode 100644 index 00000000..6fc3f96e Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sceptile/sceptile_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/scizor/scizor_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/scizor/scizor_ambient.ogg new file mode 100644 index 00000000..0e39a7b1 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/scizor/scizor_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/scolipede/scolipede_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/scolipede/scolipede_ambient.ogg new file mode 100644 index 00000000..8dc2b70a Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/scolipede/scolipede_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/scorbunny/scorbunny_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/scorbunny/scorbunny_ambient.ogg new file mode 100644 index 00000000..444e51b2 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/scorbunny/scorbunny_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/scovillain/scovillain_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/scovillain/scovillain_ambient.ogg new file mode 100644 index 00000000..89f65cd3 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/scovillain/scovillain_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/scrafty/scrafty_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/scrafty/scrafty_ambient.ogg new file mode 100644 index 00000000..4f2be9ca Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/scrafty/scrafty_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/scraggy/scraggy_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/scraggy/scraggy_ambient.ogg new file mode 100644 index 00000000..2fde6495 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/scraggy/scraggy_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/screamtail/screamtail_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/screamtail/screamtail_ambient.ogg new file mode 100644 index 00000000..e15e06eb Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/screamtail/screamtail_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/scyther/scyther_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/scyther/scyther_ambient.ogg new file mode 100644 index 00000000..b8e4d55b Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/scyther/scyther_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/seadra/seadra_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/seadra/seadra_ambient.ogg new file mode 100644 index 00000000..464cbd23 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/seadra/seadra_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/seaking/seaking_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/seaking/seaking_ambient.ogg new file mode 100644 index 00000000..2fe87d88 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/seaking/seaking_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sealeo/sealeo_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sealeo/sealeo_ambient.ogg new file mode 100644 index 00000000..41a251d5 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sealeo/sealeo_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/seedot/seedot_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/seedot/seedot_ambient.ogg new file mode 100644 index 00000000..a873a1d1 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/seedot/seedot_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/seel/seel_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/seel/seel_ambient.ogg new file mode 100644 index 00000000..52c1afc2 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/seel/seel_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/seismitoad/seismitoad_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/seismitoad/seismitoad_ambient.ogg new file mode 100644 index 00000000..e2f02944 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/seismitoad/seismitoad_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sentret/sentret_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sentret/sentret_ambient.ogg new file mode 100644 index 00000000..aa8dc480 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sentret/sentret_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/serperior/serperior_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/serperior/serperior_ambient.ogg new file mode 100644 index 00000000..b774c5d1 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/serperior/serperior_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/servine/servine_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/servine/servine_ambient.ogg new file mode 100644 index 00000000..9d4a6bd5 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/servine/servine_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/seviper/seviper_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/seviper/seviper_ambient.ogg new file mode 100644 index 00000000..5bfdc757 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/seviper/seviper_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sewaddle/sewaddle_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sewaddle/sewaddle_ambient.ogg new file mode 100644 index 00000000..5917f454 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sewaddle/sewaddle_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sharpedo/sharpedo_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sharpedo/sharpedo_ambient.ogg new file mode 100644 index 00000000..0a29d726 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sharpedo/sharpedo_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shaymin/shaymin_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shaymin/shaymin_ambient.ogg new file mode 100644 index 00000000..300fc27b Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shaymin/shaymin_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shedinja/shedinja_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shedinja/shedinja_ambient.ogg new file mode 100644 index 00000000..ddd3b4a2 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shedinja/shedinja_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shelgon/shelgon_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shelgon/shelgon_ambient.ogg new file mode 100644 index 00000000..80fcbdcd Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shelgon/shelgon_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shellder/shellder_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shellder/shellder_ambient.ogg new file mode 100644 index 00000000..ce4d0d42 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shellder/shellder_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shellos/shellos_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shellos/shellos_ambient.ogg new file mode 100644 index 00000000..3f4027b8 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shellos/shellos_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shelmet/shelmet_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shelmet/shelmet_ambient.ogg new file mode 100644 index 00000000..3d175bd9 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shelmet/shelmet_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shieldon/shieldon_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shieldon/shieldon_ambient.ogg new file mode 100644 index 00000000..0e99dcf8 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shieldon/shieldon_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shiftry/shiftry_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shiftry/shiftry_ambient.ogg new file mode 100644 index 00000000..a18462e2 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shiftry/shiftry_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shiinotic/shiinotic_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shiinotic/shiinotic_ambient.ogg new file mode 100644 index 00000000..4ffed394 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shiinotic/shiinotic_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shinx/shinx_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shinx/shinx_ambient.ogg new file mode 100644 index 00000000..507ba19a Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shinx/shinx_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shroodle/shroodle_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shroodle/shroodle_ambient.ogg new file mode 100644 index 00000000..ca510315 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shroodle/shroodle_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shroomish/shroomish_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shroomish/shroomish_ambient.ogg new file mode 100644 index 00000000..1460ebe1 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shroomish/shroomish_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shuckle/shuckle_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shuckle/shuckle_ambient.ogg new file mode 100644 index 00000000..d6b747dc Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shuckle/shuckle_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shuppet/shuppet_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shuppet/shuppet_ambient.ogg new file mode 100644 index 00000000..768bfe1c Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/shuppet/shuppet_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sigilyph/sigilyph_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sigilyph/sigilyph_ambient.ogg new file mode 100644 index 00000000..16e9f9c6 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sigilyph/sigilyph_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/silcoon/silcoon_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/silcoon/silcoon_ambient.ogg new file mode 100644 index 00000000..e3ea177c Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/silcoon/silcoon_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/silicobra/silicobra_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/silicobra/silicobra_ambient.ogg new file mode 100644 index 00000000..15c75157 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/silicobra/silicobra_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/silvally/silvally_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/silvally/silvally_ambient.ogg new file mode 100644 index 00000000..2e318948 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/silvally/silvally_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/simipour/simipour_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/simipour/simipour_ambient.ogg new file mode 100644 index 00000000..f7a5ba82 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/simipour/simipour_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/simisage/simisage_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/simisage/simisage_ambient.ogg new file mode 100644 index 00000000..7c5e9ffb Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/simisage/simisage_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/simisear/simisear_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/simisear/simisear_ambient.ogg new file mode 100644 index 00000000..4f123cee Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/simisear/simisear_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sinistea/sinistea_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sinistea/sinistea_ambient.ogg new file mode 100644 index 00000000..4b08d9e7 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sinistea/sinistea_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sirfetchd/sirfetchd_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sirfetchd/sirfetchd_ambient.ogg new file mode 100644 index 00000000..436b97c4 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sirfetchd/sirfetchd_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sizzlipede/sizzlipede_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sizzlipede/sizzlipede_ambient.ogg new file mode 100644 index 00000000..145769fe Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sizzlipede/sizzlipede_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/skarmory/skarmory_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/skarmory/skarmory_ambient.ogg new file mode 100644 index 00000000..03248e12 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/skarmory/skarmory_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/skeledirge/skeledirge_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/skeledirge/skeledirge_ambient.ogg new file mode 100644 index 00000000..968ee6e4 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/skeledirge/skeledirge_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/skiddo/skiddo_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/skiddo/skiddo_ambient.ogg new file mode 100644 index 00000000..728dae8a Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/skiddo/skiddo_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/skiploom/skiploom_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/skiploom/skiploom_ambient.ogg new file mode 100644 index 00000000..6fddbf1f Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/skiploom/skiploom_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/skitty/skitty_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/skitty/skitty_ambient.ogg new file mode 100644 index 00000000..a13541c6 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/skitty/skitty_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/skorupi/skorupi_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/skorupi/skorupi_ambient.ogg new file mode 100644 index 00000000..16e23e6f Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/skorupi/skorupi_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/skrelp/skrelp_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/skrelp/skrelp_ambient.ogg new file mode 100644 index 00000000..5b5da673 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/skrelp/skrelp_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/skuntank/skuntank_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/skuntank/skuntank_ambient.ogg new file mode 100644 index 00000000..c6f281a1 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/skuntank/skuntank_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/skwovet/skwovet_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/skwovet/skwovet_ambient.ogg new file mode 100644 index 00000000..3d3b9b72 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/skwovet/skwovet_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/slaking/slaking_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/slaking/slaking_ambient.ogg new file mode 100644 index 00000000..18ab5698 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/slaking/slaking_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/slakoth/slakoth_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/slakoth/slakoth_ambient.ogg new file mode 100644 index 00000000..2db4de43 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/slakoth/slakoth_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sliggoo/sliggoo_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sliggoo/sliggoo_ambient.ogg new file mode 100644 index 00000000..14c0771c Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sliggoo/sliggoo_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/slitherwing/slitherwing_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/slitherwing/slitherwing_ambient.ogg new file mode 100644 index 00000000..0f777cab Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/slitherwing/slitherwing_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/slowbro/slowbro_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/slowbro/slowbro_ambient.ogg new file mode 100644 index 00000000..dc69ffb2 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/slowbro/slowbro_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/slowking/slowking_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/slowking/slowking_ambient.ogg new file mode 100644 index 00000000..3076464f Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/slowking/slowking_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/slowpoke/slowpoke_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/slowpoke/slowpoke_ambient.ogg new file mode 100644 index 00000000..a0460c8d Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/slowpoke/slowpoke_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/slugma/slugma_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/slugma/slugma_ambient.ogg new file mode 100644 index 00000000..e2e61769 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/slugma/slugma_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/slurpuff/slurpuff_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/slurpuff/slurpuff_ambient.ogg new file mode 100644 index 00000000..11e84330 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/slurpuff/slurpuff_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/smeargle/smeargle_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/smeargle/smeargle_ambient.ogg new file mode 100644 index 00000000..93d8f209 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/smeargle/smeargle_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/smoliv/smoliv_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/smoliv/smoliv_ambient.ogg new file mode 100644 index 00000000..1b0cb245 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/smoliv/smoliv_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/smoochum/smoochum_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/smoochum/smoochum_ambient.ogg new file mode 100644 index 00000000..43f3204b Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/smoochum/smoochum_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sneasel/sneasel_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sneasel/sneasel_ambient.ogg new file mode 100644 index 00000000..bc5b0d2c Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sneasel/sneasel_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sneasler/sneasler_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sneasler/sneasler_ambient.ogg new file mode 100644 index 00000000..8b67fa34 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sneasler/sneasler_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/snivy/snivy_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/snivy/snivy_ambient.ogg new file mode 100644 index 00000000..052b8f4d Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/snivy/snivy_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/snom/snom_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/snom/snom_ambient.ogg new file mode 100644 index 00000000..ff04df38 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/snom/snom_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/snorlax/snorlax_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/snorlax/snorlax_ambient.ogg new file mode 100644 index 00000000..50d025c5 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/snorlax/snorlax_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/snorunt/snorunt_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/snorunt/snorunt_ambient.ogg new file mode 100644 index 00000000..04824398 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/snorunt/snorunt_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/snover/snover_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/snover/snover_ambient.ogg new file mode 100644 index 00000000..02c5d3ea Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/snover/snover_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/snubbull/snubbull_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/snubbull/snubbull_ambient.ogg new file mode 100644 index 00000000..f32e0c78 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/snubbull/snubbull_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sobble/sobble_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sobble/sobble_ambient.ogg new file mode 100644 index 00000000..9f380a43 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sobble/sobble_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/solgaleo/solgaleo_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/solgaleo/solgaleo_ambient.ogg new file mode 100644 index 00000000..bb55ff59 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/solgaleo/solgaleo_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/solosis/solosis_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/solosis/solosis_ambient.ogg new file mode 100644 index 00000000..06c2bede Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/solosis/solosis_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/solrock/solrock_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/solrock/solrock_ambient.ogg new file mode 100644 index 00000000..65bde699 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/solrock/solrock_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/spearow/spearow_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/spearow/spearow_ambient.ogg new file mode 100644 index 00000000..43e06799 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/spearow/spearow_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/spectrier/spectrier_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/spectrier/spectrier_ambient.ogg new file mode 100644 index 00000000..be820dcb Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/spectrier/spectrier_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/spewpa/spewpa_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/spewpa/spewpa_ambient.ogg new file mode 100644 index 00000000..e13d3b4c Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/spewpa/spewpa_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/spheal/spheal_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/spheal/spheal_ambient.ogg new file mode 100644 index 00000000..50828d53 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/spheal/spheal_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/spidops/spidops_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/spidops/spidops_ambient.ogg new file mode 100644 index 00000000..e6075f66 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/spidops/spidops_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/spinarak/spinarak_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/spinarak/spinarak_ambient.ogg new file mode 100644 index 00000000..9767355e Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/spinarak/spinarak_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/spinda/spinda_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/spinda/spinda_ambient.ogg new file mode 100644 index 00000000..fdc4f53e Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/spinda/spinda_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/spiritomb/spiritomb_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/spiritomb/spiritomb_ambient.ogg new file mode 100644 index 00000000..90787444 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/spiritomb/spiritomb_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/spoink/spoink_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/spoink/spoink_ambient.ogg new file mode 100644 index 00000000..094c03e4 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/spoink/spoink_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sprigatito/sprigatito_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sprigatito/sprigatito_ambient.ogg new file mode 100644 index 00000000..8b192f7c Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sprigatito/sprigatito_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/spritzee/spritzee_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/spritzee/spritzee_ambient.ogg new file mode 100644 index 00000000..16f8543e Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/spritzee/spritzee_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/squawkabilly/squawkabilly_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/squawkabilly/squawkabilly_ambient.ogg new file mode 100644 index 00000000..5d8a0ae2 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/squawkabilly/squawkabilly_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/squirtle/squirtle_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/squirtle/squirtle_ambient.ogg new file mode 100644 index 00000000..ae1f1075 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/squirtle/squirtle_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/stakataka/stakataka_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/stakataka/stakataka_ambient.ogg new file mode 100644 index 00000000..29bb4882 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/stakataka/stakataka_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/stantler/stantler_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/stantler/stantler_ambient.ogg new file mode 100644 index 00000000..923093a7 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/stantler/stantler_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/staraptor/staraptor_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/staraptor/staraptor_ambient.ogg new file mode 100644 index 00000000..e7dddca5 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/staraptor/staraptor_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/staravia/staravia_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/staravia/staravia_ambient.ogg new file mode 100644 index 00000000..7af3a457 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/staravia/staravia_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/starly/starly_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/starly/starly_ambient.ogg new file mode 100644 index 00000000..240c8091 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/starly/starly_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/starmie/starmie_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/starmie/starmie_ambient.ogg new file mode 100644 index 00000000..a1e71c9d Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/starmie/starmie_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/staryu/staryu_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/staryu/staryu_ambient.ogg new file mode 100644 index 00000000..cc501547 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/staryu/staryu_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/steelix/steelix_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/steelix/steelix_ambient.ogg new file mode 100644 index 00000000..fb0d6dd5 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/steelix/steelix_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/steenee/steenee_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/steenee/steenee_ambient.ogg new file mode 100644 index 00000000..09a20783 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/steenee/steenee_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/stonjourner/stonjourner_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/stonjourner/stonjourner_ambient.ogg new file mode 100644 index 00000000..1bb812e8 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/stonjourner/stonjourner_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/stoutland/stoutland_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/stoutland/stoutland_ambient.ogg new file mode 100644 index 00000000..543e6ec2 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/stoutland/stoutland_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/stufful/stufful_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/stufful/stufful_ambient.ogg new file mode 100644 index 00000000..d036a6a5 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/stufful/stufful_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/stunfisk/stunfisk_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/stunfisk/stunfisk_ambient.ogg new file mode 100644 index 00000000..f530ddf7 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/stunfisk/stunfisk_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/stunky/stunky_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/stunky/stunky_ambient.ogg new file mode 100644 index 00000000..4f13b732 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/stunky/stunky_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sudowoodo/sudowoodo_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sudowoodo/sudowoodo_ambient.ogg new file mode 100644 index 00000000..ad70ef7d Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sudowoodo/sudowoodo_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/suicune/suicune_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/suicune/suicune_ambient.ogg new file mode 100644 index 00000000..e9ffbbdb Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/suicune/suicune_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sunflora/sunflora_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sunflora/sunflora_ambient.ogg new file mode 100644 index 00000000..ddd4d65b Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sunflora/sunflora_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sunkern/sunkern_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sunkern/sunkern_ambient.ogg new file mode 100644 index 00000000..a3d4f398 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sunkern/sunkern_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/surskit/surskit_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/surskit/surskit_ambient.ogg new file mode 100644 index 00000000..bbbf5781 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/surskit/surskit_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/swablu/swablu_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/swablu/swablu_ambient.ogg new file mode 100644 index 00000000..ea2816b6 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/swablu/swablu_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/swadloon/swadloon_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/swadloon/swadloon_ambient.ogg new file mode 100644 index 00000000..477d215b Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/swadloon/swadloon_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/swalot/swalot_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/swalot/swalot_ambient.ogg new file mode 100644 index 00000000..9734c0f9 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/swalot/swalot_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/swampert/swampert_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/swampert/swampert_ambient.ogg new file mode 100644 index 00000000..e0fe8292 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/swampert/swampert_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/swanna/swanna_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/swanna/swanna_ambient.ogg new file mode 100644 index 00000000..845d0dcc Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/swanna/swanna_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/swellow/swellow_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/swellow/swellow_ambient.ogg new file mode 100644 index 00000000..baf60ff5 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/swellow/swellow_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/swinub/swinub_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/swinub/swinub_ambient.ogg new file mode 100644 index 00000000..cf64a552 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/swinub/swinub_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/swirlix/swirlix_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/swirlix/swirlix_ambient.ogg new file mode 100644 index 00000000..44576a7c Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/swirlix/swirlix_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/swoobat/swoobat_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/swoobat/swoobat_ambient.ogg new file mode 100644 index 00000000..2cf5e384 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/swoobat/swoobat_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sylveon/sylveon_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sylveon/sylveon_ambient.ogg new file mode 100644 index 00000000..20e966dd Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/sylveon/sylveon_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tadbulb/tadbulb_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tadbulb/tadbulb_ambient.ogg new file mode 100644 index 00000000..2eb95bd6 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tadbulb/tadbulb_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/taillow/taillow_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/taillow/taillow_ambient.ogg new file mode 100644 index 00000000..c5dc00bf Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/taillow/taillow_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/talonflame/talonflame_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/talonflame/talonflame_ambient.ogg new file mode 100644 index 00000000..387e41f6 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/talonflame/talonflame_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tandemaus/tandemaus_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tandemaus/tandemaus_ambient.ogg new file mode 100644 index 00000000..530004d0 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tandemaus/tandemaus_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tangela/tangela_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tangela/tangela_ambient.ogg new file mode 100644 index 00000000..6c381985 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tangela/tangela_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tangrowth/tangrowth_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tangrowth/tangrowth_ambient.ogg new file mode 100644 index 00000000..8b52805a Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tangrowth/tangrowth_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tapubulu/tapubulu_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tapubulu/tapubulu_ambient.ogg new file mode 100644 index 00000000..4d686db4 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tapubulu/tapubulu_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tapufini/tapufini_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tapufini/tapufini_ambient.ogg new file mode 100644 index 00000000..1faa33a2 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tapufini/tapufini_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tapukoko/tapukoko_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tapukoko/tapukoko_ambient.ogg new file mode 100644 index 00000000..097f4df3 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tapukoko/tapukoko_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tapulele/tapulele_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tapulele/tapulele_ambient.ogg new file mode 100644 index 00000000..fce217c1 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tapulele/tapulele_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tarountula/tarountula_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tarountula/tarountula_ambient.ogg new file mode 100644 index 00000000..d3f2c60d Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tarountula/tarountula_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tatsugiri/tatsugiri_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tatsugiri/tatsugiri_ambient.ogg new file mode 100644 index 00000000..0293214a Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tatsugiri/tatsugiri_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tauros/tauros_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tauros/tauros_ambient.ogg new file mode 100644 index 00000000..bebc5390 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tauros/tauros_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/teddiursa/teddiursa_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/teddiursa/teddiursa_ambient.ogg new file mode 100644 index 00000000..1e4a47d5 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/teddiursa/teddiursa_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tentacool/tentacool_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tentacool/tentacool_ambient.ogg new file mode 100644 index 00000000..90125313 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tentacool/tentacool_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tentacruel/tentacruel_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tentacruel/tentacruel_ambient.ogg new file mode 100644 index 00000000..a1924703 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tentacruel/tentacruel_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tepig/tepig_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tepig/tepig_ambient.ogg new file mode 100644 index 00000000..5f7fdcbe Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tepig/tepig_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/terrakion/terrakion_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/terrakion/terrakion_ambient.ogg new file mode 100644 index 00000000..8fc47495 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/terrakion/terrakion_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/thievul/thievul_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/thievul/thievul_ambient.ogg new file mode 100644 index 00000000..2e459198 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/thievul/thievul_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/throh/throh_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/throh/throh_ambient.ogg new file mode 100644 index 00000000..ae7e1e59 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/throh/throh_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/thundurus/thundurus_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/thundurus/thundurus_ambient.ogg new file mode 100644 index 00000000..4954efd5 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/thundurus/thundurus_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/thwackey/thwackey_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/thwackey/thwackey_ambient.ogg new file mode 100644 index 00000000..a7c8519e Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/thwackey/thwackey_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/timburr/timburr_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/timburr/timburr_ambient.ogg new file mode 100644 index 00000000..11a8928d Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/timburr/timburr_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tinglu/tinglu_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tinglu/tinglu_ambient.ogg new file mode 100644 index 00000000..93a42f86 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tinglu/tinglu_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tinkatink/tinkatink_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tinkatink/tinkatink_ambient.ogg new file mode 100644 index 00000000..18d0ee6f Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tinkatink/tinkatink_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tinkaton/tinkaton_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tinkaton/tinkaton_ambient.ogg new file mode 100644 index 00000000..f460be14 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tinkaton/tinkaton_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tinkatuff/tinkatuff_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tinkatuff/tinkatuff_ambient.ogg new file mode 100644 index 00000000..82725e88 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tinkatuff/tinkatuff_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tirtouga/tirtouga_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tirtouga/tirtouga_ambient.ogg new file mode 100644 index 00000000..04196271 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tirtouga/tirtouga_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/toedscool/toedscool_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/toedscool/toedscool_ambient.ogg new file mode 100644 index 00000000..ec4a5d76 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/toedscool/toedscool_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/toedscruel/toedscruel_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/toedscruel/toedscruel_ambient.ogg new file mode 100644 index 00000000..48f92ca9 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/toedscruel/toedscruel_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/togedemaru/togedemaru_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/togedemaru/togedemaru_ambient.ogg new file mode 100644 index 00000000..e78a88cb Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/togedemaru/togedemaru_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/togekiss/togekiss_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/togekiss/togekiss_ambient.ogg new file mode 100644 index 00000000..61b03c9b Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/togekiss/togekiss_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/togepi/togepi_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/togepi/togepi_ambient.ogg new file mode 100644 index 00000000..0bab3455 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/togepi/togepi_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/togetic/togetic_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/togetic/togetic_ambient.ogg new file mode 100644 index 00000000..1f644198 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/togetic/togetic_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/torchic/torchic_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/torchic/torchic_ambient.ogg new file mode 100644 index 00000000..5885b9c6 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/torchic/torchic_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/torkoal/torkoal_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/torkoal/torkoal_ambient.ogg new file mode 100644 index 00000000..b557391d Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/torkoal/torkoal_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tornadus/tornadus_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tornadus/tornadus_ambient.ogg new file mode 100644 index 00000000..7a1282f0 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tornadus/tornadus_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/torracat/torracat_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/torracat/torracat_ambient.ogg new file mode 100644 index 00000000..14789fb7 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/torracat/torracat_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/torterra/torterra_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/torterra/torterra_ambient.ogg new file mode 100644 index 00000000..ab51d92c Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/torterra/torterra_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/totodile/totodile_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/totodile/totodile_ambient.ogg new file mode 100644 index 00000000..bc947648 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/totodile/totodile_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/toucannon/toucannon_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/toucannon/toucannon_ambient.ogg new file mode 100644 index 00000000..a40f519f Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/toucannon/toucannon_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/toxapex/toxapex_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/toxapex/toxapex_ambient.ogg new file mode 100644 index 00000000..204e5c11 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/toxapex/toxapex_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/toxel/toxel_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/toxel/toxel_ambient.ogg new file mode 100644 index 00000000..d972ae53 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/toxel/toxel_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/toxicroak/toxicroak_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/toxicroak/toxicroak_ambient.ogg new file mode 100644 index 00000000..d10ad89c Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/toxicroak/toxicroak_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/toxtricity/toxtricity_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/toxtricity/toxtricity_ambient.ogg new file mode 100644 index 00000000..6fe36e25 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/toxtricity/toxtricity_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tranquill/tranquill_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tranquill/tranquill_ambient.ogg new file mode 100644 index 00000000..44f45bed Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tranquill/tranquill_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/trapinch/trapinch_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/trapinch/trapinch_ambient.ogg new file mode 100644 index 00000000..60d4dc33 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/trapinch/trapinch_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/treecko/treecko_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/treecko/treecko_ambient.ogg new file mode 100644 index 00000000..a1d64003 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/treecko/treecko_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/trevenant/trevenant_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/trevenant/trevenant_ambient.ogg new file mode 100644 index 00000000..7648e813 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/trevenant/trevenant_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tropius/tropius_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tropius/tropius_ambient.ogg new file mode 100644 index 00000000..ec928973 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tropius/tropius_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/trubbish/trubbish_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/trubbish/trubbish_ambient.ogg new file mode 100644 index 00000000..c257ca79 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/trubbish/trubbish_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/trumbeak/trumbeak_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/trumbeak/trumbeak_ambient.ogg new file mode 100644 index 00000000..a4a79996 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/trumbeak/trumbeak_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tsareena/tsareena_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tsareena/tsareena_ambient.ogg new file mode 100644 index 00000000..32affafd Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tsareena/tsareena_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/turtonator/turtonator_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/turtonator/turtonator_ambient.ogg new file mode 100644 index 00000000..305fba6b Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/turtonator/turtonator_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/turtwig/turtwig_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/turtwig/turtwig_ambient.ogg new file mode 100644 index 00000000..8cb53606 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/turtwig/turtwig_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tympole/tympole_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tympole/tympole_ambient.ogg new file mode 100644 index 00000000..d6dc0fb9 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tympole/tympole_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tynamo/tynamo_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tynamo/tynamo_ambient.ogg new file mode 100644 index 00000000..1e6273b5 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tynamo/tynamo_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/typenull/typenull_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/typenull/typenull_ambient.ogg new file mode 100644 index 00000000..e17a26e5 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/typenull/typenull_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/typhlosion/typhlosion_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/typhlosion/typhlosion_ambient.ogg new file mode 100644 index 00000000..12e896c7 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/typhlosion/typhlosion_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tyranitar/tyranitar_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tyranitar/tyranitar_ambient.ogg new file mode 100644 index 00000000..011822fe Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tyranitar/tyranitar_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tyrantrum/tyrantrum_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tyrantrum/tyrantrum_ambient.ogg new file mode 100644 index 00000000..588e395e Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tyrantrum/tyrantrum_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tyrogue/tyrogue_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tyrogue/tyrogue_ambient.ogg new file mode 100644 index 00000000..3760366d Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tyrogue/tyrogue_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tyrunt/tyrunt_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tyrunt/tyrunt_ambient.ogg new file mode 100644 index 00000000..e4a8afd4 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/tyrunt/tyrunt_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/umbreon/umbreon_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/umbreon/umbreon_ambient.ogg new file mode 100644 index 00000000..f9459ad9 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/umbreon/umbreon_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/unfezant/unfezant_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/unfezant/unfezant_ambient.ogg new file mode 100644 index 00000000..7f436678 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/unfezant/unfezant_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/unown/unown_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/unown/unown_ambient.ogg new file mode 100644 index 00000000..b395441e Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/unown/unown_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ursaluna/ursaluna_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ursaluna/ursaluna_ambient.ogg new file mode 100644 index 00000000..3f1e0bbf Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ursaluna/ursaluna_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ursaring/ursaring_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ursaring/ursaring_ambient.ogg new file mode 100644 index 00000000..1cf8b20a Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/ursaring/ursaring_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/urshifu/urshifu_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/urshifu/urshifu_ambient.ogg new file mode 100644 index 00000000..f1a8108a Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/urshifu/urshifu_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/uxie/uxie_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/uxie/uxie_ambient.ogg new file mode 100644 index 00000000..542b0703 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/uxie/uxie_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/vanillish/vanillish_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/vanillish/vanillish_ambient.ogg new file mode 100644 index 00000000..ca02c01e Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/vanillish/vanillish_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/vanillite/vanillite_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/vanillite/vanillite_ambient.ogg new file mode 100644 index 00000000..443938de Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/vanillite/vanillite_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/vanilluxe/vanilluxe_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/vanilluxe/vanilluxe_ambient.ogg new file mode 100644 index 00000000..ba9c91bc Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/vanilluxe/vanilluxe_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/vaporeon/vaporeon_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/vaporeon/vaporeon_ambient.ogg new file mode 100644 index 00000000..678c2956 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/vaporeon/vaporeon_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/varoom/varoom_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/varoom/varoom_ambient.ogg new file mode 100644 index 00000000..d5092ed1 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/varoom/varoom_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/veluza/veluza_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/veluza/veluza_ambient.ogg new file mode 100644 index 00000000..78edae3f Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/veluza/veluza_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/venipede/venipede_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/venipede/venipede_ambient.ogg new file mode 100644 index 00000000..8d456486 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/venipede/venipede_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/venomoth/venomoth_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/venomoth/venomoth_ambient.ogg new file mode 100644 index 00000000..4c5c56b0 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/venomoth/venomoth_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/venonat/venonat_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/venonat/venonat_ambient.ogg new file mode 100644 index 00000000..b59fe95d Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/venonat/venonat_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/venusaur/venusaur_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/venusaur/venusaur_ambient.ogg new file mode 100644 index 00000000..596ae5dc Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/venusaur/venusaur_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/vespiquen/vespiquen_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/vespiquen/vespiquen_ambient.ogg new file mode 100644 index 00000000..be6a3269 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/vespiquen/vespiquen_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/vibrava/vibrava_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/vibrava/vibrava_ambient.ogg new file mode 100644 index 00000000..8ebe9d93 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/vibrava/vibrava_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/victini/victini_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/victini/victini_ambient.ogg new file mode 100644 index 00000000..bbf98577 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/victini/victini_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/victreebel/victreebel_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/victreebel/victreebel_ambient.ogg new file mode 100644 index 00000000..5e9ce159 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/victreebel/victreebel_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/vigoroth/vigoroth_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/vigoroth/vigoroth_ambient.ogg new file mode 100644 index 00000000..bf40fa39 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/vigoroth/vigoroth_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/vikavolt/vikavolt_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/vikavolt/vikavolt_ambient.ogg new file mode 100644 index 00000000..2e018480 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/vikavolt/vikavolt_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/vileplume/vileplume_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/vileplume/vileplume_ambient.ogg new file mode 100644 index 00000000..085c222b Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/vileplume/vileplume_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/virizion/virizion_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/virizion/virizion_ambient.ogg new file mode 100644 index 00000000..a1bf4af4 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/virizion/virizion_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/vivillon/vivillon_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/vivillon/vivillon_ambient.ogg new file mode 100644 index 00000000..50aeeb22 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/vivillon/vivillon_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/volbeat/volbeat_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/volbeat/volbeat_ambient.ogg new file mode 100644 index 00000000..bc322d0b Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/volbeat/volbeat_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/volcanion/volcanion_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/volcanion/volcanion_ambient.ogg new file mode 100644 index 00000000..b19cc239 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/volcanion/volcanion_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/volcarona/volcarona_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/volcarona/volcarona_ambient.ogg new file mode 100644 index 00000000..86d76f16 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/volcarona/volcarona_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/voltorb/voltorb_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/voltorb/voltorb_ambient.ogg new file mode 100644 index 00000000..4d962bb6 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/voltorb/voltorb_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/vullaby/vullaby_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/vullaby/vullaby_ambient.ogg new file mode 100644 index 00000000..dee9e77f Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/vullaby/vullaby_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/vulpix/vulpix_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/vulpix/vulpix_ambient.ogg new file mode 100644 index 00000000..90029e01 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/vulpix/vulpix_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wailmer/wailmer_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wailmer/wailmer_ambient.ogg new file mode 100644 index 00000000..b67f4636 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wailmer/wailmer_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wailord/wailord_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wailord/wailord_ambient.ogg new file mode 100644 index 00000000..804c844a Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wailord/wailord_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/walrein/walrein_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/walrein/walrein_ambient.ogg new file mode 100644 index 00000000..87725db2 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/walrein/walrein_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wartortle/wartortle_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wartortle/wartortle_ambient.ogg new file mode 100644 index 00000000..31569de0 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wartortle/wartortle_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/watchog/watchog_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/watchog/watchog_ambient.ogg new file mode 100644 index 00000000..e7a7ab8c Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/watchog/watchog_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wattrel/wattrel_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wattrel/wattrel_ambient.ogg new file mode 100644 index 00000000..a093b1aa Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wattrel/wattrel_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/weavile/weavile_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/weavile/weavile_ambient.ogg new file mode 100644 index 00000000..6e086c46 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/weavile/weavile_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/weedle/weedle_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/weedle/weedle_ambient.ogg new file mode 100644 index 00000000..2d31cbe0 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/weedle/weedle_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/weepinbell/weepinbell_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/weepinbell/weepinbell_ambient.ogg new file mode 100644 index 00000000..6ff2ad96 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/weepinbell/weepinbell_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/weezing/weezing_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/weezing/weezing_ambient.ogg new file mode 100644 index 00000000..fbfb0785 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/weezing/weezing_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/whimsicott/whimsicott_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/whimsicott/whimsicott_ambient.ogg new file mode 100644 index 00000000..5e14f3a2 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/whimsicott/whimsicott_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/whirlipede/whirlipede_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/whirlipede/whirlipede_ambient.ogg new file mode 100644 index 00000000..df67a8a9 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/whirlipede/whirlipede_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/whiscash/whiscash_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/whiscash/whiscash_ambient.ogg new file mode 100644 index 00000000..b060e523 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/whiscash/whiscash_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/whismur/whismur_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/whismur/whismur_ambient.ogg new file mode 100644 index 00000000..600251fe Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/whismur/whismur_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wigglytuff/wigglytuff_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wigglytuff/wigglytuff_ambient.ogg new file mode 100644 index 00000000..7182abc9 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wigglytuff/wigglytuff_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wiglett/wiglett_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wiglett/wiglett_ambient.ogg new file mode 100644 index 00000000..a5420af2 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wiglett/wiglett_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wimpod/wimpod_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wimpod/wimpod_ambient.ogg new file mode 100644 index 00000000..771b202c Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wimpod/wimpod_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wingull/wingull_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wingull/wingull_ambient.ogg new file mode 100644 index 00000000..60184273 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wingull/wingull_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wishiwashi/wishiwashi_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wishiwashi/wishiwashi_ambient.ogg new file mode 100644 index 00000000..75551609 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wishiwashi/wishiwashi_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wobbuffet/wobbuffet_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wobbuffet/wobbuffet_ambient.ogg new file mode 100644 index 00000000..968f7e1e Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wobbuffet/wobbuffet_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wochien/wochien_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wochien/wochien_ambient.ogg new file mode 100644 index 00000000..6bbbaebc Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wochien/wochien_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/woobat/woobat_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/woobat/woobat_ambient.ogg new file mode 100644 index 00000000..da3730ff Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/woobat/woobat_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wooloo/wooloo_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wooloo/wooloo_ambient.ogg new file mode 100644 index 00000000..89af459e Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wooloo/wooloo_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wooper/wooper_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wooper/wooper_ambient.ogg new file mode 100644 index 00000000..48351401 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wooper/wooper_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wormadam/wormadam_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wormadam/wormadam_ambient.ogg new file mode 100644 index 00000000..6e4b6f4c Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wormadam/wormadam_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wugtrio/wugtrio_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wugtrio/wugtrio_ambient.ogg new file mode 100644 index 00000000..e31de637 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wugtrio/wugtrio_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wurmple/wurmple_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wurmple/wurmple_ambient.ogg new file mode 100644 index 00000000..7555e250 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wurmple/wurmple_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wynaut/wynaut_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wynaut/wynaut_ambient.ogg new file mode 100644 index 00000000..a6350390 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wynaut/wynaut_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wyrdeer/wyrdeer_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wyrdeer/wyrdeer_ambient.ogg new file mode 100644 index 00000000..11c60444 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/wyrdeer/wyrdeer_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/xatu/xatu_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/xatu/xatu_ambient.ogg new file mode 100644 index 00000000..44ac6618 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/xatu/xatu_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/xerneas/xerneas_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/xerneas/xerneas_ambient.ogg new file mode 100644 index 00000000..b0d06a64 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/xerneas/xerneas_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/xurkitree/xurkitree_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/xurkitree/xurkitree_ambient.ogg new file mode 100644 index 00000000..e4805dc2 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/xurkitree/xurkitree_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/yamask/yamask_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/yamask/yamask_ambient.ogg new file mode 100644 index 00000000..f552e849 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/yamask/yamask_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/yamper/yamper_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/yamper/yamper_ambient.ogg new file mode 100644 index 00000000..bdb201dc Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/yamper/yamper_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/yanma/yanma_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/yanma/yanma_ambient.ogg new file mode 100644 index 00000000..d22f63db Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/yanma/yanma_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/yanmega/yanmega_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/yanmega/yanmega_ambient.ogg new file mode 100644 index 00000000..bf9e1533 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/yanmega/yanmega_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/yungoos/yungoos_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/yungoos/yungoos_ambient.ogg new file mode 100644 index 00000000..4e16ad26 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/yungoos/yungoos_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/yveltal/yveltal_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/yveltal/yveltal_ambient.ogg new file mode 100644 index 00000000..2a6a6031 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/yveltal/yveltal_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zacian/zacian_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zacian/zacian_ambient.ogg new file mode 100644 index 00000000..9e306122 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zacian/zacian_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zamazenta/zamazenta_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zamazenta/zamazenta_ambient.ogg new file mode 100644 index 00000000..d6da95eb Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zamazenta/zamazenta_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zangoose/zangoose_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zangoose/zangoose_ambient.ogg new file mode 100644 index 00000000..3b0c6cc9 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zangoose/zangoose_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zapdos/zapdos_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zapdos/zapdos_ambient.ogg new file mode 100644 index 00000000..e5de6377 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zapdos/zapdos_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zarude/zarude_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zarude/zarude_ambient.ogg new file mode 100644 index 00000000..94f6b139 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zarude/zarude_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zebstrika/zebstrika_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zebstrika/zebstrika_ambient.ogg new file mode 100644 index 00000000..30958c4c Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zebstrika/zebstrika_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zekrom/zekrom_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zekrom/zekrom_ambient.ogg new file mode 100644 index 00000000..f2e3a0fe Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zekrom/zekrom_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zeraora/zeraora_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zeraora/zeraora_ambient.ogg new file mode 100644 index 00000000..0183ec45 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zeraora/zeraora_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zigzagoon/zigzagoon_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zigzagoon/zigzagoon_ambient.ogg new file mode 100644 index 00000000..c4069614 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zigzagoon/zigzagoon_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zoroark/zoroark_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zoroark/zoroark_ambient.ogg new file mode 100644 index 00000000..8cd3b1ab Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zoroark/zoroark_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zorua/zorua_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zorua/zorua_ambient.ogg new file mode 100644 index 00000000..e0981cc3 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zorua/zorua_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zubat/zubat_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zubat/zubat_ambient.ogg new file mode 100644 index 00000000..bbd8cc78 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zubat/zubat_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zweilous/zweilous_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zweilous/zweilous_ambient.ogg new file mode 100644 index 00000000..9b838ba5 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zweilous/zweilous_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zygarde/zygarde_ambient.ogg b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zygarde/zygarde_ambient.ogg new file mode 100644 index 00000000..54abe130 Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/assets/cobblemon/sounds/pokemon/zygarde/zygarde_ambient.ogg differ diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/pack.mcmeta b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/pack.mcmeta new file mode 100644 index 00000000..fd7e8f45 --- /dev/null +++ b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 9, + "description": "§e§lVidya PokéCries v1.1\n§7Soundpack | Cobblemon - 1.2" + } +} diff --git a/resourcepacks/VidyaPokeCriesCobblemon-V1.2/pack.png b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/pack.png new file mode 100644 index 00000000..91baf6ee Binary files /dev/null and b/resourcepacks/VidyaPokeCriesCobblemon-V1.2/pack.png differ diff --git a/resourcepacks/smooth-font-32x.pw.toml b/resourcepacks/smooth-font-32x.pw.toml new file mode 100644 index 00000000..4bbb39a6 --- /dev/null +++ b/resourcepacks/smooth-font-32x.pw.toml @@ -0,0 +1,13 @@ +name = "Smooth Font 32x" +filename = "SmoothFont_1.21.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/k3qLOytc/versions/Cino96nh/SmoothFont_1.21.zip" +hash-format = "sha512" +hash = "156802b8edabf1ff468830f5aed20b1ad7df7465ed09d99f883e7cd6cf6fe0b4519a9e6da02d8414a203254f73835dabc7cc76882571a4f3d2267f6d215cbcc0" + +[update] +[update.modrinth] +mod-id = "k3qLOytc" +version = "Cino96nh"